﻿*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}dl,ol,ul{margin-bottom:0}figure{margin-bottom:0}.--sp{display:none}@media screen and (max-width:767px){.--sp{display:block}}body{position:relative;font-family:"Noto Sans JP", sans-serif;font-size:16px;font-weight:400;color:#383838;background-color:#eaf0f5;overflow-x:hidden}a:hover{color:inherit;cursor:pointer}.header{}.header-logo{position:fixed;z-index:990;left:40px;top:48px;width:clamp(156px, 22vw, 224px);height:clamp(30px, 4vw, 45px);margin-bottom:0;opacity:1;transform:translateX(0)}.header-logo.hidden{opacity:0}@media screen and (max-width:767px){.header-logo{left:1rem;top:1.5rem}}.header-logo img{transition:all 0.5s ease-out}.header-logo img.hidden{opacity:0}.header-toggle{position:fixed;z-index:1001;right:40px;top:40px;width:160px;height:36px;margin-left:auto;box-sizing:border-box;background-image:linear-gradient(to right bottom, #1780c5 0%, #fffcd9 120%);border-radius:32px}@media screen and (max-width:767px){.header-toggle{right:1rem;top:1rem}}.header-toggle-button{position:absolute;left:18px;top:0;bottom:0;width:16px;height:12px;margin:auto}.header-toggle-button span{position:absolute;content:"";display:inline-block;transition:all 0.4s;left:0;width:16px;height:1px;background:#fff}.header-toggle-button span:nth-of-type(1){top:0px;transform-origin:right top}.header-toggle-button span:nth-of-type(2){top:5.5px}.header-toggle-button span:nth-of-type(3){top:11px;transform-origin:right center}.header-toggle.active .header-toggle-button span{z-index:1;background:#000}.header-toggle.active .header-toggle-button span:nth-of-type(1){transform:rotate(-45deg)}.header-toggle.active .header-toggle-button span:nth-of-type(2){display:none}.header-toggle.active .header-toggle-button span:nth-of-type(3){transform:rotate(45deg)}.header-toggle::before{position:absolute;content:"";z-index:1;left:4px;top:4px;width:152px;height:28px;background-color:transparent;border-radius:32px}.header-toggle:hover::before{background-color:#fff}.header-toggle::after{position:absolute;content:"MENU";font-family:"Outfit", sans-serif;z-index:2;left:0;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:14px;color:#fff;margin-bottom:0}.header-toggle:hover::after{color:#000}.header-toggle.active::before{background-color:#fff}.header-toggle.active::after{content:"";color:#000;animation:fadingText 1.25s 1 linear 0.1s forwards}@keyframes fading{0%{opacity:0}40%{opacity:0}100%{opacity:1}}@keyframes fadingText{0%{content:""}40%{content:"CLOSE"}100%{content:"CLOSE"}}.drawer-menu{position:fixed;z-index:1000 !important;top:1rem;left:1rem;display:block;width:calc(100vw - 2rem);height:700px;padding:10px 0 0 1rem;transition:all 0.2s ease-in;opacity:0;transform:scale(0.6);transform-origin:center;overflow-y:hidden;background-image:linear-gradient(to right bottom, #1780c5 0%, #fffcd9 120%);border-radius:20px;pointer-events:none}@media screen and (max-width:1359px){.drawer-menu{height:calc(100lvh - 2rem)}}@media screen and (max-width:767px){.drawer-menu{left:0;top:0;width:100%;height:100lvh;border-radius:0;overflow-y:scroll}}.drawer-menu__head{display:flex;align-items:center;padding-left:40px;padding-top:32px;height:56px;opacity:0;transform:translateX(-20px);transition:all 0.2s;transition-delay:0s}@media screen and (max-width:767px){.drawer-menu__head{padding-left:0;padding-top:0}}.drawer-menu__head-logo{width:clamp(156px, 22vw, 224px);height:clamp(30px, 4vw, 45px);margin-bottom:0}.drawer-menu__head-logo img{width:clamp(156px, 22vw, 224px);height:clamp(30px, 4vw, 45px)}.drawer-menu__head-toggle{position:relative;display:block;width:72px;height:56px;margin-left:auto;background-color:#fff}@media screen and (min-width:1360px){.drawer-menu__head-toggle{display:none}}.drawer-menu__head-toggle::before{position:absolute;content:"";left:-28px;top:0;width:56px;height:56px;background-color:#fff;border-radius:50%}.drawer-menu__head-toggle span{position:absolute;content:"";display:inline-block;transition:all 0.4s;left:0;width:26px;height:1px;border-radius:1.2px;background:#383838}.drawer-menu__head-toggle span:nth-of-type(1){top:29px;transform:rotate(-30deg)}.drawer-menu__head-toggle span:nth-of-type(2){top:29px;transition:all 0.4s;transform:rotate(30deg)}.drawer-menu__head-toggle:hover{cursor:pointer}.drawer-menu__main{display:grid;grid-template-columns:3fr 1fr;margin:7rem auto 0;opacity:0;transform:translateX(-20px);transition:all 0.4s;transition-delay:0s}@media screen and (max-width:1079px){.drawer-menu__main{grid-template-columns:1fr;margin-top:3rem}}@media screen and (max-width:767px){.drawer-menu__main{margin-top:1rem}}.drawer-menu__main-links{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px 24px;width:calc(100% - 135px);margin:auto;padding-left:0;list-style:none}@media screen and (max-width:1359px){.drawer-menu__main-links{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:1079px){.drawer-menu__main-links{gap:36px 18px}}@media screen and (max-width:767px){.drawer-menu__main-links{grid-template-columns:repeat(1, 1fr);gap:24px;width:calc(100% - 2rem);margin:2.5rem auto 0}}.drawer-menu__main-links__item a{color:#fff;text-decoration:none}.drawer-menu__main-links__item a:hover{opacity:0.7}.drawer-menu__main-links__item a:hover .drawer-menu__main-links__item--en::before{position:absolute;content:"";left:-20px;top:0;bottom:0;width:8px;height:8px;margin:auto;background-image:linear-gradient(to right bottom, #1780c5 0%, #fffcd9 120%);border-radius:50%}.drawer-menu__main-links__item a span{display:block}.drawer-menu__main-links__item a span.drawer-menu__main-links__item--en{display:flex;font-family:"Outfit", sans-serif;font-size:36px;line-height:1.25;font-weight:500;letter-spacing:0.05em}@media screen and (max-width:1079px){.drawer-menu__main-links__item a span.drawer-menu__main-links__item--en{font-size:32px}}.drawer-menu__main-links__item a span.drawer-menu__main-links__item--ja{font-size:14px;font-weight:300}@media screen and (max-width:1079px){.drawer-menu__main-links__item a span.drawer-menu__main-links__item--ja{font-size:16px}}.drawer-menu__main-info{padding-left:24px;padding-top:0.5rem;border-left:1px solid rgba(255, 255, 255, 0.8)}@media screen and (max-width:1079px){.drawer-menu__main-info{padding-left:1rem;padding-top:4rem;border-left:none}}.drawer-menu__main-info-text{margin-bottom:1.5rem;font-family:"Outfit", sans-serif;font-size:18px;color:#fff}.drawer-menu__main-info-links{display:flex;gap:12px;padding-left:0;list-style:none}.drawer-menu__main-info-links li{width:24px;height:24px}.drawer-menu__main-info-address{margin-top:40px;font-size:14px;line-height:1.4;color:#fff}.drawer-menu-copyright{position:absolute;left:0;bottom:32px;width:100%;font-family:"Outfit", sans-serif;color:#fff;text-align:center}@media screen and (max-width:1359px){.drawer-menu-copyright{position:relative;left:auto;bottom:auto;margin-top:4rem}}.drawer-menu-cta{display:grid;gap:20px;margin:auto}@media screen and (max-width:767px){.drawer-menu-cta{width:100%}}.drawer-menu-cta__item{position:relative;display:flex;align-items:center;width:340px;height:70px;padding-left:30px;font-size:20px;font-weight:700;background-color:#fff;border-radius:50px;overflow:hidden;text-decoration:none;transition:all 0.8s}@media screen and (max-width:767px){.drawer-menu-cta__item{width:268px;height:54px;margin:auto;font-size:16px}}.drawer-menu-cta__item::before{position:absolute;content:"→";z-index:2;right:24px;top:0;bottom:0;display:flex;align-items:center;justify-content:center;margin:auto;width:27px;height:27px;font-size:12px;color:#fff;border-radius:50%;transition:all 0.8s}@media screen and (max-width:767px){.drawer-menu-cta__item::before{width:21px;height:21px;font-size:10px}}.drawer-menu-cta__item::after{position:absolute;content:"";z-index:1;right:-44px;bottom:0;width:152px;height:152px;background-color:#e1f0ff;border-radius:50%;filter:blur(26px)}@media screen and (max-width:767px){.drawer-menu-cta__item::after{right:-72px}}.drawer-menu-cta__item:hover{color:#fff}.drawer-menu-cta__item:hover::before{scale:0}.drawer-menu-cta__item:hover::after{background:none}.drawer-menu-cta__item--take{color:#1780c5}.drawer-menu-cta__item--take:hover{padding-left:88px;background-color:#1780c5}@media screen and (max-width:767px){.drawer-menu-cta__item--take:hover{padding-left:72px}}.drawer-menu-cta__item--take::before{background-color:#1780c5}.drawer-menu-cta__item--take::after{background-color:#e1f0ff}.drawer-menu-cta__item--offer{color:#f79a2f}.drawer-menu-cta__item--offer:hover{padding-left:68px;background-color:#f79a2f}@media screen and (max-width:767px){.drawer-menu-cta__item--offer:hover{padding-left:52px}}.drawer-menu-cta__item--offer::before{background-color:#f79a2f}.drawer-menu-cta__item--offer::after{background-color:#fffcd9}.drawer-menu.active{opacity:1;transform:scale(1);transition:all 0.4s ease-out;pointer-events:auto}.drawer-menu.active .drawer-menu__head{opacity:1;transform:translateX(0);transition:all 0.4s;transition-delay:0.4s}.drawer-menu.active .drawer-menu__main{opacity:1;transform:translateX(0);transition:all 0.4s;transition-delay:0.5s}.common-contact{position:relative;z-index:2;width:calc(100% - 4rem);max-width:1320px;margin:0 auto 120px;padding-top:56px}.common-contact-text{margin-bottom:70px;font-size:clamp(22px, 4vw, 40px);line-height:2;font-weight:700;color:#383838;text-align:center}.common-contact-lists{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}@media screen and (max-width:1359px){.common-contact-lists{max-width:840px;margin:auto;grid-template-columns:repeat(1, 1fr);gap:12px}}.common-contact-lists__item{position:relative;padding:clamp(32px, 4.8vw, 88px) 0;background-color:rgba(23, 128, 197, 0.8);border-radius:20px;overflow:hidden}.common-contact-lists__item::before{position:absolute;content:"";right:-200px;top:-200px;width:560px;height:560px;background:linear-gradient(to bottom, #f3bf92, #92c0f1);border-radius:50%;opacity:0.3;filter:blur(19px)}@media screen and (max-width:1079px){.common-contact-lists__item::before{right:-70px;top:-70px;width:210px;height:210px}}.common-contact-lists__item::after{position:absolute;content:"";right:-60px;top:-60px;width:280px;height:280px;background:rgba(23, 128, 197, 0.8);border-radius:50%;opacity:1;filter:blur(19px)}@media screen and (min-width:1360px){.common-contact-lists__item::after{margin-bottom:84px}}@media screen and (max-width:1079px){.common-contact-lists__item::after{right:-35px;top:-35px;width:105px;height:105px}}.common-contact-lists__item--inner{color:#fff}.common-contact-lists__item--inner--text{margin-bottom:clamp(21px, 4vw, 72px);font-size:clamp(14px, 2.7vw, 32px);line-height:2;font-weight:700;text-align:center}@media screen and (min-width:1360px){.common-contact-lists__item--inner--text.--contact{margin-bottom:84px}}.common-contact-lists__item--inner--tel{display:flex;align-items:flex-end;justify-content:center;gap:8px;font-weight:700}.common-contact-lists__item--inner--tel--caption{display:inline-block;font-size:clamp(14px, 2vw, 28px);line-height:1}.common-contact-lists__item--inner--tel--number{display:inline-block;font-size:clamp(20px, 3.2vw, 40px);line-height:1}.common-contact-lists__item--inner--time{font-size:clamp(14px, 2vw, 28px);font-weight:700;text-align:center}.common-contact-lists__item--inner--links{display:flex;justify-content:center;gap:24px;padding-top:32px}@media screen and (max-width:1599px){.common-contact-lists__item--inner--links{padding-top:0}}@media screen and (max-width:767px){.common-contact-lists__item--inner--links{display:grid;gap:24px}}.common-contact-lists__item--inner--links__item{position:relative;display:flex;align-items:center;width:300px;height:70px;padding-left:30px;font-size:18px;font-weight:700;background-color:#fff;border-radius:50px;overflow:hidden;text-decoration:none;transition:all 0.8s}@media screen and (max-width:767px){.common-contact-lists__item--inner--links__item{width:268px;height:54px;font-size:16px}}.common-contact-lists__item--inner--links__item::before{position:absolute;content:"→";z-index:2;right:24px;top:0;bottom:0;display:flex;align-items:center;justify-content:center;margin:auto;width:27px;height:27px;font-size:12px;color:#fff;border-radius:50%}@media screen and (max-width:767px){.common-contact-lists__item--inner--links__item::before{width:21px;height:21px;font-size:10px}}.common-contact-lists__item--inner--links__item::after{position:absolute;content:"";z-index:1;right:-44px;bottom:0;width:152px;height:152px;background-color:#e1f0ff;border-radius:50%;filter:blur(26px)}@media screen and (max-width:1079px){.common-contact-lists__item--inner--links__item::after{right:-72px}}.common-contact-lists__item--inner--links__item:hover{color:#fff}.common-contact-lists__item--inner--links__item:hover::before{scale:0}.common-contact-lists__item--inner--links__item:hover::after{background:none}.common-contact-lists__item--inner--links__item--take{color:#1780c5}.common-contact-lists__item--inner--links__item--take:hover{padding-left:76px;background-color:#1780c5}@media screen and (max-width:767px){.common-contact-lists__item--inner--links__item--take:hover{padding-left:66px}}.common-contact-lists__item--inner--links__item--take::before{background-color:#1780c5}.common-contact-lists__item--inner--links__item--take::after{background-color:#e1f0ff}.common-contact-lists__item--inner--links__item--offer{color:#f79a2f}.common-contact-lists__item--inner--links__item--offer:hover{padding-left:60px;background-color:#f79a2f}@media screen and (max-width:767px){.common-contact-lists__item--inner--links__item--offer:hover{padding-left:50px}}.common-contact-lists__item--inner--links__item--offer::before{background-color:#f79a2f}.common-contact-lists__item--inner--links__item--offer::after{background-color:#fffcd9}.common-recruit{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;height:55.6vw}@media screen and (max-width:1079px){.common-recruit{height:100vw;min-height:700px}}.common-recruit-background{position:absolute;left:0;top:0;width:100%;height:100%;transform-origin:center;transform:scale(1, 1);opacity:1;transition:all 1.2s ease}.common-recruit-background--01{position:absolute;left:0;top:0;width:50%;height:50%;background-image:url("../images/common-recruit01.webp");background-repeat:no-repeat;background-size:cover;background-position:center}.common-recruit-background--01::before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:linear-gradient(to left bottom, #f3bf92, #92c0f1);opacity:0.4}.common-recruit-background--02{position:absolute;right:0;top:0;width:50%;height:50%;background-image:url("../images/common-recruit02.webp");background-repeat:no-repeat;background-size:cover;background-position:center}.common-recruit-background--02::before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:linear-gradient(to left bottom, #f3bf92, #92c0f1);opacity:0.4}.common-recruit-background--03{position:absolute;left:0;bottom:0;width:50%;height:50%;background-image:url("../images/common-recruit03.webp");background-repeat:no-repeat;background-size:cover;background-position:center}.common-recruit-background--03::before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:linear-gradient(to left bottom, #f3bf92, #92c0f1);opacity:0.4}.common-recruit-background--04{position:absolute;right:0;bottom:0;width:50%;height:50%;background-image:url("../images/common-recruit04.webp");background-repeat:no-repeat;background-size:cover;background-position:center}.common-recruit-background--04::before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:linear-gradient(to left bottom, #f3bf92, #92c0f1);opacity:0.4}.common-recruit__content{position:relative;z-index:3;width:960px;padding:75px 0;background-color:rgba(255, 255, 255, 0.8)}@media screen and (max-width:1079px){.common-recruit__content{width:calc(100% - 2rem)}}.common-recruit__content--title{margin-bottom:32px;font-size:clamp(14px, 3vw, 24px);color:#093e8d;font-weight:500;text-align:center}.common-recruit__content--message{margin-bottom:30px;font-size:clamp(22px, 5vw, 40px);line-height:2;color:#383838;font-weight:700;text-align:center}.common-recruit__content--detail{max-width:560px;margin:0 auto 40px;font-size:18px;line-height:2}@media screen and (max-width:1079px){.common-recruit__content--detail{padding:0 2rem}}@media screen and (max-width:767px){.common-recruit__content--detail{font-size:15px}}.common-recruit__content--link{position:relative;display:flex;align-items:center;width:100%;max-width:340px;height:70px;margin:auto;padding-left:40px;color:#fff;font-size:18px;font-weight:700;background-color:#1780c5;border-radius:50px;text-decoration:none;box-sizing:border-box;border:1.5px solid #1780c5;transition:all 0.8s}@media screen and (max-width:767px){.common-recruit__content--link{width:268px;height:54px;margin:auto;font-size:16px}}.common-recruit__content--link::before{position:absolute;content:"→";right:20px;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:27px;height:27px;margin:auto;font-size:12px;color:#1780c5;background-color:#fff;border-radius:50%}@media screen and (max-width:767px){.common-recruit__content--link::before{width:21px;height:21px;font-size:10px}}.common-recruit__content--link:hover{padding-left:90px;color:#1780c5;background-color:#fff}@media screen and (max-width:767px){.common-recruit__content--link:hover{padding-left:68px}}.common-recruit__content--link:hover::before{scale:0}.common-scroll{position:relative;z-index:2;display:flex;align-items:flex-end;height:calc(20vw + 60px);font-family:"Outfit", sans-serif;padding-bottom:40px}.common-scroll::before{position:absolute;content:"";left:0;bottom:0;width:100%;height:55.6vw;z-index:-1;background:linear-gradient(to bottom, #eef3f7, #555b63)}.common-scroll__slide{display:flex;overflow:hidden}.common-scroll__slide-text{min-width:300vw;font-size:9.33vw;font-weight:500;animation:infinite-scroll-slide 40s infinite linear 0.1s both;background-image:linear-gradient(to right, #3493f8 0%, #fff 16.6666%, #ff8f40 33.3333%);background-position:0 0;background-clip:text;-webkit-background-clip:text;color:transparent}@keyframes infinite-scroll-slide{0%{transform:translateX(0);background-position:0 0}100%{transform:translateX(-100%);background-position:300vw 0}}.footer{position:relative;z-index:2;padding-bottom:50px;background-color:#555b63}.footer-link{position:relative;display:flex;align-items:center;width:100%;max-width:340px;height:70px;margin:auto;padding-left:40px;color:#0055a2;font-size:18px;font-weight:700;background-color:#fff;border-radius:50px;text-decoration:none;transition:all 0.8s}@media screen and (max-width:767px){.footer-link{max-width:285px;height:54px;padding-left:28px;font-size:16px}}.footer-link::before{position:absolute;content:"→";right:20px;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:27px;height:27px;margin:auto;font-size:12px;color:#fff;background-color:#0055a2;border-radius:50%}@media screen and (max-width:767px){.footer-link::before{width:21px;height:21px;font-size:10px}}.footer-link:hover{padding-left:130px;color:#fff;background-color:#093e8d}@media screen and (max-width:767px){.footer-link:hover{padding-left:108px}}.footer-link:hover::before{scale:0}.footer-main{display:flex;justify-content:space-between;width:calc(100% - 4rem);max-width:1600px;margin:clamp(80px, 12vw, 200px) auto}@media screen and (max-width:1079px){.footer-main{display:grid;gap:64px}}.footer-main__profile{width:330px}@media screen and (max-width:1079px){.footer-main__profile{width:100%}}.footer-main__profile-img{width:210px;height:auto;margin-bottom:clamp(21px, 3vw, 72px)}@media screen and (max-width:1079px){.footer-main__profile-img{width:168px}}@media screen and (max-width:767px){.footer-main__profile-img{width:126px}}.footer-main__profile-text{margin-bottom:0;font-size:20px;line-height:2;color:#fff}@media screen and (max-width:767px){.footer-main__profile-text{font-size:16px}}.footer-main__links{width:150px}.footer-main__links--main{display:grid;gap:32px;margin-bottom:2.5rem;padding-left:0;list-style:none}.footer-main__links--main__item{font-family:"Outfit", sans-serif;font-size:21px}@media screen and (max-width:1079px){.footer-main__links--main__item{font-size:18px}}.footer-main__links--main__item a{position:relative;display:inline-flex;gap:0.05em;color:#fff;font-weight:500;text-decoration:none}.footer-main__links--main__item a:hover::before{position:absolute;content:"";left:-20px;top:0;bottom:0;width:8px;height:8px;margin:auto;background-image:linear-gradient(to right bottom, #1780c5 0%, #fffcd9 120%);border-radius:50%}.footer-main__links--main__item a:hover span:nth-child(1){color:#fff;animation:colorGradation 1s 1 linear 0.1s forwards}.footer-main__links--main__item a:hover span:nth-child(2){color:#fff;animation:colorGradation 1s 1 linear 0.15s forwards}.footer-main__links--main__item a:hover span:nth-child(3){color:#fff;animation:colorGradation 1s 1 linear 0.2s forwards}.footer-main__links--main__item a:hover span:nth-child(4){color:#fff;animation:colorGradation 1s 1 linear 0.25s forwards}.footer-main__links--main__item a:hover span:nth-child(5){color:#fff;animation:colorGradation 1s 1 linear 0.3s forwards}.footer-main__links--main__item a:hover span:nth-child(6){color:#fff;animation:colorGradation 1s 1 linear 0.35s forwards}.footer-main__links--main__item a:hover span:nth-child(7){color:#fff;animation:colorGradation 1s 1 linear 0.4s forwards}.footer-main__links--main__item a:hover span:nth-child(8){color:#fff;animation:colorGradation 1s 1 linear 0.45s forwards}.footer-main__links--main__item a:hover span:nth-child(9){color:#fff;animation:colorGradation 1s 1 linear 0.5s forwards}.footer-main__links--main__item a:hover span:nth-child(10){color:#fff;animation:colorGradation 1s 1 linear 0.55s forwards}.footer-main__links--main__item a:hover span:nth-child(11){color:#fff;animation:colorGradation 1s 1 linear 0.6s forwards}.footer-main__links--main__item a:hover span:nth-child(12){color:#fff;animation:colorGradation 1s 1 linear 0.65s forwards}.footer-main__links--main__item a:hover span:nth-child(13){color:#fff;animation:colorGradation 1s 1 linear 0.7s forwards}.footer-main__links--main__item a:hover span:nth-child(14){color:#fff;animation:colorGradation 1s 1 linear 0.75s forwards}.footer-main__links--sns:hover{opacity:0.7}.footer-main__links--sns img{width:32px;height:32px}.footer-main__articles{width:570px}@media screen and (max-width:1079px){.footer-main__articles{width:100%}}.footer-main__articles--block{position:relative;padding:40px;background-color:#777c82;border-radius:20px}@media screen and (max-width:767px){.footer-main__articles--block{padding:28px}}.footer-main__articles--block:not(:last-child){margin-bottom:60px}.footer-main__articles--block--title{position:absolute;left:40px;top:-16px;font-family:"Outfit", sans-serif;font-size:21px;color:#fff;letter-spacing:1px}@media screen and (max-width:767px){.footer-main__articles--block--title{left:28px}}.footer-main__articles--block--date{display:block;font-weight:600;margin-bottom:12px;color:#fff}@media screen and (max-width:767px){.footer-main__articles--block--date{font-size:14px}}.footer-main__articles--block--titleLink{font-size:18px;line-height:2;color:#fff;font-weight:500;text-decoration:none}@media screen and (max-width:767px){.footer-main__articles--block--titleLink{font-size:16px}}.footer-main__articles--block--titleLink:hover{color:#fff;text-decoration:underline}.footer-main__articles--block--question{margin-bottom:12px;font-size:18px;font-weight:700;color:#fff}@media screen and (max-width:767px){.footer-main__articles--block--question{font-size:16px}}.footer-main__articles--block--answer{color:#fff;line-height:2;font-weight:500}@media screen and (max-width:767px){.footer-main__articles--block--answer{font-size:14px}}.footer-main__articles--block--link{position:absolute;left:0;right:0;bottom:-32px;margin:auto}@media screen and (max-width:767px){.footer-main__articles--block--link{bottom:-27px}}.footer-main__articles--block--link:hover{padding-left:120px}@media screen and (max-width:767px){.footer-main__articles--block--link:hover{padding-left:96px}}.footer-copyright{font-family:"Outfit", sans-serif;color:#fff;text-align:center}@media screen and (max-width:767px){.footer-copyright{font-size:12px}}@keyframes colorGradation{0%{color:#fff}12%{color:#1780c5}88%{color:#fffcd9}100%{color:#fff}}@keyframes colorGradationDrawer{0%{color:#fff}12%{color:#3493f8}88%{color:#ff8f40}100%{color:#fff}}