﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;font-family:"M PLUS 1p","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","メイリオ",sans-serif;font-size:1rem;line-height:1.6;color:#1a202c;background-color:#fff;-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,input,select,textarea{font:inherit}body{font-size:16px;line-height:1.6}@media screen and (min-width: 768px){body{font-size:17px}}h1,h2,h3,h4,h5,h6{line-height:1.4;margin-bottom:.5em;font-weight:700}h1{font-size:1.875rem}@media screen and (min-width: 768px){h1{font-size:2.25rem}}h2{font-size:1.5rem}@media screen and (min-width: 768px){h2{font-size:1.875rem}}h3{font-size:1.5rem}@media screen and (min-width: 768px){h3{font-size:1.75rem}}p{margin-bottom:1.5em}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.section-title{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:3rem;line-height:1.4}@media screen and (min-width: 768px){.section-title{font-size:2rem}}.section-title--light{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.section-title--dark{color:#001c30}:root .button{display:inline-block;padding:1rem 2rem;border-radius:8px;font-weight:700;text-align:center;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:1}:root .button::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));transform:translateX(-100%);transition:transform .6s cubic-bezier(0.4, 0, 0.2, 1);z-index:-1}:root .button:hover::before{transform:translateX(0)}:root .button--primary{background:linear-gradient(45deg, #001C30, #176B87, #64CCC5);background-size:200% 200%;color:#fff;box-shadow:0 4px 15px rgba(0,28,48,.3);animation:gradientShift 3s ease infinite}:root .button--primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,28,48,.4);animation:gradientShift 2s ease infinite,pulse 1.5s ease-in-out infinite}:root .button--secondary{background:linear-gradient(45deg, #176B87, #64CCC5);background-size:200% 200%;color:#fff;box-shadow:0 4px 15px rgba(23,107,135,.3)}:root .button--secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(23,107,135,.4)}:root .button--accent{background:linear-gradient(45deg, #64CCC5, rgb(138.3737864078, 216.6262135922, 211.359223301));color:#001c30;box-shadow:0 4px 15px rgba(100,204,197,.3)}:root .button--accent:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(100,204,197,.4)}:root .button--large{padding:1.25rem 3rem;font-size:1.25rem;min-width:250px}:root .button--full{width:100%;display:block}:root .button:disabled{opacity:.6;cursor:not-allowed;transform:none !important;box-shadow:none !important;animation:none !important}:root .button:active{transform:translateY(1px);box-shadow:0 2px 8px rgba(0,28,48,.2)}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes pulse{0%{transform:translateY(-3px) scale(1)}50%{transform:translateY(-3px) scale(1.02)}100%{transform:translateY(-3px) scale(1)}}.common-mistakes{padding:80px 0;background:#fff;position:relative;overflow:hidden}.common-mistakes__container{max-width:1140px;margin:0 auto;padding:0 20px;text-align:center}.common-mistakes__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width: 768px){.common-mistakes__grid{grid-template-columns:repeat(2, 1fr)}}.common-mistakes__item{background-color:#dafffb;padding:2rem;border-radius:12px;position:relative;box-shadow:0 2px 4px rgba(0,28,48,.1)}.common-mistakes__icon{color:#64ccc5;font-size:1.5rem;margin-bottom:1rem}.common-mistakes__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#001c30}.common-mistakes__description{font-size:1rem;color:#1a202c;line-height:1.6}.common-mistakes__solution{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,28,48,.1);font-size:.875rem;color:#176b87}.faq{padding:80px 0;background-color:#fff;position:relative;overflow:hidden}.faq__container{max-width:1140px;margin:0 auto;padding:0 20px}.faq__list{max-width:800px;margin:0 auto}.faq__item{margin-bottom:1rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,28,48,.1)}.faq__item[open] .faq__question{background-color:rgba(100,204,197,.1)}.faq__item[open] .faq__question::after{transform:translateY(-50%) rotate(180deg)}.faq__question{position:relative;padding:1.25rem 3rem 1.25rem 1.5rem;cursor:pointer;font-weight:600;color:#001c30;background-color:#fff;transition:all .3s ease}.faq__question:hover{background-color:rgba(100,204,197,.05)}.faq__question::after{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);transition:transform .3s ease}.faq__answer{padding:1.5rem;background-color:#fff;color:#1a202c;line-height:1.8;margin:0}.cta{padding:80px 0;background:linear-gradient(135deg, rgba(0, 28, 48, 0.97) 0%, rgba(23, 107, 135, 0.97) 100%);position:relative;overflow:hidden}.cta__container{max-width:1140px;margin:0 auto;padding:0 20px}.cta__content{max-width:800px;margin:0 auto;text-align:center}.cta__title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media screen and (min-width: 768px){.cta__title{font-size:2.25rem}}.cta__highlight{color:#64ccc5;position:relative;display:inline-block}.cta__highlight::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#64ccc5;opacity:.5}.cta__description{font-size:1rem;color:hsla(0,0%,100%,.9);margin-bottom:2.5rem;line-height:1.8}@media screen and (min-width: 768px){.cta__description{font-size:1.125rem}}.cta__button-wrapper{margin-bottom:2rem}.cta__button{display:inline-block;padding:1.5rem 3rem;font-size:1.125rem;font-weight:bold;text-decoration:none;color:#001c30;background:linear-gradient(45deg, #DAFFFB, #64CCC5, rgb(167, 255, 245.4864864865));background-size:200% 200%;border-radius:50px;position:relative;overflow:hidden;transition:all .3s ease;animation:gradientFlow 6s ease infinite;box-shadow:0 4px 15px rgba(100,204,197,.3)}@media screen and (min-width: 768px){.cta__button{padding:2rem 4rem}}.cta__button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(100,204,197,.5);color:hsl(205,100%,-.5882352941%)}.cta__button-main{position:relative;z-index:1;display:block;font-size:1.25rem;font-weight:700;color:#1a202c;text-shadow:0 1px 2px hsla(0,0%,100%,.5)}@media screen and (min-width: 768px){.cta__button-main{font-size:1.5rem}}.cta__button-sub{display:block;font-size:.75rem;color:#64ccc5}@media screen and (min-width: 768px){.cta__button-sub{font-size:.875rem}}.cta__note{font-size:.875rem;color:hsla(0,0%,100%,.7)}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.thanks{padding:180px 0;min-height:calc(100vh - 300px);background:linear-gradient(135deg, rgba(23, 107, 135, 0.97) 0%, rgba(100, 204, 197, 0.97) 100%)}.thanks__container{max-width:800px;margin:0 auto;padding:0 20px}.thanks__content{background:#fff;padding:3rem 2rem;border-radius:20px;text-align:center;box-shadow:0 15px 30px rgba(0,0,0,.1)}@media screen and (min-width: 768px){.thanks__content{padding:4rem}}.thanks__icon{font-size:4rem;color:#64ccc5;margin-bottom:2rem}.thanks__icon i{animation:scaleIn .5s ease-out}.thanks__title{font-size:1.75rem;font-weight:700;color:#001c30;margin-bottom:1.5rem;line-height:1.4}@media screen and (min-width: 768px){.thanks__title{font-size:2rem}}.thanks__description{font-size:1rem;line-height:1.8;color:#1a202c;margin-bottom:2rem}.thanks__notes{background:rgba(100,204,197,.1);padding:2rem;border-radius:10px;margin:2rem 0;text-align:left}.thanks__notes-title{font-size:1.25rem;font-weight:700;color:#001c30;margin-bottom:1rem;text-align:center}.thanks__steps{list-style-position:inside;padding:0;margin:0}.thanks__steps li{padding:.5rem 0;color:#1a202c;font-size:.95rem;line-height:1.6}.thanks__button-wrapper{margin-top:3rem}.thanks__button{display:inline-block;padding:1rem 3rem;background:#001c30;color:#fff;text-decoration:none;border-radius:50px;font-weight:700;transition:all .3s ease}.thanks__button:hover{background:#176b87;transform:translateY(-2px)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}.header{position:absolute;top:2rem;left:3rem;width:calc(100% - 6rem);background-color:#fff;box-shadow:0 2px 4px rgba(0,28,48,.1);z-index:1000;border-radius:24px}.header__container{max-width:calc(1140px - 6rem);margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.header__logo a{display:block;text-decoration:none;text-align:center}.header__logo-img{width:auto;height:16px;display:block;margin-bottom:8px}@media screen and (min-width: 768px){.header__logo-img{height:18px}}@media screen and (min-width: 992px){.header__logo-img{height:20px}}.header__logo-title{font-size:.6875rem;color:#4a5568;margin:0;line-height:1;font-weight:normal}@media(max-width: 991px){.header__logo-title{display:none}}.header__menu-toggle{display:none;background:none;border:none;padding:0;width:30px;height:24px;position:relative;cursor:pointer;z-index:1001}@media(max-width: 991px){.header__menu-toggle{display:block}}.header__menu-toggle span{display:block;width:100%;height:2px;background-color:#001c30;position:absolute;transition:all .3s ease}.header__menu-toggle span:nth-child(1){top:0}.header__menu-toggle span:nth-child(2){top:50%;transform:translateY(-50%)}.header__menu-toggle span:nth-child(3){bottom:0}.header__menu-toggle.is-active span:nth-child(1){transform:translateY(11px) rotate(45deg)}.header__menu-toggle.is-active span:nth-child(2){opacity:0}.header__menu-toggle.is-active span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}@media(max-width: 991px){.header__nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:#fff;padding:80px 20px 20px;transition:right .3s ease;box-shadow:-2px 0 8px rgba(0,28,48,.1)}.header__nav.is-active{right:0}}.header__nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}@media(max-width: 991px){.header__nav-list{flex-direction:column;gap:1.5rem;align-items:center}}.header__nav-link{color:#1a202c;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .3s ease;position:relative}.header__nav-link::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#64ccc5;transition:width .3s ease}.header__nav-link:hover{color:#64ccc5}.header__nav-link:hover::after{width:100%}.header__nav-link--cta::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#64ccc5;transition:width .3s ease}.header__nav-link--cta:hover{color:#64ccc5}.header__nav-link--cta:hover::after{width:100%}.header__nav-link--conversion{display:block;padding:1rem 2rem;border-radius:8px;font-weight:700;text-align:center;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:1;background:linear-gradient(45deg, #001C30, #176B87, #64CCC5);background-size:200% 200%;color:#fff;box-shadow:0 4px 15px rgba(0,28,48,.3);animation:gradientShift 3s ease infinite;padding:.5rem 1rem;font-size:.875rem}.header__nav-link--conversion:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,28,48,.4)}@media(max-width: 768px){.header{top:2rem;left:2rem;width:calc(100% - 4rem)}.header__container{max-width:100%}}.footer{background-color:#001c30;color:#fff;padding:40px 0 16px}.footer__container{max-width:1140px;margin:0 auto;padding:0 20px}.footer__content{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width: 768px){.footer__content{grid-template-columns:2fr 1fr 1fr}}.footer__info{max-width:360px}.footer__logo{margin-bottom:1rem}.footer__logo a{display:block;text-decoration:none}.footer__logo-img{height:24px;width:auto;display:block}.footer__description{color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:1.5rem;font-size:.8125rem}.footer__menu-title{font-size:.875rem;font-weight:700;margin-bottom:.75rem}.footer__menu-list{list-style:none;padding:0;margin:0}.footer__menu-list li{margin-bottom:.375rem;color:hsla(0,0%,100%,.8);font-size:.8125rem}.footer__menu-list li a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .3s}.footer__menu-list li a:hover{color:#64ccc5}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1rem;text-align:center}.footer__copyright{color:hsla(0,0%,100%,.6);font-size:.75rem}.privacy-policy{padding:120px 0 80px;background-color:#fff}.privacy-policy__container{max-width:1140px;margin:0 auto;padding:0 20px}.privacy-policy__title{text-align:center;font-size:2rem;margin-bottom:3rem;color:#1a202c}@media screen and (min-width: 768px){.privacy-policy__title{font-size:2.5rem}}.privacy-policy__content{max-width:800px;margin:0 auto}.privacy-policy__section{margin-bottom:3rem}.privacy-policy__section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#1a202c}.privacy-policy__section p{margin-bottom:1rem;line-height:1.8}.privacy-policy__section ul{list-style:disc;margin-left:1.5rem;margin-bottom:1.5rem}.privacy-policy__section ul li{margin-bottom:.5rem;line-height:1.6}.privacy-policy__contact{background-color:#f7fafc;padding:1.5rem;border-radius:8px;margin-top:1rem}.privacy-policy__contact p{margin-bottom:.5rem}.privacy-policy__contact p:last-child{margin-bottom:0}.privacy-policy__updated{margin-top:4rem;padding-top:2rem;border-top:1px solid #e2e8f0;font-size:.875rem;color:hsl(220,25.7142857143%,33.7254901961%)}.privacy-policy__updated p{margin-bottom:.5rem}.hero{position:relative;min-height:calc(100vh - 2rem);display:flex;align-items:center;overflow:visible;margin:1rem;border-radius:24px;padding:120px 0 120px}@media screen and (min-width: 783px){.admin-bar .hero{margin-top:calc(32px + 1rem)}}@media screen and (max-width: 782px){.admin-bar .hero{margin-top:calc(46px + 1rem)}}.hero__video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;border-radius:24px}.hero__video-background video{width:100%;height:100%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.hero__video-background::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(0, 28, 48, 0.85) 0%, rgba(23, 107, 135, 0.85) 100%);border-radius:24px}.hero__container{max-width:1140px;margin:0 auto;padding:0 20px;position:relative;z-index:2;padding-top:64px}.hero__content{max-width:800px;margin:0 auto;text-align:center}.hero__title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.2);opacity:0;transform:translateX(-20px);animation:slideInLeft .8s ease-out forwards}@media screen and (min-width: 768px){.hero__title{font-size:2.5rem}}.hero__title:nth-child(2){animation-delay:.3s}.hero__title:nth-child(3){animation-delay:.6s}.hero__subtitle{font-size:.875rem;margin-bottom:2rem;color:hsla(0,0%,100%,.9);line-height:1.8;text-shadow:0 1px 2px rgba(0,28,48,.2);opacity:0;animation:fadeIn .8s ease-out .9s forwards}@media screen and (min-width: 768px){.hero__subtitle{font-size:1.125rem}}@media screen and (min-width: 768px){.hero__subtitle br{display:inline}}.hero__cta{display:inline-block;padding:1rem 2rem;font-size:1rem;min-width:200px;border-radius:8px;font-weight:700;text-align:center;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:1;background:linear-gradient(45deg, #001C30, #176B87, #64CCC5);background-size:200% 200%;color:#fff;box-shadow:0 4px 15px rgba(0,28,48,.3);animation:gradientShift 3s ease infinite;opacity:0;animation:fadeIn .8s ease-out 1.2s forwards,gradientShift 3s ease infinite}.hero__cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,28,48,.4)}.hero__cta::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));transform:translateX(-100%);transition:transform .6s cubic-bezier(0.4, 0, 0.2, 1);z-index:-1}.hero__cta:hover::before{transform:translateX(0)}@media screen and (min-width: 768px){.hero__cta{padding:1.25rem 3rem;font-size:1.25rem;min-width:250px}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{to{opacity:1}}.features{padding:80px 0;background-color:#f8fafc;position:relative;overflow:hidden}.features__container{max-width:1140px;margin:0 auto;padding:0 20px}.features__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width: 768px){.features__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 992px){.features__grid{grid-template-columns:repeat(4, 1fr)}}.features__item{text-align:center;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,28,48,.1);transition:transform .3s ease,box-shadow .3s ease}.features__item:hover{transform:translateY(-5px);box-shadow:0 4px 8px rgba(0,28,48,.15);background-color:#dafffb}.features__icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;justify-content:center;align-items:center;background-color:rgba(218,255,251,.8);border-radius:50%}.features__icon i{font-size:2rem;color:#176b87}.features__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#001c30}.features__description{font-size:1rem;color:#1a202c;line-height:1.6;margin:0}@media screen and (min-width: 992px){.features__description{font-size:.875rem}}.features::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;opacity:.05;z-index:0;background-color:#64ccc5;bottom:-150px;right:-150px}.service-features{padding:100px 0;background:linear-gradient(135deg, rgba(23, 107, 135, 0.97) 0%, rgba(100, 204, 197, 0.97) 100%);position:relative;overflow:hidden}.service-features__container{max-width:1140px;margin:0 auto;padding:0 20px}.service-features__items{margin-top:4rem;display:flex;flex-direction:column;gap:6rem}.service-features__item{display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative}@media screen and (min-width: 768px){.service-features__item{flex-direction:row;gap:5rem;align-items:center}.service-features__item--reverse{flex-direction:row-reverse}}.service-features__content{flex:1;text-align:center;position:relative;z-index:1}@media screen and (min-width: 768px){.service-features__content{text-align:left;padding-right:2rem}.service-features__item--reverse .service-features__content{padding-right:0;padding-left:2rem}}.service-features__icon{width:64px;height:64px;background:rgba(100,204,197,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;backdrop-filter:blur(10px)}@media screen and (min-width: 768px){.service-features__icon{margin:0 0 1.5rem}}.service-features__icon i{font-size:1.5rem;color:#64ccc5}.service-features__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.1)}.service-features__description{font-size:1rem;line-height:1.8;color:hsla(0,0%,100%,.9)}.service-features__image{flex:1;width:100%;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.2)}@media screen and (min-width: 768px){.service-features__image{max-width:50%}}.service-features__image::before{content:"";display:block;padding-top:75%}.service-features__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.service-features__image::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg, rgba(100, 204, 197, 0.1), rgba(23, 107, 135, 0.1));pointer-events:none}.service-features::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-image:radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%)}.service-flow{padding:80px 0;background:linear-gradient(135deg, rgba(23, 107, 135, 0.97) 0%, rgba(100, 204, 197, 0.97) 100%);position:relative;overflow:hidden}.service-flow__container{max-width:1140px;margin:0 auto;padding:0 20px}.service-flow__section-description{text-align:center;margin-bottom:3rem;color:#fff;font-size:1.125rem;line-height:1.8;max-width:800px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.1)}.service-flow__description{font-size:1rem;line-height:1.8;color:#1a202c;text-align:center;margin-bottom:1.5rem}.service-flow__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem;position:relative}@media screen and (min-width: 768px){.service-flow__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 992px){.service-flow__grid{grid-template-columns:repeat(3, 1fr)}}.service-flow__item{background:hsla(0,0%,100%,.95);border-radius:20px;padding:2.5rem;box-shadow:0 15px 30px rgba(0,0,0,.1);transition:transform .3s ease;position:relative}.service-flow__item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.service-flow__item h3{font-size:1.5rem;font-weight:700;color:#001c30;margin-bottom:1rem;line-height:1.4}.service-flow__item .description{font-size:1rem;line-height:1.8;color:#1a202c;text-align:center;margin-bottom:1.5rem}.service-flow__number{width:40px;height:40px;background:#64ccc5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;box-shadow:0 4px 10px rgba(100,204,197,.2)}.service-flow__step-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#001c30;line-height:1.4;letter-spacing:.02em}.service-flow__time{display:inline-block;background:rgba(100,204,197,.1);padding:.75rem 1.5rem;border-radius:30px;font-size:.875rem;color:#176b87;font-weight:600;margin-top:1rem;border:1px solid rgba(100,204,197,.2)}.service-flow__time::before{content:"";font-family:"Font Awesome 5 Free";margin-right:.5rem;color:#64ccc5}.service-flow__arrow{position:absolute;top:50%;right:-2rem;transform:translateY(-50%);color:#64ccc5;font-size:2rem;z-index:2}@media(max-width: 768px){.service-flow__arrow{display:none}}.service-flow__arrow i{filter:drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1))}.service-flow__note{max-width:800px;margin:0 auto;padding:3rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,28,48,.15);border:2px solid #64ccc5}.service-flow__note-title{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#001c30;position:relative;padding-bottom:1rem}.service-flow__note-title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:#64ccc5}.service-flow__note-list{display:grid;grid-template-columns:1fr;gap:1.5rem}@media screen and (min-width: 768px){.service-flow__note-list{grid-template-columns:repeat(2, 1fr)}}.service-flow__note-list li{display:flex;align-items:center;gap:1rem;color:#1a202c;font-size:1.125rem;font-weight:500;padding:1rem 1.5rem;background-color:#dafffb;border-radius:8px;transition:transform .3s ease}.service-flow__note-list li:hover{transform:translateY(-2px)}.service-flow__note-list li::before{content:"✓";color:#64ccc5;font-weight:bold;font-size:1.25rem}.service-flow__item:last-child .service-flow__arrow{display:none}.cases{padding:80px 0;background-color:#fff}.cases__container{max-width:1140px;margin:0 auto;padding:0 20px}.cases__items{margin-top:4rem;display:grid;gap:2rem;grid-template-columns:1fr}@media screen and (min-width: 768px){.cases__items{grid-template-columns:repeat(2, 1fr)}}.cases__item{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 30px rgba(0,28,48,.1);transition:transform .3s ease;display:flex;gap:1.5rem}.cases__item:hover{transform:translateY(-5px)}.cases__icon{width:60px;height:60px;flex-shrink:0;background:rgba(100,204,197,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.cases__icon i{font-size:1.5rem;color:#64ccc5}.cases__content{flex-grow:1}.cases__title{font-size:1.25rem;font-weight:700;color:#001c30;margin-bottom:1rem}.cases__text{font-size:.95rem;line-height:1.8;color:#1a202c;margin-bottom:1rem}.cases__points{list-style:none;padding:0;margin:0}.cases__points li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.9rem;color:#176b87}.cases__points li::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;color:#64ccc5}.pricing{padding:80px 0;background:linear-gradient(135deg, rgba(23, 107, 135, 0.97) 0%, rgba(100, 204, 197, 0.97) 100%);position:relative;overflow:hidden}.pricing__container{max-width:1140px;margin:0 auto;padding:0 20px}.pricing__main-plan{max-width:800px;margin:0 auto 4rem;padding:3rem;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-radius:15px;box-shadow:0 15px 30px rgba(0,0,0,.15);transition:transform .3s ease}.pricing__main-plan:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.2)}.pricing__plan-header{text-align:center;margin-bottom:2rem;position:relative;z-index:1}.pricing__plan-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#001c30}.pricing__plan-price{display:flex;flex-direction:column;gap:.5rem}.pricing__initial-cost,.pricing__monthly-cost{font-size:1.25rem;font-weight:700;color:#176b87}.pricing__feature-list{list-style:none;padding:0;margin:0 0 2rem;position:relative;z-index:1}.pricing__feature-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;color:#1a202c}.pricing__feature-item i{color:#64ccc5;font-size:1.25rem}.pricing__cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media(max-width: 767px){.pricing__cta-buttons{flex-direction:column}}.pricing__cta-button{display:block;padding:1rem 2rem;border-radius:8px;font-weight:700;text-align:center;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:1;background:linear-gradient(45deg, #001C30, #176B87, #64CCC5);background-size:200% 200%;color:#fff;box-shadow:0 4px 15px rgba(0,28,48,.3);animation:gradientShift 3s ease infinite}.pricing__cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,28,48,.4)}.pricing__cta-button--outline{display:block;padding:1rem 2rem;border-radius:8px;font-weight:700;text-align:center;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:1;background:rgba(0,0,0,0);border:2px solid #001c30;color:#001c30}.pricing__cta-button--outline:hover{background-color:#dafffb;border-color:#176b87;color:#176b87}.pricing__comparison{max-width:1000px;margin:4rem auto;position:relative}.pricing__comparison-heading{text-align:center;font-size:1.5rem;margin-bottom:2rem;color:#1a202c}.pricing__scroll-notice{display:none;text-align:center;color:hsla(0,0%,100%,.9);font-size:.875rem;margin-bottom:1rem}.pricing__scroll-notice i{margin-right:.5rem;animation:scrollHint 1.5s ease-in-out infinite}@media(max-width: 768px){.pricing__scroll-notice{display:block}}@keyframes scrollHint{0%{transform:translateX(0)}50%{transform:translateX(5px)}100%{transform:translateX(0)}}.pricing__comparison-table{width:100%;background-color:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-top:1rem;-webkit-overflow-scrolling:touch}.pricing__comparison-table::-webkit-scrollbar{height:6px}.pricing__comparison-table::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:3px}.pricing__comparison-table::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:3px}.pricing__comparison-table::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.4)}.pricing__comparison-table table{width:100%;border-collapse:collapse;min-width:800px}.pricing__comparison-table table thead tr{background-color:#dafffb}.pricing__comparison-table table thead tr th{color:#001c30;font-weight:700;padding:1.25rem 1rem}.pricing__comparison-table table thead tr th:first-child{background-color:rgba(0,0,0,0);border:none}.pricing__comparison-table table thead tr th:nth-child(4){position:relative;padding-top:3rem;background-color:#dafffb;border-top:4px solid #64ccc5;border-left:4px solid #64ccc5;border-right:4px solid #64ccc5}.pricing__comparison-table table thead tr th:nth-child(4)::before{content:"おすすめ";position:absolute;top:.5rem;left:50%;transform:translateX(-50%);background-color:#64ccc5;color:#fff;padding:.25rem 1.25rem;border-radius:20px;font-size:.875rem;white-space:nowrap;font-weight:normal;z-index:1}.pricing__comparison-table table tbody tr th{background-color:#f8fafc;text-align:left;padding:1rem;font-weight:600;color:#001c30;border:1px solid rgba(0,28,48,.1)}.pricing__comparison-table table tbody tr td{background-color:#fff;padding:1rem;text-align:center;border:1px solid rgba(0,28,48,.1);font-size:.875rem;vertical-align:middle;min-width:120px}.pricing__comparison-table table tbody tr td:nth-child(4){background-color:#dafffb;color:#001c30;font-weight:700;position:relative;font-size:1.1em;border-left:4px solid #64ccc5;border-right:4px solid #64ccc5}@media screen and (min-width: 768px){.pricing__comparison-table table tbody tr td{font-size:1rem;padding:1.25rem 1rem}}.pricing__comparison-table table tbody tr:first-child td:nth-child(4){border-top:4px solid #64ccc5}.pricing__comparison-table table tbody tr:last-child td:nth-child(4){border-bottom:4px solid #64ccc5}.payment{padding:80px 0;background-color:#f8fafc;position:relative;overflow:hidden}.payment__container{max-width:1140px;margin:0 auto;padding:0 20px}.payment__description{text-align:center;margin-bottom:4rem;color:hsl(220,25.7142857143%,33.7254901961%);font-size:1.125rem}@media screen and (min-width: 768px){.payment__description{font-size:1.25rem}}.payment__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media screen and (min-width: 768px){.payment__grid{grid-template-columns:repeat(2, 1fr)}}.payment__item{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease}.payment__item:hover{transform:translateY(-5px)}.payment__icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;justify-content:center;align-items:center;background-color:rgba(218,255,251,.8);border-radius:50%}.payment__icon i{font-size:1.75rem;color:#176b87}.payment__title{text-align:center;font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.payment__text{font-size:1rem;color:hsl(220,25.7142857143%,33.7254901961%);line-height:1.6}.payment__schedule{max-width:600px;margin:0 auto 4rem;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.payment__schedule-title{text-align:center;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#1a202c}.payment__schedule-list{list-style:none;padding:0;counter-reset:step}.payment__schedule-list li{position:relative;padding:1rem 0 1rem 3rem;border-bottom:1px solid rgba(0,28,48,.1);color:#1a202c}.payment__schedule-list li:last-child{border-bottom:none}.payment__schedule-list li::before{counter-increment:step;content:counter(step);position:absolute;left:0;top:50%;transform:translateY(-50%);width:2rem;height:2rem;background-color:rgba(218,255,251,.8);color:#176b87;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:bold}.payment__note{max-width:600px;margin:0 auto;text-align:center}.payment__note-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#1a202c}.payment__card-brands{display:flex;justify-content:center;gap:2rem}.payment__card-brands i{font-size:2.5rem;color:#176b87}.testimonials{padding:80px 0;background:linear-gradient(135deg, rgba(23, 107, 135, 0.97) 0%, rgba(100, 204, 197, 0.97) 100%);position:relative;overflow:hidden}.testimonials__container{max-width:1140px;margin:0 auto;padding:0 20px}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width: 768px){.testimonials__grid{grid-template-columns:repeat(2, 1fr)}}.testimonials__item{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-radius:15px;box-shadow:0 15px 30px rgba(0,0,0,.15);transition:transform .3s ease}.testimonials__item:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.2)}.testimonials__content{padding:2rem}.testimonials__quote{color:#64ccc5;font-size:1.5rem;margin-bottom:1rem;display:block}.testimonials__text{font-size:1rem;line-height:1.8;color:#1a202c;margin-bottom:2rem;font-style:italic}.testimonials__author{border-top:1px solid rgba(0,28,48,.1);padding-top:1.5rem}.testimonials__author-name{font-weight:700;color:#001c30;margin-bottom:.25rem}.testimonials__author-company{font-size:.875rem;color:#176b87}.contact{padding:80px 0;background:linear-gradient(135deg, rgba(23, 107, 135, 0.97) 0%, rgba(100, 204, 197, 0.97) 100%);position:relative;overflow:hidden}.contact__container{max-width:1140px;margin:0 auto;padding:0 20px}.contact__description{text-align:center;margin-bottom:3rem;color:#fff;font-size:1.125rem;line-height:1.8;text-shadow:0 1px 2px rgba(0,0,0,.1);max-width:600px;margin-left:auto;margin-right:auto}.contact__form{max-width:800px;margin:0 auto}.contact__form .wpcf7-form p{margin-bottom:1.25rem}.contact__form .wpcf7-form label{display:block;margin-bottom:.5rem;font-weight:500}.contact__form .wpcf7-form .wpcf7-form-control{margin-top:.25rem}.contact__info{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media screen and (min-width: 768px){.contact__info{grid-template-columns:repeat(2, 1fr)}}.contact__info-item{display:flex;align-items:center;gap:1.5rem;padding:2rem;background-color:#fff;border-radius:8px;transition:transform .3s ease}.contact__info-item:hover{transform:translateY(-5px)}.contact__info-item i{font-size:2rem;color:#176b87;background-color:rgba(218,255,251,.8);width:64px;height:64px;border-radius:50%;display:flex;justify-content:center;align-items:center}.contact__info-content{flex-grow:1}.contact__info-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#1a202c}.contact__info-text{font-size:1.125rem;margin-bottom:.25rem;color:#1a202c}.contact__info-subtext{font-size:.875rem;color:hsl(220,25.7142857143%,33.7254901961%)}.contact__faq{max-width:800px;margin:0 auto}.contact__faq-heading{text-align:center;font-size:1.5rem;margin-bottom:2rem;color:#1a202c}.contact__faq-item{background-color:#fff;margin-bottom:1rem;border-radius:8px;overflow:hidden}.contact__faq-question{padding:1rem;cursor:pointer;position:relative;font-weight:700;color:#1a202c;background-color:#fff}.contact__faq-question::after{content:"+";position:absolute;right:1rem;color:#64ccc5}.contact__faq-question[aria-expanded=true]::after{content:"-"}.contact__faq-answer{padding:1rem;color:hsl(220,25.7142857143%,33.7254901961%);line-height:1.6;border-top:1px solid rgba(0,28,48,.1)}.contact .contact-form{max-width:800px;margin:0 auto;padding:2rem;background:hsla(0,0%,100%,.98);border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.contact .contact-form .form-group{margin-bottom:1rem}.contact .contact-form .form-group label{display:block;margin-bottom:.25rem;font-weight:500;color:#1a202c;font-size:.9rem}.contact .contact-form .form-group label .required{color:#64ccc5;margin-left:.25rem}.contact .contact-form .form-group .form-control{width:100%;padding:.75rem 1rem;border:2px solid rgba(0,28,48,.1);border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:hsla(0,0%,100%,.5)}.contact .contact-form .form-group .form-control:focus{outline:none;border-color:#64ccc5;background-color:#fff;box-shadow:0 0 0 4px rgba(100,204,197,.1)}.contact .contact-form .form-group .form-control::placeholder{color:rgba(26,32,44,.4)}.contact .contact-form .form-group textarea.form-control{min-height:120px;resize:vertical}.contact .contact-form .acceptance-group{margin:1.5rem 0;text-align:center}.contact .contact-form .acceptance-group .acceptance-text{margin-left:.5rem;font-size:.875rem}.contact .contact-form .acceptance-group .acceptance-text a{color:#64ccc5;text-decoration:underline}.contact .contact-form .acceptance-group .acceptance-text a:hover{text-decoration:none}.contact .contact-form .form-submit{text-align:center;margin-top:1.5rem}.contact .contact-form .form-submit .button{display:inline-block;padding:1rem 4rem;background:linear-gradient(45deg, #001C30, #176B87);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.contact .contact-form .form-submit .button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,28,48,.2)}.site-form{padding:200px 0 80px;background-color:#f8fafc;position:relative;overflow:hidden}@media screen and (max-width: 782px){.site-form{padding-top:140px}}.site-form__container{max-width:1140px;margin:0 auto;padding:0 20px}.site-form__description{text-align:center;margin-bottom:4rem;color:hsl(220,25.7142857143%,33.7254901961%);max-width:800px;margin-left:auto;margin-right:auto}.site-form__content{max-width:800px;margin:0 auto;padding:3rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.site-form__content .wpcf7 .form-section{margin-bottom:3rem}.site-form__content .wpcf7 .form-section__title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #64ccc5}.site-form__content .wpcf7 .form-group{margin-bottom:1.5rem}.site-form__content .wpcf7 .form-group label{display:block;margin-bottom:.5rem;font-weight:500}.site-form__content .wpcf7 .form-group label .required{color:#e53e3e;margin-left:.25rem}.site-form__content .wpcf7 .form-group label .example{font-size:.875rem;color:hsl(220,25.7142857143%,43.7254901961%);font-weight:normal;margin-left:.5rem}.site-form__content .wpcf7 .form-group input[type=text],.site-form__content .wpcf7 .form-group input[type=email],.site-form__content .wpcf7 .form-group input[type=tel],.site-form__content .wpcf7 .form-group input[type=url],.site-form__content .wpcf7 .form-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;background-color:#fff}.site-form__content .wpcf7 .form-group input[type=text]:focus,.site-form__content .wpcf7 .form-group input[type=email]:focus,.site-form__content .wpcf7 .form-group input[type=tel]:focus,.site-form__content .wpcf7 .form-group input[type=url]:focus,.site-form__content .wpcf7 .form-group textarea:focus{outline:none;border-color:#64ccc5;box-shadow:0 0 0 3px rgba(100,204,197,.1)}.site-form__content .wpcf7 .form-group textarea{min-height:100px;resize:vertical}.site-form__content .wpcf7 .acceptance-text{margin-left:.5rem;font-size:.875rem}.site-form__content .wpcf7 .acceptance-text a{color:#64ccc5;text-decoration:underline}.site-form__content .wpcf7 .acceptance-text a:hover{text-decoration:none}.site-form__content .wpcf7 .privacy-check{text-align:center}.site-form__content .wpcf7 .radio-group{margin:1rem 0}.site-form__content .wpcf7 .radio-group .wpcf7-radio{display:flex;gap:2rem}.site-form__content .wpcf7 .radio-group .wpcf7-radio .wpcf7-list-item{margin:0;display:flex;align-items:center;gap:.5rem}.site-form__content .form-submit{text-align:center;margin-top:3rem}.site-form__content .form-submit input[type=submit]{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background-color:#001c30;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;min-width:200px}.site-form__content .form-submit input[type=submit]:hover{background-color:#176b87}/*# sourceMappingURL=style.css.map */
