*,*::before,*::after{box-sizing:border-box}*{margin:0;vertical-align:baseline;padding:0;font-style:inherit;font-family:inherit;font-weight:inherit;text-decoration:none;border:0;outline:0}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,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;vertical-align:baseline;padding:0;font-size:100%;text-decoration:none;color:inherit;background:none;border:0;font:inherit}button{cursor:pointer}img{display:block;width:100%;height:auto}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%}body{line-height:1.9;font-size:1.6rem;font-family:"Noto Sans JP",sans-serif;font-weight:400;color:var(--primary-black);overflow-y:auto;scrollbar-gutter:stable;background-color:var(--primary-white);overflow-x:clip}.is-navi{overflow:hidden}main{overflow:hidden}p{font-size:1.7rem}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}::-moz-selection{color:var(--primary-white);background-color:var(--primary-blue)}::selection{color:var(--primary-white);background-color:var(--hover-blue)}@media screen and (max-width: 960px){body{font-size:1.6rem}p{font-size:1.6rem}}@media screen and (max-width: 767px){p{font-size:1.5rem;line-height:1.65}}:root{--primary-white: #ffffff;--primary-light-blue-gray: #F2F7F9;--primary-lightgray: #F1F1F1;--primary-gray: #D1DADD;--primary-black: #353535;--primary-blue: #0763B6;--hover-blue: #204995;--primary-yellow:#FFF100;--primary-green:#0F9A7D;--primary-red:#E9546B;--hover-red:#d8344d;--block-padding:clamp(30px, 22.958px + 1.878vw, 50px);--primary-shadow: 4px 4px 16px rgba(0,0,0,.2);--content-padding: clamp(17px, 8.901px + 2.16vw, 40px);--content-width-large:min(1600px,calc(100% - var(--content-padding) * 2));--content-width-wide:min(1340px,calc(100% - var(--content-padding) * 2));--content-width:min(1200px,calc(100% - var(--content-padding) * 2));--content-width-narrow:min(1000px,calc(100% - var(--content-padding) * 2))}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media not screen and (max-width: 960px){.pc-none{display:none !important}}@media screen and (max-width: 960px){.sp-none{display:none !important}}@media screen and (max-width: 960px){.only-pc{display:none}}.only-sp{display:none}@media screen and (max-width: 767px){.only-sp{display:block}}.keep-all{word-break:keep-all}.has-black-background-color{background-color:#000}.has-black-color{color:#000}.has-darkgray-background-color{background-color:#ced4e2}.has-inline-color.has-darkgray-color{color:#ced4e2}.has-white-background-color{background-color:#fff}.has-inline-color.has-white-color{color:#fff}.has-lightgray-background-color{background-color:#ebeded}.has-inline-color.has-lightgray-color{color:#ebeded}.has-blue-background-color{background-color:#19325f}.has-inline-color.has-blue-color{color:#19325f}.has-aqua-blue-background-color{background-color:#0084cb}.has-inline-color.has-aqua-blue-color{color:#0084cb}.has-green-background-color{background-color:#008885}.has-inline-color.has-green-color{color:#008885}.has-purple-background-color{background-color:#5a61aa}.has-inline-color.has-purple-color{color:#5a61aa}.has-yellow-background-color{background-color:#dae000}.has-inline-color.has-yellow-color{color:#dae000}.has-red-background-color{background-color:red}.has-inline-color.has-red-color{color:red}.c-primary-button{position:relative;display:block;width:100%;max-width:360px;height:auto;padding:10px 15px;text-indent:-10px;text-align:center;color:var(--primary-white);background:linear-gradient(-90deg, var(--primary-blue) 50%, var(--hover-blue) 50%);background-position:right;background-size:200%;transition:background-position .35s;border-radius:26px;font-size:1.6rem;font-weight:bold;overflow:hidden}@media screen and (max-width: 960px){.c-primary-button{font-size:1.55rem}}@media screen and (max-width: 640px){.c-primary-button{font-size:1.5rem;padding:12px 15px 12px;border-radius:31px}}@media(hover: hover){.c-primary-button:hover{background-position:left}}.c-primary-button::after{content:"";position:absolute;top:calc(50% - 5px);right:20px;width:10px;height:10px;background-image:url(../images/link-icon-yellow.svg);background-repeat:no-repeat;background-size:10px}.c-primary-button-red{background:linear-gradient(-90deg, var(--primary-red) 50%, var(--hover-red) 50%);background-position:right;background-size:200%}.c-button__outlink::after{background-image:url("../images/icon-outside.png");background-size:cover;width:13px;height:13px}@media screen and (max-width: 960px){.c-button__text-long{padding-right:5px}}@media screen and (max-width: 640px){.c-button__text-long{padding-right:2px}}.c-button__small{max-width:240px}.site-header{position:fixed;top:0;left:50%;right:0;transform:translate(-50%, 0);z-index:18;width:100%;padding:0}.site-header__inner{display:flex;width:100%;height:75px;background:var(--primary-white);padding:0 0 0 12px;box-shadow:var(--primary-shadow)}.site-header__logo{width:min(24%,280px);padding:12px 16px 12px 4px;transition:opacity .25s}.site-header__logo:hover{opacity:.6}@media screen and (max-width: 960px){.site-header__inner{height:auto;padding:0;position:relative}.site-header__logo{padding-left:12px}}@media screen and (max-width: 960px){.site-header{width:100%}.site-header__logo{width:100%}.site-header__logo a{display:block;width:fit-content}.site-header__logo img{width:175px}}.site-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width: 960px){.site-header-row{width:100%;display:block}}.site-navi{display:flex;justify-content:end;align-items:center;gap:40px;padding:0 20px 0;height:70px}@media screen and (max-width: 1100px){.site-navi{gap:23px}}@media screen and (max-width: 960px){.site-navi{padding:0 8px;width:100%;gap:0}}@media screen and (max-width: 640px){.site-navi{padding:0 4px}}@media screen and (max-width: 960px){.site-navi{flex-direction:column;height:auto;height:auto;padding:20px 0 50px}.site-navi .menu-item{width:100%}.site-navi .menu-item a{padding:10px 0 10px 56px}.site-navi .menu-item a::after{display:none}.site-navi .menu-item a::before{content:"";position:absolute;top:50%;left:20px;transform:translate(0, -50%);display:block;width:20px;height:12px;background:url("../images/link-icon-blue.svg");background-repeat:no-repeat}.site-navi .menu-item a.current-menu-item::after{display:none}.site-navi .menu-item-has-children{height:180px}}@media screen and (max-width: 960px)and (max-width: 960px){.site-navi .menu-item-has-children{height:auto;flex-direction:column;align-items:self-start}}.site-navi-container{flex-grow:1}.site-navi ul{display:flex;align-items:center;justify-content:space-between;width:fit-content;padding:0 12px;width:calc(100% - 110px);max-width:800px}.site-navi li{height:75px;display:flex;align-items:center;position:relative;font-size:1.6rem}@media screen and (max-width: 960px){.site-navi li{height:40px}}.site-navi li a:hover{color:var(--primary-blue)}.site-navi li.menu-item-contact{font-weight:bold;color:var(--primary-blue)}.site-navi li.menu-item-contact a:hover{color:var(--hover-blue)}.site-navi-contact{width:190px;height:100%;background-color:var(--primary-blue);color:var(--primary-white);display:flex;align-items:center;padding-left:15px;line-height:1.5}@media screen and (max-width: 1100px){.site-navi-contact{width:160px;font-size:1.3rem}}@media screen and (max-width: 960px){.site-navi-contact{position:absolute;width:70px;height:70px;top:0;right:70px;padding-inline:0;justify-content:center}}@media screen and (max-width: 400px){.site-navi-contact{height:60px;width:63px}}@media screen and (max-width: 960px){.site-navi-contact b{display:none}}.site-navi-contact::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:15px;width:33px;height:30px;flex-shrink:0;background-image:url(../images/link-icon-blue.svg);background-size:cover;background-repeat:no-repeat;z-index:2;transition:transform .3s ease}@media screen and (max-width: 1100px){.site-navi-contact::after{width:25px;height:22.5px}}@media screen and (max-width: 1100px){.site-navi-contact::after{top:24%;right:22px}}.menu-item.current-menu-item a::after{content:"";opacity:1;position:absolute;bottom:0;left:0;width:100%;height:6px;background-image:url("../images/icon-header-navi-carent.svg");background-size:cover;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 960px){.header-nav li a{text-align:left}}.site-navi-container{width:calc(100% - 250px)}.site-navi-container__button-sp{display:none}@media screen and (max-width: 960px){.site-navi-container{width:100%;height:0;padding:0;overflow:hidden;opacity:0;transition:height .5s,padding .5s,opacity .25s .375s}.site-navi-container.is-open{display:block;height:var(--height);padding:0;opacity:1}.site-navi-container__button-sp{display:grid;gap:16px;padding:0}.site-navi-container__button-sp .site-header__phonenumber{margin:0;max-width:208px}}.header-menu-button{position:relative;display:none;flex-shrink:0;width:36px;height:36px;background:var(--color-black-primary);border-radius:var(--corner-radius-medium);transition:background-color .25s}@media screen and (max-width: 960px){.header-menu-button{display:block;background-color:var(--primary-blue);border-radius:5px;width:45px;height:45px;top:10px;right:10px}}.header-menu-button__line{position:absolute;top:50%;left:50%;height:2px;width:28px;transform:translate(-50%, -50%);background:var(--primary-white);transition:transform .25s 0s,top .25s .25s,opacity .25s;pointer-events:none}.header-menu-button__line:first-of-type{top:calc(50% - 10px)}.header-menu-button__line:last-of-type{top:calc(50% + 10px)}.is-menu-open .header-menu-button__line{transition:transform .25s .25s,top .25s,opacity .25s}.is-menu-open .header-menu-button__line:first-of-type{top:50%;transform:translate(-50%, -50%) rotate(30deg)}.is-menu-open .header-menu-button__line:nth-of-type(2){opacity:0}.is-menu-open .header-menu-button__line:last-of-type{top:50%;transform:translate(-50%, -50%) rotate(-30deg)}.color-bar{margin:0;width:122px;height:9px;background-image:url(../images/color-bar.svg);background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 960px){.color-bar{width:110px;height:9px}}@media screen and (max-width: 767px){.color-bar{width:96px;height:8px}}h1{position:relative;font-size:4rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h1{font-size:3.2rem}}@media screen and (max-width: 640px){h1{font-size:2.6rem}}h2{position:relative;font-size:4rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h2{font-size:3.5rem}}@media screen and (max-width: 640px){h2{font-size:2.8rem}}h3{font-size:2.8rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h3{font-size:2.5rem}}@media screen and (max-width: 640px){h3{font-size:2.2rem}}h4{font-size:2rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h4{font-size:1.9rem}}@media screen and (max-width: 640px){h4{font-size:1.8rem}}h5{font-size:1.8rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h5{font-size:1.7rem}}@media screen and (max-width: 640px){h5{font-size:1.7rem}}h6{font-size:1.7rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h6{font-size:1.65rem}}@media screen and (max-width: 640px){h6{font-size:1.6rem}}.inview-target{transform:translate(-18px, 0);opacity:0;transition:transform .8s,opacity .8s}.is-inview{opacity:1;transform:none}.inview-target-2{transform:translate(18px, 0);opacity:0;transition:transform .8s,opacity .8s}.is-inview-2{opacity:1;transform:none}.inview-target-3{transform:translate(0, 18px);opacity:0;transition:transform .8s,opacity .8s}.is-inview-3{opacity:1;transform:none}.inview-target-4{transform:translate(0, -18px);opacity:0;transition:transform .8s,opacity .8s}.is-inview-4{opacity:1;transform:none}.site-footer{background:var(--primary-blue);padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);text-align:center}@media screen and (max-width: 640px){.site-footer{padding-bottom:80px}}.site-footer__inner{width:min(1200px,100%);margin-inline:auto}.site-footer__title{color:var(--primary-white);text-align:center;font-size:4rem;font-weight:700;line-height:1.3;margin-bottom:30px}@media screen and (max-width: 768px){.site-footer__title{font-size:3rem;margin-bottom:16px}}.site-footer__text{color:var(--primary-white);text-align:center;font-size:2.4rem;font-weight:700;line-height:1.6;margin-bottom:44px}@media screen and (max-width: 767px){.site-footer__text{font-size:1.9rem;margin-bottom:32px}}.site-footer__button-wrapper{display:flex;justify-content:center;align-items:center}.site-footer__button-text{color:var(--primary-white);text-align:center;font-size:2rem;font-weight:600;line-height:1.8;font-weight:600}.footer-copyright{padding-block:3rem 0;text-align:center;font-size:1.2rem;line-height:1.5;color:var(--primary-white)}@media screen and (max-width: 640px){.footer-copyright{padding-block:1.5rem}}.pagetop-button{position:fixed;z-index:5;right:20px;bottom:20px;width:50px;height:50px;opacity:0;background:url("../images/icon-pagetop.svg") center/contain no-repeat;transition:transform .4s ease}.pagetop-button:hover{transform:scale(1.13)}.pagetop-button.fixed{position:fixed;opacity:1}.c-text-50-B{font-size:5rem;line-height:1.4;font-weight:600}@media screen and (max-width: 960px){.c-text-50-B{font-size:4rem}}@media screen and (max-width: 640px){.c-text-50-B{font-size:3rem}}.c-text-40-B{font-size:4rem;line-height:1.4;font-weight:600}@media screen and (max-width: 960px){.c-text-40-B{font-size:3.3rem}}@media screen and (max-width: 640px){.c-text-40-B{font-size:2.5rem}}.c-text-32-B{font-size:3.2rem;line-height:1.4;font-weight:600}@media screen and (max-width: 960px){.c-text-32-B{font-size:2.8rem}}@media screen and (max-width: 640px){.c-text-32-B{font-size:2.4rem}}.c-text-30-B{font-size:3rem;line-height:1.6;font-weight:600}@media screen and (max-width: 960px){.c-text-30-B{font-size:2.5rem}}@media screen and (max-width: 640px){.c-text-30-B{font-size:2.2rem}}.c-text-25-B{font-size:2.5rem;line-height:1.6;font-weight:bold}@media screen and (max-width: 960px){.c-text-25-B{font-size:2.2rem}}@media screen and (max-width: 640px){.c-text-25-B{font-size:2rem}}.c-text-20-B{font-size:2rem;font-weight:bold;line-height:1.75}@media screen and (max-width: 960px){.c-text-20-B{font-size:1.85rem}}@media screen and (max-width: 640px){.c-text-20-B{font-size:1.7rem}}.c-text-20-R{font-size:2rem;line-height:1.75}@media screen and (max-width: 960px){.c-text-20-R{font-size:1.85rem}}@media screen and (max-width: 640px){.c-text-20-R{font-size:1.7rem}}.c-text-16-R{font-size:1.6rem;line-height:1.8}@media screen and (max-width: 640px){.c-text-16-R{font-size:1.5rem}}.c-spacer{display:block;width:100%;height:48px}.c-spacer--size-8{height:8px}.c-spacer--size-16{height:16px}.c-spacer--size-24{height:24px}.c-spacer--size-32{height:32px}.c-spacer--size-48{height:48px}.c-spacer--size-64{height:64px}.c-spacer--size-80{height:80px}.c-spacer--size-96{height:96px}.c-spacer--size-128{height:128px}.c-spacer--size-100-50{height:100px}@media screen and (max-width: 960px){.c-spacer--size-24{height:20px}.c-spacer--size-32{height:30px}.c-spacer--size-48{height:45px}.c-spacer--size-64{height:60px}.c-spacer--size-80{height:70px}.c-spacer--size-96{height:80px}.c-spacer--size-128{height:100px}}@media screen and (max-width: 640px){.c-spacer--size-100-50{height:50px}}.section{position:relative;overflow-x:clip}.section__inner{width:var(--content-width);margin:0 auto}.section-title{color:var(--primary-blue);margin-block:-12px 40px;text-align:center}.section-title::after{content:"";display:block;background-color:#91c6f6;margin-top:5px;width:51px;height:5px;margin-inline:auto}.top-mainvisual{margin-top:75px;padding:23px 17px 40px;position:relative;width:100%;overflow:hidden;background-color:var(--primary-blue)}@media screen and (max-width: 960px){.top-mainvisual{margin-top:65px}}@media screen and (max-width: 410px){.top-mainvisual{margin-top:60px}}.top-mainvisual__inner{position:relative;width:min(1440px,100%);margin-inline:auto;padding-inline:20px;display:flex;justify-content:space-between}@media screen and (max-width: 767px){.top-mainvisual__inner{flex-direction:column;align-items:center;justify-content:center;padding-inline:0;height:auto;gap:30px}}.top-mainvisual__title{display:flex;flex-direction:column;width:min(410px,45%);margin-top:30px}@media screen and (max-width: 767px){.top-mainvisual__title{width:100%}}.top-mainvisual__title h1{width:min(405px,100%);margin-bottom:20px}.top-mainvisual__title h2{color:var(--primary-yellow);font-size:3.5rem;margin-bottom:10px}.top-mainvisual__title h3{color:var(--primary-yellow);font-size:2.4rem;display:flex;align-items:center;gap:10px;margin-bottom:10px}.top-mainvisual__title h3 img{width:26px}.top-mainvisual__title p{color:var(--primary-white);margin-block:16px}.top-mainvisual__title .c-primary-button{font-size:2rem}.top-mainvisual__tag{font-size:1.6rem;padding:1px 7px;margin-bottom:8px;color:var(--primary-white);background-color:var(--primary-red);width:fit-content;border-radius:4px}.top-mainvisual__image-window1,.top-mainvisual__image-window3{position:absolute;top:30%;left:clamp(0px,14.085px - 3.756vw,-40px);width:65%}.top-mainvisual__image-window2{position:absolute;top:40%;right:clamp(0px,14.085px - 3.756vw,-40px);width:65%}.top-mainvisual__image{width:50%;position:relative}@media screen and (max-width: 767px){.top-mainvisual__image{width:100%}}@keyframes mvWindowAnim{0%{opacity:0;transform:translateY(0)}12.5%{opacity:0;transform:translateY(0)}18.75%{opacity:1;transform:translateY(-30px);animation-timing-function:ease-out}27.08%{opacity:1;transform:translateY(-30px)}33.33%{opacity:0;transform:translateY(-60px);animation-timing-function:ease-in}100%{opacity:0;transform:translateY(-60px)}}.top-mainvisual__image-window1,.top-mainvisual__image-window2,.top-mainvisual__image-window3{animation:mvWindowAnim 12s infinite;opacity:0}.top-mainvisual__image-window1{animation-delay:0s}.top-mainvisual__image-window2{animation-delay:4s}.top-mainvisual__image-window3{animation-delay:8s}.mv-tag,.mv-text,.mv-btn{opacity:0;transform:translateY(15px);transition:opacity 1.5s cubic-bezier(0.15, 0.85, 0.25, 1),transform 1.5s cubic-bezier(0.15, 0.85, 0.25, 1)}.mv-tag.show,.mv-text.show,.mv-btn.show{opacity:1;transform:translateY(0)}.about{margin:var(--block-padding) auto;padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);width:var(--content-width);background-color:var(--primary-light-blue-gray)}.about__content{display:flex;justify-content:space-between}@media screen and (max-width: 960px){.about__content{flex-direction:column;gap:30px}}.about__text{width:40%}@media screen and (max-width: 960px){.about__text{width:100%}}.about__text h3{width:fit-content;background-color:var(--primary-white);padding:10px 40px;margin-inline:auto;margin-bottom:30px;border-radius:10px}.about__text p{font-weight:500}.about__text-blue{color:var(--primary-blue)}.about__text-red{color:var(--primary-red)}.about__text-green{color:var(--primary-green)}.about__movie{width:50%}@media screen and (max-width: 960px){.about__movie{width:100%}}.about__movie h3{color:var(--primary-blue);text-align:center}.about__movie p{font-size:1.2rem;text-align:center;margin-bottom:15px}.about__movie-thumb{width:100%;cursor:pointer;position:relative}.about__movie-thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border-radius:8px;border-radius:15px;border:solid 2px var(--primary-blue)}.movie-modal{position:fixed;inset:0;background:rgba(0,0,0,.7);display:none;justify-content:center;align-items:center;padding:20px;z-index:9999}.movie-modal.show{display:flex}.movie-modal__inner{position:relative;max-width:900px;width:100%}.movie-modal video{width:100%;height:auto;border-radius:8px}.modal-close{position:absolute;top:-50px;right:0;font-size:32px;color:#fff;cursor:pointer}.voice{margin:var(--block-padding) auto -1px;padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);width:100%;background-color:var(--primary-lightgray)}.voice__title{font-size:1.6rem;display:flex;justify-content:center;align-items:center;gap:8px;margin:0 auto 20px}.voice__title img{width:33.5px}.voice__content{width:min(1200px,100%);margin-inline:auto;display:flex;flex-direction:column}.voice__teacher{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:20px}.voice__teacher-item{width:31%;padding:8px 12px;background-color:var(--primary-white);border-radius:10px;display:flex;justify-content:space-between;align-items:center;gap:8px}@media screen and (max-width: 960px){.voice__teacher-item{width:47%}}@media screen and (max-width: 640px){.voice__teacher-item{width:100%}}.voice__teacher-item img{width:46px}.voice__teacher-item p{font-weight:400}.voice__solution{position:relative;width:min(840px,100%);margin:30px auto 0;background-color:var(--primary-blue);padding:clamp(17px,9.606px + 1.972vw,38px) clamp(17px,13.127px + 1.033vw,28px);border-radius:30px}.voice__solution p{color:var(--primary-white);font-weight:500;margin:0 auto;padding-inline:60px}@media screen and (max-width: 640px){.voice__solution p{padding:30px 0}}.voice__solution::before{content:"";position:absolute;top:30px;left:20px;width:30px;height:24px;background-image:url(../images/icon-quotation-1.svg);background-size:29px 24px;background-repeat:no-repeat}@media screen and (max-width: 640px){.voice__solution::before{top:17px;left:17px}}.voice__solution::after{content:"";position:absolute;bottom:30px;right:20px;width:30px;height:24px;background-image:url(../images/icon-quotation-2.svg);background-size:29px 24px;background-repeat:no-repeat}@media screen and (max-width: 640px){.voice__solution::after{bottom:17px;right:17px}}.voice__solution-strong{padding-bottom:1px;border-bottom:3px solid #b2d5de}.voice__solution-hilight{color:var(--primary-yellow);font-size:2.6rem;font-weight:bold}@media screen and (max-width: 960px){.voice__solution-hilight{font-size:2.4rem}}@media screen and (max-width: 767px){.voice__solution-hilight{font-size:2.25rem}}@media screen and (max-width: 640px){.voice__solution-hilight{font-size:2.1rem}}.voice__section-bottom{width:100%}.voice__section-bottom img{width:100%}.features{margin:0 auto -1px;padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);width:100%;background-color:var(--primary-white)}.features__content{width:min(1200px,100%);margin-inline:auto;display:flex;flex-direction:column;gap:20px}.features__item{display:flex;justify-content:space-between;flex-wrap:wrap;padding:var(--block-padding) clamp(17px,10.662px + 1.69vw,35px);border-radius:20px}@media screen and (max-width: 960px){.features__item{gap:30px}}.features__item-text{width:43%;border-radius:10px;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:8px}@media screen and (max-width: 960px){.features__item-text{width:100%}}@media screen and (max-width: 640px){.features__item-text{width:100%}}.features__item-text img{width:114px}@media screen and (max-width: 960px){.features__item-text img{width:clamp(75px,65.385px + 2.564vw,90px)}}@media screen and (max-width: 767px){.features__item-text img{margin-top:3px}}.features__item-text h3{color:var(--primary-blue)}.features__item-text p{font-weight:400}@media screen and (max-width: 960px){.features__item-title{display:flex;gap:12px;align-items:center}}@media screen and (max-width: 767px){.features__item-title{align-items:start;flex-direction:column}}.features__item-01{background-color:var(--primary-light-blue-gray)}.features__item-02{background-color:#fbf1f2;flex-direction:row-reverse}.features__item-03{background-color:#eef7f6}.features__item-images{position:relative;width:52%}@media screen and (max-width: 960px){.features__item-images{width:100%}}.features__item-label{position:absolute;top:-7px;right:20px;background-color:#fff773;border-left:solid 3px var(--primary-blue);padding:8px 10px 2px;line-height:1.5;font-weight:700;font-size:1.4rem;color:var(--primary-blue)}@media screen and (max-width: 767px){.features__item-label{font-size:1.3rem;right:-10px}}.features__window{border-radius:10px;box-shadow:var(--primary-shadow);margin-top:20px}.features__icon-point{width:48px}.features__section-bottom{width:100%}.features__section-bottom img{width:100%}.diary-writing{margin:0 auto -1px;padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);width:100%;background-color:var(--primary-light-blue-gray)}.diary-writing__inner{width:min(1200px,100%);margin-inline:auto;display:flex;flex-direction:column;gap:20px}.diary-writing__inner-lead{text-align:center;font-size:2.8rem;font-weight:bold;line-height:1.6;margin-top:-30px}@media screen and (max-width: 960px){.diary-writing__inner-lead{font-size:2.4rem}}@media screen and (max-width: 767px){.diary-writing__inner-lead{font-size:2.2rem}}@media screen and (max-width: 640px){.diary-writing__inner-lead{font-size:2rem}}.diary-writing__inner-lead-sub{text-align:center;font-size:2.1rem;font-weight:bold;line-height:1.6;margin-block:-10px 30px}@media screen and (max-width: 960px){.diary-writing__inner-lead-sub{font-size:1.8rem}}@media screen and (max-width: 767px){.diary-writing__inner-lead-sub{font-size:1.7rem;margin-block:0 15px}}@media screen and (max-width: 640px){.diary-writing__inner-lead-sub{font-size:1.6rem}}.diary-writing__content{display:flex;flex-wrap:wrap;justify-content:center;column-gap:10%;row-gap:50px;position:relative}@media screen and (max-width: 960px){.diary-writing__content{column-gap:5%}}@media screen and (max-width: 767px){.diary-writing__content{padding-bottom:2vw}}.diary-writing__mode{width:45%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 960px){.diary-writing__mode{width:47.5%}}@media screen and (max-width: 767px){.diary-writing__mode{width:100%;gap:10px}}.diary-writing__mode-title{width:100%;display:flex;align-items:center;gap:20px}@media screen and (max-width: 767px){.diary-writing__mode-title{flex-direction:column;text-align:center;gap:10px}}.diary-writing__mode-icon{width:127px;aspect-ratio:1/1;background-image:url(../images/diary-writing-bg-circle.png);background-repeat:no-repeat;background-size:100%;display:flex;justify-content:center;align-items:center;text-align:center;font-size:2.3rem;line-height:1.3;color:var(--primary-blue);font-weight:bold}@media screen and (max-width: 960px){.diary-writing__mode-icon{width:95px;font-size:2rem}}.diary-writing__mode h3{color:var(--primary-blue);width:calc(100% - 140px)}@media screen and (max-width: 1270px){.diary-writing__mode h3 br{display:none}}@media screen and (max-width: 1270px)and (max-width: 640px){.diary-writing__mode h3 br{display:block}}@media screen and (max-width: 960px){.diary-writing__mode h3{font-size:2.2rem}}@media screen and (max-width: 767px){.diary-writing__mode h3{width:100%}}.diary-writing__mode-ill-1{position:absolute;left:0;bottom:60px;width:min(210px,20%)}@media screen and (max-width: 767px){.diary-writing__mode-ill-1{display:none}}.diary-writing__mode-ill-2{position:absolute;right:0;bottom:60px;width:min(210px,20%)}@media screen and (max-width: 767px){.diary-writing__mode-ill-2{display:none}}.diary-writing__mode-ill-sp{display:none}@media screen and (max-width: 767px){.diary-writing__mode-ill-sp{display:block;bottom:0;margin-inline:auto;width:min(410px,80%)}}.diary-writing__window{border-radius:10px;box-shadow:var(--primary-shadow)}.diary-writing__section-bottom{width:100%}.diary-writing__section-bottom img{width:100%}.listen-lerning{margin:0 auto -1px;padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);width:100%;background-color:var(--primary-white)}.listen-lerning__lead{text-align:center;font-size:2.8rem;font-weight:bold;line-height:1.6;margin-top:-15px;margin-bottom:40px}@media screen and (max-width: 960px){.listen-lerning__lead{font-size:2.4rem}}@media screen and (max-width: 767px){.listen-lerning__lead{font-size:2.2rem}}@media screen and (max-width: 640px){.listen-lerning__lead{font-size:2rem}}.listen-lerning__content{width:min(1200px,100%);margin-inline:auto;display:flex;justify-content:space-between}@media screen and (max-width: 767px){.listen-lerning__content{flex-direction:column;gap:30px}}.listen-lerning__item-left{display:flex;flex-direction:column;align-items:end;width:min(500px,42%);gap:20px}@media screen and (max-width: 767px){.listen-lerning__item-left{width:100%}}.listen-lerning__item-left img{width:min(230px,45%)}.listen-lerning__item-right{width:min(600px,54%)}@media screen and (max-width: 767px){.listen-lerning__item-right{width:100%}}.listen-lerning__item-right img{border-radius:10px;box-shadow:var(--primary-shadow)}.listen-lerning__note{padding:var(--block-padding) clamp(17px,5.38px + 3.099vw,50px);background-color:var(--primary-light-blue-gray);border-radius:20px;display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width: 640px){.listen-lerning__note{flex-direction:column;gap:40px}}.listen-lerning__item-title{display:flex;gap:12px;align-items:center;font-size:2rem}@media screen and (max-width: 767px){.listen-lerning__item-title{font-size:1.8rem;align-items:start}}.listen-lerning__item-title img{width:auto;height:33px}.listen-lerning__note-left{width:45%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 640px){.listen-lerning__note-left{width:100%}}.listen-lerning__note-right{width:45%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 640px){.listen-lerning__note-right{width:100%}}.listen-lerning__window{border-radius:10px;box-shadow:var(--primary-shadow)}.listen-lerning__window-note{font-size:1.6rem;line-height:1.4}@media screen and (max-width: 767px){.listen-lerning__window-note{font-size:1.5rem}}@media screen and (max-width: 640px){.listen-lerning__window-note{font-size:1.4rem}}.listen-lerning__section-bottom{width:100%}.listen-lerning__section-bottom img{width:100%}.teacher-dashboard{padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);background-color:var(--primary-beige);overflow:hidden;background:#f7f5df}.teacher-dashboard__header-wrapper{width:min(840px,100%);padding-inline:20px;margin-inline:auto}.teacher-dashboard__inner{width:min(1200px,100%);margin-inline:auto}.teacher-dashboard__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center}@media screen and (max-width: 767px){.teacher-dashboard__header{gap:10px}}.teacher-dashboard__header-content{text-align:center}@media screen and (max-width: 767px){.teacher-dashboard__title{display:flex;flex-direction:column;align-items:center;justify-content:center}}.teacher-dashboard__character{width:clamp(80px,5rem + 2vw,150px)}@media screen and (max-width: 767px){.teacher-dashboard__character{width:45px}}@media screen and (max-width: 767px){.teacher-dashboard__title-text{display:block;font-size:2.8rem;width:max-content}}.teacher-dashboard__subtitle{color:var(--primary-black);text-align:center;font-size:2.4rem;font-weight:700;line-height:1.6;margin-bottom:50px}@media screen and (max-width: 767px){.teacher-dashboard__subtitle{font-size:1.9rem;margin-bottom:30px}}.teacher-dashboard__subtitle-text{display:block}.teacher-dashboard__main-visual{margin-bottom:50px}.teacher-dashboard__image-wrapper{position:relative;max-width:900px;margin-inline:auto}.teacher-dashboard__image-wrapper img{width:100%;height:auto;display:block;border-radius:10px;box-shadow:var(--primary-shadow)}.teacher-dashboard__balloon,.teacher-dashboard__feature-balloon{position:absolute;padding:8px 12px;color:var(--primary-blue);font-weight:700;line-height:1.5;border-radius:10px;border:1px solid var(--primary-blue);background:#fffab1;white-space:nowrap}@media screen and (max-width: 767px){.teacher-dashboard__balloon,.teacher-dashboard__feature-balloon{font-size:11px;padding:8px 12px;white-space:normal;max-width:150px}}.teacher-dashboard__balloon--left{top:54%;left:-3%}@media screen and (max-width: 960px){.teacher-dashboard__balloon--left{left:-3%;top:5%}}@media screen and (max-width: 767px){.teacher-dashboard__balloon--left{top:8%}}.teacher-dashboard__balloon--left::after{border-width:12px 12px 0 0;border-color:var(--primary-yellow) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);bottom:-12px;left:20px}.teacher-dashboard__balloon--right{bottom:15%;right:-3%}@media screen and (max-width: 960px){.teacher-dashboard__balloon--right{bottom:10%}}@media screen and (max-width: 767px){.teacher-dashboard__balloon--right{bottom:15%}}.teacher-dashboard__balloon--right::after{border-width:0 12px 12px 0;border-color:rgba(0,0,0,0) var(--primary-yellow) rgba(0,0,0,0) rgba(0,0,0,0);top:-12px;right:20px}.teacher-dashboard__balloon-text{display:block}@media screen and (max-width: 767px){.teacher-dashboard__balloon-text{display:inline}}.teacher-dashboard__features{display:grid;grid-template-columns:repeat(2, 1fr);gap:clamp(50px,8vw,100px)}@media screen and (max-width: 960px){.teacher-dashboard__features{grid-template-columns:1fr}}.teacher-dashboard__feature-header{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:13px}.teacher-dashboard__feature-icon{flex-shrink:0}.teacher-dashboard__feature-icon svg{display:block;width:32px;height:32px}.teacher-dashboard__feature-title{color:var(--primary-black);text-align:center;font-size:2.8rem;font-weight:700;line-height:1.6}@media screen and (max-width: 767px){.teacher-dashboard__feature-title{font-size:2.2rem}}.teacher-dashboard__feature-subtitle{color:var(--primary-black);text-align:center;font-size:1.9rem;font-weight:700;line-height:1.8;margin-bottom:14px}.teacher-dashboard__feature-image{position:relative;margin-bottom:18px;box-shadow:var(--primary-shadow);border-radius:10px}.teacher-dashboard__feature-image img{border-radius:10px}.teacher-dashboard__feature-balloon{position:absolute;bottom:10%;left:-5%;white-space:normal;max-width:fit-content}@media screen and (max-width: 960px){.teacher-dashboard__feature-balloon{left:-3%}}.teacher-dashboard__feature-balloon--right{position:absolute;bottom:45%;right:-5%;left:auto;white-space:normal;max-width:fit-content}@media screen and (max-width: 960px){.teacher-dashboard__feature-balloon--right{right:-3%}}.teacher-dashboard__feature-balloon-text{display:block}.teacher-dashboard__feature-text{color:var(--primary-black);line-height:1.6;font-size:1.6rem}.flow{background-color:var(--primary-white);padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px)}.flow__subtitle{color:var(--primary-black);text-align:center;font-size:2.4rem;font-weight:700;line-height:1.6;margin-bottom:50px}@media screen and (max-width: 767px){.flow__subtitle{font-size:1.9rem;margin-bottom:20px}}.flow__container{width:min(1200px,100%);margin-inline:auto;border-radius:20px;background:var(--primary-lightgray);padding:32px}.flow__steps{display:grid;grid-template-columns:repeat(4, 1fr);gap:clamp(30px,6.5vw,94px);margin-bottom:clamp(40px,30px + 2.5vw,60px)}@media screen and (max-width: 1100px){.flow__steps{grid-template-columns:1fr;column-gap:0;row-gap:55px}}.flow__step{background-color:var(--primary-white);border-radius:8px;padding:20px 10px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center}.flow__step:last-child .flow__arrow{display:none}.flow__step-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 1100px){.flow__step-wrapper{display:grid;grid-template-columns:52px 1fr;width:100%;max-width:350px;margin-inline:auto;gap:26px}}@media screen and (max-width: 767px){.flow__step-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}}.flow__step-icon{border-radius:8px;background:var(--primary-blue);width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}@media screen and (max-width: 767px){.flow__step-icon{margin-bottom:0}}.flow__step-icon--blue{background-color:var(--primary-blue)}.flow__step-icon--pink{margin-bottom:10px}.flow__step-number{color:var(--primary-white);text-align:center;font-size:3.2rem;font-weight:700;line-height:1}@media screen and (max-width: 767px){.flow__step-number{font-size:2.8rem}}.flow__step-title{color:var(--primary-blue);text-align:center;font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:10px}@media screen and (max-width: 1100px){.flow__step-title{text-align:left}}@media screen and (max-width: 767px){.flow__step-title{font-size:1.9rem}}.flow__step-title--pink{color:var(--primary-red)}.flow__step-text{color:var(--primary-black);text-align:center;font-size:1.4rem;font-weight:400;line-height:1.6;flex-grow:1;margin-bottom:20px}.flow__step-title-text{display:block}@media screen and (max-width: 1100px){.flow__step-title-text{display:inline}}.flow__step-badge{display:inline-block;padding:8px 20px;border-radius:20px;color:var(--primary-black);text-align:center;font-size:1.4rem;font-weight:700;line-height:1.14;white-space:nowrap}.flow__step-badge--blue{border-radius:10px;background:#baddfd}.flow__step-badge--pink{border-radius:10px;background:#ffcbcc}.flow__arrow{position:absolute;top:50%;right:-30%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1100px){.flow__arrow{right:auto;left:50%;top:107%;transform:translateX(-50%) rotate(90deg)}}@media screen and (max-width: 767px){.flow__arrow{top:105%}}.flow__arrow svg{width:70px;height:20px}.flow__support{text-align:center;padding:0 20px}.flow__support-title{color:var(--primary-black);text-align:center;font-size:2.8rem;font-weight:700;line-height:1.6;margin-bottom:10px}@media screen and (max-width: 767px){.flow__support-title{font-size:1.9rem}}.flow__support-text{color:var(--primary-black);text-align:center;line-height:1.6;margin-bottom:30px}.flow__support-button-wrapper{text-align:center;display:flex;justify-content:center}.flow-support-button-text{color:var(--primary-white);text-align:center;font-size:2rem;font-weight:600;line-height:1.8}.faq{opacity:.92;background:var(--primary-light-blue-gray);padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px)}.faq__container{width:min(1200px,100%);margin-inline:auto}.faq__item{border-top:1px solid var(--primary-gray);padding-block:20px}.faq__item:last-child{border-bottom:1px solid var(--primary-gray)}.faq__question{display:flex;gap:18px;align-items:flex-start;margin-bottom:10px}.faq__answer{display:flex;gap:18px;align-items:flex-start}.faq__icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-white);text-align:center;font-size:3.2rem;font-weight:700;flex-shrink:0}@media screen and (max-width: 767px){.faq__icon{width:28px;height:28px;font-size:1.6rem}}.faq__icon--question{background-color:var(--primary-blue)}.faq__icon--answer{background-color:var(--primary-red)}.faq__question-text{color:var(--primary-black);font-size:2rem;font-weight:700;line-height:1.6;flex:1}@media screen and (max-width: 767px){.faq__question-text{font-size:1.8rem}}.faq__answer-text{color:var(--primary-black);font-size:1.7rem;line-height:1.8;flex:1}@media screen and (max-width: 767px){.faq__answer-text{font-size:1.5rem}}.support-features{padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);background-color:var(--primary-lightgray);overflow:hidden}.support-features__inner{width:min(1200px,100%);margin-inline:auto}@media screen and (max-width: 767px){.support-features__inner{margin-top:30px}}.section-title__text{display:inline}@media screen and (max-width: 767px){.section-title__text{display:block}}.support-features__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:clamp(50px,6.9vw,100px);margin-top:50px}@media screen and (max-width: 1100px){.support-features__list{gap:30px;grid-template-columns:1fr}}@media screen and (max-width: 960px){.support-features__list{grid-template-columns:1fr}}@media screen and (max-width: 767px){.support-features__list{grid-template-columns:1fr}}.support-features__item{display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (max-width: 1100px){.support-features__item{display:grid;grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.support-features__item{grid-template-columns:1fr}}@media screen and (max-width: 1100px){.support-features__item-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}}.support-features__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;max-width:223px;border-radius:22px;color:var(--primary-white, #FFF);font-size:2.2rem;font-weight:700;margin-bottom:26px;padding-block:6px}.support-features__button--blue{background-color:var(--primary-blue)}.support-features__button--blue:hover{background-color:var(--hover-blue);transform:scale(1.05)}.support-features__button--red{background-color:var(--primary-red)}.support-features__button--red:hover{background-color:var(--hover-red);transform:scale(1.05)}.support-features__button--green{background-color:var(--primary-green)}.support-features__button--green:hover{background-color:#0c7d66;transform:scale(1.05)}.support-features__button-icon{display:flex;width:26px;height:26px;flex-shrink:0}.support-features__button-text{color:var(--primary-white, #FFF);text-align:center;font-size:2.2rem;font-style:normal;font-weight:700;line-height:1.6}@media screen and (max-width: 767px){.support-features__button-text{font-size:2rem}}.support-features__image{width:100%;margin-bottom:26px;border-radius:10px;overflow:hidden;box-shadow:var(--primary-shadow)}@media screen and (max-width: 1100px){.support-features__image{width:80%}}@media screen and (max-width: 767px){.support-features__image{width:100%;margin-bottom:22px}}.support-features__image img{width:100%;height:auto;display:block}.support-features__heading{color:var(--primary-black) 0;font-size:1.9rem;font-weight:700;margin-bottom:6px;text-align:left;white-space:nowrap}@media screen and (max-width: 1100px){.support-features__heading{white-space:normal}}@media screen and (max-width: 767px){.support-features__heading{font-size:1.8rem;margin-bottom:12px}}.support-features__heading-text{display:block;text-align:left}@media screen and (max-width: 767px){.support-features__heading-text{display:inline}}@media screen and (max-width: 640px){.support-features__heading-text{display:block}}.support-features__text{color:var(--primary-black);font-size:1.7rem;line-height:1.8;text-align:left}@media screen and (max-width: 767px){.support-features__text{font-size:1.5rem;line-height:1.8}}.usage-interface{position:relative;padding:var(--block-padding) 0;background-color:var(--primary-blue);overflow:hidden}.usage-interface__inner{position:relative;width:100%;margin:0 auto;z-index:1}.usage-interface__title{color:var(--primary-white)}.usage-interface__subtitle{color:var(--primary-white, #FFF);text-align:center;font-size:2.4rem;font-weight:700;line-height:1.6;margin-bottom:50px}@media screen and (max-width: 767px){.usage-interface__subtitle{font-size:1.9rem;margin-bottom:24px}}.usage-interface__subtitle-text{display:inline}@media screen and (max-width: 767px){.usage-interface__subtitle-text{display:block}}.usage-interface__slider{width:100%;margin-inline:auto}.usage-interface__device{padding:15px;background:var(--primary-white);box-shadow:var(--primary-shadow);transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.swiper{width:100%}.free-trial{padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);background-color:var(--primary-blue);overflow:hidden}.free-trial__inner{width:min(1200px,100%);margin-inline:auto}.free-trial__badge{display:block;margin-inline:auto;margin-bottom:18px;width:fit-content;background-color:var(--primary-yellow);color:var(--primary-black);font-size:1.4rem;font-weight:700;line-height:2;padding:7px 13px;border-radius:24px}.free-trial__title{color:var(--primary-yellow)}.free-trial__subtitle{color:var(--primary-white);text-align:center;font-size:2.4rem;font-weight:700;line-height:1.6;margin-bottom:20px}@media screen and (max-width: 767px){.free-trial__subtitle{font-size:1.9rem;margin-bottom:8px}}.free-trial__description{color:var(--primary-white);text-align:center;line-height:1.8;margin-bottom:50px}@media screen and (max-width: 767px){.free-trial__description{font-size:1.5rem;margin-bottom:20px}}.free-trial__features{display:grid;grid-template-columns:repeat(2, 1fr);gap:clamp(30px,10vw,146px);margin-bottom:40px;margin-inline:auto;width:var(--content-width-narrow)}@media screen and (max-width: 1100px){.free-trial__features{grid-template-columns:1fr;gap:30px}}.free-trial__feature-header{display:flex;align-items:center;justify-content:flex-start;gap:10px}.free-trial__feature-icon{width:40px;height:40px;flex-shrink:0}@media screen and (max-width: 767px){.free-trial__feature-icon{width:30px;height:30px}}.free-trial__feature-title{color:var(--primary-white);font-size:2.8rem;font-weight:700;line-height:1.6;margin-bottom:10px}@media screen and (max-width: 767px){.free-trial__feature-title{font-size:1.9rem;margin-bottom:8px}}.free-trial__feature-text{color:var(--primary-white);font-size:1.7rem;line-height:1.8}@media screen and (max-width: 767px){.free-trial__feature-text{font-size:1.5rem}}.free-trial__content-box{max-width:864px;width:100%;margin-inline:auto;border-radius:20px;opacity:.92;background:#eef7ff;padding:30px 45px}@media screen and (max-width: 767px){.free-trial__content-box{padding:20px 30px}}.free-trial__content-title{color:var(--primary-blue);text-align:center;font-size:2.8rem;font-weight:700;line-height:1.6;margin-bottom:20px}@media screen and (max-width: 767px){.free-trial__content-title{font-size:2.2rem;margin-bottom:16px}}.free-trial__checklist{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media screen and (max-width: 640px){.free-trial__checklist{grid-template-columns:1fr;justify-self:center;gap:10px}}.free-trial__check-item{display:flex;flex-direction:column}.free-trial__check-icon{width:20px;height:20px;flex-shrink:0}.free-trial__check-content{display:flex;align-items:center;gap:10px}.free-trial__check-title{color:var(--primary-black);font-size:2.2rem;font-weight:700;line-height:1.4;margin-bottom:6px}@media screen and (max-width: 767px){.free-trial__check-title{font-size:1.8rem;margin-bottom:4px}}.free-trial__check-text{color:var(--primary-black);font-size:1.4rem;line-height:1.4}.free-trial__cta-button-wrapper{display:flex;justify-content:center;margin-inline:auto;margin-top:30px}.free-trial-button-text{color:var(--primary-yellow);font-size:2rem;font-weight:600;line-height:1.8}.free-trial__note{color:var(--primary-black);font-size:1.4rem;line-height:1.4;text-align:center;margin-top:20px}.writing-drill{padding:var(--block-padding) clamp(17px,-1.662px + 4.977vw,70px);background:#f7f5df;overflow:hidden}.writing-drill__inner{position:relative;width:min(1200px,100%);margin-inline:auto;border-top:1px solid #ddbc6b}.writing-drill__title{margin-top:50px}@media screen and (max-width: 767px){.writing-drill__title{margin-top:30px}}.writing-drill__subtitle{color:var(--primary-black);text-align:center;font-size:2.4rem;font-weight:700;line-height:1.6;margin-bottom:32px}@media screen and (max-width: 767px){.writing-drill__subtitle{font-size:1.9rem;margin-bottom:20px}}.writing-drill__description{color:var(--primary-black);text-align:center;font-size:1.7rem;line-height:1.8;margin-bottom:20px}@media screen and (max-width: 767px){.writing-drill__description{font-size:1.6rem;text-align:left;display:inline-flex}}.writing-drill__features{display:flex;justify-content:center;align-items:center;gap:18px;margin-bottom:34px;flex-wrap:wrap}@media screen and (max-width: 767px){.writing-drill__features{gap:10px;align-items:flex-start;justify-content:flex-start;margin-bottom:20px}}.writing-drill__feature-tag{background-color:var(--primary-blue);padding:2px 10px;border-radius:16px;color:var(--primary-white);text-align:center;font-size:1.4rem;font-weight:600;line-height:2;white-space:nowrap;transition:background-color .3s ease,transform .2s ease}.writing-drill__feature-tag:hover{background-color:var(--hover-blue);transform:scale(1.05)}.writing-drill__content{display:grid;grid-template-columns:repeat(2, 1fr);gap:clamp(50px,8vw,100px);margin-bottom:30px}@media screen and (max-width: 960px){.writing-drill__content{grid-template-columns:1fr}}.writing-drill__item{display:flex;flex-direction:column;align-items:center}.writing-drill__item-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.writing-drill__item-icon{flex-shrink:0;width:33px;height:33px;display:flex;align-items:center;justify-content:center}.writing-drill__item-icon svg{width:100%;height:100%}.writing-drill__item-title{color:var(--primary-black);font-size:2.8rem;font-weight:700;line-height:1.6}@media screen and (max-width: 767px){.writing-drill__item-title{font-size:1.9rem}}.writing-drill__item-image{margin-bottom:20px;border-radius:10px;overflow:hidden;box-shadow:var(--primary-shadow)}.writing-drill__item-text{color:var(--primary-black);font-size:1.4rem;line-height:1.6}.writing-drill__footer{display:flex;align-items:center;justify-content:center;gap:6px}.writing-drill__footer-icon{flex-shrink:0;width:33px;height:33px}.writing-drill__footer-icon svg{width:100%;height:100%}.writing-drill__footer-text{color:var(--primary-black);font-weight:700;line-height:1.6}/*# sourceMappingURL=style.css.map */