@font-face{font-display:swap;font-family:"Noto Sans JP";font-style:normal;font-weight:400;src:url("../fonts/noto-sans-jp/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Noto Sans JP";font-style:normal;font-weight:500;src:url("../fonts/noto-sans-jp/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Noto Sans JP";font-style:normal;font-weight:700;src:url("../fonts/noto-sans-jp/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Noto Sans JP";font-style:normal;font-weight:900;src:url("../fonts/noto-sans-jp/noto-sans-jp-v53-japanese_latin-900.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Montserrat";font-style:normal;font-weight:400;src:url("../fonts/montserrat/montserrat-v29-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Montserrat";font-style:normal;font-weight:600;src:url("../fonts/montserrat/montserrat-v29-latin-600.woff2") format("woff2")}.font-en{font-family:"Montserrat","Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",-apple-system,BlinkMacSystemFont,sans-serif}.font-jp{font-family:"Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",-apple-system,BlinkMacSystemFont,sans-serif}.has-base-background-color{background-color:#fff}.has-base-2-background-color{background-color:#f7f6f5}.has-contrast-background-color{background-color:#333}.has-primary-background-color{background-color:#025bab}.has-primary-bright-background-color{background-color:#006dce}.has-base-color{color:#fff}.has-base-2-color{color:#f7f6f5}.has-contrast-color{color:#333}.has-primary-color{color:#025bab}.has-primary-bright-color{color:#006dce}* html body{background:url(null) fixed}html{font-size:62.5%}html.is-locked,html.lity-active{height:100vh;overflow:hidden}body{width:100%;margin:0;padding:0;color:#333;background:#fff;font-size:1.6rem;font-weight:400;line-height:1.875;letter-spacing:.04em;font-style:normal;font-family:"Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",-apple-system,BlinkMacSystemFont,sans-serif;overflow-wrap:break-word;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";letter-spacing:.05em;overflow-x:hidden}@media(min-width: 751px){a[href*="tel:"]{pointer-events:none;cursor:default;text-decoration:none}}@media screen and (min-width: 480px){.sp-only{display:none}}.sp-hidden{display:none}@media screen and (min-width: 768px){.sp-hidden{display:block}}@media screen and (min-width: 768px){.tb-hidden{display:none}}.tb-only{display:none}@media screen and (min-width: 768px){.tb-only{display:block}}@media screen and (min-width: 1025px){.tb-only{display:none}}@media screen and (min-width: 1025px){.pc-hidden{display:none}}.pc-only{display:none}@media screen and (min-width: 1025px){.pc-only{display:block}}figure{margin:0}picture{display:block}picture,img{height:auto}.wrapper{width:100%;height:auto;overflow:hidden}.svgicon{width:2.4rem;height:2.4rem;display:inline-block}a{cursor:pointer;line-height:inherit;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none}a:link,a:visited,a:active{text-decoration:none}a:hover{opacity:1;text-decoration:none}.inview{opacity:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.inview.is-show{opacity:1}@-webkit-keyframes fadeInup{0%{opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInup{0%{opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInup,.slideInLeft,.slideInRight,.fadeIn{opacity:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fadeInup.is-show{-webkit-animation:fadeInup .5s ease-in-out 1 forwards;animation:fadeInup .5s ease-in-out 1 forwards}.fadeIn.is-show{-webkit-animation:fadeIn .5s ease-in-out 1 forwards;animation:fadeIn .5s ease-in-out 1 forwards}.slideInLeft.is-show{-webkit-animation:slideInLeft .5s ease-in-out 1 forwards;animation:slideInLeft .5s ease-in-out 1 forwards}.slideInRight.is-show{-webkit-animation:slideInRight .5s ease-in-out 1 forwards;animation:slideInRight .5s ease-in-out 1 forwards}.mt-10{margin-top:1rem !important}.mb-10{margin-bottom:1rem !important}.mr-10{margin-right:1rem !important}.ml-10{margin-left:1rem !important}.p-10{padding:1rem !important}.pt-10{padding-top:1rem !important}.pb-10{padding-bottom:1rem !important}.pr-10{padding-right:1rem !important}.pl-10{padding-left:1rem !important}.mt-15{margin-top:1.5rem !important}.mb-15{margin-bottom:1.5rem !important}.mr-15{margin-right:1.5rem !important}.ml-15{margin-left:1.5rem !important}.p-15{padding:1.5rem !important}.pt-15{padding-top:1.5rem !important}.pb-15{padding-bottom:1.5rem !important}.pr-15{padding-right:1.5rem !important}.pl-15{padding-left:1.5rem !important}.mt-20{margin-top:2rem !important}.mb-20{margin-bottom:2rem !important}.mr-20{margin-right:2rem !important}.ml-20{margin-left:2rem !important}.p-20{padding:2rem !important}.pt-20{padding-top:2rem !important}.pb-20{padding-bottom:2rem !important}.pr-20{padding-right:2rem !important}.pl-20{padding-left:2rem !important}.mt-25{margin-top:2.5rem !important}.mb-25{margin-bottom:2.5rem !important}.mr-25{margin-right:2.5rem !important}.ml-25{margin-left:2.5rem !important}.p-25{padding:2.5rem !important}.pt-25{padding-top:2.5rem !important}.pb-25{padding-bottom:2.5rem !important}.pr-25{padding-right:2.5rem !important}.pl-25{padding-left:2.5rem !important}.mt-30{margin-top:3rem !important}.mb-30{margin-bottom:3rem !important}.mr-30{margin-right:3rem !important}.ml-30{margin-left:3rem !important}.p-30{padding:3rem !important}.pt-30{padding-top:3rem !important}.pb-30{padding-bottom:3rem !important}.pr-30{padding-right:3rem !important}.pl-30{padding-left:3rem !important}.mt-35{margin-top:3.5rem !important}.mb-35{margin-bottom:3.5rem !important}.mr-35{margin-right:3.5rem !important}.ml-35{margin-left:3.5rem !important}.p-35{padding:3.5rem !important}.pt-35{padding-top:3.5rem !important}.pb-35{padding-bottom:3.5rem !important}.pr-35{padding-right:3.5rem !important}.pl-35{padding-left:3.5rem !important}.mt-40{margin-top:4rem !important}.mb-40{margin-bottom:4rem !important}.mr-40{margin-right:4rem !important}.ml-40{margin-left:4rem !important}.p-40{padding:4rem !important}.pt-40{padding-top:4rem !important}.pb-40{padding-bottom:4rem !important}.pr-40{padding-right:4rem !important}.pl-40{padding-left:4rem !important}.mt-45{margin-top:4.5rem !important}.mb-45{margin-bottom:4.5rem !important}.mr-45{margin-right:4.5rem !important}.ml-45{margin-left:4.5rem !important}.p-45{padding:4.5rem !important}.pt-45{padding-top:4.5rem !important}.pb-45{padding-bottom:4.5rem !important}.pr-45{padding-right:4.5rem !important}.pl-45{padding-left:4.5rem !important}.mt-50{margin-top:5rem !important}.mb-50{margin-bottom:5rem !important}.mr-50{margin-right:5rem !important}.ml-50{margin-left:5rem !important}.p-50{padding:5rem !important}.pt-50{padding-top:5rem !important}.pb-50{padding-bottom:5rem !important}.pr-50{padding-right:5rem !important}.pl-50{padding-left:5rem !important}.mt-55{margin-top:5.5rem !important}.mb-55{margin-bottom:5.5rem !important}.mr-55{margin-right:5.5rem !important}.ml-55{margin-left:5.5rem !important}.p-55{padding:5.5rem !important}.pt-55{padding-top:5.5rem !important}.pb-55{padding-bottom:5.5rem !important}.pr-55{padding-right:5.5rem !important}.pl-55{padding-left:5.5rem !important}.mt-60{margin-top:6rem !important}.mb-60{margin-bottom:6rem !important}.mr-60{margin-right:6rem !important}.ml-60{margin-left:6rem !important}.p-60{padding:6rem !important}.pt-60{padding-top:6rem !important}.pb-60{padding-bottom:6rem !important}.pr-60{padding-right:6rem !important}.pl-60{padding-left:6rem !important}.mt-65{margin-top:6.5rem !important}.mb-65{margin-bottom:6.5rem !important}.mr-65{margin-right:6.5rem !important}.ml-65{margin-left:6.5rem !important}.p-65{padding:6.5rem !important}.pt-65{padding-top:6.5rem !important}.pb-65{padding-bottom:6.5rem !important}.pr-65{padding-right:6.5rem !important}.pl-65{padding-left:6.5rem !important}.mt-70{margin-top:7rem !important}.mb-70{margin-bottom:7rem !important}.mr-70{margin-right:7rem !important}.ml-70{margin-left:7rem !important}.p-70{padding:7rem !important}.pt-70{padding-top:7rem !important}.pb-70{padding-bottom:7rem !important}.pr-70{padding-right:7rem !important}.pl-70{padding-left:7rem !important}.mt-75{margin-top:7.5rem !important}.mb-75{margin-bottom:7.5rem !important}.mr-75{margin-right:7.5rem !important}.ml-75{margin-left:7.5rem !important}.p-75{padding:7.5rem !important}.pt-75{padding-top:7.5rem !important}.pb-75{padding-bottom:7.5rem !important}.pr-75{padding-right:7.5rem !important}.pl-75{padding-left:7.5rem !important}.mt-80{margin-top:8rem !important}.mb-80{margin-bottom:8rem !important}.mr-80{margin-right:8rem !important}.ml-80{margin-left:8rem !important}.p-80{padding:8rem !important}.pt-80{padding-top:8rem !important}.pb-80{padding-bottom:8rem !important}.pr-80{padding-right:8rem !important}.pl-80{padding-left:8rem !important}.mt-85{margin-top:8.5rem !important}.mb-85{margin-bottom:8.5rem !important}.mr-85{margin-right:8.5rem !important}.ml-85{margin-left:8.5rem !important}.p-85{padding:8.5rem !important}.pt-85{padding-top:8.5rem !important}.pb-85{padding-bottom:8.5rem !important}.pr-85{padding-right:8.5rem !important}.pl-85{padding-left:8.5rem !important}.mt-90{margin-top:9rem !important}.mb-90{margin-bottom:9rem !important}.mr-90{margin-right:9rem !important}.ml-90{margin-left:9rem !important}.p-90{padding:9rem !important}.pt-90{padding-top:9rem !important}.pb-90{padding-bottom:9rem !important}.pr-90{padding-right:9rem !important}.pl-90{padding-left:9rem !important}.mt-95{margin-top:9.5rem !important}.mb-95{margin-bottom:9.5rem !important}.mr-95{margin-right:9.5rem !important}.ml-95{margin-left:9.5rem !important}.p-95{padding:9.5rem !important}.pt-95{padding-top:9.5rem !important}.pb-95{padding-bottom:9.5rem !important}.pr-95{padding-right:9.5rem !important}.pl-95{padding-left:9.5rem !important}.mt-100{margin-top:10rem !important}.mb-100{margin-bottom:10rem !important}.mr-100{margin-right:10rem !important}.ml-100{margin-left:10rem !important}.p-100{padding:10rem !important}.pt-100{padding-top:10rem !important}.pb-100{padding-bottom:10rem !important}.pr-100{padding-right:10rem !important}.pl-100{padding-left:10rem !important}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.mr-0{margin-right:0 !important}.ml-0{margin-left:0 !important}.pt-0{padding-top:0 !important}.pb-0{padding-bottom:0 !important}.pr-0{padding-right:0 !important}.pl-0{padding-left:0 !important}.mt-auto{margin-top:auto !important}.mb-auto{margin-bottom:auto !important}.mr-auto{margin-right:auto !important}.ml-auto{margin-left:auto !important}.main-header{width:100%;padding:1rem 5.6rem 1rem 1.2rem;min-height:5.6rem;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;position:fixed;top:0;left:0;z-index:31;-webkit-overflow-scrolling:touch;-webkit-box-shadow:0 0 8px rgba(51,51,51,0);box-shadow:0 0 8px rgba(51,51,51,0)}@media screen and (min-width: 1025px){.main-header{padding:0 2.4rem}}.main-header.is-fixed{-webkit-box-shadow:0 0 8px rgba(51,51,51,.16);box-shadow:0 0 8px rgba(51,51,51,.16)}.main-logo{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:20rem;margin:0;line-height:1;position:relative;z-index:21}.main-footer .main-logo{max-width:34rem;margin:2em auto}.main-logo a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.main-logo a:hover{opacity:.72}.main-logo img{width:100%;height:auto;margin:0}.nav-toggle{display:grid;place-content:center;width:3.6rem;height:3.6rem;background:#025bab;border-radius:.5rem;border:none;outline:none;min-height:auto;padding:.4rem;margin:0;position:absolute;top:50%;right:1.2rem;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);z-index:40;overflow:hidden}@media screen and (min-width: 1025px){.nav-toggle{display:none}}.nav-toggle-icon{width:2.4rem;height:1.6rem;margin-inline:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.toggle-line{display:block;width:100%;height:.2rem;border-radius:.4rem;background-color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.is-active .toggle-line:first-of-type{-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.is-active .toggle-line:nth-of-type(2){opacity:0}.is-active .toggle-line:last-of-type{-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.nav-toggle-text{font-size:1.1rem;line-height:1;display:block;width:100%;color:#fff;font-family:"Montserrat","Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;text-transform:uppercase;text-align:center;margin-top:.6rem;letter-spacing:.025em}.gnav{width:90%;max-width:32rem;height:100%;padding:6.4rem 0 4rem;position:fixed;top:0;right:0;-webkit-transform:translateX(100%);transform:translateX(100%);z-index:20;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;background-color:#fff;overflow-y:scroll}.gnav.is-active{-webkit-transform:translateX(0);transform:translateX(0);pointer-events:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (min-width: 1025px){.gnav{position:relative;top:auto;right:auto;width:calc(100% - 20rem);max-width:100%;height:auto;padding:0 0 0 1em;background:none;overflow:visible;-webkit-transform:none;transform:none}}.nav-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:auto;opacity:0;position:relative;-webkit-transition:opacity 1.8s .3s cubic-bezier(0.165, 0.84, 0.44, 1);transition:opacity 1.8s .3s cubic-bezier(0.165, 0.84, 0.44, 1);z-index:21}.is-active .nav-inner{opacity:1}@media screen and (min-width: 1025px){.nav-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;opacity:1}}.overlay{position:fixed;width:100vw;height:100%;display:block;background:rgba(51,51,51,.64);top:0;left:0;opacity:0;visibility:hidden}.overlay.is-active{opacity:1;visibility:visible;z-index:5}.nav-menu{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto 2.4rem}@media screen and (min-width: 1025px){.nav-menu{width:auto;margin-bottom:0;margin-right:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.nav-menu-item,.nav-child-item{width:100%}.nav-menu-item>a,.nav-child-item>a{display:block;width:100%;padding:.8rem 1em;font-size:1.6rem;position:relative;overflow:hidden;z-index:2}@media screen and (min-width: 1025px){.nav-menu-item>a,.nav-child-item>a{width:auto}}.nav-menu-item>a:hover,.nav-child-item>a:hover{color:#025bab}.nav-menu-item{font-weight:700;position:relative}.nav-menu-item:not(:last-of-type){border-bottom:1px solid #025bab}@media screen and (min-width: 1025px){.nav-menu-item:not(:last-of-type){border:none;margin:0 2.4rem 0 0}}@media screen and (min-width: 1025px){.nav-menu-item{width:auto;text-align:center}}.nav-menu-item>a{padding:.5em 1em}@media screen and (min-width: 1025px){.nav-menu-item>a{padding:1em 0}.nav-menu-item>a:not(.js-dropdown){border-bottom:4px solid rgba(2,91,171,0)}}@media screen and (min-width: 1025px){.nav-menu-item>a:hover:not(.js-dropdown){border-bottom:4px solid #025bab}}.nav-menu-item.type-btn{padding-inline:1.6rem;margin:1.6rem auto 0}@media screen and (min-width: 1025px){.nav-menu-item.type-btn{margin:0 1em 0 0;padding:0}}.nav-menu-item.type-btn>a{border-radius:1rem;border:1px solid #025bab;background-color:#025bab;color:#fff;text-align:center}@media screen and (min-width: 1025px){.nav-menu-item.type-btn>a{padding:.25em 1.25em;border-width:1px}}.nav-menu-item.type-btn>a:hover{background-color:#fff;color:#025bab;border-bottom-width:1px}.contact-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 1.6rem;gap:1.6rem;font-weight:700;width:100%}@media screen and (min-width: 1025px){.contact-link{padding:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.contact-link li{width:100%}@media screen and (min-width: 1025px){.contact-link li{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.contact-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:nowrap;flex-direction:nowrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;color:#fff;border-radius:1rem}@media screen and (min-width: 1025px){.contact-link .mail .hidden{display:none}}.contact-link .mail a{font-size:1.8rem;background-color:#fff;border:1px solid #025bab;color:#025bab;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em 1em}@media screen and (min-width: 1025px){.contact-link .mail a{padding:.5em 1em;min-height:100%}}.contact-link .mail a .svgicon{margin:.4rem .8rem 0 0;fill:#025bab}@media screen and (min-width: 1025px){.contact-link .mail a .svgicon{width:2rem;height:2rem;margin:0}}.contact-link .mail a i{margin:.4rem .8rem 0 0}@media screen and (min-width: 1025px){.contact-link .mail a i{font-size:2rem;margin:0}}.contact-link .mail a:hover{background-color:rgba(2,91,171,.24);opacity:1}.content{width:100%;height:auto;position:relative;padding:5.6rem 0 6rem;margin:0 auto}.content:has(.selfpublishing){padding-bottom:0}@media screen and (min-width: 1025px){.content{padding:6.6rem 0 6rem}}.base{width:100%;height:auto;position:relative;margin:0 auto;padding-inline:0;padding-block:clamp(4rem,2.184rem + 5.674vw,8rem);z-index:1}.sub .base{padding-top:0}.base.has-bg{color:#fff}.base.has-bg>.inner{z-index:3}.base.has-bg::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(51,51,51,.5);z-index:1}.base:has(.breadclumbs){padding-top:0}.inner{width:100%;max-width:calc(1200px + clamp(1.6rem,.511rem + 3.404vw,4rem)*2);height:auto;padding-block:0;padding-inline:clamp(1.6rem,.511rem + 3.404vw,4rem);margin:0 auto;clear:both;position:relative}.inner:after{content:"";clear:both;display:block}.inner.narrow{max-width:calc(880px + clamp(1.6rem,.511rem + 3.404vw,4rem)*2)}.inner.wide{width:100vw;max-width:100%;margin:0 calc(50% - 50vw)}.inner.is-rounded{border-radius:4rem}.page-ttl-area{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.page-ttl-area:not(:has(.breadclumbs)){padding-top:clamp(4rem,2.911rem + 3.404vw,6.4rem)}.page-ttl-area::before{content:"";display:block;width:110%;height:100%;border-top-left-radius:2rem;background:linear-gradient(20deg, #025BAB 30%, #006DCE 100%);-webkit-transform:skewX(-22deg);transform:skewX(-22deg);position:absolute;top:4rem;right:-20%;z-index:2}@media screen and (min-width: 768px){.page-ttl-area::before{top:5.6rem}}@media screen and (min-width: 1025px){.page-ttl-area::before{top:6.4rem}}.page-ttl-area::after{content:"";display:block;width:110%;border-top-left-radius:2rem;-webkit-transform:skewX(-22deg);transform:skewX(-22deg);background:#f7f6f5;position:absolute;height:100%;top:0;right:-15%;z-index:-2}.page-ttl-area .point{background:url(../img/point-right.png) no-repeat right top/auto 200%;width:100%;height:100%;position:absolute;top:-40%;right:0;z-index:-1}@media screen and (min-width: 1025px){.page-ttl-area .point{top:-50%}}.page-ttl-area .inner{max-width:calc(1200px + clamp(1.6rem,.511rem + 3.404vw,4rem)*2);z-index:3}.page-container{margin:0 auto 12rem}.topics .page-container,.single .page-container{padding-inline:0}.page-container:has(.sidebar){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-wrap:wrap;flex-wrap:wrap}.page-container:has(.sidebar) .main-area{width:100%}@media screen and (min-width: 1025px){.page-container:has(.sidebar) .main-area .inner{padding-left:46.4rem}}.main-area{margin-top:clamp(8rem,4.369rem + 11.348vw,16rem)}.content .selfpublishing{padding-top:clamp(4rem,2.184rem + 5.674vw,8rem);padding-bottom:0;margin:0 auto;position:relative;z-index:2}@media screen and (min-width: 768px){.content .selfpublishing{padding-bottom:clamp(4rem,2.184rem + 5.674vw,8rem)}}.content .selfpublishing .inner{position:static}@media screen and (min-width: 768px){.content .selfpublishing .inner{display:grid;-webkit-column-gap:2.5em;-moz-column-gap:2.5em;column-gap:2.5em;row-gap:3.5em;grid-template-columns:repeat(2, calc(50% - 1.25em))}}.sub .content .selfpublishing .inner{row-gap:1.5em}@media screen and (min-width: 1025px){.sub .content .selfpublishing .inner{grid-template-columns:60% 40%}}.content .selfpublishing .sec-ttl{margin-bottom:4rem;color:#fff}@media screen and (min-width: 768px){.content .selfpublishing .sec-ttl{margin-bottom:0;grid-column:2/3;grid-row:1/2}}@media screen and (min-width: 768px){.content .selfpublishing .lead{grid-column:2/3;grid-row:2/3}}.content .selfpublishing .btns{margin-top:4rem}@media screen and (min-width: 768px){.content .selfpublishing .btns{margin-top:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-column:2/3;grid-row:3/4}}.sub .content .selfpublishing .btns{margin-top:4rem}.content .selfpublishing .img{aspect-ratio:676/516;max-height:52rem;width:100vw;margin:4rem calc(50% - 50vw) 0;overflow:hidden}@media screen and (min-width: 768px){.content .selfpublishing .img{width:50%;height:100%;max-height:inherit;margin:0;position:absolute;bottom:0;left:-3.2rem}.top .content .selfpublishing .img{max-height:52rem;border-radius:1rem;bottom:-8rem}}@media screen and (min-width: 1025px){.content .selfpublishing .img{left:-4rem}.top .content .selfpublishing .img{bottom:-12rem}.sub .content .selfpublishing .img{width:60%}}.content .selfpublishing .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content .eco{padding-top:clamp(4rem,2.184rem + 5.674vw,8rem);background:url(../img/bg.png) no-repeat center top/cover}@media screen and (min-width: 768px){.content .eco .inner{display:grid;-webkit-column-gap:2.5em;-moz-column-gap:2.5em;column-gap:2.5em;row-gap:3.5em;grid-template-columns:repeat(2, calc(50% - 1.25em))}}.content .eco .sec-ttl{margin-left:0;margin-bottom:4rem;color:#fff}@media screen and (min-width: 768px){.content .eco .sec-ttl{margin-bottom:0;grid-column:1/2;grid-row:1/2}}.content .eco .sec-ttl[data-caps]::before{color:#fff;text-align:left}@media screen and (min-width: 768px){.content .eco .lead{grid-column:1/2;grid-row:2/3}}.content .eco .btns{margin-top:4rem}@media screen and (min-width: 768px){.content .eco .btns{margin-top:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-column:1/2;grid-row:3/4}}.content .eco .img{margin-top:4rem;padding:2em;display:grid;place-content:center}@media screen and (min-width: 480px){.content .eco .img{padding:4em 3em}}@media screen and (min-width: 768px){.content .eco .img{margin-top:0;grid-column:2/3;grid-row:1/4}}.content .eco .img img{width:auto;-o-object-fit:contain;object-fit:contain}.main-footer{background-color:#025bab;color:#fff;padding:0 0 1.6rem;margin:0 auto;position:relative}.access{background-color:#f7f6f5;color:#333;margin-bottom:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 1025px){.access{margin-bottom:6.4rem}}.access .txt-box{width:100%;text-align:center;padding-top:2em;padding-bottom:3em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:700}@media screen and (min-width: 1025px){.access .txt-box{width:50%;padding-inline:clamp(1.6rem,-8.047rem + 9.412vw,4rem)}}.access .ttl{font-size:clamp(1.6rem,1.509rem + .284vw,1.8rem);margin-bottom:1em;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.access .main-logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.access .openhour{font-size:clamp(1.4rem,1.355rem + .142vw,1.5rem);-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.access .add{font-size:clamp(1.6rem,1.509rem + .284vw,1.8rem);margin-top:2em;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.access .btns{margin-block:1em;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media screen and (min-width: 480px){.access .btns .btn-link{min-width:auto;width:calc((100% - 1.6rem)/2)}}@media screen and (min-width: 1025px){.access .btns .btn-link{font-size:clamp(1.6rem,.796rem + .784vw,1.8rem)}}.access .embed-box{width:100vw;margin-inline:calc(50% - 50vw);aspect-ratio:4/3;max-height:40rem;overflow:hidden}@media screen and (min-width: 1025px){.access .embed-box{width:calc(50% - 4rem);max-height:inherit;height:50rem;margin-right:0;margin-left:auto;aspect-ratio:auto}}.add{width:100%;font-size:1.4rem;font-style:normal;margin:.8rem 0 0;line-height:1.8}.add a{color:#333}.add a:hover{color:#025bab}.add a i{font-size:1.2rem;color:#025bab;margin:0 .4rem 0 0;display:inline-block}.sitemap-list{display:grid;grid-auto-flow:column;grid-template-rows:repeat(5, auto);-webkit-column-gap:1.5em;-moz-column-gap:1.5em;column-gap:1.5em;row-gap:1em;margin:0 auto 4rem}@media screen and (min-width: 768px){.sitemap-list{grid-template-rows:repeat(4, auto);max-width:70rem}}@media screen and (min-width: 1025px){.sitemap-list{-webkit-column-gap:4em;-moz-column-gap:4em;column-gap:4em;margin-bottom:8rem}}.sitemap-list-item{font-size:clamp(1.4rem,1.309rem + .284vw,1.6rem)}.sitemap-list-item>a{width:100%;font-weight:500;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;color:#fff}.sitemap-list-item>a:hover{opacity:1;text-decoration:underline}.copy{display:block;width:100%;font-size:1rem;font-family:"Montserrat","Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",-apple-system,BlinkMacSystemFont,sans-serif;margin:1.6rem 0 0;text-align:center}@media screen and (min-width: 768px){.copy{font-size:1.4rem}}.sidebar{width:calc(100% - 6.4rem);margin-left:6.4rem;height:100%;position:fixed;top:0;right:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear, -webkit-transform .2s linear;z-index:30}.sidebar.is-active{-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (min-width: 480px){.sidebar{max-width:calc(280px + 6.4rem)}}@media screen and (min-width: 1025px){.sidebar{width:400px;max-width:inherit;height:auto;position:absolute;top:auto;right:auto;left:0;padding:0;margin:0;margin-top:clamp(8rem,4.369rem + 11.348vw,16rem);-webkit-transform:translateX(0);transform:translateX(0);z-index:10}.sidebar.is-fixed{position:fixed;top:8rem !important;margin-top:0}.sidebar::after{content:"";display:block;position:absolute;top:0;left:0;width:calc(100% - 2.4rem);height:calc(100% - .4rem);background-color:#025bab;border-radius:0 1rem 1rem 0;z-index:-1}}.side-toggle{display:block;width:6.4rem;height:5.6rem;font-size:1.1rem;font-weight:700;text-align:center;line-height:1.3;letter-spacing:1px;background-color:#fff;padding:.8rem .4rem .8rem 1.6rem;border-right:none;border-radius:.8rem 0 0 .8rem;-webkit-box-shadow:-2px 0 4px rgba(51,51,51,.24);box-shadow:-2px 0 4px rgba(51,51,51,.24);position:absolute;top:6.4rem;left:0;z-index:9999;-webkit-transform:translateX(-6.4rem);transform:translateX(-6.4rem);-webkit-box-sizing:border-box;box-sizing:border-box}.side-toggle::before{content:"";border-top:6px solid rgba(0,0,0,0);border-right:6px solid #333;border-bottom:6px solid rgba(0,0,0,0);position:absolute;left:.6rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.side-toggle.is-active::before{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}@media screen and (min-width: 1025px){.side-toggle{display:none}}.side-toggle .off{display:block;height:auto;opacity:1;visibility:visible}.side-toggle .on{display:none;height:0;opacity:0;visibility:hidden}.side-toggle.is-active .on{display:block;height:auto;opacity:1;visibility:visible}.side-toggle.is-active .off{display:none;height:0;opacity:0;visibility:hidden}.side-inner{padding:8rem 1em;background-color:#f7f6f5;width:100%;height:100%;overflow-y:scroll}@media screen and (min-width: 1025px){.side-inner{padding-block:6.4rem;padding-inline:5rem;border-radius:0 1rem 1rem 0;margin-bottom:1rem;height:auto;position:relative;overflow:hidden;z-index:1}}.toc-container ol,.toc-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:1em;margin:0 auto}@media screen and (min-width: 1025px){.toc-container ol,.toc-list{padding:0}}.toc-container li,.toc-list-item{width:100%;margin:0 auto;padding:0;list-style:none}.toc-container li+li,.toc-container li+.toc-list-item,.toc-list-item+li,.toc-list-item+.toc-list-item{margin:2.4rem 0 0}.toc-container li a,.toc-list-item a{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-weight:700;padding:.25em 1em;color:#333;border-left:.5rem solid #025bab;background-color:rgba(255,255,255,0);position:relative}.toc-container li a:hover,.toc-list-item a:hover{opacity:1;color:#025bab;background-color:#fff}.toc-container li.is-current a,.toc-list-item.is-current a{color:#025bab}.btns{width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.6rem}.btns.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-link{min-width:28rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font-weight:700;font-size:1.125em;background:linear-gradient(20deg, #025BAB 30%, #006DCE 100%);border:2px solid #025bab;color:#fff;padding:.5em 1.5em;border-radius:100vmax;letter-spacing:.05em;text-align:center;position:relative}.btn-link:hover{background:#fff;color:#025bab;opacity:1}.btn-link.btn-outline{background:#fff;color:#025bab}.btn-link.btn-outline:hover{background-color:#ccdeee}.page-link{width:90%;max-width:80rem;margin:4em auto;position:relative;overflow:hidden}.page-link a{display:block;width:100%;height:100%;padding:1.5em 1em;text-decoration:none !important;text-underline-offset:0;overflow:hidden;position:relative}.page-link a::after{content:"";display:block;width:100%;height:100%;background:rgba(51,51,51,.5);position:absolute;top:0;left:0;z-index:1}.page-link .page-link-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:2}.page-link .bg-img{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.page-link .bg-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fix-link{width:90%;max-width:32rem;position:fixed;bottom:1.6rem;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);z-index:999;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.fix-link.is-fixed{opacity:1}.fix-link.is-stop{opacity:0}@media screen and (min-width: 768px){.fix-link{left:1.6rem;right:auto;top:10rem;width:12rem;height:12rem;-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (min-width: 1025px){.fix-link{left:1.6rem;right:auto;top:12rem;bottom:auto;width:16rem;height:16rem}}.fix-link a{width:100%;height:100%;font-weight:700;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;color:#025bab;padding:.5em 1em;background-color:#025bab;position:relative;-webkit-box-shadow:0 .4rem 1.6rem rgba(51,51,51,.4);box-shadow:0 .4rem 1.6rem rgba(51,51,51,.4);border-radius:1rem}@media screen and (min-width: 768px){.fix-link a{border-radius:50%;padding:.5em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;letter-spacing:.05em}}.fix-link a:hover{opacity:1;-webkit-box-shadow:0 .4rem 1.6rem rgba(51,51,51,.6);box-shadow:0 .4rem 1.6rem rgba(51,51,51,.6)}.fix-link a::after{content:"";display:block;width:98%;height:90%;border-radius:1.15rem;border:2px dashed #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1}@media screen and (min-width: 768px){.fix-link a::after{border-radius:50%;width:95%;height:95%}}.fix-link a .font-en{font-size:.8em}@media screen and (min-width: 768px){.fix-link a .font-en{font-size:1em}}@media screen and (min-width: 1025px){.fix-link a .font-en{font-size:1em}}.fix-link a .font-maru{display:block;width:100%}@media screen and (min-width: 768px){.fix-link a .font-maru{font-size:1.2rem}}@media screen and (min-width: 1025px){.fix-link a .font-maru{font-size:1.4rem}}.fix-link a .logo-img{display:inline-block;margin:0 .25em;max-width:12rem}@media screen and (min-width: 768px){.fix-link a .logo-img{max-width:100%;margin:.25em}}.fix-link a br{display:none}@media screen and (min-width: 768px){.fix-link a br{display:block}}.breadclumbs{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:clamp(2.4rem,.584rem + 5.674vw,6.4rem);padding-top:1em;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (min-width: 1025px){.breadclumbs{padding-left:12vw}}@media screen and (min-width: 1200px){.breadclumbs{padding-left:12rem}}.bc-item{font-size:clamp(1.2rem,1.109rem + .284vw,1.4rem);margin:0 0 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;color:#333;line-height:1.5;max-width:400px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bc-item a{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#025bab}.bc-item a i{margin:0 .4rem 0 0}.bc-item a:hover{opacity:1;text-decoration:underline}.bc-item:not(:last-of-type)::after{content:"／";display:inline-block;margin:0 .5em;color:#025bab;line-height:1}.alignleft,.has-text-align-left{text-align:left}.alignright,.has-text-align-right{text-align:right}.aligncenter,.has-text-align-center{text-align:center}.weight-normal{font-weight:400}.weight-medium{font-weight:500}.weight-bold{font-weight:700}.weight-semibold{font-weight:600}.weight-black{font-weight:900}.has-text-size-2xs,.has-2xs-font-size{font-size:1.1rem !important}.has-text-size-xs,.has-xs-font-size{font-size:1.2rem !important}.has-text-size-sm,.has-sm-font-size{font-size:1.4rem !important}.has-text-size-md,.has-md-font-size{font-size:1.8rem !important}.has-text-size-lg,.has-lg-font-size{font-size:2rem !important}.has-text-size-xl,.has-xl-font-size{font-size:clamp(2rem,1.909rem + .284vw,2.2rem) !important;line-height:1.65}.has-text-size-2xl,.has-2xl-font-size{font-size:clamp(2.2rem,2.109rem + .284vw,2.4rem) !important;line-height:1.55}.has-text-size-3xl,.has-3xl-font-size{font-size:clamp(2.4rem,2.218rem + .567vw,2.8rem) !important;line-height:1.55}.has-text-size-4xl,.has-4xl-font-size{font-size:clamp(2.8rem,2.618rem + .567vw,3.2rem) !important;line-height:1.45}.has-text-size-huge,.has-huge-font-size{font-size:clamp(3.2rem,2.837rem + 1.135vw,4rem) !important;line-height:1.45}.sec-ttl{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:clamp(2.8rem,2.618rem + .567vw,3.2rem);font-weight:900;margin:0 auto 1em;text-align:center;position:relative;z-index:2}.sec-ttl.has-line{padding-left:1em;border-left:4px solid currentColor;font-size:clamp(2.8rem,2.437rem + 1.135vw,3.6rem);line-height:1.75}.sec-ttl.has-text-align-left{text-align:left;margin-left:0}.sec-ttl.has-text-align-right{text-align:right;margin-right:0}.sec-ttl[data-caps]::before{content:attr(data-caps);display:block;width:100%;font-size:.5em;font-family:"Montserrat","Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;color:#025bab;text-transform:uppercase}.ttl-caps{display:block;width:100%;font-size:1.6rem;font-weight:700}.main-ttl{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:clamp(2.6rem,2.328rem + .851vw,3.2rem);font-weight:700;letter-spacing:.07em;text-align:center;margin:0 auto 1em;position:relative;z-index:2}.main-ttl.has-text-align-left{text-align:left}.main-ttl.has-text-align-right{text-align:right}.lead{font-weight:500}.page-ttl{width:100%;font-size:clamp(2.8rem,2.255rem + 1.702vw,4rem);padding-left:20vw;color:#fff;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media screen and (min-width: 1025px){.page-ttl{padding-left:20vw}}@media screen and (min-width: 1200px){.page-ttl{padding-left:24rem}}.page-ttl[data-caps]::before{content:attr(data-caps);display:block;width:100%;font-size:.5em;font-family:"Montserrat","Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;color:currentColor;text-transform:uppercase}.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.flex:not(.nowrap){-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 480px){body.tax .flex.dir-reverse,body.free .flex.dir-reverse,body.future .flex.dir-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media screen and (min-width: 768px){.flex.dir-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.flex-2cols,.flex-3cols,.flex-4cols{gap:1em}@media screen and (min-width: 768px){.flex-2cols,.flex-3cols,.flex-4cols{gap:2em}}.flex-item{width:100%}.flex-item.img{border-radius:1rem;overflow:hidden}@media screen and (min-width: 480px){.flex-2cols .flex-item{width:calc((100% - 1em)/2)}}@media screen and (min-width: 768px){.flex-2cols .flex-item{width:calc((100% - 2em)/2)}}.flex-3cols .flex-item{width:calc((100% - 1em)/2)}@media screen and (min-width: 768px){.flex-3cols .flex-item{width:calc((100% - 2em)/2)}}@media screen and (min-width: 1025px){.flex-3cols .flex-item{width:calc((100% - 4em)/3)}}.flex-4cols .flex-item{width:calc((100% - 1em)/2)}@media screen and (min-width: 768px){.flex-4cols .flex-item{width:calc((100% - 4em)/3)}}@media screen and (min-width: 1025px){.flex-4cols .flex-item{width:calc((100% - 6em)/4)}}.ratio-40-60 .flex-item{width:100%}@media screen and (min-width: 768px){.ratio-40-60 .flex-item{width:40%}.ratio-40-60 .flex-item+.flex-item{width:calc(60% - 2em)}}@media screen and (min-width: 768px){.ratio-40-60.dir-reverse .flex-item{width:calc(60% - 2em)}.ratio-40-60.dir-reverse .flex-item+.flex-item{width:40%}}.ratio-60-40 .flex-item{width:100%}@media screen and (min-width: 768px){.ratio-60-40 .flex-item{width:calc(60% - 2em)}.ratio-60-40 .flex-item+.flex-item{width:40%}}@media screen and (min-width: 768px){.ratio-60-40.dir-reverse .flex-item{width:40%}.ratio-60-40.dir-reverse .flex-item+.flex-item{width:calc(60% - 2em)}}.ratio-70-30 .flex-item{width:100%}@media screen and (min-width: 768px){.ratio-70-30 .flex-item{width:calc(70% - 2em)}.ratio-70-30 .flex-item+.flex-item{width:30%}}@media screen and (min-width: 768px){.ratio-70-30.dir-reverse .flex-item{width:30%}.ratio-70-30.dir-reverse .flex-item+.flex-item{width:calc(70% - 2em)}}.ratio-30-70 .flex-item{width:100%}@media screen and (min-width: 768px){.ratio-30-70 .flex-item{width:30%}.ratio-30-70 .flex-item+.flex-item{width:calc(70% - 2em)}}@media screen and (min-width: 768px){.ratio-30-70.dir-reverse .flex-item{width:calc(70% - 2em)}.ratio-30-70.dir-reverse .flex-item+.flex-item{width:30%}}.rounded-box{padding:2em 1.5em;border-radius:2rem}iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:where(.map-box,.embed-box){width:100%;overflow:hidden;position:relative}.swiper{width:100%;position:relative}.swiper.mainSlider{height:100%}.slide-wrapper{width:100%;position:relative}.slide-wrapper:has(.navSlider){overflow:hidden}.swiper-slide{position:relative}.swiper-slide picture,.swiper-slide img{width:100%;max-width:100%;height:auto}.mainSlider .swiper-slide picture,.mainSlider .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.swiper-slide .square{aspect-ratio:1/1;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swiper-slide .square picture,.swiper-slide .square img{width:auto;max-width:inherit;height:100%;-o-object-fit:contain;object-fit:contain}.mainSlider .swiper-slide .square picture,.mainSlider .swiper-slide .square img{width:100%;-o-object-fit:cover;object-fit:cover}.swiper-pagination{line-height:1;right:auto;top:inherit;text-align:left}.mvSlider .swiper-pagination{bottom:2.4rem;left:4rem}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px 0 0}.swiper-pagination-bullet{width:6.4rem;height:6px;display:inline-block;border-radius:0;background:#fff;opacity:1}.swiper-pagination-bullet-active{background:#025bab}.button-next,.button-prev{width:4rem;height:4rem;margin-top:0;background:#fff;border-radius:50%;color:#333;font-size:2.4rem;padding:.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-shadow:0 0 8px rgba(51,51,51,.24);box-shadow:0 0 8px rgba(51,51,51,.24);-webkit-transition:color .2s linear,-webkit-box-shadow .2s linear;transition:color .2s linear,-webkit-box-shadow .2s linear;transition:color .2s linear,box-shadow .2s linear;transition:color .2s linear,box-shadow .2s linear,-webkit-box-shadow .2s linear}@media screen and (min-width: 768px){.button-next,.button-prev{width:6.4rem;height:6.4rem;font-size:4rem}}.button-next:hover,.button-prev:hover{color:#025bab;-webkit-box-shadow:0 0 12px rgba(51,51,51,.4);box-shadow:0 0 12px rgba(51,51,51,.4)}.button-next::after,.button-prev::after{font-size:2.4rem}@media screen and (min-width: 768px){.button-next::after,.button-prev::after{font-size:2.8rem}}.button-prev{right:auto;left:0}.button-prev::after{margin-left:-0.6rem}.button-next{right:0;left:auto}.button-next::after{margin-right:-0.6rem}.navSlider{overflow:visible;padding:0 3.2rem}.mainSlider{position:relative}@-webkit-keyframes tickerScroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes tickerScroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.ticker-wrapper{position:relative;z-index:1}.ticker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100vw;white-space:nowrap;margin:0 calc(50% - 50vw);overflow:hidden}.ticker .ticker-container{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;will-change:transform;position:relative}.ticker .ticker-item{-ms-flex-negative:0;flex-shrink:0;aspect-ratio:128/85;width:320px;margin-inline:.4rem;overflow:hidden}.ticker .ticker-item.voice-list-item{aspect-ratio:auto;margin-inline:1.2rem}@media screen and (min-width: 768px){.ticker .ticker-item.voice-list-item{width:400px}}.ticker .ticker-item img{width:100%;max-width:inherit;height:100%;-o-object-fit:cover;object-fit:cover}[class=-list]{width:100%;margin:0 auto}[class*=-list-item]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}[class*=-list-item] a{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}[class*=-list-item] .thumb{width:100%;aspect-ratio:1;max-height:30rem;text-align:center;border-radius:1rem;background-color:#fff;overflow:hidden}[class*=-list-item] .thumb img{width:100%;height:100%;margin:0 auto;-o-object-fit:contain;object-fit:contain}[class*=-list-item] .item-ttl{font-size:clamp(1.8rem,1.618rem + .568vw,2.2rem);font-weight:700;line-height:1.5;width:100%;margin:0 auto .8rem;text-wrap:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[class*=-list-item] .desc{font-size:1.4rem}.tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.tags .tag{display:inline-block;padding:0 1em;border-radius:100vmax;border:1px solid #025bab;background-color:#fff;color:#025bab;font-size:clamp(1.2rem,1.109rem + .284vw,1.4rem);font-weight:400;text-align:center}.tags .tag.tag-primary{background-color:#025bab;color:#fff;border-color:#006dce}.post-info .tags .tag{background:linear-gradient(20deg, #025BAB 30%, #006DCE 100%);color:#fff;font-weight:500}.post-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.postdate{display:inline-block;color:#333;font-size:1.6rem;font-family:"Montserrat","Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;margin:0 1.6rem 0 0;line-height:1.2;letter-spacing:.1em}.media-list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:1.6rem;-moz-column-gap:1.6rem;column-gap:1.6rem;row-gap:4.8rem}.top .media-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-block:clamp(4rem,2.911rem + 3.404vw,6.4rem)}@media screen and (min-width: 768px){.media-list{-webkit-column-gap:3.2rem;-moz-column-gap:3.2rem;column-gap:3.2rem}}@media screen and (min-width: 1025px){.media-list{gap:4rem}}.editor-area .media-list{margin-bottom:6.4rem}.media-list-item{width:100%;margin-inline:0}@media screen and (min-width: 480px){.media-list-item{width:calc((100% - 1.6rem)/2)}}@media screen and (min-width: 768px){.media-list-item{width:calc((100% - 6.4rem)/3)}}@media screen and (min-width: 1025px){.media-list-item{width:calc((100% - 8rem)/3)}}.media-list-item a{color:#333;text-decoration:none;border-radius:1rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-decoration:none !important;overflow:hidden}.media-list-item a:hover{opacity:.8;color:#025bab}.media-list-item a:hover .thumb{opacity:1}.media-list-item .thumb{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:2rem;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.products .media-list-item .thumb{background-color:#dedede}.media-list-item .item-txt{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-list-item .item-ttl::before{display:none !important}.archive .media-list-item .item-ttl{font-size:1.6rem}.selfpublishing .media-list-item .item-ttl{text-align:center}.media-list-item .tags{margin-top:2.4rem}.post-list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #333}.top .post-list{margin-block:clamp(4rem,2.911rem + 3.404vw,6.4rem)}.post-list-item{width:100%;position:relative}.post-list-item a{padding:2.4rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #333}.post-list-item a:hover{color:#025bab}.post-list-item .item-ttl{font-size:clamp(1.5rem,1.455rem + .142vw,1.6rem);font-weight:400;margin:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media screen and (min-width: 1025px){.post-list-item .item-ttl{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.post-list-item .item-ttl::before{display:none !important}.post-list-item .post-info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;margin:0 0 1.2rem}.form-container{width:100%;margin:4.8rem auto;max-width:96rem;background-color:#fff;border-radius:2rem;padding:3em 1.5em}@media screen and (min-width: 480px){.form-container{padding-inline:2em}}@media screen and (min-width: 768px){.form-container{padding:4em 3em}}.error_messe{color:#025bab}.form-field input,.form-field button,.form-field textarea,.form-field select{width:100%;border-radius:.4rem;border:1px solid #f7f6f5;font-size:1.6rem;font-weight:400;line-height:1.75;letter-spacing:0em;background-color:#f7f6f5;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0 .4rem}.form-field input:focus-visible,.form-field button:focus-visible,.form-field textarea:focus-visible,.form-field select:focus-visible{outline:2px solid #025bab;-webkit-box-shadow:none;box-shadow:none;outline-offset:0}.form-field input::-webkit-input-placeholder, .form-field button::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder, .form-field select::-webkit-input-placeholder{color:rgba(51,51,51,.5)}.form-field input::-moz-placeholder, .form-field button::-moz-placeholder, .form-field textarea::-moz-placeholder, .form-field select::-moz-placeholder{color:rgba(51,51,51,.5)}.form-field input:-ms-input-placeholder, .form-field button:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder, .form-field select:-ms-input-placeholder{color:rgba(51,51,51,.5)}.form-field input::-ms-input-placeholder, .form-field button::-ms-input-placeholder, .form-field textarea::-ms-input-placeholder, .form-field select::-ms-input-placeholder{color:rgba(51,51,51,.5)}.form-field input::placeholder,.form-field button::placeholder,.form-field textarea::placeholder,.form-field select::placeholder{color:rgba(51,51,51,.5)}.form-field input.zip,.form-field button.zip,.form-field textarea.zip,.form-field select.zip{width:auto}.form-field input,.form-field button,.form-field textarea{padding:.8rem}.form-field select{padding:.8rem;cursor:pointer}.form-field textarea{height:16rem}.form-field input[type=radio],.form-field input[type=checkbox]{width:2.4rem;height:2.4rem;background-color:#fff;position:relative;margin:0 .8rem 0 0;cursor:pointer}.form-field input[type=radio]::before,.form-field input[type=checkbox]::before{content:"";display:block;opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.form-field input[type=radio]:checked::before,.form-field input[type=checkbox]:checked::before{opacity:1}.form-field input[type=checkbox]{border-color:rgba(51,51,51,.5)}.form-field input[type=checkbox]::before{content:"";display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23025bab' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E%0A")}.form-field input[type=radio]{border-radius:50%}.form-field input[type=radio]::before{width:.75em;height:.75em;background-color:#025bab;border-radius:50%}.form-field{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto 1em}.form-ttl,.form-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.input-2cols,.input-3cols{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}label{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}label:has(input[type=radio],input[type=checkbox]){margin-left:1rem;width:auto}.form-tag{font-size:1.2rem}.form-tag.required{display:inline-block;border:1px solid #025bab;background-color:#025bab;border-radius:100vmax;color:#fff;margin:0 0 0 .8rem;line-height:1.2;padding:.2rem .8rem}.form-tag.note{font-weight:400;display:block;margin-bottom:auto;width:100%}.form-tag.auto{display:inline-block;border:1px solid #333;color:#333;border-radius:100vmax;margin:0 .8rem;line-height:1.2;padding:.2rem .8rem}.form-ttl{font-weight:700;padding:.8rem 0}.form-input{margin:0}.size-m{max-width:80%}@media screen and (min-width: 480px){.size-m{max-width:50%}}.wpcf7-form-control-wrap{width:100%}.type-check .wpcf7-form-control-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-inline:auto}.type-select .wpcf7-form-control-wrap{display:block;width:100%;max-width:24rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-inline:0;position:relative}.type-select .wpcf7-form-control-wrap::before{content:"";display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23333333' d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E%0A");position:absolute;top:1em;right:.5em}.type-accept .wpcf7-form-control-wrap{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:1em auto 0;padding:1em 0}.type-select select{margin:0}.type-accept{font-weight:700;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.type-accept a{font-weight:500 !important}.submit-field{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:4rem auto 0;position:relative}.submit-field .form-input{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.submit-field input,.submit-field button{min-width:24rem;margin:.8rem;border:1px solid #025bab;border-radius:100vmax;background-color:#fff;color:#025bab;padding:.5em 1.5em;letter-spacing:.15em;font-weight:700;-webkit-transition:all .2s linear;transition:all .2s linear;cursor:pointer}@media screen and (min-width: 480px){.submit-field input,.submit-field button{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:32rem}}.submit-field input:disabled,.submit-field button:disabled{border:1px solid #333;background-color:#333;color:#333}.submit-field input:hover,.submit-field button:hover{background-color:#025bab;color:#025bab}.submit-field input[type=submit],.submit-field button[type=submit]{background-color:#025bab;color:#fff}.submit-field input[type=submit]:hover,.submit-field button[type=submit]:hover{background-color:#fff;color:#025bab}.wpcf7-spinner{width:100%;display:block}.js-accordion{width:100%;position:relative}.js-acTrigger{margin:0 auto .8rem;border-bottom:1px solid #333;cursor:pointer;position:relative}.js-acTrigger::before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-rendering:auto;-webkit-font-smoothing:antialiased;font:var(--fa-font-solid);font-weight:900;line-height:1;letter-spacing:0;font-size:1.4rem;height:1.6rem;width:1.6rem;margin:0}.js-acTrigger::before{content:"";color:#333;position:absolute;top:1.7em;right:1em;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear, -webkit-transform .2s linear}.js-acTrigger.is-active::before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.js-acContent{margin:0;height:0;opacity:0;visibility:hidden;-webkit-transition:height .2s linear,opacity .2s .2s linear;transition:height .2s linear,opacity .2s .2s linear;overflow:hidden}.js-acContent.is-active{height:auto;opacity:1;visibility:visible;margin:0 auto 1em}.tab-wrapper{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab-container{width:100%}.tab-btns{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto 4rem;background-color:#fff;border-radius:3rem;border:1px solid #f7f6f5;padding:.8rem;gap:1.2rem}@media screen and (min-width: 480px){.tab-btns{border-radius:100vmax}}.js-tabTrigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;color:#333;cursor:pointer;padding:.5em;border:1px solid #f7f6f5;font-weight:700;width:calc(50% - 1.2rem);border-radius:100vmax;text-align:center;position:relative}@media screen and (min-width: 480px){.js-tabTrigger{width:calc((100% - 2.4rem)/3)}}@media screen and (min-width: 768px){.js-tabTrigger{font-size:2rem}}.js-tabTrigger::before{content:"";display:inline-block;width:.8rem;height:.8rem;margin:0 .5em 0 0;border-radius:50%;background-color:currentColor}.js-tabTrigger:nth-of-type(1){border-color:rgba(2,91,171,.5)}.js-tabTrigger:nth-of-type(1)::before{background-color:#025bab}.js-tabTrigger:nth-of-type(1).is-active{background-color:#025bab}.js-tabTrigger:nth-of-type(2){border-color:#025bab}.js-tabTrigger:nth-of-type(2)::before{background-color:#025bab}.js-tabTrigger:nth-of-type(2).is-active{background-color:#025bab}.js-tabTrigger:nth-of-type(3){width:100%;border-color:#025bab}@media screen and (min-width: 480px){.js-tabTrigger:nth-of-type(3){width:calc((100% - 2.4rem)/3)}}.js-tabTrigger:nth-of-type(3)::before{background-color:#025bab}.js-tabTrigger:nth-of-type(3).is-active{background-color:#025bab}.js-tabTrigger:hover{opacity:.72}.js-tabTrigger.is-active{opacity:1;color:#fff}.js-tabTrigger.is-active::before{background-color:#fff}.tab-content{width:100%}.js-tabContent{margin:0;height:0;opacity:0;visibility:hidden;-webkit-transition:height .2s linear,opacity .3s .2s linear;transition:height .2s linear,opacity .3s .2s linear}.js-tabContent.is-active{height:auto;opacity:1;visibility:visible;margin:1em auto}:where(.prg) .prg_top .inner{padding-top:4rem;padding-bottom:2.4rem;width:90%}:where(.prg) .prg_top .prg-ttl{line-height:1.5;font-size:clamp(2.4rem,2.037rem + 1.135vw,3.2rem);margin-bottom:clamp(3rem,2.546rem + 1.418vw,4rem);padding-bottom:1.4rem;background-image:repeating-linear-gradient(-55deg, #025BAB, #025BAB 2px, transparent 2px, transparent 5px);background-size:6px 8px;background-position:left bottom;background-repeat:repeat-x}:where(.prg) .prg_top .prg-ttl .label{display:inline-block;border-radius:.4rem 0 0 .4rem;padding:.25em 2em .25em 1em;font-size:1.6rem;font-weight:700;margin:0 .8rem 1.6rem 0;text-align:center;color:#fff;background-color:#025bab;position:relative}:where(.prg) .prg_top .prg-ttl .label::after{content:"";display:block;width:1.2rem;height:100%;background-color:#fff;-webkit-clip-path:polygon(0 50%, 100% 100%, 100% 0);clip-path:polygon(0 50%, 100% 100%, 100% 0);position:absolute;top:0;right:0}:where(.prg) .prg_top .prg-ttl .label.encho{background-color:#025bab}:where(.prg) .prg_top .desc{margin:0 auto 4rem}:where(.prg) .voice.is-round{padding-top:0;margin-top:clamp(4rem,2.184rem + 5.674vw,8rem)}:where(.prg) .voice.is-round::before{content:"";display:block;width:100%;height:24rem;--c: 20rem;-webkit-mask:radial-gradient(60% var(--c) at bottom, rgba(0, 0, 0, 0) calc(100% - 2px), #000);mask:radial-gradient(60% var(--c) at bottom, rgba(0, 0, 0, 0) calc(100% - 2px), #000);background:#f7f6f5 !important;position:absolute;top:0;left:0;z-index:1}:where(.prg) .voice .inner{padding-top:clamp(4rem,2.184rem + 5.674vw,8rem)}:where(.prg) .voice .sec-ttl.is-arc{margin-top:-2em}:where(.prg) .voice .voice-list{margin-top:8rem}/*# sourceMappingURL=style.min.css.map */