.header{background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.header__inner{height:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px}.header__logo-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;position:relative;margin:0;padding:0;line-height:1}.header__logo-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.header__logo-img{width:220px;height:auto;display:block}@media screen and (min-width: 768px){.header__logo-img{width:220px}}@media screen and (max-width: 375px){.header__logo-img{width:180px}}.header__site-note{font-size:12px;color:#64748b;font-weight:700;white-space:nowrap;-ms-flex-item-align:end;align-self:flex-end;padding-bottom:2px}.hamburger-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;border:none;background-color:#f97316;border-radius:50%;cursor:pointer;padding:0;-webkit-box-shadow:0 2px 5px rgba(249,115,22,.3);box-shadow:0 2px 5px rgba(249,115,22,.3);-webkit-transition:background-color .2s,-webkit-transform .2s;transition:background-color .2s,-webkit-transform .2s;transition:transform .2s,background-color .2s;transition:transform .2s,background-color .2s,-webkit-transform .2s}.hamburger-btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05);background-color:#ea580c}.hamburger-btn__line{width:18px;height:2px;background-color:#fff;border-radius:2px;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative}.hamburger-btn__line::before,.hamburger-btn__line::after{content:"";position:absolute;width:18px;height:2px;background-color:#fff;border-radius:2px;-webkit-transition:all .3s ease;transition:all .3s ease;left:0}.hamburger-btn__line::before{top:-5px}.hamburger-btn__line::after{bottom:-5px}.hamburger-btn.is-active .hamburger-btn__line{background-color:rgba(0,0,0,0)}.hamburger-btn.is-active .hamburger-btn__line::before{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hamburger-btn.is-active .hamburger-btn__line::after{bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.global-menu{position:fixed;top:0;right:0;width:100%;height:100vh;background-color:rgba(255,255,255,.98);z-index:900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;padding-top:calc(64px + 80px);padding-bottom:40px;overflow-y:auto}.global-menu.is-active{opacity:1;visibility:visible}.global-menu__list{text-align:center;width:100%;max-width:400px}.global-menu__item{border-bottom:1px solid #e2e8f0}.global-menu__item:first-child{border-top:1px solid #e2e8f0}.global-menu__link{display:block;padding:16px;font-size:16px;font-weight:700;color:#334155;-webkit-transition:color .3s,background-color .3s;transition:color .3s,background-color .3s}.global-menu__link:hover{color:#5f81de;background-color:#eff6ff}.footer{background-color:#1e293b;color:#cbd5e1;padding:32px 0;margin-top:48px}.footer__grid{display:grid;grid-template-columns:1fr;gap:32px}@media screen and (min-width: 768px){.footer__grid{grid-template-columns:2fr 1fr}}.footer__logo{margin-bottom:16px}.footer__logo-link{display:inline-block}.footer__logo-link img{height:auto;display:block;max-width:200px;width:100%}.footer__site-note{font-size:12px;color:#64748b;display:block;margin-top:4px}.footer__address{font-size:14px;color:#94a3b8;line-height:1.6}.footer__links{display:grid;grid-template-columns:1fr;gap:12px}@media screen and (min-width: 768px){.footer__links{grid-template-columns:repeat(2, 1fr);gap:12px 24px}}.footer__links li{margin-bottom:0}.footer__links a{font-size:14px;color:#cbd5e1;text-decoration:none}.footer__links a:hover{color:#fff;text-decoration:underline}.footer__copy{border-top:1px solid #334155;margin-top:32px;padding-top:32px;text-align:center;font-size:12px;color:#64748b}.only-pc{display:none}@media screen and (min-width: 1024px){.only-pc{display:block}}.only-tab{display:block}@media screen and (min-width: 768px){.only-tab{display:none}}.under-tab{display:block}@media screen and (min-width: 1024px){.under-tab{display:none}}.only-sp{display:block}@media screen and (min-width: 768px){.only-sp{display:none}}.except-sp{display:none}@media screen and (min-width: 768px){.except-sp{display:block}}body{font-family:"Noto Sans JP",sans-serif;font-optical-sizing:auto;font-style:normal}img{width:100%;height:auto}h1,h2,h3,h4,h5,h6,p,li,dt,dd,tr,td,a{-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}h1,h2,h3,h4,h5,h6{letter-spacing:.075em}p{font-size:clamp(.875rem,0.8103448276rem + 0.275862069vw,1rem);line-height:1.8;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}p a{text-decoration:underline}body{font-family:"Noto Sans JP",sans-serif;background-color:#f8fafc;color:#334155;line-height:1.5}body.is-locked{overflow:hidden}.l-container{max-width:1280px;margin:0 auto;padding:0 16px}.l-section{margin-bottom:60px}.l-grid{display:grid;gap:32px}@media screen and (min-width: 1024px){.l-grid--3-cols{grid-template-columns:repeat(3, 1fr)}}.l-grid-2{display:grid;gap:24px;grid-template-columns:1fr}@media screen and (min-width: 768px){.l-grid-2{grid-template-columns:1fr 1fr}}.c-heading-lv2{font-size:24px;font-weight:700;color:#1e293b;padding-bottom:12px;margin-bottom:24px;border-bottom:2px solid #e2e8f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;position:relative}.c-heading-lv2::before{content:"";display:block;width:6px;height:32px;background-color:#5f81de;border-radius:4px}.c-heading-lv3{font-size:18px;font-weight:700;color:#1f2f54;margin-top:32px;margin-bottom:16px;padding-left:12px;border-left:4px solid #f97316;background-color:#fff7ed;padding:8px 12px;border-radius:0 4px 4px 0}.c-heading-lv4{font-size:16px;font-weight:700;color:#334155;margin-top:24px;margin-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.c-heading-lv4::before{content:"●";color:#5f81de;font-size:12px}.c-page-hero{padding-bottom:40px}.c-page-hero__bg{width:100%;height:200px;background-color:#cbd5e1;overflow:hidden}@media screen and (min-width: 768px){.c-page-hero__bg{height:350px}}.c-page-hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-page-hero__content{background-color:#fff;max-width:900px;margin:-48px auto 0;padding:32px 24px;border-radius:16px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center;position:relative;z-index:10}.c-page-hero__title{font-size:24px;font-weight:700;color:#1f2f54;line-height:1.4}@media screen and (min-width: 768px){.c-page-hero__title{font-size:32px}}.c-page-hero__title:has(+p){margin-bottom:16px}.c-page-hero__desc{font-size:14px;color:#334155;max-width:720px;margin:0 auto;line-height:1.8}.p-card{background:#fff;border-radius:12px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.05);box-shadow:0 2px 4px rgba(0,0,0,.05);border:1px solid #e2e8f0;margin-bottom:24px;height:100%}.p-card__body{padding:24px}.p-card__title{font-size:20px;font-weight:700;margin-bottom:12px}.c-icon-list li{position:relative;padding-left:28px;margin-bottom:12px;font-weight:500;color:#334155}.c-icon-list li::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:4px;color:#5f81de;font-size:16px}.c-icon-list li strong{font-size:20px}.p-info-block{background-color:#f8fafc;border-left:4px solid #64748b;padding:16px;margin-bottom:16px}.p-info-block__title{font-weight:700;color:#334155;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.p-info-block__title i{color:#64748b}.c-btn-link{display:inline-block;background-color:#f97316;color:#fff;padding:12px 32px;border-radius:9999px;font-size:16px;font-weight:700;-webkit-transition:all .3s;transition:all .3s;text-align:center;text-decoration:none;-webkit-box-shadow:0 4px 6px rgba(249,115,22,.2);box-shadow:0 4px 6px rgba(249,115,22,.2);line-height:1.4}.c-btn-link:hover{background-color:#d65b06;color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 12px rgba(249,115,22,.3);box-shadow:0 6px 12px rgba(249,115,22,.3);opacity:1}.c-btn-link i{margin-right:6px}.c-btn-link--line{background-color:#06c755;-webkit-box-shadow:0 4px 6px rgba(6,199,85,.2);box-shadow:0 4px 6px rgba(6,199,85,.2)}.c-btn-link--line:hover{background-color:#05ae4a;-webkit-box-shadow:0 6px 12px rgba(6,199,85,.3);box-shadow:0 6px 12px rgba(6,199,85,.3)}.p-404-container{padding:60px 0 100px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-404-content{max-width:800px;width:100%}.p-404-title{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:32px;border-bottom:none}.p-404-title::before{display:none}.p-404-text{font-size:16px;line-height:1.8;color:#334155;margin-bottom:40px}.p-404-btn-wrapper{margin-top:32px}.p-404-btn-wrapper .c-btn-link{min-width:240px;padding:16px 32px;font-size:16px}.c-page-hero--404{background-color:#f1f5f9;min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.c-page-hero--404 .c-page-hero__title{color:#1e293b;text-shadow:none;margin:0}.fixed-back-btn{position:fixed;bottom:16px;right:16px;z-index:2000;background-color:#334155;color:#fff;padding:10px 16px;border-radius:9999px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);font-size:12px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-transition:all .3s;transition:all .3s;text-decoration:none}.fixed-back-btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(0,0,0,.25);box-shadow:0 6px 16px rgba(0,0,0,.25);opacity:1;background-color:#1f2f54}@media screen and (min-width: 768px){.fixed-back-btn{bottom:20px;right:20px;padding:12px 20px;font-size:14px}}/*# sourceMappingURL=common.css.map */