.style-module-sass-module__CANY2a__root{background-color:#f6f8fa;border-radius:5px;width:100%;display:flex;position:relative}.style-module-sass-module__CANY2a__chevronContainer{justify-content:center;align-items:center;width:25px;display:flex}@media (hover:hover){.style-module-sass-module__CANY2a__chevronContainer:hover{cursor:pointer;transition:transform .1s ease-in-out;transform:scale(1.5)}}.style-module-sass-module__CANY2a__chevronContainer:focus{box-shadow:none}.style-module-sass-module__CANY2a__icon{fill:#516877}.style-module-sass-module__CANY2a__tabsContainer{width:100%;padding:15px 0;display:flex;overflow:hidden}.style-module-sass-module__CANY2a__tabs{flex:1}.style-module-sass-module__CANY2a__button{text-overflow:ellipsis;white-space:nowrap;border-width:0 0 3px;border-radius:0;width:100%;height:40px;margin:0;padding:9px 15px 7px;overflow:hidden}.style-module-sass-module__CANY2a__button:focus{box-shadow:none}
.style-module-sass-module__pSVTma__root{vertical-align:bottom;max-width:100%;display:inline-block;position:relative!important}.style-module-sass-module__pSVTma__contain{object-fit:contain}.style-module-sass-module__pSVTma__cover{object-fit:cover}.style-module-sass-module__pSVTma__fill{object-fit:fill}.style-module-sass-module__pSVTma__none{object-fit:none}
.style-module-sass-module__m1a5Cq__root{grid-template-rows:auto auto;grid-template-columns:60px 1fr;align-items:center;column-gap:8px;display:grid}.style-module-sass-module__m1a5Cq__priceBadge{-webkit-font-smoothing:antialiased;color:#fff;background:#abb1ba;grid-row:1/-1;justify-content:center;align-items:center;height:42px;font-size:14px;font-weight:700;display:flex}.style-module-sass-module__m1a5Cq__grayBadge{color:#fff;background:#abb1ba}.style-module-sass-module__m1a5Cq__blueGrayBadge{color:#123d52;background:#fff;border:1px solid #123d52}.style-module-sass-module__m1a5Cq__black{color:#222}.style-module-sass-module__m1a5Cq__blueGray{color:#123d52}.style-module-sass-module__m1a5Cq__priceSection{color:#222;font-weight:700}.style-module-sass-module__m1a5Cq__priceSection:last-child{grid-row:span 2}.style-module-sass-module__m1a5Cq__amount{-webkit-font-smoothing:antialiased;font-size:30px;font-weight:700}.style-module-sass-module__m1a5Cq__currencyAndTax{margin-left:2px;font-size:14px}.style-module-sass-module__m1a5Cq__points{font-size:12px}.style-module-sass-module__m1a5Cq__free{-webkit-font-smoothing:antialiased;color:#79828f;grid-row:span 2;font-size:20px;font-weight:700}
.style-module-sass-module__yc8lWG__container{background:#fff;border:1px solid #f6f8fa;border-radius:5px;max-height:300px;padding:16px;overflow-y:auto}@media only screen and (max-width:599px){.style-module-sass-module__yc8lWG__container{max-width:100%;overflow-y:auto}}.style-module-sass-module__yc8lWG__folderList{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.style-module-sass-module__yc8lWG__folderItem{flex-direction:column;gap:4px;width:100%;display:flex}.style-module-sass-module__yc8lWG__folderContent{align-items:flex-start;gap:8px;width:100%;min-height:-moz-fit-content;min-height:fit-content;transition:background-color .2s;display:flex}.style-module-sass-module__yc8lWG__folderContent:hover{background-color:#f9fafb;border-radius:4px}.style-module-sass-module__yc8lWG__radioButton{flex:1;align-items:flex-start;min-height:-moz-fit-content;min-height:fit-content}.style-module-sass-module__yc8lWG__radioLabel{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;width:100%;line-height:1.4;display:block!important}.style-module-sass-module__yc8lWG__expandButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:transform .2s;display:flex}.style-module-sass-module__yc8lWG__expandButton.style-module-sass-module__yc8lWG__noChild{margin-left:28px}.style-module-sass-module__yc8lWG__children{flex-direction:column;gap:16px;margin-top:8px;padding-left:28px;display:flex}.style-module-sass-module__yc8lWG__emptyMessage{color:#123d52;text-align:center;-webkit-font-smoothing:antialiased;padding:20px 0;font-size:14px;font-weight:700}
@keyframes style-module-sass-module__2VNxEG__slide-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes style-module-sass-module__2VNxEG__slide-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.style-module-sass-module__2VNxEG__root{width:100%}.style-module-sass-module__2VNxEG__item{overflow:hidden}.style-module-sass-module__2VNxEG__header{justify-content:space-between;align-items:center;display:flex}.style-module-sass-module__2VNxEG__trigger{cursor:pointer;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.style-module-sass-module__2VNxEG__trigger:focus-visible{outline-offset:-1px;outline:1px solid #abb1ba}.style-module-sass-module__2VNxEG__open{transition:transform .3s ease-out;transform:rotate(180deg)}.style-module-sass-module__2VNxEG__close{transition:transform .3s ease-out;transform:rotate(0)}.style-module-sass-module__2VNxEG__content{transition:max-height .3s ease-out;overflow:hidden}.style-module-sass-module__2VNxEG__content[data-state=open]{animation:.3s ease-out forwards style-module-sass-module__2VNxEG__slide-down}.style-module-sass-module__2VNxEG__content[data-state=closed]{animation:.3s ease-out forwards style-module-sass-module__2VNxEG__slide-up}.style-module-sass-module__2VNxEG__content :focus{outline-offset:-1px!important}
.style-module-sass-module__pRIAQG__root{background:#333;width:100%;height:300px;padding-top:32px}.style-module-sass-module__pRIAQG__root:after{content:"";pointer-events:none;background:linear-gradient(90deg,#222 0%,#2220 10% 90%,#222 100%);height:412px;position:absolute;inset:0}@media only screen and (max-width:1079px){.style-module-sass-module__pRIAQG__root:after{height:300px;top:57px}}@media only screen and (max-width:783px){.style-module-sass-module__pRIAQG__root:after{height:280px}}@media only screen and (max-width:599px){.style-module-sass-module__pRIAQG__root:after{background:0 0;height:260px}}@media only screen and (max-width:380px){.style-module-sass-module__pRIAQG__root:after{height:254px}}@media only screen and (max-width:1079px){.style-module-sass-module__pRIAQG__root{height:300px;padding-top:0}}@media only screen and (max-width:783px){.style-module-sass-module__pRIAQG__root{height:280px}}@media only screen and (max-width:580px){.style-module-sass-module__pRIAQG__root{height:300px}}@media only screen and (max-width:420px){.style-module-sass-module__pRIAQG__root{height:264px}}@media only screen and (max-width:380px){.style-module-sass-module__pRIAQG__root{height:254px}}.style-module-sass-module__pRIAQG__imgLoadingWrap{justify-content:center;align-items:center;gap:20px;display:flex}@keyframes style-module-sass-module__pRIAQG__LoadingPlaceholderAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.style-module-sass-module__pRIAQG__imgLoading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;border-radius:0;width:470px;height:270px;animation-name:style-module-sass-module__pRIAQG__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}@media only screen and (max-width:1079px){.style-module-sass-module__pRIAQG__imgLoading{width:420px;height:236px;margin-top:30px}}@media only screen and (max-width:783px){.style-module-sass-module__pRIAQG__imgLoading{width:400px;height:216px}}@media only screen and (max-width:599px){.style-module-sass-module__pRIAQG__imgLoading{width:420px}}@media only screen and (max-width:420px){.style-module-sass-module__pRIAQG__imgLoading{width:370px}}@media only screen and (max-width:380px){.style-module-sass-module__pRIAQG__imgLoading{width:340px}}.style-module-sass-module__pRIAQG__link{z-index:10000000}@media only screen and (max-width:783px){.style-module-sass-module__pRIAQG__imgLoading:nth-child(2),.style-module-sass-module__pRIAQG__imgLoading:nth-child(3){display:none}}.style-module-sass-module__pRIAQG__img{aspect-ratio:1.77778;box-sizing:border-box;width:470px;height:264px;position:relative;left:50%;transform:translate(-50%)}@media only screen and (max-width:1079px){.style-module-sass-module__pRIAQG__img{width:420px;height:237px;margin-top:30px}}@media only screen and (max-width:783px){.style-module-sass-module__pRIAQG__img{width:400px;height:225px}}@media only screen and (max-width:599px){.style-module-sass-module__pRIAQG__img{width:420px;height:237px}}@media only screen and (max-width:420px){.style-module-sass-module__pRIAQG__img{width:370px;height:208px}}@media only screen and (max-width:380px){.style-module-sass-module__pRIAQG__img{width:350px;height:197px}}
.style-module-sass-module__GvRlXa__root{background:#010101;padding:72px 5% 64px}.style-module-sass-module__GvRlXa__schoolFooter{background:#123d52}.style-module-sass-module__GvRlXa__ul{justify-content:center;align-items:center;display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__GvRlXa__ul{flex-direction:column;row-gap:12px}}.style-module-sass-module__GvRlXa__separate{color:#fff;margin-left:8px;margin-right:8px;display:inline-block}@media only screen and (max-width:1079px){.style-module-sass-module__GvRlXa__separate{display:none}}.style-module-sass-module__GvRlXa__service{text-align:center;flex-direction:column;justify-content:center;align-items:center;row-gap:8px;margin-top:72px;display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__GvRlXa__pc{display:none}}.style-module-sass-module__GvRlXa__sp{display:none}@media only screen and (max-width:1079px){.style-module-sass-module__GvRlXa__sp{display:block}}.style-module-sass-module__GvRlXa__icon{fill:#fff;width:160px}.style-module-sass-module__GvRlXa__serviceName{color:#fff;margin-top:8px}.style-module-sass-module__GvRlXa__snsList{justify-content:center;align-items:center;column-gap:16px;margin-top:90px;display:flex}.style-module-sass-module__GvRlXa__snsIcon{fill:#fff}.style-module-sass-module__GvRlXa__copyright{color:#fff;text-align:center;margin-top:28px;font-size:12px}
.style-module-sass-module__8jFePq__progressRoot{border-radius:99999px;width:100%;height:8px;position:relative;overflow:hidden;transform:translateZ(0)}.style-module-sass-module__8jFePq__horizontal{flex-direction:row-reverse;align-items:center;column-gap:14px;display:flex}.style-module-sass-module__8jFePq__rootWhite{background:#fff}.style-module-sass-module__8jFePq__rootBlueGray100{background:#f6f8fa}.style-module-sass-module__8jFePq__indicator{border-radius:50px;width:100%;height:100%;transition:transform .66s cubic-bezier(.65,0,.35,1)}.style-module-sass-module__8jFePq__blueGray300{background:#516877}.style-module-sass-module__8jFePq__blueGray500{background:#123d52}.style-module-sass-module__8jFePq__progress{text-align:center;color:#123d52;-webkit-font-smoothing:antialiased;margin-top:8px;font-size:14px;font-weight:700}.style-module-sass-module__8jFePq__marginTopNone{margin-top:0}
.style-module-sass-module__vGOfjq__root{color:#222;grid-template-columns:43px minmax(0,1fr);align-items:center;column-gap:8px;display:grid}.style-module-sass-module__vGOfjq__sizeXS{grid-template-columns:32px minmax(0,1fr);column-gap:8px}.style-module-sass-module__vGOfjq__sizeS{grid-template-columns:43px minmax(0,1fr);column-gap:8px}.style-module-sass-module__vGOfjq__sizeM{grid-template-columns:80px minmax(0,1fr);column-gap:16px}@media only screen and (max-width:599px){.style-module-sass-module__vGOfjq__sizeM{grid-template-columns:50px minmax(0,1fr)}}.style-module-sass-module__vGOfjq__link{cursor:pointer}@media (hover:hover){.style-module-sass-module__vGOfjq__link:hover{color:#abb1ba;text-decoration:underline}}.style-module-sass-module__vGOfjq__imgWrapper{grid-row:span 2}.style-module-sass-module__vGOfjq__avatar{aspect-ratio:1;background-position:50%;background-size:cover;border-radius:50%}.style-module-sass-module__vGOfjq__avatar_loading{width:43px;height:43px}@keyframes style-module-sass-module__vGOfjq__LoadingPlaceholderAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.style-module-sass-module__vGOfjq__avatar_loading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;animation-name:style-module-sass-module__vGOfjq__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}.style-module-sass-module__vGOfjq__topLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.style-module-sass-module__vGOfjq__topLabel:last-child{grid-row:span 2;align-self:center}.style-module-sass-module__vGOfjq__topLabel_loading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;border-radius:5px;width:80px;height:12px;animation-name:style-module-sass-module__vGOfjq__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}.style-module-sass-module__vGOfjq__topLabelSizeS{font-size:14px}.style-module-sass-module__vGOfjq__topLabelSizeM{-webkit-font-smoothing:antialiased;margin-bottom:-24px;font-size:18px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__vGOfjq__topLabelSizeM{-webkit-font-smoothing:antialiased;margin-bottom:0;font-size:16px;font-weight:700}}.style-module-sass-module__vGOfjq__bottomLabel{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.style-module-sass-module__vGOfjq__bottomLabel_loading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;border-radius:5px;width:80px;height:12px;animation-name:style-module-sass-module__vGOfjq__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}@media only screen and (max-width:599px){.style-module-sass-module__vGOfjq__spLabelHidden{display:none}}.style-module-sass-module__vGOfjq__bold{font-weight:700}.style-module-sass-module__vGOfjq__textWhite{color:#fff}
.style-module-sass-module__HGxlOW__root{z-index:1;background-image:url(../media/key-visual-pc.2u8vqhd07y0p-.png?dpl=dpl_FuGJ79Uf1fkVqZz4ZZX3C4u96Z5z);background-position:50%;background-size:cover;width:100%;height:900px;position:relative}@media only screen and (max-width:599px){.style-module-sass-module__HGxlOW__root{background-image:url(../media/key-visual-sp.41z41kz8fx56e.png?dpl=dpl_FuGJ79Uf1fkVqZz4ZZX3C4u96Z5z);height:840px}}.style-module-sass-module__HGxlOW__paddings{padding-left:5%;padding-right:5%}.style-module-sass-module__HGxlOW__logo{z-index:2;color:#fff;margin-top:92px;width:318px!important;height:30px!important}@media only screen and (max-width:599px){.style-module-sass-module__HGxlOW__logo{margin-top:32px;position:relative;left:50%;transform:translate(-50%);width:256px!important}}.style-module-sass-module__HGxlOW__h1{z-index:2;color:#fff;margin-top:130px;font-size:60px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__HGxlOW__h1{text-align:center;margin-top:100px;font-size:35px}}.style-module-sass-module__HGxlOW__subText{z-index:2;color:#fff;margin-top:16px;font-family:Barlow Condensed,sans-serif;font-size:35px;font-weight:600}@media only screen and (max-width:1079px){.style-module-sass-module__HGxlOW__subText{text-align:center;font-size:26px;font-weight:300}}.style-module-sass-module__HGxlOW__pcHidden{display:none}@media only screen and (max-width:599px){.style-module-sass-module__HGxlOW__pcHidden{display:block}}.style-module-sass-module__HGxlOW__buttonGroup{margin-top:100px}@media only screen and (max-width:1079px){.style-module-sass-module__HGxlOW__buttonGroup{justify-content:center;display:flex}}.style-module-sass-module__HGxlOW__pcImages{grid-template-columns:repeat(3,160px);justify-content:center;column-gap:20px;display:grid;position:absolute;bottom:60px;right:5%}@media only screen and (max-width:1079px){.style-module-sass-module__HGxlOW__pcImages{display:none}}.style-module-sass-module__HGxlOW__spImages{display:none}@media only screen and (max-width:1079px){.style-module-sass-module__HGxlOW__spImages{grid-template-columns:repeat(3,minmax(auto,160px));justify-content:center;align-items:center;column-gap:20px;margin-top:60px;padding-left:4%;padding-right:4%;display:grid}}@media only screen and (max-width:599px){.style-module-sass-module__HGxlOW__spImages{column-gap:4px}}.style-module-sass-module__HGxlOW__achievements{max-width:100%;height:auto}
.style-module-sass-module__XtEyda__root{border:10px solid #ebebeb;grid-template-rows:auto auto 1fr;grid-template-columns:200px minmax(0,1fr);align-items:center;column-gap:28px;padding:27px 24px;display:grid}@media only screen and (max-width:599px){.style-module-sass-module__XtEyda__root{flex-direction:column;align-items:flex-start;display:flex}}.style-module-sass-module__XtEyda__imgWrap{aspect-ratio:1;box-sizing:border-box;grid-row:1/-1;position:relative}@media only screen and (max-width:599px){.style-module-sass-module__XtEyda__imgWrap{width:100%;max-width:177px;margin-left:auto;margin-right:auto}}.style-module-sass-module__XtEyda__title{-webkit-font-smoothing:antialiased;-webkit-line-clamp:2;word-break:break-all;-webkit-box-orient:vertical;margin-top:16px;font-size:18px;font-weight:700;display:-webkit-box;overflow:hidden}.style-module-sass-module__XtEyda__hr{border:none;border-top:1px solid #ebebeb;width:100%;margin-top:8px}.style-module-sass-module__XtEyda__marginTop{margin-top:50px}@media only screen and (max-width:599px){.style-module-sass-module__XtEyda__marginTop{margin-top:8px}}.style-module-sass-module__XtEyda__dl{grid-template-columns:auto 1fr;align-items:center;gap:7px 12px;width:100%;margin-top:16px;margin-bottom:8px;display:grid}.style-module-sass-module__XtEyda__dt{-webkit-font-smoothing:antialiased;font-size:18px;font-weight:700}.style-module-sass-module__XtEyda__smallLabel{font-size:14px;font-weight:400}.style-module-sass-module__XtEyda__dd{justify-self:end}.style-module-sass-module__XtEyda__settlementPrice{-webkit-font-smoothing:antialiased;color:#c65151;font-size:20px;font-weight:700}
.style-module-sass-module__zVSilG__root{border-bottom:1px solid #ededed;grid-template-columns:100px 1fr;align-items:center;column-gap:16px;padding-bottom:16px;display:grid}.style-module-sass-module__zVSilG__hideBorder{border-bottom:none}.style-module-sass-module__zVSilG__imgWrap{aspect-ratio:1;position:relative}.style-module-sass-module__zVSilG__img{width:100%;height:100%}.style-module-sass-module__zVSilG__title{color:#123d52;-webkit-line-clamp:2;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}.style-module-sass-module__zVSilG__artist{margin-top:20px}@media only screen and (max-width:599px){.style-module-sass-module__zVSilG__artist{margin-top:12px}}.style-module-sass-module__zVSilG__rankBox{-webkit-font-smoothing:antialiased;color:#648c4e;background-color:#dbebdc;justify-content:center;align-items:center;width:25px;height:25px;font-size:12px;font-weight:700;display:flex;position:absolute;top:0;left:0}.style-module-sass-module__zVSilG__first{color:#ddba0e;background-color:#fff6b0}.style-module-sass-module__zVSilG__second{color:#515a66;background-color:#ebebeb}.style-module-sass-module__zVSilG__third{color:#d17b2b;background-color:#fdf3cb}
.style-module-sass-module__DwmIna__tabs{padding-bottom:24px;display:flex}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__gray{color:#abb1ba;border-bottom-color:#abb1ba}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__gray.style-module-sass-module__DwmIna__tab:hover{background-color:#abb1ba;border-bottom-color:#abb1ba}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__gray.style-module-sass-module__DwmIna__tab:active{color:#abb1ba;background-color:#fff}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__gray.style-module-sass-module__DwmIna__selected{background-color:#abb1ba}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__gray.style-module-sass-module__DwmIna__selected:after{border-top-color:#abb1ba}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__blueGray{color:#516877;border-bottom-color:#516877}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__blueGray.style-module-sass-module__DwmIna__tab:hover{background-color:#516877;border-bottom-color:#516877}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__blueGray.style-module-sass-module__DwmIna__tab:active{color:#516877;background-color:#fff}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__blueGray.style-module-sass-module__DwmIna__selected{background-color:#516877}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__blueGray.style-module-sass-module__DwmIna__selected:after{border-top-color:#516877}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__tab{text-align:center;cursor:pointer;border-bottom-style:solid;border-bottom-width:4px;flex:1 1 0;justify-content:center;align-items:center;min-height:50px;padding:8px 10px;display:flex;position:relative}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__tab:hover{color:#fff;box-shadow:0 2px 8px #00000029}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__tab:focus{outline:none;text-decoration:underline}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__tab:active{color:#abb1ba;background-color:#fff;text-decoration:underline}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__selected{color:#fff;pointer-events:none}.style-module-sass-module__DwmIna__tabs .style-module-sass-module__DwmIna__selected:after{content:"";border-top:18px solid;border-left:12px solid #0000;border-right:12px solid #0000;display:block;position:absolute;top:calc(100% - 4px);left:50%;transform:translate(-50%)}
.style-module-sass-module__mxGj3q__root{row-gap:28px;display:grid}.style-module-sass-module__mxGj3q__archiveIntegrationBtn{width:100%}.style-module-sass-module__mxGj3q__hasTestGroup{gap:16px}.style-module-sass-module__mxGj3q__hasTestRadio{width:115px}.style-module-sass-module__mxGj3q__addQuestionBtn{width:100%;height:40px}.style-module-sass-module__mxGj3q__questionRemove{width:130px;margin-top:8px}.style-module-sass-module__mxGj3q__passingCorrectAnswerCount{flex-wrap:wrap;align-items:center;gap:19px;display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__mxGj3q__passingCorrectAnswerCount{flex-direction:column;align-items:flex-start;gap:8px}}.style-module-sass-module__mxGj3q__answerCountLabel{margin-right:110px}@media only screen and (max-width:1079px){.style-module-sass-module__mxGj3q__answerCountLabel{margin-right:0}}.style-module-sass-module__mxGj3q__answerCount{-webkit-font-smoothing:antialiased;color:#516877;margin-right:8px;font-size:21px;font-weight:700}.style-module-sass-module__mxGj3q__answerSubLabel{color:#516877;font-size:14px}.style-module-sass-module__mxGj3q__section{margin-top:16px}
.style-module-sass-module__nJX_La__adoptionCompaniesSection{margin-top:80px;padding-left:calc(50% - 690px);padding-right:calc(50% - 690px)}@media only screen and (max-width:1079px){.style-module-sass-module__nJX_La__adoptionCompaniesSection{margin-top:50px}}.style-module-sass-module__nJX_La__hairCampSchoolFeaturesSection{margin-top:80px}@media only screen and (max-width:1079px){.style-module-sass-module__nJX_La__hairCampSchoolFeaturesSection{margin-top:28px}}.style-module-sass-module__nJX_La__featuresListSection{margin-top:80px}@media only screen and (max-width:1079px){.style-module-sass-module__nJX_La__featuresListSection{margin-top:50px}}.style-module-sass-module__nJX_La__usersVoiceSection{margin-top:80px}@media only screen and (max-width:1079px){.style-module-sass-module__nJX_La__usersVoiceSection{margin-top:60px}}.style-module-sass-module__nJX_La__priceListSection{margin-top:80px;padding-left:calc(50% - 690px);padding-right:calc(50% - 690px)}@media only screen and (max-width:1400px){.style-module-sass-module__nJX_La__priceListSection{padding-left:5%;padding-right:5%}}@media only screen and (max-width:1079px){.style-module-sass-module__nJX_La__priceListSection{margin-top:56px;padding-left:0;padding-right:0}}.style-module-sass-module__nJX_La__offlineSection{margin-top:155px;padding-left:calc(50% - 592px);padding-right:calc(50% - 592px)}@media only screen and (max-width:1300px){.style-module-sass-module__nJX_La__offlineSection{padding-left:5%;padding-right:5%}}@media only screen and (max-width:1079px){.style-module-sass-module__nJX_La__offlineSection{margin-top:108px}}.style-module-sass-module__nJX_La__trainingPackageSection{margin-top:80px;padding-left:calc(50% - 592px);padding-right:calc(50% - 592px)}@media only screen and (max-width:1300px){.style-module-sass-module__nJX_La__trainingPackageSection{padding-left:5%;padding-right:5%}}@media only screen and (max-width:1079px){.style-module-sass-module__nJX_La__trainingPackageSection{margin-top:60px}.style-module-sass-module__nJX_La__trainingHeading{font-size:21px!important;font-weight:700!important}}.style-module-sass-module__nJX_La__faqSection{margin-top:80px}@media only screen and (max-width:1079px){.style-module-sass-module__nJX_La__faqSection{margin-top:60px}}.style-module-sass-module__nJX_La__contact{margin-top-margin-top:80px;margin-top:100px}.style-module-sass-module__nJX_La__bottomBtn{z-index:100000;width:360px;position:fixed;bottom:30px;right:20px}@media only screen and (max-width:1079px){.style-module-sass-module__nJX_La__bottomBtn{bottom:66px;right:10px}}@media only screen and (max-width:599px){.style-module-sass-module__nJX_La__bottomBtn{width:320px;bottom:24px}}
.style-module-sass-module__fuVEDW__root{margin:30px auto 90px}.style-module-sass-module__fuVEDW__grid{grid-template-columns:1fr 1fr;gap:24px;margin:30px auto;display:grid}@media only screen and (max-width:599px){.style-module-sass-module__fuVEDW__grid{grid-template-columns:1fr}}.style-module-sass-module__fuVEDW__oneColumn{margin-top:30px}.style-module-sass-module__fuVEDW__threeDSecureMessage{font-size:12px}.style-module-sass-module__fuVEDW__errorMsg,.style-module-sass-module__fuVEDW__center{margin-left:auto;margin-right:auto}.style-module-sass-module__fuVEDW__checkbox{flex-direction:column;row-gap:6px;margin-top:24px;display:flex}.style-module-sass-module__fuVEDW__btn{min-width:372px;position:relative;left:50%;transform:translate(-50%)}@media only screen and (max-width:599px){.style-module-sass-module__fuVEDW__btn{min-width:285px}}
.style-module-sass-module__4z2epq__root{background-color:#fff;border-radius:16px;padding:30px 5%;position:relative;box-shadow:0 1px 3px #00000014}.style-module-sass-module__4z2epq__flow{row-gap:16px;margin-top:24px;display:grid}.style-module-sass-module__4z2epq__heading{letter-spacing:0;-webkit-font-smoothing:antialiased;color:#123d52;font-size:18px;font-weight:700}.style-module-sass-module__4z2epq__children{position:absolute;top:30px;right:5%}.style-module-sass-module__4z2epq__detailBtn{width:60px}.style-module-sass-module__4z2epq__message{margin-top:16px}.style-module-sass-module__4z2epq__noLesson{text-align:center;color:#abb1ba;margin-top:48px;line-height:28px}
.style-module-sass-module__nINttG__root{z-index:10;pointer-events:none;background-color:#0000005f;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:auto}@media only screen and (max-width:599px){.style-module-sass-module__nINttG__root{pointer-events:auto;display:block}}.style-module-sass-module__nINttG__modalContent{pointer-events:auto;background:#fff;border-radius:5px;width:340px;max-height:calc(100% - 125px);margin-top:64px;padding:24px;position:fixed;top:0;right:40px;overflow-y:scroll;box-shadow:0 3px 6px #00000029}@media only screen and (max-width:599px){.style-module-sass-module__nINttG__modalContent{width:calc(90% - 48px);margin:40vh 5% 5%;padding:16px 24px 24px;right:auto;transform:none}}.style-module-sass-module__nINttG__modalCloseButtonContainer{justify-content:flex-end;display:flex}.style-module-sass-module__nINttG__modalCloseButton{-webkit-font-smoothing:antialiased;cursor:pointer;margin-bottom:8px;font-size:20px;font-weight:700}.style-module-sass-module__nINttG__modalContentContainer{flex-direction:column;justify-content:space-between;align-items:flex-start;display:flex}.style-module-sass-module__nINttG__lessonTitleContainer{min-height:40px;margin-bottom:16px}.style-module-sass-module__nINttG__lessonTitle,.style-module-sass-module__nINttG__lessonStatus{color:#222;font-size:14px}.style-module-sass-module__nINttG__green{color:#40b87c}
.style-module-sass-module__yWoWdW__progressBar{background-color:#eee;border-radius:4px;width:100%;height:16px;position:relative;overflow:hidden}.style-module-sass-module__yWoWdW__progressSegment{background-color:#22c55e;border-radius:2px;position:absolute;top:0;bottom:0}
.style-module-sass-module__m3lYMa__root{padding-top:66px;position:relative}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__root{padding-top:40px}}.style-module-sass-module__m3lYMa__backgroundColor{background:#f6f8fa;width:100%;height:700px;padding-top:66px;position:absolute;top:-66px;left:0}@media only screen and (max-width:1079px){.style-module-sass-module__m3lYMa__backgroundColor{height:620px;top:-40px}}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__backgroundColor{width:90%;height:568px;padding-top:40px;padding-left:5%;padding-right:5%}}.style-module-sass-module__m3lYMa__h2{z-index:1;-webkit-font-smoothing:antialiased;color:#123d52;text-align:center;font-size:30px;font-weight:700;position:relative}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__h2{-webkit-font-smoothing:antialiased;font-size:24px;font-weight:700}}.style-module-sass-module__m3lYMa__description{text-align:center;margin-top:30px}.style-module-sass-module__m3lYMa__pcImg{max-width:100%;height:auto;margin-top:60px;position:relative;left:50%;transform:translate(-50%);display:block!important}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__pcImg{display:none!important}}.style-module-sass-module__m3lYMa__spImages{display:none}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__spImages{place-items:center;row-gap:24px;margin-top:15px;display:grid}}.style-module-sass-module__m3lYMa__spImg1,.style-module-sass-module__m3lYMa__spImg2{display:none!important}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__spImg1,.style-module-sass-module__m3lYMa__spImg2{display:block!important}.style-module-sass-module__m3lYMa__spImg1{width:207px;height:auto}.style-module-sass-module__m3lYMa__spImg2{width:232px;height:auto}}.style-module-sass-module__m3lYMa__chevronImg{height:auto;margin-top:32px;position:relative;left:50%;transform:translate(-50%)}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__chevronImg{width:30px;margin-top:32px}}.style-module-sass-module__m3lYMa__answer{text-align:center;margin-top:32px}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__answer{margin-top:12px}}.style-module-sass-module__m3lYMa__answerText{-webkit-font-smoothing:antialiased;color:#123d52;font-size:30px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__answerText{-webkit-font-smoothing:antialiased;font-size:20px;font-weight:700;display:block}}.style-module-sass-module__m3lYMa__answerText:nth-child(2){color:#fff;background:#40b87c;margin-left:6px;padding-bottom:2px;padding-left:4px;padding-right:4px}@media only screen and (max-width:599px){.style-module-sass-module__m3lYMa__answerText:nth-child(2){margin-top:4px;margin-left:0;display:inline-block}}
.style-module-sass-module__jMJk9G__root{justify-content:space-between;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__jMJk9G__root{align-items:center}}.style-module-sass-module__jMJk9G__flex{align-items:center;column-gap:8px;display:flex}.style-module-sass-module__jMJk9G__toolTipIcon{fill:#888;width:24px;height:24px}.style-module-sass-module__jMJk9G__heading{-webkit-font-smoothing:antialiased;font-size:28px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__jMJk9G__heading{-webkit-font-smoothing:antialiased;font-size:18px;font-weight:700}}@keyframes style-module-sass-module__jMJk9G__LoadingPlaceholderAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.style-module-sass-module__jMJk9G__headingLoading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;border-radius:5px;width:320px;height:40px;animation-name:style-module-sass-module__jMJk9G__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}@media only screen and (max-width:599px){@keyframes style-module-sass-module__jMJk9G__LoadingPlaceholderAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.style-module-sass-module__jMJk9G__headingLoading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;border-radius:5px;width:200px;height:30px;animation-name:style-module-sass-module__jMJk9G__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}}.style-module-sass-module__jMJk9G__link{align-items:center;column-gap:8px;display:flex}.style-module-sass-module__jMJk9G__spHidden{color:#79828f;display:block}@media only screen and (max-width:599px){.style-module-sass-module__jMJk9G__spHidden{display:none}}.style-module-sass-module__jMJk9G__arrow{text-align:center;color:#fff;background:#79828f;border-radius:50%;width:30px;height:30px;line-height:30px}
.style-module-sass-module__bL_CfW__root{flex-wrap:wrap;align-items:center;row-gap:4px;display:flex}.style-module-sass-module__bL_CfW__homeIcon{fill:#808792;opacity:.4;padding-top:5px}@media (hover:hover){.style-module-sass-module__bL_CfW__homeIcon:hover{fill:#516877}}.style-module-sass-module__bL_CfW__separate{-webkit-font-smoothing:antialiased;color:#808792;opacity:.4;padding-left:8px;padding-right:8px;font-size:10px;font-weight:700}.style-module-sass-module__bL_CfW__breadcrumbLink{-webkit-font-smoothing:antialiased;opacity:.4;color:#808792;font-size:12px;font-weight:700}.style-module-sass-module__bL_CfW__breadcrumbLabel{-webkit-font-smoothing:antialiased;color:#516877;font-size:12px;font-weight:700}
.style-module-sass-module__bb30zW__root{background:#fff;padding-top:32px;padding-left:32px;padding-right:32px;box-shadow:0 2px 8px #00000029}@media only screen and (max-width:1079px){.style-module-sass-module__bb30zW__root{box-shadow:none;padding:0}}.style-module-sass-module__bb30zW__h1{-webkit-font-smoothing:antialiased;font-size:24px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__bb30zW__h1{-webkit-font-smoothing:antialiased;font-size:20px;font-weight:700}}.style-module-sass-module__bb30zW__categoriesFlow{flex-wrap:wrap;gap:16px;margin-top:24px;display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__bb30zW__categoriesFlow{margin-top:16px}}.style-module-sass-module__bb30zW__categoriesFlow>*{flex-shrink:0}@media only screen and (max-width:599px){.style-module-sass-module__bb30zW__categoriesFlow{gap:8px}}.style-module-sass-module__bb30zW__freeGuidance{color:#abb1ba;margin-top:16px;margin-bottom:-20px;font-size:12px}.style-module-sass-module__bb30zW__aspectWrapper{aspect-ratio:1.77778;margin-top:32px;margin-left:-32px;margin-right:-32px;position:relative}@media only screen and (max-width:1079px){.style-module-sass-module__bb30zW__aspectWrapper{margin-left:-5.5%;margin-right:-5.5%}}.style-module-sass-module__bb30zW__img{width:100%;height:100%}.style-module-sass-module__bb30zW__iframe{width:100%;height:100%;position:absolute;top:0;left:0}.style-module-sass-module__bb30zW__image{aspect-ratio:1.77778;background-position:50%;background-size:cover}
.style-module-sass-module__2Z1ZOW__card{flex-shrink:0;width:200px}@media only screen and (max-width:599px){.style-module-sass-module__2Z1ZOW__card{width:160px}}.style-module-sass-module__2Z1ZOW__slider{margin-top:24px;display:grid}
.style-module-sass-module__RM1q_W__form{row-gap:24px;display:grid}.style-module-sass-module__RM1q_W__btn{width:100%}.style-module-sass-module__RM1q_W__hrGroup{align-items:center;column-gap:12px;width:100%;margin-top:8px;margin-bottom:8px;display:flex}.style-module-sass-module__RM1q_W__hr{background:#abb1ba;width:100%;height:.5px}.style-module-sass-module__RM1q_W__hrText{flex-shrink:0;font-size:14px}.style-module-sass-module__RM1q_W__longHr{background:#abb1ba;width:100%;height:.5px;margin-top:16px}.style-module-sass-module__RM1q_W__link{text-align:center}
.style-module-sass-module__ETmACW__overlay{z-index:10;background-color:#222222e6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.style-module-sass-module__ETmACW__content{text-align:center;width:80%;max-width:400px}.style-module-sass-module__ETmACW__message{color:#fff;-webkit-font-smoothing:antialiased;margin-bottom:24px;font-size:16px;font-weight:700}
.style-module-sass-module__pK2svq__root{background:#fff;max-width:1120px;padding:60px 80px}@media only screen and (max-width:1079px){.style-module-sass-module__pK2svq__root{padding:20px 80px}}@media only screen and (max-width:599px){.style-module-sass-module__pK2svq__root{padding:20px 5%}}.style-module-sass-module__pK2svq__gridArea{grid-template-areas:"heading img""canDoList img";align-items:flex-start;column-gap:70px;display:grid}@media only screen and (max-width:1079px){.style-module-sass-module__pK2svq__gridArea{grid-template-areas:"heading""img""canDoList"}}.style-module-sass-module__pK2svq__headingArea{grid-area:heading;align-items:center;column-gap:20px;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__pK2svq__headingArea{column-gap:12px}}.style-module-sass-module__pK2svq__num{color:#40b87c;font-family:Barlow Condensed,sans-serif;font-size:90px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__pK2svq__num{font-size:70px}}.style-module-sass-module__pK2svq__h3{-webkit-font-smoothing:antialiased;color:#123d52;font-size:30px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__pK2svq__h3{-webkit-font-smoothing:antialiased;font-size:21px;font-weight:700}}.style-module-sass-module__pK2svq__canDoListArea{flex-direction:column;grid-area:canDoList;row-gap:12px;display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__pK2svq__canDoListArea{margin-top:24px}}.style-module-sass-module__pK2svq__li{align-items:center;column-gap:8px;display:flex}.style-module-sass-module__pK2svq__check{color:#40b87c;border:2px solid #40b87c;padding-left:4px;padding-right:4px}.style-module-sass-module__pK2svq__text{color:#123d52}.style-module-sass-module__pK2svq__imgArea{aspect-ratio:1.55172;grid-area:img}.style-module-sass-module__pK2svq__img{max-width:100%;height:auto}@media only screen and (max-width:1079px){.style-module-sass-module__pK2svq__img{margin-top:30px}}.style-module-sass-module__pK2svq__videoCarousel{margin-top:64px}@media only screen and (max-width:599px){.style-module-sass-module__pK2svq__videoCarousel{margin-top:32px}}
.style-module-sass-module__JjKXBq__contentsScrollHidden{width:100%;position:fixed;overflow:hidden}.style-module-sass-module__JjKXBq__flexWrap{align-items:center;gap:8px;margin-bottom:12px;display:flex}.style-module-sass-module__JjKXBq__currentCard{-webkit-font-smoothing:antialiased;font-size:18px;font-weight:700}.style-module-sass-module__JjKXBq__cardChangeGuidance{margin-top:20px;display:block}@media only screen and (max-width:599px){.style-module-sass-module__JjKXBq__cardChangeGuidance{text-align:center}}.style-module-sass-module__JjKXBq__gird{text-align:center;justify-content:center;align-items:center;row-gap:8px;display:grid}.style-module-sass-module__JjKXBq__alert{margin-bottom:20px}.style-module-sass-module__JjKXBq__btn{margin-top:16px;position:relative;left:50%;transform:translate(-50%)}.style-module-sass-module__JjKXBq__err{color:#c65151;font-size:14px}.style-module-sass-module__JjKXBq__changeBtn{display:inline-block}
.style-module-sass-module__k3QJ7W__cardLoading{flex-shrink:0;width:288px}@media only screen and (max-width:599px){.style-module-sass-module__k3QJ7W__cardLoading{width:250px}}.style-module-sass-module__k3QJ7W__slider{margin-top:30px;padding-left:4.5%}@media only screen and (max-width:599px){.style-module-sass-module__k3QJ7W__slider{margin-top:16px;padding-left:3%}}.style-module-sass-module__k3QJ7W__h3{margin-top:45px;padding-left:4.5%;padding-right:4.5%}@media only screen and (max-width:599px){.style-module-sass-module__k3QJ7W__h3{margin-top:32px;padding-left:3%;padding-right:3%}}
.style-module-sass-module__2XwIfq__root{z-index:1000;background-color:#1e3c50;flex-shrink:0;width:100%;padding-bottom:16px}@media only screen and (max-width:1079px){.style-module-sass-module__2XwIfq__root{padding-top:16px}}.style-module-sass-module__2XwIfq__logoLink{padding-left:10px;padding-right:10px;display:block}@media only screen and (max-width:1079px){.style-module-sass-module__2XwIfq__logoLink{display:none}}@media (hover:hover){.style-module-sass-module__2XwIfq__logoLink:hover{opacity:.9;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__2XwIfq__sidebarHeader{align-items:center;padding-top:18px;padding-bottom:20px;display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__2XwIfq__sidebarHeader{display:none}}.style-module-sass-module__2XwIfq__sidebarLogo{position:relative;left:50%;transform:translate(-50%);width:140px!important}@media only screen and (max-width:1079px){.style-module-sass-module__2XwIfq__sidebarLogo{display:none}}.style-module-sass-module__2XwIfq__container{row-gap:10px;padding-left:5%;padding-right:5%;display:grid}.style-module-sass-module__2XwIfq__createFolderButton{border-radius:50px;width:100%;height:40px}.style-module-sass-module__2XwIfq__createFolderButton span{-webkit-font-smoothing:antialiased;font-size:14px;font-weight:700}.style-module-sass-module__2XwIfq__createFolderButtonIcon{fill:#fff}
.style-module-sass-module__xR8k2G__root{color:#222;flex-direction:column;align-items:center;display:flex}.style-module-sass-module__xR8k2G__link{cursor:pointer}@media (hover:hover){.style-module-sass-module__xR8k2G__link:hover{opacity:.7;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__xR8k2G__img{aspect-ratio:1;object-fit:cover;border-radius:50%;width:100%;height:100%}.style-module-sass-module__xR8k2G__img_loading{border-radius:50%;padding-top:100%}@keyframes style-module-sass-module__xR8k2G__LoadingPlaceholderAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.style-module-sass-module__xR8k2G__img_loading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;animation-name:style-module-sass-module__xR8k2G__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}.style-module-sass-module__xR8k2G__name{-webkit-font-smoothing:antialiased;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:24px;padding-bottom:4px;font-size:14px;font-weight:700;overflow:hidden}.style-module-sass-module__xR8k2G__name_loading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;border-radius:5px;width:100px;height:25px;margin-top:24px;animation-name:style-module-sass-module__xR8k2G__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}.style-module-sass-module__xR8k2G__salonName{text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding-bottom:4px;font-size:14px;overflow:hidden}.style-module-sass-module__xR8k2G__salonName_loading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;border-radius:5px;width:150px;height:20px;margin-top:8px;animation-name:style-module-sass-module__xR8k2G__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}
.style-module-sass-module__GCxN4G__root{grid-template-columns:100px auto 1fr;grid-template-areas:"badge date title";align-items:center;gap:0 24px;width:100%;display:grid}@media only screen and (max-width:599px){.style-module-sass-module__GCxN4G__root{border-bottom:1px solid #f5f5f5;grid-template:"badge date"20px"title title"/72px auto;gap:5px 0;padding-top:16px;padding-bottom:16px}}.style-module-sass-module__GCxN4G__badge{-webkit-font-smoothing:antialiased;color:#3b7dcf;background:#eaf1fc;border:1px solid #3b7dcf;border-radius:4px;flex-shrink:0;grid-area:badge;justify-content:center;align-items:center;width:100px;height:24px;font-size:12px;font-weight:700;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__GCxN4G__badge{-webkit-font-smoothing:antialiased;width:72px;height:16px;font-size:9px;font-weight:700}}.style-module-sass-module__GCxN4G__date{color:#6c727f;grid-area:date;font-size:12px}@media only screen and (max-width:599px){.style-module-sass-module__GCxN4G__date{color:#123d52;opacity:.3;justify-self:flex-end}}.style-module-sass-module__GCxN4G__dateLoading{opacity:1}.style-module-sass-module__GCxN4G__title{color:#123d52;-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-area:title;font-size:16px;display:-webkit-box;overflow:hidden}@media only screen and (max-width:599px){.style-module-sass-module__GCxN4G__title{font-size:14px}}.style-module-sass-module__GCxN4G__titleLoading{width:100%}
.style-module-sass-module__MYO8XG__pc{display:block}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__pc{display:none}}.style-module-sass-module__MYO8XG__sp{display:none}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__sp{display:block}}.style-module-sass-module__MYO8XG__imgWrap{aspect-ratio:1;position:relative}.style-module-sass-module__MYO8XG__img{border-radius:5px;width:100%!important;height:100%!important}.style-module-sass-module__MYO8XG__freeBadge{z-index:1;-webkit-font-smoothing:antialiased;color:#fff;background:#ee5702;border-top-right-radius:5px;padding:2px 6px;font-size:14px;font-weight:700;display:inline-block;position:absolute;top:0;right:0}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__freeBadge{display:none}}.style-module-sass-module__MYO8XG__totalDuration{color:#516877;margin-top:13px}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__totalDuration{display:none}}.style-module-sass-module__MYO8XG__badgesFlowSp{display:none}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__badgesFlowSp{letter-spacing:0;align-items:center;column-gap:12px;margin-top:10px;display:flex}}.style-module-sass-module__MYO8XG__freeBadgeSp{display:none}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__freeBadgeSp{-webkit-font-smoothing:antialiased;color:#fff;background:#ee5702;padding:1px 4px;font-size:14px;font-weight:700;display:inline-block}}.style-module-sass-module__MYO8XG__totalDurationSp{display:none}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__totalDurationSp{color:#516877;font-size:12px;display:inline-block}}.style-module-sass-module__MYO8XG__title{-webkit-font-smoothing:antialiased;-webkit-line-clamp:2;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-box-orient:vertical;margin-top:12px;font-size:16px;font-weight:700;display:-webkit-box;overflow:hidden}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__title{-webkit-line-clamp:3;-webkit-font-smoothing:antialiased;-webkit-box-orient:vertical;margin-top:0;font-size:14px;font-weight:700;display:-webkit-box;overflow:hidden}}@keyframes style-module-sass-module__MYO8XG__LoadingPlaceholderAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.style-module-sass-module__MYO8XG__titleLoading{background:linear-gradient(90deg,#eee 8%,#e7e7e7 18%,#eee 33%) 0 0/1000px 104px;border-radius:5px;width:100%;height:16px;animation-name:style-module-sass-module__MYO8XG__LoadingPlaceholderAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;overflow:hidden}.style-module-sass-module__MYO8XG__artistAndBookmark{justify-content:space-between;align-items:center;column-gap:6px;margin-top:12px;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__artistAndBookmark{width:100%;margin-top:8px}}.style-module-sass-module__MYO8XG__bookmarkBtn{cursor:pointer}@media (hover:hover){.style-module-sass-module__MYO8XG__bookmarkBtn:hover{opacity:.8;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__MYO8XG__bookmarkBtn:active{opacity:.6;transition-duration:.1s;transition-timing-function:ease-out}.style-module-sass-module__MYO8XG__bookmarkBtn:focus-visible{outline:2px solid #d89500}.style-module-sass-module__MYO8XG__colorYellow{fill:#d89500}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__flexContainer{grid-template-columns:125px 1fr;align-items:center;column-gap:14px;display:grid}}.style-module-sass-module__MYO8XG__spBtn{display:none}@media only screen and (max-width:599px){.style-module-sass-module__MYO8XG__spBtn{width:100%;height:30px;margin-top:16px;display:block}}
.style-module-sass-module__4yj0qa__root{border-radius:5px;justify-content:space-between;align-items:center;padding:15px;display:flex}.style-module-sass-module__4yj0qa__grid{align-items:center;column-gap:16px;display:flex}.style-module-sass-module__4yj0qa__error{color:#d81e00;background:#ffe1e0}.style-module-sass-module__4yj0qa__success{color:#339f69;background:#e5fee0}.style-module-sass-module__4yj0qa__warning{color:#f5a623;background:#fff0d6}.style-module-sass-module__4yj0qa__icon{flex-shrink:0}.style-module-sass-module__4yj0qa__errorIcon{fill:#d81e00}.style-module-sass-module__4yj0qa__successIcon{fill:#339f69}.style-module-sass-module__4yj0qa__warningIcon{fill:#f5a623}.style-module-sass-module__4yj0qa__description{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;font-size:14px}.style-module-sass-module__4yj0qa__btn{cursor:pointer}
.style-module-sass-module__4ayjna__progressIcon{display:flex;position:relative}.style-module-sass-module__4ayjna__colorBox{background-color:#ebedef;flex-shrink:0;width:20px;height:20px;margin:8px 8px 0 0}@media only screen and (max-width:599px){.style-module-sass-module__4ayjna__colorBox{cursor:pointer}}.style-module-sass-module__4ayjna__colorBox:hover+.style-module-sass-module__4ayjna__bubble{display:block}@media only screen and (max-width:599px){.style-module-sass-module__4ayjna__colorBox:hover+.style-module-sass-module__4ayjna__bubble{display:none}}.style-module-sass-module__4ayjna__bubble{color:#7f8f8f;white-space:pre-wrap;filter:drop-shadow(0 3px 5px #0000000d);z-index:1;background-color:#fff;border:1px solid #eceeee;border-radius:5px;width:220px;padding:15px;font-size:10px;display:none;position:absolute;top:32px;left:-10px}@media only screen and (max-width:599px){.style-module-sass-module__4ayjna__bubble{max-width:calc(100vw - 62px);margin:auto;left:0;right:0}}.style-module-sass-module__4ayjna__bubble:after,.style-module-sass-module__4ayjna__bubble:before{pointer-events:none;content:" ";border:solid #0000;width:0;height:0;position:absolute;bottom:100%;left:0}.style-module-sass-module__4ayjna__bubble:after{border-width:7px;border-bottom-color:#fff;margin-left:10px}.style-module-sass-module__4ayjna__bubble:before{border-width:8px;border-bottom-color:#eceeee;margin-left:9px}.style-module-sass-module__4ayjna__hasNotBeenTaken{background-color:#ebedef}.style-module-sass-module__4ayjna__beingTaken{background-color:#c2dbce}.style-module-sass-module__4ayjna__takenButTestHasNotBeenPassedYet{background-color:#3aad74}.style-module-sass-module__4ayjna__completed{background-color:#248052}.style-module-sass-module__4ayjna__isLegend{cursor:auto}
.style-module-sass-module__sGekkW__root{border-radius:4px 4px 0 0;box-shadow:0 2px 8px #00000029}@media only screen and (max-width:599px){.style-module-sass-module__sGekkW__root{box-shadow:none}}.style-module-sass-module__sGekkW__paddings{padding:20px}.style-module-sass-module__sGekkW__time{-webkit-font-smoothing:antialiased;font-size:14px;font-weight:700}.style-module-sass-module__sGekkW__artists{flex-direction:column;row-gap:20px;margin-top:12px;display:flex}.style-module-sass-module__sGekkW__container{padding:0 20px 20px}.style-module-sass-module__sGekkW__btn{margin-top:20px;width:100%!important;height:72px!important}.style-module-sass-module__sGekkW__btnContainer{background:#222;padding:12px}@media only screen and (max-width:599px){.style-module-sass-module__sGekkW__btnContainer{padding-left:5%;padding-right:5%}}.style-module-sass-module__sGekkW__text{-webkit-font-smoothing:antialiased;color:#fff;font-size:18px;font-weight:700}.style-module-sass-module__sGekkW__textWrap{align-items:center;margin-top:16px;display:flex}.style-module-sass-module__sGekkW__priceLabel{-webkit-font-smoothing:antialiased;color:#fff;background:#2fad6e;margin-right:4px;padding:4px;font-size:16px;font-weight:700;display:inline-block}.style-module-sass-module__sGekkW__infoLabel{-webkit-font-smoothing:antialiased;color:#fff;font-size:16px;font-weight:700}.style-module-sass-module__sGekkW__chevronIcon{fill:#fff}.style-module-sass-module__sGekkW__applyBtn{margin-top:16px;width:100%!important;height:44px!important}.style-module-sass-module__sGekkW__redText{color:#c65151;margin-top:4px;font-size:12px}.style-module-sass-module__sGekkW__linkRow{margin-top:8px;font-size:12px}
.style-module-sass-module__RYhp1a__artists{flex-direction:column;row-gap:40px;display:flex}.style-module-sass-module__RYhp1a__gridContainer{grid-template-columns:150px minmax(0,1fr);column-gap:24px;margin-top:32px;display:grid}@media only screen and (max-width:1079px){.style-module-sass-module__RYhp1a__gridContainer{grid-template-columns:120px minmax(0,1fr);column-gap:16px}}@media only screen and (max-width:599px){.style-module-sass-module__RYhp1a__gridContainer{grid-template-columns:initial;flex-direction:column;align-items:center;row-gap:20px;display:flex}}.style-module-sass-module__RYhp1a__imgWrap{aspect-ratio:1;border-radius:50%;position:relative;overflow:hidden}@media only screen and (max-width:599px){.style-module-sass-module__RYhp1a__imgWrap{width:160px;height:160px}}.style-module-sass-module__RYhp1a__img{width:100%;height:100%}.style-module-sass-module__RYhp1a__name{-webkit-font-smoothing:antialiased;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;font-size:16px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__RYhp1a__name{text-align:center}}.style-module-sass-module__RYhp1a__salonName{color:#abb1ba;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;margin-top:16px;font-size:14px}@media only screen and (max-width:599px){.style-module-sass-module__RYhp1a__salonName{text-align:center;margin-top:8px}}.style-module-sass-module__RYhp1a__description{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap;margin-top:16px}
.style-module-sass-module__iyyQHG__guidance{font-size:14px}.style-module-sass-module__iyyQHG__form{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px 16px;margin-top:32px;display:grid}@media only screen and (max-width:599px){.style-module-sass-module__iyyQHG__form{flex-direction:column;margin-top:24px;display:flex}}.style-module-sass-module__iyyQHG__oneColumn{grid-column:span 2}@media only screen and (max-width:599px){.style-module-sass-module__iyyQHG__oneColumn{grid-column:initial}}.style-module-sass-module__iyyQHG__rule{word-break:break-all;margin-top:24px;line-height:28px}.style-module-sass-module__iyyQHG__marginTop{margin-top:16px}.style-module-sass-module__iyyQHG__btn{margin-top:32px;position:relative;left:50%;transform:translate(-50%)}
.style-module-sass-module__oCFx8q__root{text-align:center;max-width:700px;margin-left:auto;margin-right:auto}@media only screen and (max-width:599px){.style-module-sass-module__oCFx8q__h2{-webkit-font-smoothing:antialiased;font-size:20px;font-weight:700}}.style-module-sass-module__oCFx8q__textWrap{flex-direction:column;row-gap:4px;margin-top:16px;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__oCFx8q__textWrap{margin-top:8px}}.style-module-sass-module__oCFx8q__text{color:#339f69;-webkit-font-smoothing:antialiased;font-size:18px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__oCFx8q__text{-webkit-font-smoothing:antialiased;font-size:14px;font-weight:700}}.style-module-sass-module__oCFx8q__iframeWrap{aspect-ratio:1.77778;width:100%;margin-top:32px;position:relative}.style-module-sass-module__oCFx8q__iframe{width:100%;height:100%;position:absolute;top:0;left:0}.style-module-sass-module__oCFx8q__toggleDisplayButton{margin-top:12px;margin-left:auto}.style-module-sass-module__oCFx8q__liveChat{aspect-ratio:1.77778;margin-top:32px;margin-bottom:90px}.style-module-sass-module__oCFx8q__chatIframe{width:100%;height:700px}@media only screen and (max-width:599px){.style-module-sass-module__oCFx8q__chatIframe{height:400px}}
.style-module-sass-module__-RuV9G__root{box-sizing:border-box;background-color:#40b87c;padding:16px}@media only screen and (max-width:1079px){.style-module-sass-module__-RuV9G__root{width:100%;padding-left:5%;padding-right:5%}}.style-module-sass-module__-RuV9G__storageHeader{align-items:center;gap:8px;display:flex}.style-module-sass-module__-RuV9G__storageIcon{fill:#fff}.style-module-sass-module__-RuV9G__storageTitle{-webkit-font-smoothing:antialiased;color:#fff;font-size:14px;font-weight:700}.style-module-sass-module__-RuV9G__storageBar{background-color:#f6f8fa;border-radius:5px;width:100%;height:5px;margin-top:12px;position:relative;overflow:hidden}.style-module-sass-module__-RuV9G__storageBarInner{background-color:#1e3c50;border-radius:5px;height:100%;transition:width .5s}.style-module-sass-module__-RuV9G__storageInfoText{color:#fff;margin-top:12px;font-size:12px}.style-module-sass-module__-RuV9G__createFolderButton{width:100%;margin-top:20px}.style-module-sass-module__-RuV9G__createFolderButton span{font-size:12px}
.style-module-sass-module__toAruG__root{flex-direction:column;row-gap:16px;margin-top:24px;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__toAruG__root{row-gap:0;margin-top:0}}.style-module-sass-module__toAruG__marginTop{margin-top:48px}
.style-module-sass-module__zXUkMG__root{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:40px 24px;display:grid}@media only screen and (max-width:599px){.style-module-sass-module__zXUkMG__root{grid-template-columns:initial}}.style-module-sass-module__zXUkMG__message{margin-top:32px}
.style-module-sass-module__j1lNEG__root{margin:48px 0}.style-module-sass-module__j1lNEG__marginTop{margin-top:24px}.style-module-sass-module__j1lNEG__toggleDisplayButton{margin-top:-20px}@media only screen and (max-width:599px){.style-module-sass-module__j1lNEG__toggleDisplayButton{margin-top:16px}}.style-module-sass-module__j1lNEG__curriculumProgress{margin-top:24px;padding-bottom:64px}@media only screen and (max-width:599px){.style-module-sass-module__j1lNEG__curriculumProgress{padding-bottom:0}}.style-module-sass-module__j1lNEG__legendContainer{flex-direction:column;justify-content:flex-start;display:flex}.style-module-sass-module__j1lNEG__legendIcons{display:flex}.style-module-sass-module__j1lNEG__legendText{color:#222;flex-shrink:0;margin:8px 0 16px}.style-module-sass-module__j1lNEG__curriculumProgressDetails{background-color:#f6f8fa;padding:16px}.style-module-sass-module__j1lNEG__title{-webkit-font-smoothing:antialiased;color:#222;margin-bottom:8px;font-size:14px;font-weight:700;display:inline-block}.style-module-sass-module__j1lNEG__curriculumIcons{flex-flow:wrap;max-width:calc(100% - 180px);display:flex}@media only screen and (max-width:599px){.style-module-sass-module__j1lNEG__curriculumIcons{max-width:100%}}.style-module-sass-module__j1lNEG__curriculumProgressDetails:nth-child(odd){background-color:#fff}.style-module-sass-module__j1lNEG__moreBtn{text-align:center;cursor:pointer;margin-top:40px;font-size:15px;text-decoration:underline;position:relative;left:50%;transform:translate(-50%)}.style-module-sass-module__j1lNEG__moreBtn:hover{font-weight:700}
.style-module-sass-module__-Hoz9W__root{margin-top:24px;margin-bottom:80px}.style-module-sass-module__-Hoz9W__container{background-color:#fff;padding:32px 32px 60px}.style-module-sass-module__-Hoz9W__resultContainer{flex-direction:column;align-items:center;display:flex}.style-module-sass-module__-Hoz9W__title{-webkit-font-smoothing:antialiased;color:#333;margin-top:8px;font-size:21px;font-weight:700}.style-module-sass-module__-Hoz9W__isPassed{-webkit-font-smoothing:antialiased;color:#40b87c;margin-top:32px;font-size:28px;font-weight:700}.style-module-sass-module__-Hoz9W__isNotPassed{color:#e55353}.style-module-sass-module__-Hoz9W__numOfCorrectContainer{background:#f5f5f5;border-radius:5px;justify-content:center;align-items:center;width:200px;height:50px;margin-top:24px;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__-Hoz9W__numOfCorrectContainer{width:100%}}.style-module-sass-module__-Hoz9W__numOfCorrect{-webkit-font-smoothing:antialiased;letter-spacing:1px;color:#333;font-size:16px;font-weight:700}.style-module-sass-module__-Hoz9W__green{-webkit-font-smoothing:antialiased;color:#40b87c;margin-right:1px;font-size:21px;font-weight:700}.style-module-sass-module__-Hoz9W__checkBtn{width:200px;height:45px;margin-top:16px}@media only screen and (max-width:599px){.style-module-sass-module__-Hoz9W__checkBtn{width:100%}}.style-module-sass-module__-Hoz9W__questionContainer{max-height:0;margin-top:32px;transition:max-height .5s ease-in-out;overflow:hidden}.style-module-sass-module__-Hoz9W__questionBox{background-color:#fff;grid-template-columns:22px 1fr;gap:20px 16px;padding:28px;display:grid}.style-module-sass-module__-Hoz9W__questionBox:nth-child(odd){background-color:#f5f5f5}@media only screen and (max-width:599px){.style-module-sass-module__-Hoz9W__questionBox{padding:24px}}.style-module-sass-module__-Hoz9W__questionNumber{-webkit-font-smoothing:antialiased;color:#abb1ba;font-size:21px;font-weight:700}.style-module-sass-module__-Hoz9W__questionText{color:#333;align-self:center;margin-top:6px;font-size:14px;display:inline-block}.style-module-sass-module__-Hoz9W__incorrect{color:#e55353}.style-module-sass-module__-Hoz9W__badgeIsCorrect{text-align:center;color:#fff;background:#40b87c;border-radius:5px;width:60px;margin-left:8px;padding:2px 0;font-size:12px;display:inline-block}.style-module-sass-module__-Hoz9W__badgeIncorrect{background:#e55353}.style-module-sass-module__-Hoz9W__btnContainer{justify-content:center;gap:24px;margin-top:32px;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__-Hoz9W__btnContainer{flex-direction:column;gap:16px}}.style-module-sass-module__-Hoz9W__btn{width:250px;height:50px}@media only screen and (max-width:599px){.style-module-sass-module__-Hoz9W__btn{width:100%}}.style-module-sass-module__-Hoz9W__nextLessonHeading{margin-top:56px}@media only screen and (max-width:599px){.style-module-sass-module__-Hoz9W__nextLessonHeading{margin-top:40px}}.style-module-sass-module__-Hoz9W__nextLessonsFlow{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:40px 24px;margin-top:48px;display:grid}@media only screen and (max-width:599px){.style-module-sass-module__-Hoz9W__nextLessonsFlow{margin-top:32px}}.style-module-sass-module__-Hoz9W__imgWrap{aspect-ratio:1;position:relative}.style-module-sass-module__-Hoz9W__img{border-radius:5px;width:100%!important;height:100%!important}
.style-module-sass-module__ObfAjq__root{grid-template-columns:217px minmax(0,1fr);row-gap:24px;margin-top:32px;margin-bottom:48px;display:grid}@media only screen and (max-width:599px){.style-module-sass-module__ObfAjq__root{grid-template-columns:initial;row-gap:30px}}.style-module-sass-module__ObfAjq__dt{-webkit-font-smoothing:antialiased;font-size:14px;font-weight:700}.style-module-sass-module__ObfAjq__dd{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media only screen and (max-width:599px){.style-module-sass-module__ObfAjq__dd{margin-top:-20px}}.style-module-sass-module__ObfAjq__cardNumber{column-gap:16px;display:flex}.style-module-sass-module__ObfAjq__message{margin-top:32px;margin-bottom:48px}
@keyframes style-module-sass-module__h4DvRa__fadeIn{0%{opacity:.6;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style-module-sass-module__h4DvRa__fadeBtn{display:none}@media only screen and (max-width:599px){.style-module-sass-module__h4DvRa__fadeBtn{z-index:1000;animation:.4s ease-out style-module-sass-module__h4DvRa__fadeIn;display:block;position:fixed;bottom:80px;right:8px}}
.style-module-sass-module__BVifIW__root{align-items:center;display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__BVifIW__root{align-items:initial;flex-direction:column;row-gap:24px}}.style-module-sass-module__BVifIW__radioRoot{-webkit-user-select:none;user-select:none;cursor:pointer;align-items:center;column-gap:16px;height:20px;display:flex}@media (hover:hover){.style-module-sass-module__BVifIW__radioRoot:not(.style-module-sass-module__BVifIW__disabled) .style-module-sass-module__BVifIW__radioMark:hover{opacity:.7;filter:drop-shadow(0 0 2px #abb1ba);border:1px solid #abb1ba;transition-property:border,opacity,filter;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__BVifIW__radioMark{cursor:pointer;box-sizing:border-box;border:1px solid #abb1ba;border-radius:100px;width:36px;height:36px}@media only screen and (max-width:599px){.style-module-sass-module__BVifIW__radioMark{width:24px;height:24px}}.style-module-sass-module__BVifIW__radioMark[data-state=checked]{border:1px solid #abb1ba}.style-module-sass-module__BVifIW__disabled .style-module-sass-module__BVifIW__radioMark{border:1px solid #ebebeb}.style-module-sass-module__BVifIW__radioMark:focus-visible{outline-offset:2px;outline:2px solid #abb1ba}.style-module-sass-module__BVifIW__indicator{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.style-module-sass-module__BVifIW__indicator:after{content:"";background-color:#abb1ba;border-radius:100px;width:26px;height:26px;display:block;position:absolute}@media only screen and (max-width:599px){.style-module-sass-module__BVifIW__indicator:after{width:14px;height:14px}}.style-module-sass-module__BVifIW__label{-webkit-font-smoothing:antialiased;font-size:18px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__BVifIW__label{-webkit-font-smoothing:antialiased;font-size:16px;font-weight:700}}.style-module-sass-module__BVifIW__img{width:250px;margin-left:auto}@media only screen and (max-width:1079px){.style-module-sass-module__BVifIW__img{margin-left:initial}}
.style-module-sass-module__ErAAcq__root{background-color:#123d52;border-radius:5px;position:relative;overflow:hidden}.style-module-sass-module__ErAAcq__root:before{content:"";z-index:1;background:linear-gradient(90deg,#123d52 0% 60%,#0000 100%);position:absolute;inset:0}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__root,.style-module-sass-module__ErAAcq__root:before{border-radius:0}}.style-module-sass-module__ErAAcq__ribbon{-webkit-font-smoothing:antialiased;z-index:1000;font-size:14px;font-weight:700;position:relative}.style-module-sass-module__ErAAcq__ribbonText{text-align:center;writing-mode:vertical-lr;-webkit-font-smoothing:antialiased;color:#fff;background-color:#0073e7;width:40px;height:70px;font-size:26px;font-weight:700;position:absolute;top:0;left:3%}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__ribbonText{-webkit-font-smoothing:antialiased;width:22px;height:40px;font-size:15px;font-weight:700}}.style-module-sass-module__ErAAcq__ribbonText:after{content:"";border:20px solid #0073e7;border-top:0 solid #0000;border-bottom:10px solid #0000;width:0;height:0;position:absolute;top:100%;left:0}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__ribbonText:after{border-width:0 11px 11px}}.style-module-sass-module__ErAAcq__wrapper{grid-template-columns:1fr 1fr;align-items:center;display:grid}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__wrapper{border-radius:0;grid-template-columns:auto auto}}.style-module-sass-module__ErAAcq__mainTextArea{z-index:1000;padding-top:20px;padding-bottom:20px;padding-left:75px}@media only screen and (max-width:1079px){.style-module-sass-module__ErAAcq__mainTextArea{padding-left:125px}}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__mainTextArea{padding-top:16px;padding-bottom:16px;padding-left:80px}}@media only screen and (max-width:414px){.style-module-sass-module__ErAAcq__mainTextArea{padding-left:72px}}@media only screen and (max-width:390px){.style-module-sass-module__ErAAcq__mainTextArea{padding-left:62px}}@media only screen and (max-width:375px){.style-module-sass-module__ErAAcq__mainTextArea{padding-left:67px}}@media only screen and (max-width:360px){.style-module-sass-module__ErAAcq__mainTextArea{padding-left:62px}}.style-module-sass-module__ErAAcq__heading{text-align:center;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;color:#fff;font-size:40px;font-weight:700;line-height:.9}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__heading{-webkit-font-smoothing:antialiased;font-size:24px;font-weight:700;line-height:.7}}.style-module-sass-module__ErAAcq__text{-webkit-font-smoothing:antialiased;font-size:25px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__text{-webkit-font-smoothing:antialiased;font-size:14px;font-weight:700}}.style-module-sass-module__ErAAcq__highlightText{-webkit-font-smoothing:antialiased;border-bottom:1px solid;font-size:25px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__highlightText{-webkit-font-smoothing:antialiased;font-size:22px;font-weight:700}}@media only screen and (max-width:380px){.style-module-sass-module__ErAAcq__highlightText{-webkit-font-smoothing:antialiased;font-size:18px;font-weight:700}}.style-module-sass-module__ErAAcq__pcNone{display:none}@media only screen and (max-width:1300px){.style-module-sass-module__ErAAcq__pcNone{display:block}}.style-module-sass-module__ErAAcq__priceBox{color:#40b87c;justify-content:center;align-self:flex-end;align-items:center;margin-top:4px;margin-bottom:6px;padding-top:10px;display:flex}.style-module-sass-module__ErAAcq__monthly{writing-mode:vertical-rl;-webkit-font-smoothing:antialiased;font-size:28px;font-weight:700;display:grid}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__monthly{-webkit-font-smoothing:antialiased;font-size:16px;font-weight:700}}.style-module-sass-module__ErAAcq__priceAmount{letter-spacing:-.05em;-webkit-font-smoothing:antialiased;font-family:Poppins,serif;font-size:74px;font-style:italic;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__priceAmount{-webkit-font-smoothing:antialiased;font-size:42px;font-weight:700}}.style-module-sass-module__ErAAcq__currencyBox{row-gap:8px;margin-left:6px;display:grid}.style-module-sass-module__ErAAcq__yen{-webkit-font-smoothing:antialiased;font-size:36px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__yen{-webkit-font-smoothing:antialiased;font-size:20px;font-weight:700}}.style-module-sass-module__ErAAcq__taxIncluded{white-space:nowrap;-webkit-font-smoothing:antialiased;font-size:14px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__taxIncluded{-webkit-font-smoothing:antialiased;font-size:8px;font-weight:700}}.style-module-sass-module__ErAAcq__btn{border-radius:50px;width:100%;height:50px;margin-top:20px}.style-module-sass-module__ErAAcq__btn span{-webkit-font-smoothing:antialiased;font-size:18px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__btn{height:28px;margin-top:14px}.style-module-sass-module__ErAAcq__btn span{-webkit-font-smoothing:antialiased;font-size:10px;font-weight:700}}.style-module-sass-module__ErAAcq__icon{margin-top:2px}@media only screen and (max-width:599px){.style-module-sass-module__ErAAcq__icon{width:7px;height:7px}}.style-module-sass-module__ErAAcq__bannerImage{object-fit:cover;width:100%;height:100%;position:absolute;top:0;right:0}
.style-module-sass-module__4ZsBUa__root{display:flex}.style-module-sass-module__4ZsBUa__faq{-webkit-font-smoothing:antialiased;color:#fff;background:#79828f;justify-content:center;align-items:center;column-gap:8px;width:50%;height:60px;font-size:14px;font-weight:700;display:flex}.style-module-sass-module__4ZsBUa__icon{fill:#fff}.style-module-sass-module__4ZsBUa__contact{-webkit-font-smoothing:antialiased;color:#fff;background:#222;justify-content:center;align-items:center;column-gap:8px;width:50%;height:60px;font-size:14px;font-weight:700;display:flex}.style-module-sass-module__4ZsBUa__lineModal{flex-direction:column;justify-content:center;align-items:center;min-height:240px;display:flex}.style-module-sass-module__4ZsBUa__text{-webkit-font-smoothing:antialiased;text-align:center;font-size:16px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__4ZsBUa__text{-webkit-font-smoothing:antialiased;font-size:14px;font-weight:700}}@media only screen and (max-width:599px){.style-module-sass-module__4ZsBUa__text{-webkit-font-smoothing:antialiased;font-size:10px;font-weight:700}}@media (hover:hover){.style-module-sass-module__4ZsBUa__modalButton:hover{opacity:.8;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__4ZsBUa__modalButton:active{opacity:.7;transition-duration:.1s;transition-timing-function:ease-out}.style-module-sass-module__4ZsBUa__modalButton:focus-visible{outline-offset:2px;outline:2px solid #abb1ba}.style-module-sass-module__4ZsBUa__lineButtonForPc{margin-top:40px}@media only screen and (max-width:599px){.style-module-sass-module__4ZsBUa__lineButtonForPc{display:none}}.style-module-sass-module__4ZsBUa__lineButtonForSp{display:none}@media only screen and (max-width:599px){.style-module-sass-module__4ZsBUa__lineButtonForSp{margin-top:40px;display:flex}.style-module-sass-module__4ZsBUa__lineButtonText{-webkit-font-smoothing:antialiased;font-size:12px;font-weight:700}}
.style-module-sass-module__Ol68IG__folders{row-gap:12px;max-height:calc(100% - 340px);margin-top:12px;padding-bottom:16px;padding-left:16px;display:grid;overflow:auto}.style-module-sass-module__Ol68IG__folders::-webkit-scrollbar{display:none}.style-module-sass-module__Ol68IG__folders{scrollbar-width:none;-ms-overflow-style:none}.style-module-sass-module__Ol68IG__errorMessage,.style-module-sass-module__Ol68IG__emptyMessage{color:#fff;text-align:center;padding:12px}.style-module-sass-module__Ol68IG__noFolderItem{color:#fff;align-items:center;padding-top:8px;padding-bottom:8px;text-decoration:none;transition:background-color .2s;display:flex}.style-module-sass-module__Ol68IG__noFolderItem:hover{background-color:#ffffff1a}.style-module-sass-module__Ol68IG__noFolderItem.style-module-sass-module__Ol68IG__currentPage{background:#fff;border-radius:4px;margin-right:16px;padding:8px}.style-module-sass-module__Ol68IG__noFolderItem.style-module-sass-module__Ol68IG__currentPage .style-module-sass-module__Ol68IG__folderName{color:#339f69;font-weight:700}.style-module-sass-module__Ol68IG__noFolderItem.style-module-sass-module__Ol68IG__currentPage .style-module-sass-module__Ol68IG__folderIcon{fill:#339f69}.style-module-sass-module__Ol68IG__folderIcon{fill:#fff;flex-shrink:0}.style-module-sass-module__Ol68IG__folderName{color:#fff;flex:1;margin-left:8px}
.style-module-sass-module__gE8pvq__root{-webkit-user-select:none;user-select:none;cursor:pointer;background:#fff;align-items:center;column-gap:12px;display:flex}@media (hover:hover){.style-module-sass-module__gE8pvq__root:not(.style-module-sass-module__gE8pvq__disabled) .style-module-sass-module__gE8pvq__checkZone:hover{opacity:.7;filter:drop-shadow(0 0 2px #79828f);background:#ededed;border:1px solid #abb1ba;transition-property:border,opacity,filter;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__gE8pvq__label{border:1px solid #abb1ba;border-radius:4px;padding:8px;display:inline-flex}@media (hover:hover){.style-module-sass-module__gE8pvq__label:hover{opacity:.9;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__gE8pvq__label:focus-visible{outline-offset:2px;outline:2px solid #abb1ba}.style-module-sass-module__gE8pvq__disabled{opacity:.6;cursor:not-allowed;transition-duration:.1s;transition-timing-function:ease-out}.style-module-sass-module__gE8pvq__error{color:#c65151}.style-module-sass-module__gE8pvq__checkZone{background-color:#fff;border:1px solid #abb1ba;border-radius:2px;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;display:flex}.style-module-sass-module__gE8pvq__checkZone[data-state=checked]{border:1px solid #abb1ba}.style-module-sass-module__gE8pvq__checkZone:focus-visible{outline-offset:2px;outline:2px solid #abb1ba}.style-module-sass-module__gE8pvq__disabled .style-module-sass-module__gE8pvq__checkZone{border:1px solid #ededed}.style-module-sass-module__gE8pvq__error .style-module-sass-module__gE8pvq__checkZone{border:1px solid #c65151}.style-module-sass-module__gE8pvq__icon{fill:#222;width:18px;height:18px;margin-bottom:4px;margin-left:6px;padding-top:5px;transition:all .2s ease-out}.style-module-sass-module__gE8pvq__disabled .style-module-sass-module__gE8pvq__icon{opacity:.6;transition-duration:.1s;transition-timing-function:ease-out}
.style-module-sass-module__Z3JxvG__root{background-color:#fff;border-radius:16px;padding:30px 2.5%;position:relative;box-shadow:0 1px 3px #00000014}@media only screen and (max-width:599px){.style-module-sass-module__Z3JxvG__root{padding-bottom:72px;padding-left:18px;padding-right:18px}}.style-module-sass-module__Z3JxvG__header{border-bottom:1px solid #f5f5f5;align-items:center;padding-bottom:24px;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__Z3JxvG__header{padding-bottom:16px}}.style-module-sass-module__Z3JxvG__icon{width:20px;height:20px;margin-right:8px}@media only screen and (max-width:599px){.style-module-sass-module__Z3JxvG__icon{width:15px;height:15px}}.style-module-sass-module__Z3JxvG__heading{-webkit-font-smoothing:antialiased;color:#123d52;font-size:18px;font-weight:700}@media only screen and (max-width:599px){.style-module-sass-module__Z3JxvG__heading{-webkit-font-smoothing:antialiased;font-size:16px;font-weight:700}}.style-module-sass-module__Z3JxvG__btn{position:absolute;top:30px;right:2.5%}@media only screen and (max-width:599px){.style-module-sass-module__Z3JxvG__btn{top:auto;bottom:30px;right:18px}}
.style-module-sass-module__42aMoW__root{background:#fff;border-radius:5px;flex-direction:column;justify-content:space-between;padding:16px;display:flex;box-shadow:0 3px 4px #0000000d}.style-module-sass-module__42aMoW__title{-webkit-font-smoothing:antialiased;color:#40b87c;letter-spacing:1.4px;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:700;line-height:17px;display:-webkit-box;overflow:hidden}.style-module-sass-module__42aMoW__categoryArea{margin:8px 0}.style-module-sass-module__42aMoW__lessonCategories{display:inline-block}.style-module-sass-module__42aMoW__categoryTag{-webkit-font-smoothing:antialiased;color:#206bc4;letter-spacing:1px;float:left;background-color:#e8f0f9;border-radius:5px;margin:8px 10px 0 0;padding:5px 9px;font-size:10px;font-weight:700;line-height:12px}.style-module-sass-module__42aMoW__status{-webkit-font-smoothing:antialiased;color:#123d52;margin-top:8px;font-size:14px;font-weight:700;display:block}.style-module-sass-module__42aMoW__testRow{align-items:center;display:flex}.style-module-sass-module__42aMoW__green{color:#40b87c;font-size:18px}.style-module-sass-module__42aMoW__categoryAreaLoading{margin:12px 0 8px}.style-module-sass-module__42aMoW__statusLoading{margin-top:8px}
@media only screen and (max-width:599px){.style-module-sass-module__i5iSYG__pcModal{display:none}}.style-module-sass-module__i5iSYG__spModal{display:none}@media only screen and (max-width:599px){.style-module-sass-module__i5iSYG__spModal{display:block}}.style-module-sass-module__i5iSYG__searchInput{max-width:100%}@media only screen and (max-width:599px){.style-module-sass-module__i5iSYG__searchInput{margin-top:32px;margin-left:2px;margin-right:2px}}.style-module-sass-module__i5iSYG__message{margin-top:48px}.style-module-sass-module__i5iSYG__linkWrap{align-items:center;margin-top:16px;display:flex}.style-module-sass-module__i5iSYG__categoryHeading{margin-top:32px}.style-module-sass-module__i5iSYG__categories{margin-top:24px}
.style-module-sass-module__E7fJaq__navigation{flex:1;width:100%;min-height:0;overflow:hidden auto}.style-module-sass-module__E7fJaq__navigation::-webkit-scrollbar{display:none}.style-module-sass-module__E7fJaq__navigation{scrollbar-width:none;-ms-overflow-style:none}.style-module-sass-module__E7fJaq__navItem{color:#fff;align-items:center;gap:8px;padding:16px;font-size:14px;text-decoration:none;transition:background-color .2s;display:flex}.style-module-sass-module__E7fJaq__navItem:hover{background-color:#ffffff1a;text-decoration:none}.style-module-sass-module__E7fJaq__navItem.style-module-sass-module__E7fJaq__active{color:#fff;background:#123d5280;font-weight:700}.style-module-sass-module__E7fJaq__navIcon{fill:#fff;flex-shrink:0;width:16px;height:16px}.style-module-sass-module__E7fJaq__navSection{flex-direction:column;width:100%;display:flex}.style-module-sass-module__E7fJaq__navToggle{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:100%;padding:16px;font-size:14px;transition:background-color .2s;display:flex;position:relative}.style-module-sass-module__E7fJaq__navToggle:hover{background-color:#ffffff1a}.style-module-sass-module__E7fJaq__navToggle.style-module-sass-module__E7fJaq__active{color:#fff;background:#123d5280;font-weight:700}.style-module-sass-module__E7fJaq__navToggleContent{justify-content:space-between;align-items:center;width:100%;display:flex}.style-module-sass-module__E7fJaq__navToggleLabel{align-items:center;gap:8px;display:flex}.style-module-sass-module__E7fJaq__chevronIcon{fill:#fff;flex-shrink:0;width:12px;height:12px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}@media only screen and (max-width:599px){.style-module-sass-module__E7fJaq__chevronIcon{position:absolute;top:50%;right:16px;transform:translateY(-50%)}}.style-module-sass-module__E7fJaq__subSection{margin-left:0}.style-module-sass-module__E7fJaq__subSection.style-module-sass-module__E7fJaq__active{background:#123d524d;border-left:none;width:100%;margin-left:0;padding-left:4px;box-shadow:inset 5px 0 #123d52cc}.style-module-sass-module__E7fJaq__folders{row-gap:12px;width:100%;margin-top:12px;padding-bottom:16px;padding-left:16px;display:grid}
.style-module-sass-module__rOAXQG__root{background:#fff;border-radius:5px;grid-template-columns:20px 36px 60px minmax(0,1fr) 130px;align-items:center;column-gap:16px;padding:8px 16px;display:grid;box-shadow:0 2px 8px #00000029}.style-module-sass-module__rOAXQG__sortBtn{color:#7b828e}.style-module-sass-module__rOAXQG__isDragBefore{cursor:grab}.style-module-sass-module__rOAXQG__isDragging{cursor:grabbing}.style-module-sass-module__rOAXQG__icon{fill:#7b828e;margin-top:4px}.style-module-sass-module__rOAXQG__sortNumber{text-align:center;color:#f5a623;-webkit-font-smoothing:antialiased;font-size:32px;font-style:italic;font-weight:700}.style-module-sass-module__rOAXQG__title{-webkit-font-smoothing:antialiased;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.style-module-sass-module__rOAXQG__imgWrap{aspect-ratio:1;width:60px;height:60px;position:relative;overflow:hidden}.style-module-sass-module__rOAXQG__img{width:100%;height:100%}.style-module-sass-module__rOAXQG__removeBtn{margin-left:auto}
.style-module-sass-module__rOkugq__root{margin-top:48px;padding-left:calc(50% - 450px);padding-right:calc(50% - 450px)}.style-module-sass-module__rOkugq__wrapper{background:#fff;margin-bottom:90px;padding:24px;box-shadow:0 2px 8px #00000029}.style-module-sass-module__rOkugq__form{margin-top:24px}.style-module-sass-module__rOkugq__btn{margin-top:40px;margin-bottom:24px;position:relative;left:50%;transform:translate(-50%)}
.style-module-sass-module__-zH1wG__root{margin-top:48px;padding-left:calc(50% - 450px);padding-right:calc(50% - 450px)}.style-module-sass-module__-zH1wG__message{margin-top:48px}.style-module-sass-module__-zH1wG__wrapper{background:#fff;margin-bottom:90px;padding:24px;box-shadow:0 2px 8px #00000029}.style-module-sass-module__-zH1wG__form{margin-top:24px}.style-module-sass-module__-zH1wG__btn{margin-top:40px;margin-bottom:24px;position:relative;left:50%;transform:translate(-50%)}
.style-module-sass-module__2r1sla__root{background:#f6f8fa}.style-module-sass-module__2r1sla__announcement{margin-top:-32px;padding-left:calc(50% - 550px);padding-right:calc(50% - 550px)}@media only screen and (max-width:1330px){.style-module-sass-module__2r1sla__announcement{padding-left:3%;padding-right:3%}}.style-module-sass-module__2r1sla__stillNotLoggedInUser{background:#eaf1fc;border:1px solid #c2dbfb;border-radius:8px;justify-content:space-between;align-items:center;margin-top:32px;margin-left:calc(50% - 550px);margin-right:calc(50% - 550px);padding:24px 32px;display:flex}@media only screen and (max-width:1330px){.style-module-sass-module__2r1sla__stillNotLoggedInUser{margin-left:3%;margin-right:3%}}@media only screen and (max-width:599px){.style-module-sass-module__2r1sla__stillNotLoggedInUser{margin-top:24px;padding:16px 24px}}.style-module-sass-module__2r1sla__stillNotText{color:#284ead;padding-right:16px;font-size:14px}.style-module-sass-module__2r1sla__largeText{-webkit-font-smoothing:antialiased;font-size:18px;font-weight:700}.style-module-sass-module__2r1sla__confirmButton{background:linear-gradient(90deg,#123d52,#151928);border-radius:8px;width:150px;height:35px}@media only screen and (max-width:599px){.style-module-sass-module__2r1sla__confirmButton{flex-shrink:0;width:100px;height:35px}}.style-module-sass-module__2r1sla__confirmText{-webkit-font-smoothing:antialiased;font-size:10px;font-weight:700}.style-module-sass-module__2r1sla__data{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:24px;padding-left:calc(50% - 550px);padding-right:calc(50% - 550px);display:grid}@media only screen and (max-width:1330px){.style-module-sass-module__2r1sla__data{padding-left:3%;padding-right:3%}}@media only screen and (max-width:1079px){.style-module-sass-module__2r1sla__data{grid-template-columns:1fr}}
.style-module-sass-module__-pNL9G__root{margin-bottom:32px}@media only screen and (max-width:599px){.style-module-sass-module__-pNL9G__root{margin-left:-5.5%;margin-right:-5.5%}}.style-module-sass-module__-pNL9G__margin{height:0}@media only screen and (max-width:599px){.style-module-sass-module__-pNL9G__margin{background-color:#f6f8fa;height:48px}}.style-module-sass-module__-pNL9G__heading{margin-top:16px}@media only screen and (max-width:599px){.style-module-sass-module__-pNL9G__heading{margin:24px 5% 16px}}.style-module-sass-module__-pNL9G__marginTop{margin-top:24px}.style-module-sass-module__-pNL9G__toggleDisplayButton{margin-top:-20px}@media only screen and (max-width:599px){.style-module-sass-module__-pNL9G__toggleDisplayButton{margin:16px 5% 0 auto}}.style-module-sass-module__-pNL9G__learningStatusByLesson{background-color:#f6f8fa;border-radius:5px;min-height:200px;margin-top:24px;padding:24px}@media only screen and (max-width:599px){.style-module-sass-module__-pNL9G__learningStatusByLesson{background-color:#fff;padding:0}}.style-module-sass-module__-pNL9G__learningStatusFilterContainer{justify-content:flex-end;align-items:center;gap:10px;margin-bottom:32px;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__-pNL9G__learningStatusFilterContainer{margin-left:5.5%;margin-right:5.5%;display:block}}.style-module-sass-module__-pNL9G__learningStatusFilter{background-color:#fff;width:288px;height:40px}@media only screen and (max-width:599px){.style-module-sass-module__-pNL9G__learningStatusFilter{width:100%}.style-module-sass-module__-pNL9G__learningStatusByLessonForSp{background-color:#f6f8fa;padding:16px}}.style-module-sass-module__-pNL9G__paginationInfo{margin-bottom:16px}.style-module-sass-module__-pNL9G__lessonCards{grid-gap:32px 32px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.style-module-sass-module__-pNL9G__pagination{margin-top:30px;margin-bottom:16px;position:relative;left:50%;transform:translate(-50%)}
.style-module-sass-module__HwHRnW__root{letter-spacing:0;line-height:1.2}.style-module-sass-module__HwHRnW__heading{text-align:center;-webkit-font-smoothing:antialiased;font-size:35px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__heading{text-align:left;-webkit-font-smoothing:antialiased;font-size:26px;font-weight:700}}.style-module-sass-module__HwHRnW__highlight{-webkit-font-smoothing:antialiased;color:#fff;background-color:#339f69;font-size:45px;font-weight:700;line-height:1.5}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__highlight{-webkit-font-smoothing:antialiased;font-size:30px;font-weight:700}}.style-module-sass-module__HwHRnW__sp{display:none}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__sp{display:block}}.style-module-sass-module__HwHRnW__subHeading{text-align:center;margin-top:8px;font-size:21px}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__subHeading{text-align:left;font-size:14px}}.style-module-sass-module__HwHRnW__container{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));justify-content:center;place-items:stretch center;gap:68px 30px;margin-top:57px;display:grid}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__container{grid-template-columns:1fr;gap:48px 0;margin-top:39px}}.style-module-sass-module__HwHRnW__investmentCourse,.style-module-sass-module__HwHRnW__reskillingCourse,.style-module-sass-module__HwHRnW__careerSupportCourse{box-sizing:border-box;background-color:#f6f8fa;border-radius:5px;width:405px;padding-left:5%;padding-right:5%;display:grid;position:relative}@media only screen and (max-width:599px){.style-module-sass-module__HwHRnW__investmentCourse,.style-module-sass-module__HwHRnW__reskillingCourse,.style-module-sass-module__HwHRnW__careerSupportCourse{width:100%}}.style-module-sass-module__HwHRnW__investmentCourse,.style-module-sass-module__HwHRnW__careerSupportCourse{padding-top:44px;padding-bottom:26px}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__investmentCourse,.style-module-sass-module__HwHRnW__careerSupportCourse{padding-top:33px;padding-bottom:17px}}.style-module-sass-module__HwHRnW__reskillingCourse{padding-top:19px;padding-bottom:26px}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__reskillingCourse{padding-top:17px;padding-bottom:17px}}.style-module-sass-module__HwHRnW__courseTitle{-webkit-font-smoothing:antialiased;color:#123d52;font-size:30px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__courseTitle{-webkit-font-smoothing:antialiased;font-size:16px;font-weight:700}}.style-module-sass-module__HwHRnW__courseType,.style-module-sass-module__HwHRnW__courseDescription{-webkit-font-smoothing:antialiased;color:#123d52;font-size:20px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__courseType,.style-module-sass-module__HwHRnW__courseDescription{-webkit-font-smoothing:antialiased;font-size:11px;font-weight:700}}.style-module-sass-module__HwHRnW__image{width:100%;height:auto;margin-top:20px}.style-module-sass-module__HwHRnW__grant{min-height:98px;margin-top:9px}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__grant{min-height:56px}}.style-module-sass-module__HwHRnW__grantTitle{-webkit-font-smoothing:antialiased;font-size:20px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__grantTitle{-webkit-font-smoothing:antialiased;font-size:12px;font-weight:700}}.style-module-sass-module__HwHRnW__grantText{font-size:17px}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__grantText{font-size:10px}}.style-module-sass-module__HwHRnW__note{-webkit-font-smoothing:antialiased;font-size:13px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__note{-webkit-font-smoothing:antialiased;font-size:12px;font-weight:700}}.style-module-sass-module__HwHRnW__content{background-color:#fff;border-radius:5px;row-gap:15px;margin-top:28px;padding:8px 3% 22px;display:grid}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__content{margin-top:16px;padding-bottom:16px}}.style-module-sass-module__HwHRnW__button{margin-left:auto;margin-right:auto}.style-module-sass-module__HwHRnW__badge{z-index:1;position:absolute;top:-32px;right:-16px}@media only screen and (max-width:1079px){.style-module-sass-module__HwHRnW__badge{top:-16px;right:-8px}}
.style-module-sass-module__M6ae2q__overlay{z-index:1003;background-color:#0009;width:100%;height:100%;display:block;position:fixed;top:0;left:0}.style-module-sass-module__M6ae2q__slideMenu{box-sizing:border-box;z-index:1003;background-color:#222;width:400px;height:100%;padding:20px;position:fixed;top:0;right:calc(50vw - 590px);overflow-y:auto}@media only screen and (max-width:1200px){.style-module-sass-module__M6ae2q__slideMenu{right:5%}}@media only screen and (max-width:1079px){.style-module-sass-module__M6ae2q__slideMenu{padding:16px;right:0}}@media only screen and (max-width:599px){.style-module-sass-module__M6ae2q__slideMenu{width:100%}}.style-module-sass-module__M6ae2q__slideIn{animation:.3s style-module-sass-module__M6ae2q__slideIn}@keyframes style-module-sass-module__M6ae2q__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.style-module-sass-module__M6ae2q__slideOut{animation:.3s style-module-sass-module__M6ae2q__slideOut}@keyframes style-module-sass-module__M6ae2q__slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.style-module-sass-module__M6ae2q__drawerContainer{background:#222}.style-module-sass-module__M6ae2q__closeBtn{cursor:pointer;fill:#fff;place-items:center;gap:8px;margin-left:auto;display:grid}@media (hover:hover){.style-module-sass-module__M6ae2q__closeBtn:hover{opacity:.6;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__M6ae2q__closeBtn:focus-visible{outline-offset:2px;outline:2px solid #abb1ba}.style-module-sass-module__M6ae2q__closeText{color:#fff;font-size:10px}.style-module-sass-module__M6ae2q__ul{gap:8px;margin-top:20px;display:grid}.style-module-sass-module__M6ae2q__li{cursor:pointer;align-items:center;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;display:flex}@media (hover:hover){.style-module-sass-module__M6ae2q__li:hover{background:#79828f}}.style-module-sass-module__M6ae2q__link{color:#fff;border-radius:5px;justify-content:space-between;align-items:center;width:100%;padding-top:12px;padding-bottom:12px;display:flex}.style-module-sass-module__M6ae2q__chevronRightIcon{fill:#fff}
.style-module-sass-module__QIQkkq__overlay{display:none}@media only screen and (max-width:1079px){.style-module-sass-module__QIQkkq__overlay{z-index:1003;background-color:#0009;width:100%;height:100%;display:block;position:fixed;top:0;right:0}}.style-module-sass-module__QIQkkq__slideMenu{display:none}@media only screen and (max-width:1079px){.style-module-sass-module__QIQkkq__slideMenu{z-index:1003;background-color:#40b87c;width:60%;max-width:460px;height:100%;display:block;position:fixed;top:60px;left:0;overflow-y:auto}}@media only screen and (max-width:1079px) and (max-width:599px){.style-module-sass-module__QIQkkq__slideMenu{width:80%}}.style-module-sass-module__QIQkkq__slideIn{animation:.3s style-module-sass-module__QIQkkq__slideIn}@keyframes style-module-sass-module__QIQkkq__slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.style-module-sass-module__QIQkkq__slideOut{animation:.3s style-module-sass-module__QIQkkq__slideOut}@keyframes style-module-sass-module__QIQkkq__slideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}.style-module-sass-module__QIQkkq__drawerContainer{flex-direction:column;height:calc(100% - 58px);display:flex;position:relative}.style-module-sass-module__QIQkkq__closeBtn{cursor:pointer;fill:#fff;margin-left:auto;display:block}@media (hover:hover){.style-module-sass-module__QIQkkq__closeBtn:hover{opacity:.6;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__QIQkkq__closeBtn:focus-visible{outline-offset:2px;outline:2px solid #abb1ba}.style-module-sass-module__QIQkkq__sidebarContent{flex:1}.style-module-sass-module__QIQkkq__storageInfo{background-color:#40b87c;border-top:1px solid #e5fee0}.style-module-sass-module__QIQkkq__ul{margin-top:24px}.style-module-sass-module__QIQkkq__link{color:#fff;border-radius:5px;padding:12px 32px;display:block}@media (hover:hover){.style-module-sass-module__QIQkkq__link:hover{background:#79828f}}.style-module-sass-module__QIQkkq__navigation{flex:1;padding:18px 0 22px;overflow-y:auto}.style-module-sass-module__QIQkkq__navigation::-webkit-scrollbar{display:none}
.style-module-sass-module__dbZ8oG__root{justify-content:flex-end;align-items:center;gap:5px;display:flex}.style-module-sass-module__dbZ8oG__pcNone{display:none}@media only screen and (max-width:599px){.style-module-sass-module__dbZ8oG__pcNone{display:flex}}.style-module-sass-module__dbZ8oG__icon{flex-shrink:0}.style-module-sass-module__dbZ8oG__text{color:#7b828e;font-size:12px}
.style-module-sass-module__4_K_YG__error{border:1px solid #c65151}.style-module-sass-module__4_K_YG__formLabel{margin-bottom:16px}@media only screen and (max-width:1079px){.style-module-sass-module__4_K_YG__formLabel{margin-bottom:12px}}.style-module-sass-module__4_K_YG__root{background:#f5f5f5;padding:16px}.style-module-sass-module__4_K_YG__marginTop,.style-module-sass-module__4_K_YG__checkboxGroup{margin-top:24px}.style-module-sass-module__4_K_YG__selectedGuidance{color:#79828f;font-size:12px}.style-module-sass-module__4_K_YG__selectedArtists{flex-direction:column;row-gap:8px;margin-top:8px;margin-bottom:16px;display:flex}.style-module-sass-module__4_K_YG__searchInput{max-width:100%}.style-module-sass-module__4_K_YG__flow{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px;display:grid}.style-module-sass-module__4_K_YG__pagination{margin-top:24px;margin-bottom:16px;position:relative;left:50%;transform:translate(-50%)}
.style-module-sass-module__R722dG__root{margin-top:24px}.style-module-sass-module__R722dG__backgroundContainer{background:#f6f8fa;border-radius:5px;margin-top:16px;padding:24px 32px}@media only screen and (max-width:599px){.style-module-sass-module__R722dG__backgroundContainer{background:initial;margin-left:-5.5%;margin-right:-5.5%;padding:16px}}.style-module-sass-module__R722dG__totalTimes{background:#fff;padding:16px 32px}.style-module-sass-module__R722dG__labels{color:#123d52;-webkit-font-smoothing:antialiased;justify-content:space-around;align-items:center;font-size:16px;font-weight:700;display:flex}.style-module-sass-module__R722dG__times{color:#123d52;background:#f6f8fa;justify-content:space-around;align-items:center;margin-top:6px;padding-top:12px;padding-bottom:12px;font-size:14px;display:flex}.style-module-sass-module__R722dG__navigations{justify-content:space-between;align-items:center;margin-top:24px;display:flex}.style-module-sass-module__R722dG__period{-webkit-font-smoothing:antialiased;color:#123d52;font-size:18px;font-weight:700}.style-module-sass-module__R722dG__chartBackgroundColor{background:#fff;margin-top:32px;padding-top:32px;padding-bottom:40px}.style-module-sass-module__R722dG__toolTipLabel{color:#339f69}.style-module-sass-module__R722dG__spGuidance{display:none}@media only screen and (max-width:599px){.style-module-sass-module__R722dG__spGuidance{color:#516877;text-align:center;margin-top:12px;font-size:12px;display:block}}.style-module-sass-module__R722dG__h3{margin-top:40px}.style-module-sass-module__R722dG__toggleDisplayButton{margin-top:-20px}@media only screen and (max-width:599px){.style-module-sass-module__R722dG__toggleDisplayButton{margin-top:16px}}.style-module-sass-module__R722dG__learningTimesDetail{margin-top:24px}.style-module-sass-module__R722dG__dlFlexContainer{grid-template-columns:200px 1fr;padding:12px 16px;display:grid}.style-module-sass-module__R722dG__dlFlexContainer:nth-child(odd){background:#fff}.style-module-sass-module__R722dG__dlFlexContainer:nth-child(2){height:20px;padding:0}@media only screen and (max-width:599px){.style-module-sass-module__R722dG__dlFlexContainer{grid-template-columns:170px 1fr}}.style-module-sass-module__R722dG__dt{-webkit-font-smoothing:antialiased;color:#123d52;font-size:14px;font-weight:700}.style-module-sass-module__R722dG__dd{color:#123d52}.style-module-sass-module__R722dG__pagination{margin-top:32px;position:relative;left:50%;transform:translate(-50%)}
.style-module-sass-module__FIuvXG__root{-webkit-font-smoothing:antialiased;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;font-size:18px;font-weight:700;line-height:1;display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__FIuvXG__root{-webkit-font-smoothing:antialiased;width:67px;height:67px;font-size:12px;font-weight:700}}.style-module-sass-module__FIuvXG__online{color:#fff;background-color:#123d52}.style-module-sass-module__FIuvXG__offline{color:#123d52;background-color:#fff;border:1px solid #123d52}
.style-module-sass-module__znXJPq__content{letter-spacing:0;background-color:#123d52;border-radius:10px;grid-template-areas:"title list img""btn btn img";justify-content:center;gap:39px 32px;padding:37px 5% 39px;display:grid}@media only screen and (max-width:1079px){.style-module-sass-module__znXJPq__content{column-gap:initial;row-gap:initial;grid-template-areas:"title""list""img""btn"}}.style-module-sass-module__znXJPq__title{-webkit-font-smoothing:antialiased;color:#fff;grid-area:title;font-size:40px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__znXJPq__title{text-align:center;-webkit-font-smoothing:antialiased;font-size:28px;font-weight:700}}.style-module-sass-module__znXJPq__list{grid-area:list;row-gap:10px;padding-top:8px;padding-bottom:18px;display:grid}@media only screen and (max-width:1079px){.style-module-sass-module__znXJPq__list{row-gap:13px;margin-top:45px;padding:0}}.style-module-sass-module__znXJPq__listItem{-webkit-font-smoothing:antialiased;color:#fff;align-items:center;gap:16px;font-size:18px;font-weight:700;display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__znXJPq__listItem{-webkit-font-smoothing:antialiased;font-size:16px;font-weight:700}}.style-module-sass-module__znXJPq__btn{grid-area:btn;width:100%;height:76px}@media only screen and (max-width:1079px){.style-module-sass-module__znXJPq__btn{height:95px;margin-top:28px}}.style-module-sass-module__znXJPq__btn span{-webkit-font-smoothing:antialiased;font-size:24px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__znXJPq__btn span{-webkit-font-smoothing:antialiased;font-size:21px;font-weight:700}}.style-module-sass-module__znXJPq__btn span:hover{color:#faa635}.style-module-sass-module__znXJPq__pcNone{display:none}@media only screen and (max-width:1079px){.style-module-sass-module__znXJPq__pcNone{display:block}}.style-module-sass-module__znXJPq__imgWrapper{grid-area:img;position:relative}@media only screen and (max-width:1079px){.style-module-sass-module__znXJPq__imgWrapper{margin-top:28px}}.style-module-sass-module__znXJPq__img{object-fit:contain;max-width:100%;height:calc(100% + 10px);position:absolute;top:0}@media only screen and (max-width:1079px){.style-module-sass-module__znXJPq__img{position:initial;top:initial;height:auto}}
.style-module-sass-module__4HmEQa__active{background:#123d5280}.style-module-sass-module__4HmEQa__linkWrap{align-items:center;column-gap:10px;padding:16px;display:flex}.style-module-sass-module__4HmEQa__accordionTrigger{align-items:center;column-gap:10px;display:flex}.style-module-sass-module__4HmEQa__icon{fill:#fff}.style-module-sass-module__4HmEQa__navLabel{-webkit-font-smoothing:antialiased;color:#fff;font-size:14px;font-weight:700}.style-module-sass-module__4HmEQa__triggerPaddings{padding:16px}.style-module-sass-module__4HmEQa__triggerPaddings[data-state=open]{background:#123d5280}@media (hover:hover){.style-module-sass-module__4HmEQa__triggerPaddings:hover{background:#123d5280}}.style-module-sass-module__4HmEQa__accordionIcon{fill:#fff}.style-module-sass-module__4HmEQa__subLink{color:#ffffffbf;background:#123d5280;padding:12px 16px;display:block}@media (hover:hover){.style-module-sass-module__4HmEQa__subLink:hover{transition-duration:initial;transition-timing-function:initial;background:#123d5280}}.style-module-sass-module__4HmEQa__fontSize12{font-size:12px}.style-module-sass-module__4HmEQa__linkWrapActive{opacity:initial;margin-left:-8px;margin-right:-8px;padding-top:6px;padding-bottom:6px}@media (hover:hover){.style-module-sass-module__4HmEQa__linkWrapActive:hover{background:#123d5280}}.style-module-sass-module__4HmEQa__subActive{color:#217560;background:#fff;border-radius:5px;padding:6px 8px;font-weight:700;display:block}
.style-module-sass-module__dDrQ8W__root{color:#fff;background:#222}@media only screen and (max-width:599px){.style-module-sass-module__dDrQ8W__root{display:none}}.style-module-sass-module__dDrQ8W__ul{justify-content:space-around;align-items:center;padding-left:calc(50% - 590px);padding-right:calc(50% - 590px);display:flex}@media only screen and (max-width:1200px){.style-module-sass-module__dDrQ8W__ul{padding-left:5%;padding-right:5%}}.style-module-sass-module__dDrQ8W__li{box-sizing:border-box;flex-grow:1;flex-basis:0;display:flex}@media (hover:hover){.style-module-sass-module__dDrQ8W__li:hover{opacity:1;background:#79828f;transition-duration:.1s;transition-timing-function:ease-out}}.style-module-sass-module__dDrQ8W__li:active{opacity:.8;transition-duration:.1s;transition-timing-function:ease-out}.style-module-sass-module__dDrQ8W__li.style-module-sass-module__dDrQ8W__active{background:#79828f}.style-module-sass-module__dDrQ8W__link{cursor:pointer;white-space:nowrap;color:#fff;justify-content:center;align-items:center;gap:10px;width:100%;padding:13px 5%;font-size:12px;display:flex}.style-module-sass-module__dDrQ8W__icon{fill:#fff;flex-shrink:0}
.style-module-sass-module__k6YqHq__root{display:flex}@media only screen and (max-width:1079px){.style-module-sass-module__k6YqHq__root{flex-direction:initial;overflow:initial;display:block}}.style-module-sass-module__k6YqHq__sidebar{z-index:100;background:#2fad6e;flex-direction:column;width:210px;height:100%;transition:box-shadow .2s;display:flex;position:fixed;top:0;left:0}.style-module-sass-module__k6YqHq__sidebar.style-module-sass-module__k6YqHq__resizing{-webkit-user-select:none;user-select:none;box-shadow:2px 0 8px #00000026}@media only screen and (max-width:1079px){.style-module-sass-module__k6YqHq__sidebar{display:none;width:0!important}}.style-module-sass-module__k6YqHq__navigation{max-height:calc(100vh - 300px);padding:18px 0 22px;overflow-y:auto}.style-module-sass-module__k6YqHq__navigation::-webkit-scrollbar{display:none}.style-module-sass-module__k6YqHq__errorMessage,.style-module-sass-module__k6YqHq__emptyMessage{color:#fff;text-align:center;padding:12px}.style-module-sass-module__k6YqHq__childrenContainer{margin-left:8px}.style-module-sass-module__k6YqHq__resizeHandle{cursor:col-resize;z-index:101;opacity:0;justify-content:center;align-items:center;width:8px;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;right:-4px}.style-module-sass-module__k6YqHq__resizeHandle:hover{opacity:1}@media only screen and (max-width:1079px){.style-module-sass-module__k6YqHq__resizeHandle{display:none}}.style-module-sass-module__k6YqHq__sidebar:hover .style-module-sass-module__k6YqHq__resizeHandle{opacity:1}.style-module-sass-module__k6YqHq__resizeIndicator{background:#ffffff4d;border-radius:1px;width:2px;height:50px;transition:background .2s}.style-module-sass-module__k6YqHq__resizeHandle:hover .style-module-sass-module__k6YqHq__resizeIndicator{background:#fff9;height:80px}.style-module-sass-module__k6YqHq__resizing .style-module-sass-module__k6YqHq__resizeIndicator{background:#fffc;height:100px}.style-module-sass-module__k6YqHq__storageInfo{background-color:#40b87c;border-top:1px solid #e5fee0;flex-shrink:0;width:100%;margin-top:auto}.style-module-sass-module__k6YqHq__content{margin-left:210px;transition:margin-left .1s}@media only screen and (max-width:1079px){.style-module-sass-module__k6YqHq__content{margin-top:60px;margin-left:0}}.style-module-sass-module__k6YqHq__spHeader{display:none}@media only screen and (max-width:1079px){.style-module-sass-module__k6YqHq__spHeader{z-index:10000;background:#fff;width:100%;padding-top:14px;padding-bottom:8px;display:block;position:fixed;top:0;left:0}}.style-module-sass-module__k6YqHq__headerInner{align-items:center;padding-left:5%;padding-right:5%;display:flex;position:relative}@media only screen and (max-width:1079px){.style-module-sass-module__k6YqHq__hamburgerMenu{z-index:1000;flex-direction:column;row-gap:6px;width:30px;margin-right:auto;transition:all .3s;display:flex}}.style-module-sass-module__k6YqHq__border{border:1px solid #123d52;width:100%;transition:all .3s}.style-module-sass-module__k6YqHq__active .style-module-sass-module__k6YqHq__border:first-child{transform:rotate(45deg)translate(5px,6px)}.style-module-sass-module__k6YqHq__active .style-module-sass-module__k6YqHq__border:nth-child(2){opacity:0}.style-module-sass-module__k6YqHq__active .style-module-sass-module__k6YqHq__border:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}.style-module-sass-module__k6YqHq__menu{-webkit-font-smoothing:antialiased;letter-spacing:2px;color:#123d52;font-size:9px;font-weight:700}.style-module-sass-module__k6YqHq__spLogo{width:140px;height:15px;position:absolute;top:25%;left:50%;transform:translate(-50%)}.style-module-sass-module__k6YqHq__spPopover{margin-left:auto;margin-right:0}.style-module-sass-module__k6YqHq__contextMenu{z-index:9999;background:#fff;border:1px solid #00000026;border-radius:6px;min-width:120px;padding:4px 0;box-shadow:0 2px 10px #0000001f}.style-module-sass-module__k6YqHq__contextMenuItem{text-align:left;cursor:pointer;color:#123d52;background:0 0;border:none;width:100%;padding:8px 16px;font-size:14px;transition:background-color .15s}.style-module-sass-module__k6YqHq__contextMenuItem:hover{background:#f9fafb}.style-module-sass-module__k6YqHq__contextMenuItem:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.style-module-sass-module__k6YqHq__contextMenuItem:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}
.style-module-sass-module__YJup4G__popoverContainer{box-sizing:border-box;z-index:1000000;background:#222;border-top:2px solid #79828f;width:400px;min-height:100vh;padding:20px;box-shadow:0 2px 8px #00000029}@media only screen and (max-width:599px){.style-module-sass-module__YJup4G__popoverContainer{width:100vw;min-height:auto}}.style-module-sass-module__YJup4G__popoverContent{width:100%}.style-module-sass-module__YJup4G__overlay{z-index:1000000;background-color:#0009;width:100%;height:100%;display:block;position:fixed;top:70px;left:0}
.style-module-sass-module__znJp1a__form{margin-top:24px}.style-module-sass-module__znJp1a__btn{margin-top:32px;margin-bottom:24px;position:relative;left:50%;transform:translate(-50%)}
.style-module-sass-module__KrIRxq__form{margin-top:24px}.style-module-sass-module__KrIRxq__btnWrap{justify-content:center;align-items:center;gap:16px;margin-top:40px;display:flex}@media only screen and (max-width:599px){.style-module-sass-module__KrIRxq__btnWrap{gap:8px}.style-module-sass-module__KrIRxq__btn{width:50%}}
.style-module-sass-module__p7ZcWW__root{letter-spacing:0;background-color:#f6f8fa;padding-top:64px;padding-bottom:48px}@media only screen and (max-width:1079px){.style-module-sass-module__p7ZcWW__root{padding-top:45px;padding-bottom:34px}.style-module-sass-module__p7ZcWW__sectionHeading{text-align:left}}.style-module-sass-module__p7ZcWW__sp{display:none}@media only screen and (max-width:1079px){.style-module-sass-module__p7ZcWW__sp{display:block}}.style-module-sass-module__p7ZcWW__problemList{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));place-items:center;column-gap:48px;margin-top:64px;display:grid}@media only screen and (max-width:1079px){.style-module-sass-module__p7ZcWW__problemList{gap:59px 30px;margin-top:39px}}.style-module-sass-module__p7ZcWW__problemItem{align-self:flex-start;place-items:center;width:100%;max-width:210px;display:grid}.style-module-sass-module__p7ZcWW__img{max-width:100%;height:auto}@media only screen and (max-width:1079px){.style-module-sass-module__p7ZcWW__img{width:140px;height:140px}}.style-module-sass-module__p7ZcWW__problemTitle{-webkit-font-smoothing:antialiased;white-space:nowrap;text-align:center;margin-top:32px;font-size:20px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__p7ZcWW__problemTitle{-webkit-font-smoothing:antialiased;margin-top:13px;font-size:16px;font-weight:700}}.style-module-sass-module__p7ZcWW__problemDescription{margin-top:16px;font-size:16px}@media only screen and (max-width:1079px){.style-module-sass-module__p7ZcWW__problemDescription{margin-top:15px;font-size:14px}}.style-module-sass-module__p7ZcWW__solutionText{text-align:center;-webkit-font-smoothing:antialiased;color:#40b87c;margin-top:72px;font-size:60px;font-weight:700;line-height:1.2}@media only screen and (max-width:1079px){.style-module-sass-module__p7ZcWW__solutionText{-webkit-font-smoothing:antialiased;margin-top:24px;font-size:28px;font-weight:700}}
.style-module-sass-module__slX0Pq__root{color:#123d52;text-align:center;column-gap:14px;display:grid}.style-module-sass-module__slX0Pq__title{-webkit-font-smoothing:antialiased;font-size:40px;font-weight:700}@media only screen and (max-width:1079px){.style-module-sass-module__slX0Pq__title{-webkit-font-smoothing:antialiased;font-size:26px;font-weight:700}}.style-module-sass-module__slX0Pq__subTitle{font-size:20px}@media only screen and (max-width:1079px){.style-module-sass-module__slX0Pq__subTitle{display:none}}
.style-module-sass-module__sO_pYG__sp{display:none}@media only screen and (max-width:599px){.style-module-sass-module__sO_pYG__sp{display:block}}.style-module-sass-module__sO_pYG__sectionHeading{padding-bottom:92px}@media only screen and (max-width:1079px){.style-module-sass-module__sO_pYG__sectionHeading{padding-bottom:36px}}.style-module-sass-module__sO_pYG__contentWrapper{grid-template-columns:1fr;display:grid}
.style-module-sass-module__bK_tsq__root{background:#f6f8fa;margin-left:auto;margin-right:auto;padding:84px calc(50% - 560px) 100px}@media only screen and (max-width:599px){.style-module-sass-module__bK_tsq__root{padding-top:40px;padding-bottom:50px}}.style-module-sass-module__bK_tsq__sp{display:none}@media only screen and (max-width:1079px){.style-module-sass-module__bK_tsq__sp{display:block}}.style-module-sass-module__bK_tsq__contentsInfoFlow{row-gap:60px;margin-top:64px;display:grid}@media only screen and (max-width:1079px){.style-module-sass-module__bK_tsq__contentsInfoFlow{row-gap:30px;margin-top:30px}}.style-module-sass-module__bK_tsq__message{-webkit-font-smoothing:antialiased;color:#40b87c;font-size:16px;font-weight:700;text-decoration:underline}
.style-module-sass-module__s1ONvW__slider{margin-top:60px;padding-left:4.5%}@media only screen and (max-width:599px){.style-module-sass-module__s1ONvW__slider{margin-top:13px;padding-left:3%}}.style-module-sass-module__s1ONvW__cardLoading{flex-shrink:0;width:288px}@media only screen and (max-width:599px){.style-module-sass-module__s1ONvW__cardLoading{width:250px}}.style-module-sass-module__s1ONvW__eyeHeading{-webkit-font-smoothing:antialiased;color:#97644e;font-size:40px;font-weight:700}
.style-module-sass-module__YWz0kq__input{margin-top:24px}.style-module-sass-module__YWz0kq__btn{width:100%;margin-top:24px}