:root{--color-primary:#2e9200;--color-primary-dark:#1a5500;--color-secondary:#ff8b1f;--color-secondary-light:#e8f5e1;--color-accent:#fc0;--color-text:#000;--color-text-light:#333;--color-white:#fff;--color-red:#ff1313;--color-bg-cream:#f0eeca;--color-bg-light:#f5f5f5;--gradient-primary:linear-gradient(180deg,#ff8b1f,#f50);--gradient-yellow:linear-gradient(225deg,#fc0,#fff940);--font-primary:"Zen Maru Gothic",sans-serif;--shadow-btn:0px 2px 8px rgba(0,0,0,.25);--radius-sm:5px;--radius-md:20px;--radius-lg:30px;--radius-xl:60px;--content-width:1240px;--content-padding:20px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{font-size:1.6rem;line-height:1.8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}ol,ul{list-style:none}a{text-decoration:none;color:inherit}button{background:none;border:none;cursor:pointer}table{border-collapse:collapse;border-spacing:0}body{font-family:var(--font-primary);color:var(--color-text);background-color:var(--color-white);overflow-x:hidden}main{background-image:url(../assets/common/bg.png);background-size:410px 308px;background-repeat:repeat;background-position:0 0}a{-webkit-transition:all .3s ease;transition:all .3s ease}a:hover{opacity:.8}img{height:auto}.l-container{width:100%;max-width:calc(var(--content-width) + var(--content-padding) * 2);margin:0 auto;padding:0 var(--content-padding)}.l-header{position:relative;width:100%;z-index:100;padding:20px 0;overflow:visible}@media screen and (max-width:559px){.l-header{padding:15px 0}}.l-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,left bottom,from(hsla(99,50%,92%,.7)),color-stop(30%,hsla(99,50%,92%,.4)),color-stop(60%,transparent));background:-webkit-linear-gradient(top,hsla(99,50%,92%,.7),hsla(99,50%,92%,.4) 30%,transparent 60%);background:linear-gradient(180deg,hsla(99,50%,92%,.7),hsla(99,50%,92%,.4) 30%,transparent 60%);z-index:-1}.l-header__grass{position:absolute;top:0;left:0;width:77px;height:87px;z-index:1}@media screen and (max-width:1440px){.l-header__grass{left:0}}@media screen and (max-width:1024px){.l-header__grass{width:60px;height:68px}}@media screen and (max-width:559px){.l-header__grass{width:65px;height:74px}}.l-header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%;max-width:1440px;margin:0 auto;padding:0 40px}@media screen and (max-width:1024px){.l-header__inner{padding:0 20px}}@media screen and (max-width:559px){.l-header__inner{padding:0 15px}}.l-header__logo{font-family:var(--font-primary);font-weight:700;font-size:1.8rem;color:var(--color-primary)}@media screen and (max-width:559px){.l-header__logo{font-size:1.4rem}}.l-header__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background:-webkit-linear-gradient(253.45deg,#fc0,#fff940);background:linear-gradient(196.55deg,#fc0,#fff940);color:#080808;padding:12px 20px;border-radius:30px 5px 30px 5px;font-weight:700;font-size:1.8rem;letter-spacing:.36px;-webkit-box-shadow:var(--shadow-btn);box-shadow:var(--shadow-btn);-webkit-transition:all .3s ease;transition:all .3s ease}.l-header__contact:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (max-width:1024px){.l-header__contact{padding:10px 18px;font-size:1.6rem;gap:8px}}@media screen and (max-width:559px){.l-header__contact{position:absolute;top:0;right:0;width:167px;height:44px;padding:0;border-radius:0 0 0 30px;font-size:1.5rem;letter-spacing:.3px;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:none;box-shadow:none}.l-header__contact:hover{-webkit-transform:none;transform:none}}.l-header__contact-icon{width:32px;height:32px}@media screen and (max-width:1024px){.l-header__contact-icon{width:28px;height:28px}}@media screen and (max-width:559px){.l-header__contact-icon{width:29px;height:29px}}.l-footer{background-image:url(../assets/common/footer_bg.png);background-size:410px 308px;background-repeat:repeat-x;background-position:top;background-color:#13a3ca;padding:60px 0 30px;margin-top:-140px}@media screen and (max-width:1024px){.l-footer{margin-top:-100px;padding:50px 0 25px}}@media screen and (max-width:559px){.l-footer{padding:40px 0 20px}}.l-footer__inner{max-width:1440px;margin:0 auto;padding:75px 100px 0;text-align:right}@media screen and (max-width:1024px){.l-footer__inner{padding:60px 30px 0;text-align:left}}@media screen and (max-width:559px){.l-footer__inner{text-align:left;padding:50px 15px 0}}.l-footer__copyright{color:var(--color-text);font-size:1.2rem;font-weight:400}@media screen and (max-width:1024px){.l-footer__copyright{font-size:1rem}}@media screen and (max-width:559px){.l-footer__copyright{font-size:1rem}}.c-button{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;gap:10px;font-family:var(--font-primary);font-weight:700;border-radius:var(--radius-lg);-webkit-transition:all .3s ease;transition:all .3s ease}.c-button:hover{opacity:.9;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.c-button--primary{background:var(--gradient-primary);color:var(--color-white);padding:20px 40px;font-size:3.6rem;-webkit-box-shadow:var(--shadow-btn);box-shadow:var(--shadow-btn)}@media screen and (max-width:1024px){.c-button--primary{padding:15px 30px;font-size:2.4rem}}@media screen and (max-width:559px){.c-button--primary{padding:12px 20px;font-size:1.8rem}}.c-button--secondary{background:var(--gradient-primary);color:var(--color-white);padding:25px 60px;font-size:3.6rem;-webkit-box-shadow:var(--shadow-btn);box-shadow:var(--shadow-btn)}@media screen and (max-width:1024px){.c-button--secondary{padding:20px 40px;font-size:2.4rem}}@media screen and (max-width:559px){.c-button--secondary{padding:15px 30px;font-size:1.8rem}}.c-button__icon{width:80px;height:80px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1024px){.c-button__icon{width:50px;height:50px}}@media screen and (max-width:559px){.c-button__icon{width:40px;height:40px}}.c-button__arrow{width:48px;height:48px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:559px){.c-button__arrow{width:32px;height:32px}}.c-button__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.c-button__sub{font-size:2.4rem;font-weight:700}@media screen and (max-width:1024px){.c-button__sub{font-size:1.8rem}}@media screen and (max-width:559px){.c-button__sub{font-size:1.4rem}}.c-tag{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;background:var(--color-bg-cream);padding:3px 24px 5px;border-radius:var(--radius-md);font-size:1.8rem;font-weight:500;color:var(--color-text);line-height:1.8}@media screen and (max-width:559px){.c-tag{padding:2px 15px 4px;font-size:1.4rem}}.p-top-hero{position:relative;overflow:visible;z-index:1}.p-top-hero__inner{position:relative;margin:0 auto;display:grid;grid-template-columns:475px 1fr}@media screen and (max-width:1024px){.p-top-hero__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:-90px;background:var(--color-white)}}@media screen and (max-width:559px){.p-top-hero__inner{margin-top:0}}.p-top-hero__left{position:relative;background:var(--color-white);padding:18px 38px 0 48px;z-index:2;margin-top:-70px;border-radius:0 0 var(--radius-xl) 0;height:520px}@media screen and (max-width:1024px){.p-top-hero__left{display:contents}}@media screen and (max-width:1024px){.p-top-hero__category,.p-top-hero__subtitle,.p-top-hero__title{background:var(--color-white)}}.p-top-hero__right{position:relative}.p-top-hero__right:before{content:"";position:absolute;top:0;left:0;right:0;height:85px;background:var(--color-white);z-index:0}@media screen and (max-width:1024px){.p-top-hero__right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;height:350px}.p-top-hero__right:before{display:none}}@media screen and (max-width:559px){.p-top-hero__right{height:200px}}.p-top-hero__main-image{position:absolute;top:0;left:0;width:100%;height:410px;border-radius:var(--radius-xl) 0 var(--radius-xl) 0;overflow:hidden}@media screen and (max-width:1024px){.p-top-hero__main-image{position:relative;width:100%;height:100%}}.p-top-hero__main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:559px){.p-top-hero__main-image img{-o-object-position:center 60%;object-position:center 60%}}.p-top-hero__flag{position:absolute;top:-28px;left:10px;width:460px;height:230px;z-index:3}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-hero__flag{width:375px;height:188px;top:0}}@media screen and (max-width:1024px){.p-top-hero__flag{width:481px;height:237px;top:-45px;bottom:0;left:auto;right:0}}@media screen and (max-width:559px){.p-top-hero__flag{width:241px;height:123px;bottom:auto;top:-25px;left:21px;right:auto}}.p-top-hero__flag img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.p-top-hero__grass2{position:absolute;top:-38px;left:454px;width:60px;height:88px;z-index:5}@media screen and (max-width:1024px){.p-top-hero__grass2{display:none}}.p-top-hero__grass3{position:absolute;bottom:-14px;right:-22px;width:102px;height:114px;z-index:5}@media screen and (max-width:1024px){.p-top-hero__grass3{display:none;-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99}}.p-top-hero__title{font-size:4rem;font-weight:700;color:var(--color-text);line-height:1.3;letter-spacing:.8px;margin-bottom:7px}@media screen and (max-width:1024px){.p-top-hero__title{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;font-size:3.6rem;line-height:1.3;letter-spacing:.84px;margin-bottom:0;padding:24px 72px 0}}@media screen and (max-width:559px){.p-top-hero__title{font-size:2.6rem;text-align:center;padding:30px 35px 0}}.p-top-hero__subtitle{font-size:1.9rem;font-weight:700;color:var(--color-primary);letter-spacing:.38px;margin-bottom:11px}@media screen and (max-width:1024px){.p-top-hero__subtitle{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-size:2rem;letter-spacing:.4px;margin-bottom:0;margin-top:10px;padding:0 69px}}@media screen and (max-width:559px){.p-top-hero__subtitle{font-size:1.65rem;text-align:center;margin-bottom:10px;padding:0 35px}}.p-top-hero__category{display:inline-block;width:auto;background:#37af00;color:var(--color-white);padding:0 14px;border-radius:var(--radius-md);font-weight:700;text-align:center;letter-spacing:.36px;margin-left:-5px;margin-bottom:0}@media screen and (max-width:1024px){.p-top-hero__category{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:36px;line-height:36px;padding:0 29px;margin-left:69px;margin-top:15px;margin-bottom:15px;border-radius:18px}}@media screen and (max-width:559px){.p-top-hero__category{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:28px;line-height:28px;margin:0 auto 15px;padding:0 18px;border-radius:14px}}.p-top-hero__category-main{font-size:1.5rem}@media screen and (max-width:1024px){.p-top-hero__category-main{font-size:1.8rem}}@media screen and (max-width:559px){.p-top-hero__category-main{font-size:1.3rem}}.p-top-hero__category-sub{font-size:1.25rem}@media screen and (max-width:1024px){.p-top-hero__category-sub{font-size:1.4rem}}@media screen and (max-width:559px){.p-top-hero__category-sub{font-size:1.2rem}}.p-top-hero__doctor{position:absolute;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}@media screen and (max-width:1024px){.p-top-hero__doctor{height:280px;position:relative;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background:var(--color-white);margin-top:-120px;z-index:10}}@media screen and (max-width:559px){.p-top-hero__doctor{height:175px;margin-top:-50px;background:transparent}}.p-top-hero__doctor-image{width:202px;height:281px;-ms-flex-negative:0;flex-shrink:0;margin-left:-14px}@media screen and (max-width:1024px){.p-top-hero__doctor-image{width:255px;height:355px;margin-left:0;z-index:100;position:relative}}@media screen and (max-width:559px){.p-top-hero__doctor-image{width:138px;height:192px;margin-left:-10px}}.p-top-hero__doctor-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-hero__doctor-info{padding-top:35px}@media screen and (max-width:1024px){.p-top-hero__doctor-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:0;padding-left:20px;padding-bottom:24px;text-align:left}}@media screen and (max-width:559px){.p-top-hero__doctor-info{padding:0 21px 5px 5px}}.p-top-hero__doctor-message{font-size:1.65rem;font-weight:500;line-height:1.7;letter-spacing:.33px;margin-top:4px;margin-bottom:35px}@media screen and (max-width:1024px){.p-top-hero__doctor-message{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;font-size:1.7rem;line-height:1.7;letter-spacing:.4px;margin-bottom:15px;margin-top:0}}@media screen and (max-width:559px){.p-top-hero__doctor-message{font-size:1.2rem;line-height:1.6;margin-bottom:5px}.p-top-hero__doctor-message br{display:none}}.p-top-hero__doctor-name{font-weight:500;letter-spacing:.4px;line-height:1.5;margin-bottom:3px}@media screen and (max-width:1024px){.p-top-hero__doctor-name{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:0}}@media screen and (max-width:559px){.p-top-hero__doctor-name{font-size:1.5rem}}.p-top-hero__doctor-name-label{font-size:1.5rem}@media screen and (max-width:1024px){.p-top-hero__doctor-name-label{font-size:1.8rem}}@media screen and (max-width:559px){.p-top-hero__doctor-name-label{font-size:1.3rem}}.p-top-hero__doctor-name-value{font-size:2.05rem}@media screen and (max-width:1024px){.p-top-hero__doctor-name-value{font-size:2.4rem}}@media screen and (max-width:559px){.p-top-hero__doctor-name-value{font-size:1.6rem}}.p-top-hero__doctor-specialty{font-size:1.3rem;font-weight:500;color:var(--color-text-light);margin-bottom:8px}@media screen and (max-width:1024px){.p-top-hero__doctor-specialty{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;font-size:1.3rem;margin-bottom:0}}@media screen and (max-width:559px){.p-top-hero__doctor-specialty{font-size:1.1rem;margin-bottom:5px}}.p-top-hero__doctor-line{width:140px;height:2px;background:var(--color-text)}@media screen and (max-width:1024px){.p-top-hero__doctor-line{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:160px;height:2px;margin-bottom:5px}}@media screen and (max-width:559px){.p-top-hero__doctor-line{width:126px;height:1px}}.p-top-recruit{position:fixed;top:570px;right:40px;width:208px;height:208px;z-index:101}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-recruit{width:170px;height:170px;right:20px}}@media screen and (max-width:1024px){.p-top-recruit{top:auto;bottom:20px;right:20px;width:150px;height:150px}}@media screen and (max-width:559px){.p-top-recruit{width:100px;height:100px;bottom:5px;right:5px}}.p-top-recruit__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background:var(--gradient-yellow);border-radius:var(--radius-xl) var(--radius-sm) var(--radius-xl) var(--radius-sm);text-align:center;-webkit-box-shadow:var(--shadow-btn);box-shadow:var(--shadow-btn);-webkit-transition:all .3s ease;transition:all .3s ease}.p-top-recruit__link:hover{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-filter:brightness(1.1);filter:brightness(1.1)}@media screen and (max-width:559px){.p-top-recruit__link{border-radius:30px 5px 30px 5px}}.p-top-recruit__icon{width:40px;height:40px}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-recruit__icon{width:32px;height:32px}}@media screen and (max-width:1024px){.p-top-recruit__icon{width:30px;height:30px}}@media screen and (max-width:559px){.p-top-recruit__icon{width:20px;height:20px}}.p-top-recruit__label{font-size:2.8rem;font-weight:700;color:var(--color-primary);margin-bottom:5px}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-recruit__label{font-size:2.2rem}}@media screen and (max-width:1024px){.p-top-recruit__label{font-size:2rem}}@media screen and (max-width:559px){.p-top-recruit__label{font-size:1.3rem;margin-bottom:2px}}.p-top-recruit__text{font-size:1.8rem;font-weight:500;color:var(--color-text);line-height:1.5}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-recruit__text{font-size:1.5rem}}@media screen and (max-width:1024px){.p-top-recruit__text{font-size:1.4rem}}@media screen and (max-width:559px){.p-top-recruit__text{font-size:1rem;line-height:1.3}}.p-top-counseling{position:relative;padding:55px 0 80px 48px;margin:0 auto;max-width:1440px}.p-top-counseling:before{content:"";position:absolute;top:-30px;left:0;right:0;height:30px;background-image:url(../assets/common/bg.png);background-repeat:repeat;z-index:-1}@media screen and (max-width:1024px){.p-top-counseling{padding:30px 20px 60px}.p-top-counseling:before{display:none}}.p-top-counseling__box{position:relative;background:var(--color-white);border:4px solid var(--color-secondary);border-radius:var(--radius-xl);padding:48px 120px 80px;margin:0 100px}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-counseling__box{margin:0 40px;padding:40px 60px 60px}}@media screen and (max-width:1024px){.p-top-counseling__box{margin:0 20px;padding:30px 30px 50px}}@media screen and (max-width:559px){.p-top-counseling__box{margin:0;padding:20px 15px 40px;border-width:2px;border-radius:20px}}.p-top-counseling__icon{display:block;width:80px;height:80px;margin:0 auto 10px}@media screen and (max-width:559px){.p-top-counseling__icon{width:50px;height:50px}}.p-top-counseling__title{font-size:4.8rem;font-weight:700;text-align:center;margin-bottom:20px}@media screen and (max-width:1024px){.p-top-counseling__title{font-size:3.2rem}}@media screen and (max-width:559px){.p-top-counseling__title{font-size:2.2rem}}.p-top-counseling__lead{font-size:2.4rem;font-weight:500;text-align:center;margin-bottom:10px}@media screen and (max-width:1024px){.p-top-counseling__lead{font-size:1.8rem}}@media screen and (max-width:559px){.p-top-counseling__lead{font-size:1.6rem;text-align:left}}.p-top-counseling__lead--highlight{font-weight:700;color:var(--color-secondary)}.p-top-counseling__note{font-size:1.6rem;font-weight:500;color:var(--color-red);text-align:center;margin-bottom:30px}@media screen and (max-width:559px){.p-top-counseling__note{font-size:1.4rem;text-align:left}}.p-top-counseling__cta{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;background:var(--gradient-primary);border-radius:var(--radius-lg);padding:30px 50px;margin-bottom:80px;height:150px;-webkit-transition:all .3s ease;transition:all .3s ease}.p-top-counseling__cta:hover{opacity:1;-webkit-filter:brightness(1.1);filter:brightness(1.1);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-counseling__cta{padding:25px 30px;height:auto}}@media screen and (max-width:1024px){.p-top-counseling__cta{padding:20px 25px;margin-bottom:50px;height:auto}}@media screen and (max-width:559px){.p-top-counseling__cta{padding:12px 15px;gap:10px;height:auto;border-radius:15px}}.p-top-counseling__cta-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:35px}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-counseling__cta-content{gap:20px}}@media screen and (max-width:1024px){.p-top-counseling__cta-content{gap:15px}}@media screen and (max-width:559px){.p-top-counseling__cta-content{gap:8px}}.p-top-counseling__cta-icon{width:80px;height:80px;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-counseling__cta-icon{width:60px;height:60px}}@media screen and (max-width:1024px){.p-top-counseling__cta-icon{width:50px;height:50px}}@media screen and (max-width:559px){.p-top-counseling__cta-icon{width:32px;height:32px}}.p-top-counseling__cta-text{color:var(--color-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 10px}@media screen and (max-width:1024px){.p-top-counseling__cta-text{margin:0 5px}}@media screen and (max-width:559px){.p-top-counseling__cta-text{margin:0}}.p-top-counseling__cta-title{padding-top:10px;font-size:3.6rem;font-weight:700;line-height:1.5;display:block;text-align:left}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-counseling__cta-title{font-size:2.8rem}}@media screen and (max-width:1024px){.p-top-counseling__cta-title{font-size:2rem;padding-top:5px}}@media screen and (max-width:559px){.p-top-counseling__cta-title{font-size:1.3rem;padding-top:0;line-height:1.4}}.p-top-counseling__cta-sub{font-size:2.4rem;font-weight:700;display:block;text-align:right;line-height:15px}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-counseling__cta-sub{font-size:2rem}}@media screen and (max-width:1024px){.p-top-counseling__cta-sub{font-size:1.6rem}}@media screen and (max-width:559px){.p-top-counseling__cta-sub{font-size:1.2rem;text-align:left;line-height:1.3}}.p-top-counseling__cta-arrow{width:48px;height:48px;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-counseling__cta-arrow{width:40px;height:40px}}@media screen and (max-width:1024px){.p-top-counseling__cta-arrow{width:36px;height:36px}}@media screen and (max-width:559px){.p-top-counseling__cta-arrow{width:24px;height:24px}}.p-top-counseling__section{margin-bottom:50px}.p-top-counseling__section:last-child{margin-bottom:0}@media screen and (max-width:559px){.p-top-counseling__section{margin-bottom:30px}}.p-top-counseling__section-title{font-size:2.4rem;font-weight:700;color:var(--color-primary);margin-bottom:10px}@media screen and (max-width:559px){.p-top-counseling__section-title{font-size:1.8rem}}.p-top-counseling__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.p-top-counseling__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;font-size:1.8rem;font-weight:500;line-height:1.9}@media screen and (max-width:559px){.p-top-counseling__list-item{font-size:1.4rem}}.p-top-counseling__list-item:before{content:"";display:block;width:16px;height:16px;background:var(--color-primary);border-radius:50%;-ms-flex-negative:0;flex-shrink:0;margin-top:9px}@media screen and (max-width:559px){.p-top-counseling__list-item:before{width:12px;height:12px;margin-top:7px}}.p-top-counseling__list-note{font-size:1.6rem;display:block;line-height:1.4}@media screen and (max-width:559px){.p-top-counseling__list-note{font-size:1.2rem}}.p-top-counseling__list-note--red{color:var(--color-red);display:inline}.p-top-counseling__text{font-size:1.8rem;font-weight:500;line-height:1.8}@media screen and (max-width:559px){.p-top-counseling__text{font-size:1.4rem}}.p-top-counseling__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}@media screen and (max-width:559px){.p-top-counseling__tags{gap:10px}}.p-top-counseling__tags-etc{font-size:1.8rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:559px){.p-top-counseling__tags-etc{font-size:1.4rem}}.p-top-counseling__link{color:var(--color-primary);text-decoration:underline}.p-top-counseling__link:hover{opacity:.7}.p-top-about{position:relative;padding:0 0 80px;margin:0 auto;max-width:1440px}@media screen and (max-width:1024px){.p-top-about{padding:0 20px 60px}}.p-top-about__box{position:relative;background:var(--color-white);border-radius:var(--radius-xl);padding:108px 120px 80px;margin:0 100px}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-about__box{margin:0 40px;padding:80px 60px 60px}}@media screen and (max-width:1024px){.p-top-about__box{margin:0 20px;padding:60px 30px 50px}}@media screen and (max-width:559px){.p-top-about__box{margin:0;padding:40px 15px;border-radius:20px}}.p-top-about__grass1{position:absolute;top:-10px;left:-15px;width:117px;height:173px;z-index:1}@media screen and (max-width:1024px){.p-top-about__grass1{width:80px;height:118px}}@media screen and (max-width:559px){.p-top-about__grass1{display:none}}.p-top-about__grass2{position:absolute;top:-15px;right:0;width:57px;height:96px;z-index:1}@media screen and (max-width:559px){.p-top-about__grass2{display:none}}.p-top-about__grass3{position:absolute;bottom:50px;left:-10px;width:87px;height:81px;z-index:1}@media screen and (max-width:559px){.p-top-about__grass3{display:none}}.p-top-about__grass4{position:absolute;bottom:-7px;right:-25px;width:142px;height:249px;z-index:1}@media screen and (max-width:1024px){.p-top-about__grass4{width:100px;height:175px}}@media screen and (max-width:559px){.p-top-about__grass4{display:none}}.p-top-about__content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 360px;gap:50px;margin-bottom:50px}@media screen and (max-width:1024px){.p-top-about__content{grid-template-columns:1fr;gap:30px}}.p-top-about__title{font-weight:700;margin-bottom:20px;line-height:1.8}.p-top-about__title-main{font-size:3.4rem;color:var(--color-primary);letter-spacing:.68px}@media screen and (max-width:1024px){.p-top-about__title-main{font-size:2.8rem}}@media screen and (max-width:559px){.p-top-about__title-main{font-size:2.2rem}}.p-top-about__title-sub{font-size:2.4rem;color:var(--color-text)}@media screen and (max-width:1024px){.p-top-about__title-sub{font-size:2rem}}@media screen and (max-width:559px){.p-top-about__title-sub{font-size:1.6rem}}.p-top-about__text{font-size:1.8rem;font-weight:500;line-height:1.8}@media screen and (max-width:1024px){.p-top-about__text{font-size:1.6rem}}@media screen and (max-width:559px){.p-top-about__text{font-size:1.4rem}}@media screen and (max-width:559px){.p-top-about__text br{display:none}}.p-top-about__image{width:360px;height:270px;border-radius:var(--radius-lg);overflow:hidden}@media screen and (max-width:1024px){.p-top-about__image{width:100%;height:250px}}@media screen and (max-width:559px){.p-top-about__image{border-radius:15px}}.p-top-about__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-about__divider{position:relative;z-index:2;width:100%;max-width:1001px;height:2px;background:#d9d9d9;margin-bottom:50px}@media screen and (max-width:559px){.p-top-about__divider{margin-bottom:30px}}.p-top-about__books{position:relative;z-index:2;display:grid;grid-template-columns:175px 1fr;gap:60px}@media screen and (max-width:1024px){.p-top-about__books{grid-template-columns:1fr;gap:30px}}.p-top-about__books-title{font-weight:700;line-height:1.8;letter-spacing:.48px}.p-top-about__books-title-main{font-size:2.4rem}@media screen and (max-width:559px){.p-top-about__books-title-main{font-size:1.8rem}}.p-top-about__books-title-sub{font-size:2rem}@media screen and (max-width:559px){.p-top-about__books-title-sub{font-size:1.6rem}}.p-top-about__books-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1024px){.p-top-about__books-list{gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:559px){.p-top-about__books-list{gap:20px}}.p-top-about__book{text-align:center}.p-top-about__book-link{display:inline-block;-webkit-transition:all .3s ease;transition:all .3s ease}.p-top-about__book-link:hover{opacity:.8;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.p-top-about__book-image{width:auto;height:248px;margin-bottom:23px;-webkit-box-shadow:var(--shadow-btn);box-shadow:var(--shadow-btn)}@media screen and (max-width:559px){.p-top-about__book-image{height:189px;margin-bottom:15px}}.p-top-about__book-image img{width:auto;height:100%}.p-top-about__book-title{font-size:1.6rem;font-weight:700;line-height:1.7}@media screen and (max-width:559px){.p-top-about__book-title{font-size:1.4rem}}.p-top-contact{position:relative;padding:0 0 55px;margin:0 auto;max-width:1440px;z-index:1}@media screen and (max-width:1024px){.p-top-contact{padding:0 20px 60px}}.p-top-contact__box{position:relative;background:var(--color-white);border-radius:var(--radius-xl);padding:72px 120px 80px;margin:0 100px}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-contact__box{margin:0 40px;padding:60px}}@media screen and (max-width:1024px){.p-top-contact__box{margin:0 20px;padding:40px 30px 50px}}@media screen and (max-width:559px){.p-top-contact__box{margin:0;padding:30px 15px 40px;border-radius:20px}}.p-top-contact__grass1{position:absolute;top:-10px;left:-15px;width:117px;height:173px;z-index:1}@media screen and (max-width:1024px){.p-top-contact__grass1{width:80px;height:118px}}@media screen and (max-width:559px){.p-top-contact__grass1{display:none}}.p-top-contact__grass2{position:absolute;top:-15px;right:0;width:57px;height:96px;z-index:1}@media screen and (max-width:559px){.p-top-contact__grass2{display:none}}.p-top-contact__grass3{position:absolute;bottom:60px;left:-10px;width:87px;height:81px;z-index:1}@media screen and (max-width:559px){.p-top-contact__grass3{display:none}}.p-top-contact__grass4{position:absolute;bottom:-7px;right:-25px;width:142px;height:249px;z-index:1}@media screen and (max-width:1024px){.p-top-contact__grass4{width:100px;height:175px}}@media screen and (max-width:559px){.p-top-contact__grass4{display:none}}.p-top-contact__content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(300px,410px) minmax(300px,1fr);gap:50px;margin-bottom:50px}@media screen and (max-width:1024px){.p-top-contact__content{grid-template-columns:1fr;gap:30px}}.p-top-contact__title{font-size:2.4rem;font-weight:700;margin-bottom:20px}@media screen and (max-width:1024px){.p-top-contact__title{font-size:2.4rem}}@media screen and (max-width:559px){.p-top-contact__title{font-size:2rem}}.p-top-contact__address{font-size:1.8rem;font-weight:500;line-height:1.8;margin-bottom:30px}@media screen and (max-width:559px){.p-top-contact__address{font-size:1.4rem;margin-bottom:20px}}.p-top-contact__address-note{color:var(--color-red)}.p-top-contact__clinic-image{width:410px;height:274px;border-radius:var(--radius-lg);overflow:hidden}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-contact__clinic-image{width:100%;height:220px}}@media screen and (max-width:1024px){.p-top-contact__clinic-image{width:500px;height:320px;margin:0 auto}}@media screen and (max-width:559px){.p-top-contact__clinic-image{width:100%;height:auto;aspect-ratio:4/3;border-radius:15px}}.p-top-contact__clinic-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-contact__map{width:100%;max-width:540px;height:540px;border-radius:var(--radius-lg);overflow:hidden}@media screen and (min-width:1025px) and (max-width:1280px){.p-top-contact__map{max-width:100%;height:400px}}@media screen and (max-width:1024px){.p-top-contact__map{max-width:100%;height:350px}}@media screen and (max-width:559px){.p-top-contact__map{height:280px;border-radius:15px}}.p-top-contact__map img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-top-contact__map iframe{width:100%;height:100%;border:0}.p-top-contact__divider{position:relative;z-index:2;width:100%;max-width:1001px;height:2px;background:var(--color-text);margin-bottom:50px}@media screen and (max-width:559px){.p-top-contact__divider{margin-bottom:30px}}.p-top-contact__inquiry{position:relative;z-index:2;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}@media screen and (max-width:1024px){.p-top-contact__inquiry{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.p-top-contact__inquiry-title{font-size:2.48rem;font-weight:700;margin-bottom:10px}@media screen and (max-width:1024px){.p-top-contact__inquiry-title{font-size:2.4rem}}@media screen and (max-width:559px){.p-top-contact__inquiry-title{font-size:2rem}}.p-top-contact__inquiry-text{font-size:1.8rem;font-weight:500}@media screen and (max-width:559px){.p-top-contact__inquiry-text{font-size:1.4rem}}.p-top-contact__inquiry-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;background:var(--gradient-yellow);color:var(--color-text);padding:25px 60px;border-radius:30px 5px 30px 5px;font-size:2.8rem;font-weight:700;-webkit-box-shadow:var(--shadow-btn);box-shadow:var(--shadow-btn);-webkit-transition:all .3s ease;transition:all .3s ease}.p-top-contact__inquiry-btn:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (max-width:1024px){.p-top-contact__inquiry-btn{padding:20px 40px;font-size:2.4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}}@media screen and (max-width:559px){.p-top-contact__inquiry-btn{padding:15px 30px;font-size:1.8rem}}.p-top-contact__inquiry-icon{width:54px;height:54px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1024px){.p-top-contact__inquiry-icon{width:40px;height:40px}}@media screen and (max-width:559px){.p-top-contact__inquiry-icon{width:32px;height:32px}}.u-text-center{text-align:center!important}.u-text-left{text-align:left!important}.u-text-right{text-align:right!important}.u-mt-0{margin-top:0!important}.u-mt-10{margin-top:10px!important}.u-mt-20{margin-top:20px!important}.u-mt-30{margin-top:30px!important}.u-mt-40{margin-top:40px!important}.u-mt-60{margin-top:60px!important}.u-mb-0{margin-bottom:0!important}.u-mb-10{margin-bottom:10px!important}.u-mb-20{margin-bottom:20px!important}.u-mb-30{margin-bottom:30px!important}.u-mb-40{margin-bottom:40px!important}.u-mb-60{margin-bottom:60px!important}@media screen and (min-width:1025px){.u-sp-only{display:none!important}}@media screen and (max-width:559px){.u-pc-only{display:none!important}}.u-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=common.min.css.map */
