*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:64px}body{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-size:1rem;line-height:1.8;color:#334155;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;vertical-align:middle}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer}address{font-style:normal}strong{font-weight:700}.section-title{text-align:center;margin-bottom:40px}@media(min-width: 768px){.section-title{margin-bottom:56px}}.section-title__en{display:block;font-family:"Inter","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.15em;color:#38b2c9;margin-bottom:8px}.section-title__ja{font-size:1.625rem;font-weight:700;line-height:1.4;color:#0f172a}@media(min-width: 768px){.section-title__ja{font-size:2rem}}@media(min-width: 768px){.section-title__sp-br{display:none}}.section-title--light .section-title__en{color:#5ecfd9}.section-title--light .section-title__ja{color:#fff}.header{position:fixed;top:0;left:0;width:100%;z-index:100;background:hsla(0,0%,100%,.9);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1080px;margin:0 auto;padding:12px 20px}@media(min-width: 768px){.header__inner{padding:14px 40px;gap:16px}}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__logo-img{height:28px;width:auto}@media(min-width: 768px){.header__logo-img{height:32px}}.header__nav{display:block;position:absolute;top:100%;left:0;width:100%;background:hsla(0,0%,100%,.97);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;padding:8px 20px 20px;visibility:hidden;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s}.header__nav.is-open{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto}@media(min-width: 768px){.header__nav{display:flex;position:static;width:auto;margin-left:auto;background:none;backdrop-filter:none;border-bottom:none;padding:0;visibility:visible;opacity:1;transform:none;pointer-events:auto;transition:none}}.header__nav-list{list-style:none}@media(min-width: 768px){.header__nav-list{display:flex;align-items:center;gap:0}}.header__nav-link{display:block;padding:12px 4px;font-size:.9375rem;font-weight:500;color:#334155;border-bottom:1px solid #e2e8f0;transition:color .2s ease}@media(hover: hover){.header__nav-link:hover{color:#38b2c9}}@media(min-width: 768px){.header__nav-link{font-size:clamp(.7rem,.52rem + .37vw,.8rem);padding:6px clamp(4px,.5vw,10px);border-bottom:none;border-radius:6px}}@media(min-width: 768px)and (hover: hover){.header__nav-link:hover{background:rgba(56,178,201,.07)}}.header__right{display:flex;align-items:center;gap:8px;flex-shrink:0}.header__hamburger{display:flex;flex-direction:column;justify-content:center;gap:6px;width:36px;height:36px;padding:6px;background:none;border:none;cursor:pointer}@media(min-width: 768px){.header__hamburger{display:none}}.header__hamburger-line{display:block;width:100%;height:1px;background:#0f172a;transition:transform .25s ease,opacity .25s ease}.header.is-nav-open .header__hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header.is-nav-open .header__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.header.is-nav-open .header__hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__cta-btn{display:none;align-items:center;padding:8px 20px;background:linear-gradient(135deg, #38b2c9, #a78bdb);color:#fff;font-size:.8125rem;font-weight:700;border-radius:9999px;transition:opacity .3s ease;white-space:nowrap}@media(hover: hover){.header__cta-btn:hover{opacity:.9}}@media(min-width: 768px){.header__cta-btn{display:inline-flex}}.footer{background:#0f172a;color:hsla(0,0%,100%,.7)}.footer__inner{max-width:1080px;margin:0 auto;padding:48px 20px 100px}@media(min-width: 768px){.footer__inner{padding:64px 40px 40px}}.footer__info{margin-bottom:40px}@media(min-width: 768px){.footer__info{display:flex;gap:40px;flex-wrap:wrap;margin-bottom:48px}}.footer__logo{margin-bottom:20px}@media(min-width: 768px){.footer__logo{margin-bottom:0}}.footer__logo-img{height:36px;width:auto}@media(min-width: 768px){.footer__logo-img{height:44px}}.footer__company{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:8px}.footer__company-link{color:#fff;text-decoration:none}.footer__address{font-size:.8125rem;line-height:1.7;margin-bottom:16px}@media(min-width: 768px){.footer__address{margin-bottom:0}}.footer__contact{display:flex;flex-direction:column;gap:8px}.footer__tel,.footer__email{display:flex;align-items:center;gap:8px;font-size:.8125rem}.footer__tel svg,.footer__email svg{flex-shrink:0;opacity:.5}.footer__tel a,.footer__email a{color:hsla(0,0%,100%,.8);transition:color .2s ease}@media(hover: hover){.footer__tel a:hover,.footer__email a:hover{color:#5ecfd9}}.footer__tel span,.footer__email span{opacity:.5;font-size:.75rem}.footer__bottom{padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;gap:12px;align-items:center}@media(min-width: 768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__privacy{font-size:.75rem;color:hsla(0,0%,100%,.5);transition:color .2s ease}@media(hover: hover){.footer__privacy:hover{color:#5ecfd9}}.footer__copy{font-family:"Inter","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-size:.6875rem;color:hsla(0,0%,100%,.35)}.sp-fixed-cta{position:fixed;bottom:0;left:0;width:100%;z-index:90;padding:12px 20px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(8px);border-top:1px solid #e2e8f0;box-shadow:0 -4px 16px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}.sp-fixed-cta.is-visible{transform:translateY(0)}@media(min-width: 768px){.sp-fixed-cta{display:none}}.sp-fixed-cta__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px;background:linear-gradient(135deg, #38b2c9, #a78bdb);color:#fff;font-size:.9375rem;font-weight:700;border-radius:9999px;box-shadow:0 4px 16px rgba(56,178,201,.3)}.sp-fixed-cta__text{line-height:1}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;overflow:hidden;background:#eef8fb}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg::before{content:"";position:absolute;inset:0;background:url("../images/bg.jpg") center/cover no-repeat;opacity:.35}.hero__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(56, 178, 201, 0.05) 1px, transparent 1px),linear-gradient(90deg, rgba(56, 178, 201, 0.05) 1px, transparent 1px);background-size:48px 48px}.hero__bg-glow{position:absolute;border-radius:50%;filter:blur(100px)}.hero__bg-glow--1{top:-10%;right:-5%;width:500px;height:500px;background:rgba(56,178,201,.1)}.hero__bg-glow--2{bottom:-15%;left:-10%;width:450px;height:450px;background:rgba(167,139,219,.12)}.hero__bg-code{position:absolute;inset:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;opacity:.04;pointer-events:none}.hero__bg-code span{font-family:"Courier New",monospace;font-size:clamp(1.5rem,4vw,3rem);font-weight:700;color:#38b2c9;white-space:nowrap}.hero__inner{position:relative;z-index:1;width:100%;max-width:1080px;margin:0 auto;padding:120px 20px 80px}@media(min-width: 768px){.hero__inner{padding:140px 40px 100px}}.hero__catch{background:linear-gradient(135deg, #38b2c9, #a78bdb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-family:"Inter","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-size:clamp(1.25rem,3.5vw,1.75rem);font-weight:700;letter-spacing:.05em;margin-bottom:16px}.hero__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.hero__badge{display:inline-block;padding:4px 14px;font-size:.75rem;font-weight:700;color:#2a9bb1;border:1px solid rgba(56,178,201,.25);border-radius:9999px;background:hsla(0,0%,100%,.7);backdrop-filter:blur(4px)}.hero__badge--new{background:linear-gradient(135deg, #38b2c9, #a78bdb);border:none;color:#fff;letter-spacing:.1em}.hero__title{font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.3;color:#0f172a;margin-bottom:16px}.hero__title-line{display:block}.hero__subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#334155;margin-bottom:12px;line-height:1.5}.hero__subtitle strong{background:linear-gradient(135deg, #38b2c9, #a78bdb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:1.2em}.hero__lead{font-size:.875rem;color:#64748b;margin-bottom:32px}@media(min-width: 768px){.hero__lead{font-size:1rem}}.hero__tech-stack{display:flex;align-items:center;gap:16px;margin-bottom:40px}@media(min-width: 768px){.hero__tech-stack{gap:36px}}.hero__tech-item{display:flex;flex-direction:column;align-items:center;gap:8px}.hero__tech-logo{width:40px;height:40px;border-radius:6px;filter:drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));transition:transform .2s ease}@media(hover: hover){.hero__tech-logo:hover{transform:scale(1.1)}}.hero__tech-logo--react{background:#fff;padding:8px;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.06)}.hero__tech-logo--figma{-o-object-fit:contain;object-fit:contain;border-radius:0}@media(min-width: 768px){.hero__tech-logo{width:56px;height:56px}}.hero__tech-name{font-family:"Inter","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-size:.6875rem;font-weight:600;color:#64748b;letter-spacing:.02em}@media(min-width: 768px){.hero__tech-name{font-size:.75rem}}.hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg, #38b2c9, #a78bdb);color:#fff;font-weight:700;font-size:1rem;border:none;border-radius:9999px;cursor:pointer;text-decoration:none;transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px rgba(56,178,201,.3)}@media(hover: hover){.hero__cta:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 6px 24px rgba(56,178,201,.4)}}.hero__cta{font-size:1.0625rem;padding:18px 40px}@media(min-width: 768px){.hero__cta{font-size:1.125rem;padding:20px 48px}}.hero__cta-icon{flex-shrink:0}.features{background:#f4fbfd}.features__inner{width:100%;max-width:1080px;margin:0 auto;padding:64px 20px}@media(min-width: 768px){.features__inner{padding:100px 40px}}.features__grid{display:grid;gap:20px}@media(min-width: 768px){.features__grid{grid-template-columns:repeat(3, 1fr);gap:24px}}.features__card{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.features__card.is-visible{opacity:1;transform:translateY(0)}.features__card{background:#fff;border-radius:12px;padding:32px 24px;box-shadow:0 1px 3px rgba(0,0,0,.06)}@media(min-width: 768px){.features__card{padding:40px 28px}}.features__card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:rgba(56,178,201,.08);color:#38b2c9;margin-bottom:20px}.features__card-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:12px;line-height:1.4}.features__card-text{font-size:.875rem;line-height:1.7;color:#64748b}.curriculum{background:#fff;position:relative;overflow:hidden}.curriculum__inner{width:100%;max-width:1080px;margin:0 auto;padding:64px 20px}@media(min-width: 768px){.curriculum__inner{padding:100px 40px}}.curriculum__inner{position:relative;z-index:1}.curriculum__lead{color:#64748b;font-size:.9375rem;margin-top:-24px;margin-bottom:48px}@media(min-width: 768px){.curriculum__lead{font-size:1rem;margin-top:-36px;text-align:center}}@media(min-width: 768px){.curriculum__sp-br{display:none}}.curriculum__timeline{position:relative;max-width:720px;margin:0 auto}.curriculum__timeline::before{content:"";position:absolute;left:23px;top:0;bottom:0;width:2px;background:linear-gradient(135deg, #38b2c9, #a78bdb)}@media(min-width: 768px){.curriculum__timeline::before{left:31px}}.curriculum__item{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.curriculum__item.is-visible{opacity:1;transform:translateY(0)}.curriculum__item{position:relative;display:flex;gap:20px;padding-bottom:32px;padding-left:0}@media(min-width: 768px){.curriculum__item{gap:28px;padding-bottom:40px}}.curriculum__item:last-child{padding-bottom:0}.curriculum__month{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg, #38b2c9, #a78bdb);color:#fff;font-size:.6875rem;font-weight:700;text-align:center;line-height:1.2;position:relative;z-index:1;box-shadow:0 4px 24px rgba(56,178,201,.12)}@media(min-width: 768px){.curriculum__month{width:64px;height:64px;font-size:.75rem}.curriculum__month::after{content:"";position:absolute;inset:-4px;border-radius:50%;background:linear-gradient(135deg, #38b2c9, #a78bdb);opacity:.15;filter:blur(8px);z-index:-1}}.curriculum__month span{font-family:"Inter","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-size:1.125rem;display:block}@media(min-width: 768px){.curriculum__month span{font-size:1.375rem}}.curriculum__content{flex:1;padding-top:4px}@media(min-width: 768px){.curriculum__content{padding-top:10px}}.curriculum__theme{font-size:1.0625rem;font-weight:700;color:#0f172a;margin-bottom:6px}@media(min-width: 768px){.curriculum__theme{font-size:1.1875rem}}.curriculum__desc{font-size:.8125rem;line-height:1.7;color:#64748b}@media(min-width: 768px){.curriculum__desc{font-size:.875rem}}.mid-cta{background:#f4fbfd;border-top:1px solid #e2e8f0}.mid-cta__inner{text-align:center;padding:48px 20px;max-width:1080px;margin:0 auto}@media(min-width: 768px){.mid-cta__inner{padding:64px 40px}}.mid-cta__text{font-size:1rem;font-weight:500;color:#334155;margin-bottom:20px}@media(min-width: 768px){.mid-cta__text{font-size:1.125rem}}.mid-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg, #38b2c9, #a78bdb);color:#fff;font-weight:700;font-size:1rem;border:none;border-radius:9999px;cursor:pointer;text-decoration:none;transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px rgba(56,178,201,.3)}@media(hover: hover){.mid-cta__btn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 6px 24px rgba(56,178,201,.4)}}.mid-cta__btn{font-size:1rem}@media(min-width: 768px){.mid-cta__btn{font-size:1.0625rem;padding:18px 40px}}.course-info{background:#fff}.course-info__inner{width:100%;max-width:1080px;margin:0 auto;padding:64px 20px}@media(min-width: 768px){.course-info__inner{padding:100px 40px}}.course-info__recruitment{max-width:720px;margin:0 auto 32px;padding:28px 24px;text-align:center;background:linear-gradient(135deg, #38b2c9, #a78bdb);border-radius:12px;color:#fff;box-shadow:0 4px 24px rgba(56,178,201,.12)}@media(min-width: 768px){.course-info__recruitment{padding:32px 40px}}.course-info__recruitment-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;padding:2px 16px;border:1px solid hsla(0,0%,100%,.5);border-radius:9999px;margin-bottom:12px}.course-info__recruitment-date{font-size:1rem;font-weight:700;line-height:1.5}@media(min-width: 768px){.course-info__recruitment-date{font-size:1.25rem}}.course-info__recruitment-nowrap{white-space:nowrap}.course-info__recruitment-nowrap span{font-family:"Inter","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-size:1.375rem;font-weight:700}@media(min-width: 768px){.course-info__recruitment-nowrap span{font-size:2rem}}.course-info__recruitment-nowrap small{font-size:.8125rem}.course-info__recruitment-note{font-size:.8125rem;opacity:.85}.course-info__table{max-width:720px;margin:0 auto;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.course-info__row{display:flex;flex-direction:column;border-bottom:1px solid #e2e8f0}@media(min-width: 768px){.course-info__row{flex-direction:row}}.course-info__row:last-child{border-bottom:none}.course-info__label{flex-shrink:0;padding:14px 20px 4px;font-size:.8125rem;font-weight:700;color:#0f172a;background:rgba(56,178,201,.04)}@media(min-width: 768px){.course-info__label{width:160px;padding:16px 20px;display:flex;align-items:center;border-right:1px solid #e2e8f0}}.course-info__value{padding:4px 20px 14px;font-size:.9375rem;color:#334155}@media(min-width: 768px){.course-info__value{flex:1;padding:16px 24px;display:block}}.course-info__value strong{color:#38b2c9;font-size:1.125rem}.course-info__sub-table{margin-top:8px}.course-info__sub-row{display:flex;align-items:baseline;gap:8px;padding:4px 0}.course-info__sub-row:first-child{border-top:1px dashed #e2e8f0;padding-top:8px}.course-info__sub-label{flex-shrink:0;width:8em;font-size:.75rem;font-weight:700;color:#fff;background:#38b2c9;padding:2px 10px;border-radius:6px;line-height:1.6;text-align:center}.course-info__sub-value{font-size:.9375rem;font-weight:700;color:#0f172a}.support{background:#f4fbfd}.support__inner{width:100%;max-width:1080px;margin:0 auto;padding:64px 20px}@media(min-width: 768px){.support__inner{padding:100px 40px}}.support__lead{font-size:.9375rem;color:#64748b;margin-top:-24px;margin-bottom:40px}@media(min-width: 768px){.support__lead{font-size:1rem;margin-top:-36px;margin-bottom:48px;text-align:center}}@media(min-width: 768px){.support__sp-br{display:none}}.support__list{display:grid;gap:16px;max-width:720px;margin:0 auto}@media(min-width: 768px){.support__list{grid-template-columns:1fr 1fr;gap:20px;max-width:none}}.support__item{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.support__item.is-visible{opacity:1;transform:translateY(0)}.support__item{display:flex;gap:16px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}@media(min-width: 768px){.support__item{padding:28px}}.support__item-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(167,139,219,.08);color:#a78bdb}.support__item-body{flex:1}.support__item-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:6px}.support__item-text{font-size:.8125rem;line-height:1.7;color:#64748b}.faq{background:#fff}.faq__inner{width:100%;max-width:1080px;margin:0 auto;padding:64px 20px}@media(min-width: 768px){.faq__inner{padding:100px 40px}}.faq__list{max-width:720px;margin:0 auto}.faq__item{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.faq__item.is-visible{opacity:1;transform:translateY(0)}.faq__item{border-bottom:1px solid #e2e8f0}.faq__item:first-child{border-top:1px solid #e2e8f0}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:20px 4px;background:none;border:none;text-align:left;cursor:pointer;transition:color .2s ease}@media(min-width: 768px){.faq__question{padding:24px 8px}}@media(hover: hover){.faq__question:hover{color:#38b2c9}}.faq__question[aria-expanded=true] .faq__question-icon::after{transform:translate(-50%, -50%) rotate(0deg)}.faq__question-text{font-size:.9375rem;font-weight:700;line-height:1.5;color:#0f172a}@media(min-width: 768px){.faq__question-text{font-size:1rem}}.faq__question-text::before{content:"Q. ";color:#38b2c9;font-family:"Inter","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-weight:700}.faq__question-icon{flex-shrink:0;position:relative;width:24px;height:24px}.faq__question-icon::before,.faq__question-icon::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;background:#38b2c9;border-radius:1px;transition:transform .3s ease}.faq__question-icon::before{transform:translate(-50%, -50%)}.faq__question-icon::after{transform:translate(-50%, -50%) rotate(90deg)}.faq__answer{overflow:hidden;height:0;transition:height .3s ease}.faq__answer-text{padding:0 4px 24px;font-size:.875rem;line-height:1.8;color:#64748b}@media(min-width: 768px){.faq__answer-text{padding:0 8px 28px;font-size:.9375rem}}.faq__answer-text::before{content:"A. ";color:#a78bdb;font-family:"Inter","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-weight:700}.flow{background:#f4fbfd}.flow__inner{width:100%;max-width:1080px;margin:0 auto;padding:64px 20px}@media(min-width: 768px){.flow__inner{padding:100px 40px}}.flow__steps{display:grid;gap:24px}@media(min-width: 768px){.flow__steps{grid-template-columns:repeat(4, 1fr);gap:16px}}.flow__step{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.flow__step.is-visible{opacity:1;transform:translateY(0)}.flow__step{position:relative;text-align:center;background:#fff;border-radius:12px;padding:32px 20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}@media(min-width: 768px){.flow__step:not(:last-child)::after{content:"";position:absolute;top:50%;right:-12px;transform:translateY(-50%);width:0;height:0;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid #38b2c9;z-index:1}}.flow__step-number{font-family:"Inter","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.1em;color:#38b2c9;margin-bottom:12px}.flow__step-number span{font-size:1.5rem;font-weight:700}.flow__step-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:rgba(56,178,201,.08);color:#38b2c9}.flow__step-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:6px}.flow__step-text{font-size:.8125rem;color:#64748b;line-height:1.6}.cta{background:#eef8fb;position:relative;overflow:hidden}.cta::before{content:"";position:absolute;inset:0;background:url("../images/bg.jpg") center/cover no-repeat;opacity:.2;pointer-events:none}.cta__inner{width:100%;max-width:1080px;margin:0 auto;padding:64px 20px}@media(min-width: 768px){.cta__inner{padding:100px 40px}}.cta__inner{position:relative;z-index:1}.cta__lead{color:#64748b;font-size:.9375rem;margin-top:-24px;margin-bottom:32px}@media(min-width: 768px){.cta__lead{font-size:1rem;margin-top:-36px;margin-bottom:40px;text-align:center}}.cta__schedule{text-align:center;margin-bottom:40px}.cta__schedule-text{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:4px 8px;padding:12px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;color:#334155;font-size:.8125rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}@media(min-width: 768px){.cta__schedule-text{font-size:.875rem;padding:12px 24px;border-radius:9999px}}.cta__schedule-text strong{color:#38b2c9}.cta__schedule-icon{flex-shrink:0;color:#38b2c9}.cta__form{max-width:520px;margin:0 auto 48px;padding:40px 28px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06)}@media(min-width: 768px){.cta__form{padding:48px 40px}}.cta__form-group{margin-bottom:24px}.cta__form-group:last-of-type{margin-bottom:32px}.cta__label{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:700;color:#0f172a;margin-bottom:8px}.cta__required{font-size:.6875rem;font-weight:700;color:#fff;background:#38b2c9;padding:2px 8px;border-radius:6px}.cta__input,.cta__select{width:100%;padding:14px 16px;font-size:1rem;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN",sans-serif;color:#334155;background:#f8fcfe;border:1px solid #e2e8f0;border-radius:6px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.cta__input::-moz-placeholder, .cta__select::-moz-placeholder{color:rgba(100,116,139,.6)}.cta__input::placeholder,.cta__select::placeholder{color:rgba(100,116,139,.6)}.cta__input:focus,.cta__select:focus{border-color:#38b2c9;box-shadow:0 0 0 3px rgba(56,178,201,.12)}.cta__select-wrap{position:relative}.cta__select-wrap::after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:6px solid #64748b;pointer-events:none}.cta__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:40px}.cta__select option{background:#fff;color:#334155}.cta__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg, #38b2c9, #a78bdb);color:#fff;font-weight:700;font-size:1rem;border:none;border-radius:9999px;cursor:pointer;text-decoration:none;transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px rgba(56,178,201,.3)}@media(hover: hover){.cta__submit:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 6px 24px rgba(56,178,201,.4)}}.cta__submit{width:100%;font-size:1.0625rem;padding:18px;transition:opacity .2s ease}.cta__submit:disabled{opacity:.6;cursor:not-allowed}.cta__form-note{margin-top:16px;font-size:.75rem;line-height:1.7;color:#64748b}.cta__form-error{margin-bottom:16px;padding:12px 16px;background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.3);border-radius:6px;font-size:.8125rem;color:#dc2626}.cta__success{max-width:520px;margin:0 auto 48px;padding:48px 28px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06);text-align:center}@media(min-width: 768px){.cta__success{padding:56px 40px}}.cta__success-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 20px;background:rgba(56,178,201,.08);border-radius:50%;color:#38b2c9}.cta__success-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:12px}.cta__success-text{font-size:.875rem;line-height:1.8;color:#64748b}.cta__hellowork{max-width:520px;margin:0 auto;padding:32px 24px;border:1px dashed #e2e8f0;border-radius:12px;background:#fff}@media(min-width: 768px){.cta__hellowork{padding:36px 32px}}.cta__hellowork-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:12px}.cta__hellowork-text{font-size:.8125rem;line-height:1.8;color:#64748b;margin-bottom:12px}.cta__hellowork-note{font-size:.8125rem;font-weight:700;color:#38b2c9}.cta__flyer{max-width:520px;margin:24px auto 0;display:flex;justify-content:center}.cta__flyer-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:rgba(56,178,201,.07);border:2px solid #38b2c9;border-radius:9999px;color:#38b2c9;font-size:.9375rem;font-weight:700;box-shadow:0 2px 8px rgba(56,178,201,.15);transition:background .2s ease,color .2s ease,box-shadow .2s ease}@media(hover: hover){.cta__flyer-btn:hover{background:#38b2c9;color:#fff;box-shadow:0 4px 16px rgba(56,178,201,.3)}}/*# sourceMappingURL=style.css.map */