@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}:root{--primary-color: #254798;--primary-color-light: #295EC2;--secondary-color: #E4C358;--text-color: #353535;--phone-color: #007bff;--phone-color-dark: #0056b3;--gray: #353535;--green: #419768;--gold: #E4C358;--red: #C42B05;--white: #ffffff;--bg: #F4F8FF;--bg-dark: #d9e8ff;--bg-light: #e9f1ff;--cover: rgba(0, 0, 0, 0.3);--line-color: #0cc151;--shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-large: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);--shadow-colored: 0 20px 40px rgba(99, 102, 241, 0.3);--shadow-glow: 0 0 40px rgba(99, 102, 241, 0.6);--font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-display: "Noto Sans JP", Georgia, serif;--font-family-montserrat: "Montserrat", sans-serif;--fa: "Font Awesome 5 Free";--spacing-xs: 0.25rem;--spacing-sm: 0.5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--spacing-4xl: 6rem;--spacing-5xl: 8rem;--container-max-width: 1400px;--border-radius: 12px;--border-radius-lg: 20px;--border-radius-xl: 30px;--border-radius-full: 50%;--transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);--transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);--transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);--transition-bounce: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-family);font-size:var(----font-size-base);line-height:1.7;color:var(--text-color);background:var(--white);position:relative;font-weight:500;line-height:1.6;font-size:18px}body.hidden{overflow:hidden}@media screen and (max-width: 991px){body{font-size:16px;line-height:1.4}}@media screen and (max-width: 575px){body{font-size:13px}}img{max-width:100%;height:auto;display:block}img.border{border:1px solid #ccc}img.border-purple{border:1px solid #6b4ca5}iframe{width:100%;height:450px}a{text-decoration:none;color:inherit;transition:var(--transition)}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer;font-family:inherit}h2,h3,h4,h5,h6{font-weight:600;font-family:var(--font-family-zen)}p{margin-bottom:1rem}address{font-style:normal}.container{width:90%;max-width:var(--container-max-width);margin:0 auto;padding:100px 0}@media screen and (max-width: 991px){.container{padding:50px 0}}.marker{background:linear-gradient(transparent 70%, #ffe574 70%)}.primary-button{position:relative;padding-right:12px;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:24px;margin-top:50px;z-index:1;transition:var(--transition);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 991px){.primary-button{font-size:16px}}@media screen and (max-width: 575px){.primary-button{font-size:15px}}.primary-button:hover{padding-right:0;color:var(--phone-color)}.primary-button img{width:50px}@media screen and (max-width: 991px){.primary-button img{width:30px}}.primary-button::after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background-color:var(--bg-dark);right:0;top:50%;transform:translate(50%, -50%);z-index:-1}@media screen and (max-width: 991px){.primary-button::after{width:50px;height:50px}}.primary-heading{display:flex;gap:20px;align-items:baseline;margin-bottom:80px;position:relative;z-index:1}@media screen and (max-width: 991px){.primary-heading{flex-direction:column;align-items:flex-start;margin-bottom:40px}}.primary-heading .sub-title{font-size:clamp(30px,5vw,120px);line-height:1;margin:0;font-weight:700;font-family:var(--font-family-montserrat);color:var(--gray);position:relative;padding-left:30px}@media screen and (max-width: 991px){.primary-heading .sub-title{padding-left:20px}}.primary-heading .sub-title::after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background-color:var(--gold);left:0;top:50%;transform:translateY(-50%)}@media screen and (max-width: 991px){.primary-heading .sub-title::after{width:10px;height:10px}}.primary-heading .title{font-size:clamp(16px,2vw,24px);font-weight:600}.secondary-heading{text-align:center;margin-bottom:50px}.secondary-heading .sub-title{font-size:clamp(24px,4vw,48px);line-height:1;margin:0;font-weight:700;font-family:var(--font-family-montserrat);color:var(--gray)}.secondary-heading .title{font-size:clamp(16px,2vw,20px);font-weight:500}.secondary-heading__white .sub-title{color:var(--white)}.secondary-heading__white .title{color:var(--white)}.js-splitText span{display:inline-block;will-change:transform,opacity,filter}.js-parallax{will-change:transform}.js-zoomIn-ul li{will-change:transform}.site-footer__line{display:none;width:120px;height:60px;background:var(--line-color);color:var(--white);font-size:18px;align-items:center;justify-content:center;border-radius:8px;right:10px;bottom:20px;gap:10px;position:fixed;z-index:9999;opacity:0;font-size:12px;line-height:1.2}@media screen and (max-width: 767px){.site-footer__line{display:flex;-webkit-animation:line-fadeInUp .5s ease-in-out forwards;animation:line-fadeInUp .5s ease-in-out forwards}}@-webkit-keyframes line-fadeInUp{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes line-fadeInUp{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-wrapper .site-footer{margin-top:auto}.site-main{padding-top:100px}@media screen and (max-width: 991px){.site-main{padding-top:64px}}.site-header{position:fixed;top:0;left:0;width:100%;z-index:9999;background-color:var(--white)}.site-header .site-header__inner{display:flex;justify-content:space-between;align-items:flex-start;height:90px;padding:0 0 0 40px}@media screen and (max-width: 991px){.site-header .site-header__inner{padding:0 0 0 20px;height:72px}}.site-header .site-header__logo{margin-top:10px}.site-header .site-header__logo a{display:flex;align-items:center;gap:20px}.site-header .site-header__logo a img{width:110px}@media screen and (max-width: 991px){.site-header .site-header__logo a img{width:72px}}.site-header .site-header__logo a span{font-size:16px;font-weight:600;line-height:1;padding:5px 20px;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:50px}@media screen and (max-width: 991px){.site-header .site-header__logo a span{font-size:12px;padding:2px 6px}}.site-header .site-header__nav{display:flex;align-items:center;gap:20px}.site-header__entry{background:var(--primary-color-light);color:var(--white);border-radius:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:46px;font-size:18px;display:flex;align-items:center;justify-content:center;position:relative;padding:0 20px;gap:10px}@media screen and (max-width: 991px){.site-header__entry{display:none}}.site-header__entry::after{content:"";display:block;width:20px;height:20px;background:url("../images/common/blank-link.svg") no-repeat center center;background-size:contain}.site-header__line{background:var(--line-color);color:var(--white);border-radius:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:46px;font-size:18px;display:flex;align-items:center;justify-content:center;position:relative;padding:0 20px;gap:10px}@media screen and (max-width: 991px){.site-header__line{display:none}}.site-header__line::after{content:"";display:block;width:24px;height:24px;background:url("../images/common/line-icon.svg") no-repeat center center;background-size:contain}.site-header__menu{background-color:var(--primary-color-light);height:80px;position:relative;width:100px;border-bottom-left-radius:15px}@media screen and (max-width: 991px){.site-header__menu{width:66px;height:62px}}.site-header__menu span{display:block;width:50px;height:3px;background-color:var(--white);position:absolute;left:50%;transform:translateX(-50%)}@media screen and (max-width: 991px){.site-header__menu span{width:30px;height:2px}}.site-header__menu span:nth-child(1){top:26px}@media screen and (max-width: 991px){.site-header__menu span:nth-child(1){top:24px}}.site-header__menu span:nth-child(2){top:50%;width:40px;left:calc(50% - 5px);transform:translate(-50%, -50%)}@media screen and (max-width: 991px){.site-header__menu span:nth-child(2){width:25px;left:calc(50% - 2.5px)}}.site-header__menu span:nth-child(3){bottom:26px;width:30px;left:calc(50% - 10px);transform:translateX(-50%)}@media screen and (max-width: 991px){.site-header__menu span:nth-child(3){width:20px;left:calc(50% - 5px);bottom:24px}}.global-nav{position:fixed;width:100%;height:100vh;left:0;top:0;background-color:var(--primary-color);z-index:9999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s ease,visibility 0s linear .4s}.global-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s,0s}.global-nav__close{position:absolute;right:20px;top:20px;background:none;border:none;cursor:pointer;color:var(--white);display:flex;align-items:center;gap:10px;font-size:clamp(16px,2vw,24px);font-weight:600;font-family:var(--font-family-oswald);text-decoration:none;padding:20px 0;text-align:center;border-bottom:1px solid var(--white)}.global-nav__inner{display:flex;justify-content:center;align-items:center;height:100%}.global-nav__inner ul li a{color:var(--white);font-size:clamp(16px,2vw,24px);font-weight:600;font-family:var(--font-family-oswald);text-decoration:none;padding:20px 0;display:block;text-align:center;border-bottom:1px solid var(--white)}.site-footer{background-color:var(--primary-color-light)}.site-footer__inner{padding:80px 0;max-width:1400px;margin:0 auto;width:90%}.site-footer__logo a{display:flex;align-items:center;gap:10px}.site-footer__logo a img{width:170px}.site-footer__logo a span{font-family:var(--font-family-oswald);color:var(--white)}.site-footer__top{display:flex;align-items:flex-start;gap:40px;padding-bottom:20px}@media screen and (max-width: 991px){.site-footer__top{flex-direction:column}}.site-footer__top .left{width:30%}@media screen and (max-width: 991px){.site-footer__top .left{width:100%}}.site-footer__top .right{margin-left:auto}@media screen and (max-width: 991px){.site-footer__top .right{margin-left:0;width:100%}}.site-footer__top .right a{color:var(--white)}.site-footer__top .right nav{display:flex;gap:30px;align-items:baseline}@media screen and (max-width: 991px){.site-footer__top .right nav{flex-direction:column}}.site-footer__top .right .nav-list .sub-menu li{font-size:14px}.site-footer__top .right .nav-list .sub-menu li a{position:relative;padding-left:20px}.site-footer__top .right .nav-list .sub-menu li a::before{content:"";display:block;width:10px;height:10px;background-color:var(--secondary-color);border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%)}.site-footer__bottom{border-top:1px solid var(--white);padding-top:20px;color:var(--white)}.site-footer__link{display:flex;align-items:center;justify-content:center;background-color:var(--white);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:55px;border-radius:60px;color:var(--primary-color-light) !important;font-size:16px;position:relative;gap:10px;width:300px;margin-left:auto}@media screen and (max-width: 991px){.site-footer__link{width:100%;margin-top:20px}}.site-footer__link::after{content:"";display:block;width:20px;height:20px;background:url("../images/common/arrow-gold.svg") no-repeat center center;background-size:contain}.index-hero{background-color:var(--white);position:relative;z-index:5}.index-hero__inner{margin:30px;margin-top:0;height:80svh;border-radius:15px;position:relative;overflow:hidden}@media screen and (max-width: 991px){.index-hero__inner{height:300px;margin:10px}}.index-hero__inner-content{position:absolute;left:5vw;bottom:5vw;color:var(--white);z-index:10}.index-hero__inner-content .title{margin-bottom:20px}.index-hero__inner-content .title img{opacity:0;filter:blur(10px);-webkit-animation:blurIn 1s ease forwards;animation:blurIn 1s ease forwards}@-webkit-keyframes blurIn{from{opacity:0;filter:blur(20px)}to{opacity:1;filter:blur(0)}}@keyframes blurIn{from{opacity:0;filter:blur(20px)}to{opacity:1;filter:blur(0)}}.index-hero__inner-content .sub-title{font-size:clamp(16px,4vw,30px);font-weight:600;line-height:1.4;font-family:var(--font-family-montserrat);margin:0}.index-hero__inner-video{position:relative;width:100%;height:100%}.index-hero__inner video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index-concept{position:relative}.index-concept .obj-image1{position:absolute;top:15vw;left:10vw;z-index:-1;width:20vw}.index-concept .obj-image2{position:absolute;bottom:15vw;right:10vw;z-index:-1;width:20vw}.index-concept__content{position:relative;padding-bottom:300px}@media screen and (max-width: 991px){.index-concept__content{padding-bottom:100px}}.index-concept__content .text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}.index-concept__content .text h3{font-size:clamp(20px,4vw,40px);line-height:2;margin-bottom:50px}@media screen and (max-width: 991px){.index-concept__content .text h3{margin-bottom:20px}}.index-concept__content .text P{font-size:24px;font-weight:600;line-height:2}@media screen and (max-width: 767px){.index-concept__content .text P{font-size:16px;text-align:left}.index-concept__content .text P br{display:none}}.index-concept__content .image1{position:absolute;top:0;right:-5vw;width:16vw;height:16vw;border-radius:15px;z-index:1}@media screen and (max-width: 991px){.index-concept__content .image1{display:none}}.index-concept__content .image1 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:15px}.index-concept__content .image2{position:absolute;top:10vw;left:-5vw;width:18vw;height:18vw;border-radius:15px;z-index:1}@media screen and (max-width: 991px){.index-concept__content .image2{display:none}}.index-concept__content .image2 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:15px}.index-concept__content .image3{position:absolute;top:25vw;right:-5vw;width:20vw;height:20vw;border-radius:15px;z-index:1}@media screen and (max-width: 991px){.index-concept__content .image3{display:none}}.index-concept__content .image3 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:15px}.index-concept__content .image4{position:absolute;bottom:5vw;left:5vw;width:16vw;height:16vw;border-radius:15px;z-index:1}@media screen and (max-width: 991px){.index-concept__content .image4{display:none}}.index-concept__content .image4 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:15px}.index-jobs{overflow:hidden;padding:100px 0;background-color:#f3f3f3;position:relative}.index-jobs__inner-content{max-width:1200;margin:0 auto;width:90%}.index-jobs__text{display:flex;align-items:flex-end;margin:80px 0;position:relative;max-width:1200px;margin:0 auto 100px}@media screen and (max-width: 991px){.index-jobs__text{flex-direction:column;align-items:flex-start;margin-bottom:20px}}.index-jobs__text h3{font-size:clamp(20px,3vw,32px);background-color:var(--white);padding:50px;border-radius:15px;position:relative;z-index:1;width:50%}@media screen and (max-width: 991px){.index-jobs__text h3{width:100%;padding:20px}.index-jobs__text h3 br{display:none}}.index-jobs__text h3::after{content:"";position:absolute;border:2px solid var(--gold);width:100%;height:100%;left:-10px;top:-10px;z-index:1;border-radius:15px;pointer-events:none}@media screen and (max-width: 991px){.index-jobs__text h3::after{left:-5px;top:-5px}}.index-jobs__text div{width:53%;background-color:var(--primary-color-light);padding:30px 20px;padding-left:60px;color:var(--white);font-size:clamp(16px,2vw,18px);border-radius:15px;position:absolute;right:0;bottom:-30px}@media screen and (max-width: 991px){.index-jobs__text div{margin-top:20px;margin-bottom:20px;width:100%;position:relative;right:0;bottom:0;padding:0;background-color:rgba(0,0,0,0);color:var(--text-color)}}.index-jobs__text div p:last-child{margin-bottom:0}.index-jobs .circle-layout{--circle-radius: clamp(240px, 50vw, 700px);--center-offset: clamp(-1rem, 6vw, 5rem);--item-offset: clamp(40px, 5vw, 140px);position:relative;width:100%;padding:clamp(5rem,8vw,9rem) 0;transform:translateX(5%)}@media screen and (max-width: 1280px){.index-jobs .circle-layout{transform:translateX(0);padding:0}}.index-jobs .circle-layout .obj-image{position:absolute;top:50%;right:10vw;transform:translateY(-50%);z-index:-1;width:30vw}@media screen and (max-width: 1280px){.index-jobs .circle-layout .obj-image{display:none}}.index-jobs .circle-layout__wrapper{position:relative;width:min(92vw,1180px);margin:0 auto;min-height:calc(var(--circle-radius)*2 + clamp(5rem,10vw,8rem));--center-position: calc(100% - var(--center-offset))}@media screen and (max-width: 1280px){.index-jobs .circle-layout__wrapper{width:90% !important;max-width:1200px !important;min-height:unset !important;padding:0}}.index-jobs .circle-layout__wrapper::before{content:"";position:absolute;top:50%;left:var(--center-position);transform:translate(-50%, -50%);width:calc(var(--circle-radius)*2);height:calc(var(--circle-radius)*2);border-radius:50%;border:clamp(10px,3.4vw,30px) solid #92b1ed;box-shadow:inset 0 0 45px rgba(90,138,255,.14),0 30px 45px rgba(30,70,160,.08);z-index:0}@media screen and (max-width: 1280px){.index-jobs .circle-layout__wrapper::before{display:none}}.index-jobs .circle-layout__item{--angle: 0deg;position:absolute;top:50%;left:var(--center-position);transform:translate(-50%, -50%) rotate(var(--angle)) translateX(calc(var(--circle-radius) * -1 - var(--item-offset))) rotate(calc(var(--angle) * -1));display:flex;align-items:center;justify-content:flex-start;gap:clamp(1.6rem,3.2vw,3.4rem);padding:clamp(.4rem,1vw,.6rem) 0;z-index:1;width:68%;opacity:0}@media screen and (max-width: 1280px){.index-jobs .circle-layout__item{width:100%;position:static;justify-content:center;flex-direction:row !important;gap:30px !important;display:flex;opacity:1}}@media screen and (max-width: 767px){.index-jobs .circle-layout__item{gap:0 !important;flex-direction:column !important}}.index-jobs .circle-layout__item:nth-child(1){--angle: 60deg}.index-jobs .circle-layout__item:nth-child(2){--angle: 15deg}.index-jobs .circle-layout__item:nth-child(3){--angle: -25deg}.index-jobs .circle-layout__item:nth-child(4){--angle: -70deg}.index-jobs .circle-layout__item img{width:clamp(140px,18vw,400px);height:clamp(140px,18vw,400px);border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:8px solid var(--white);box-shadow:0 18px 35px rgba(30,60,120,.18);background-color:var(--white)}@media screen and (max-width: 991px){.index-jobs .circle-layout__item img{width:160px !important;height:160px !important}}@media screen and (max-width: 767px){.index-jobs .circle-layout__item img{width:140px !important;height:140px !important}}.index-jobs .circle-layout__item .circle-layout__text{position:relative;text-align:left;font-size:clamp(1rem,1.8vw,1.12rem);max-width:clamp(280px,28vw,420px);color:var(--text-color, #1a1a1a)}.index-jobs .circle-layout__item .circle-layout__text h3{position:relative;font-weight:700;font-size:clamp(1.1rem,2.1vw,1.4rem);margin-bottom:.6em;line-height:1.4;white-space:nowrap}.index-jobs .circle-layout__item .circle-layout__text h3::before{content:"";position:absolute;left:clamp(-1.4rem,-2vw,-1.8rem);top:.6em;width:8px;height:8px;border-radius:50%;background-color:var(--gold)}.index-jobs .circle-layout__item .circle-layout__text p{line-height:1.8}@media screen and (max-width: 767px){.index-jobs .circle-layout__item .circle-layout__text p{font-size:14px !important}}@media screen and (max-width: 1280px){.index-jobs .circle-layout__wrapper{width:min(92vw,520px);min-height:unset;padding:0 clamp(1rem,4vw,2rem);--center-position: 50%}.index-jobs .circle-layout__wrapper::before,.index-jobs .circle-layout__wrapper::after{display:none}.index-jobs .circle-layout__item{position:relative;top:auto;left:auto;transform:none;flex-direction:column;align-items:center;max-width:none;margin:0 auto clamp(2.5rem,8vw,3.5rem);padding:clamp(1.5rem,5vw,2rem);text-align:center;background:rgba(255,255,255,.9);border-radius:24px;box-shadow:0 12px 20px rgba(40,70,140,.08);flex-direction:column;gap:10px}.index-jobs .circle-layout__item::before{position:static;transform:translate(0, 0);margin-bottom:clamp(1rem,4vw,1.4rem);right:auto}.index-jobs .circle-layout__item img{width:clamp(160px,46vw,220px);height:clamp(160px,46vw,220px)}.index-jobs .circle-layout__item .circle-layout__text h3{padding-left:20px}.index-jobs .circle-layout__item .circle-layout__text h3::before{left:0;top:50%;transform:translateY(-50%);width:10px;height:10px;box-shadow:none}}.index-recruit__content{position:relative}.index-recruit__content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px}@media screen and (max-width: 991px){.index-recruit__content-header{margin-bottom:40px;flex-direction:column;align-items:flex-start}}.index-recruit__content-header .primary-heading{margin-bottom:0}.index-recruit__content-header .primary-button{margin-top:0}@media screen and (max-width: 991px){.index-recruit__content-header .primary-button{margin-top:30px}}.index-recruit__content .index-jobs__text div{bottom:-128px}@media screen and (max-width: 991px){.index-recruit__content .index-jobs__text div{bottom:0}}.index-recruit__days{width:100%;overflow:hidden;position:relative;z-index:10}.index-recruit__days .heading{max-width:1400px;margin:0 auto;width:90%;margin-bottom:50px}.index-recruit__days .heading .sub-title{font-size:clamp(40px,5vw,90px);line-height:1;margin:0;font-weight:600;font-family:var(--font-family-montserrat);color:var(--gold);position:relative}.index-recruit__days .heading .title{font-size:clamp(16px,2vw,24px);font-weight:600;line-height:1;margin:0;margin-bottom:20px;position:relative;padding-left:50px}.index-recruit__days .heading .title::before{content:"";position:absolute;width:40px;height:2px;background-color:var(--gold);left:0;top:50%;transform:translateY(-50%)}.index-recruit__days .loop-slider{width:100%;position:relative;z-index:2}.index-recruit__days .loop-slider__track{display:flex;gap:50px;white-space:nowrap}.index-recruit__days .loop-slider .slide{flex:0 0 auto;width:360px;border-radius:20px}@media screen and (max-width: 991px){.index-recruit__days .loop-slider .slide{width:150px}}.index-recruit__days .loop-slider .slide .image{width:360px;height:360px;border-radius:50%;position:relative;text-align:center}@media screen and (max-width: 991px){.index-recruit__days .loop-slider .slide .image{width:150px;height:150px;border-radius:20px}}.index-recruit__days .loop-slider .slide .image::after{content:"";position:absolute;top:10px;left:10px;width:100%;height:100%;background-color:var(--bg-dark);border-radius:50%;z-index:-1}.index-recruit__days .loop-slider .slide .image img{border-radius:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative}.index-recruit__days .loop-slider .slide p{text-align:center;margin-top:20px}.index-work__content{display:flex;gap:50px}@media screen and (max-width: 991px){.index-work__content{flex-direction:column;gap:20px}}.index-work .heading{margin-bottom:50px}.index-work .heading .sub-title{font-size:clamp(40px,5vw,90px);line-height:1;margin:0;font-weight:600;font-family:var(--font-family-montserrat);color:var(--gold);position:relative}.index-work .heading .title{font-size:clamp(16px,2vw,24px);font-weight:600;line-height:1;margin:0;margin-bottom:20px;position:relative;padding-left:50px}.index-work .heading .title::before{content:"";position:absolute;width:40px;height:2px;background-color:var(--gold);left:0;top:50%;transform:translateY(-50%)}.index-work__tabs{display:flex;flex-direction:column;width:400px;gap:12px}@media screen and (max-width: 991px){.index-work__tabs{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);gap:5px}}.index-work__tabs .tab-button{background:#e9f1ff;border:none;border-radius:16px;color:#1b53d4;font-size:clamp(14px,4vw,30px);font-weight:700;text-align:left;padding:10px 20px;cursor:pointer;transition:background .3s,transform .2s;font-family:var(--font-family-montserrat);position:relative}@media screen and (max-width: 991px){.index-work__tabs .tab-button{border-radius:6px}}.index-work__tabs .tab-button::after{content:"";font-family:"Font Awesome 6 Free";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:20px;color:var(--primary-color)}@media screen and (max-width: 991px){.index-work__tabs .tab-button::after{font-size:14px;right:10px}}.index-work__tabs .tab-button .number{font-size:1.2em}@media screen and (max-width: 991px){.index-work__tabs .tab-button .number{font-size:1em}}.index-work__tabs .tab-button .text{font-size:1.2em;font-weight:700;font-family:var(--font-family)}@media screen and (max-width: 991px){.index-work__tabs .tab-button .text{font-size:1em}}.index-work__tabs .tab-button.active{background:var(--primary-color-light);color:var(--white)}.index-work__tabs .tab-button.active::after{color:var(--white)}.index-work__schedule{flex:1;position:relative;min-height:300px}.index-work__schedule-content{opacity:0;visibility:hidden;position:absolute;top:0;left:0;width:100%;transition:opacity .5s ease,visibility .5s ease}.index-work__schedule-content.active{opacity:1;visibility:visible}.index-work__schedule table{width:100%}.index-work__schedule table thead th{background-color:#515e77;color:var(--white);padding:10px}.index-work__schedule table tbody td{text-align:center;padding:10px}.index-work__schedule table tbody td.work{background-color:#c4d7e3;color:var(--primary-color)}.index-work__schedule table tbody td.off{background-color:#e3d2ac;color:#593e00}.index-work__schedule table tbody td.holiday{background-color:#dfe0f7;color:#353663}.index-work__schedule table tbody td.none{border:none}.index-contents{background-color:#f3f3f3}.index-contents__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin-top:30px}@media screen and (max-width: 1480px){.index-contents__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 991px){.index-contents__list{grid-template-columns:1fr}}@media screen and (max-width: 1480px){.index-contents__list li{margin-bottom:50px}}@media screen and (max-width: 991px){.index-contents__list li:not(:last-child){margin-bottom:30px}}.index-contents__list li a{background-color:var(--bg-dark);border-radius:15px;padding:20px;padding-top:50px;display:flex;flex-direction:column;position:relative;height:100%;transition:var(--transition)}.index-contents__list li a:hover{transform:translateY(-10px)}.index-contents__list li .arrow{position:absolute;bottom:13px;right:20px;width:40px;height:40px;background-color:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center}.index-contents__list li .arrow img{width:36px;transform:translateX(-14px)}.index-contents__list li h3{position:absolute;width:80%;top:-25px;left:50%;transform:translateX(-50%);background-color:var(--primary-color-light);color:var(--white);padding:10px 20px;border-radius:15px;font-size:clamp(16px,1vw,24px);font-weight:600;margin-bottom:20px;text-align:center}.index-contents__list li .image{width:100%;height:180px;margin-bottom:20px}.index-contents__list li .image img{height:100%;display:block;margin:0 auto}.index-contents__list li .text{background-color:var(--white);padding:20px;border-radius:15px;min-height:150px}.index-contents__list li .text P{font-size:clamp(14px,2vw,16px)}@media screen and (max-width: 991px){.index-contents__list li .text{min-height:auto}}.page-header{background:url("../images/common/header-bg.webp") center center/cover no-repeat}.page-header__inner{height:300px;max-width:1400px;width:90%;margin:0 auto;display:flex;align-items:center}@media screen and (max-width: 991px){.page-header__inner{height:200px}}.page-header__content{background-color:var(--white);padding:15px 25px;border-radius:10px}.page-header .sub-title{font-family:var(--font-family-montserrat);font-size:clamp(24px,4vw,48px);line-height:1;margin:0;font-weight:600}.page-header .title{font-size:clamp(16px,2vw,24px);position:relative;padding-left:20px}.page-header .title::before{content:"";display:block;width:10px;height:10px;background-color:var(--primary-color);border-radius:50%;left:0;top:50%;transform:translateY(-50%);position:absolute;font-weight:500}.page-interview{position:relative}.page-interview .obj-image-wrapper{position:absolute;overflow:hidden;width:100%;height:100%;left:0;top:0}.page-interview .obj-image-wrapper .obj-image1{position:absolute;top:-15vw;width:50vw;right:-30vw;z-index:-1}.page-interview .obj-image-wrapper .obj-image2{position:absolute;bottom:89vw;right:-4vw;z-index:-1;width:19vw}.page-interview .obj-image3{position:absolute;bottom:100px;left:10vw;z-index:-1;width:60vw}.page-interview__item-intro{display:flex;margin-bottom:100px;align-items:center;gap:50px}@media screen and (max-width: 991px){.page-interview__item-intro{flex-direction:column;margin-bottom:50px;gap:20px}}.page-interview__item-intro .image{width:65vw;margin-left:calc(50% - 50vw);height:800px}@media screen and (max-width: 991px){.page-interview__item-intro .image{width:100%;height:300px;margin-left:0}}.page-interview__item-intro .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-top-right-radius:15px;border-bottom-right-radius:15px}@media screen and (max-width: 991px){.page-interview__item-intro .image img{border-radius:15px}}.page-interview__item-intro .text{width:30%}@media screen and (max-width: 991px){.page-interview__item-intro .text{width:100%;margin-top:-120px}}.page-interview__item-intro .text h2{display:flex;flex-direction:column;gap:10px;transform:translateX(-200px)}@media screen and (max-width: 991px){.page-interview__item-intro .text h2{transform:translateX(0);gap:5px}}.page-interview__item-intro .text h2 span{background-color:var(--white);padding:20px;font-size:clamp(15px,4vw,40px);white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 991px){.page-interview__item-intro .text h2 span{padding:5px}}.page-interview__item-intro .text h2 span:first-child{transform:translateX(-100px)}@media screen and (max-width: 991px){.page-interview__item-intro .text h2 span:first-child{transform:translateX(0)}}.page-interview__item-intro .text .info{margin-top:50px}.page-interview__item-intro .text .info .job{background-color:var(--primary-color-light);color:var(--white);padding:10px 20px;border-radius:60px;font-size:clamp(16px,2vw,24px);font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:10px}.page-interview__item-intro .text .info .name{font-size:clamp(24px,4vw,36px);font-weight:600;margin-bottom:10px}.page-interview__item-intro .text .info .time{font-size:clamp(16px,2vw,24px);font-weight:600}.page-interview__item-content{display:flex;align-items:flex-start;margin-bottom:100px;gap:100px}@media screen and (max-width: 991px){.page-interview__item-content{flex-direction:column;margin-bottom:50px;gap:50px}}.page-interview__item-content .image{position:-webkit-sticky;position:sticky;top:100px;width:50vw;margin-right:calc(50% - 50vw)}.page-interview__item-content .image img{width:100%}.page-interview__item-content .text{width:40%;flex:1}@media screen and (max-width: 991px){.page-interview__item-content .text{width:100%}}.page-interview__item-content .text .interview-faq{counter-increment:interview-faq}.page-interview__item-content .text .interview-faq:not(:last-child){margin-bottom:50px}.page-interview__item-content .text .interview-faq dt{color:var(--primary-color);border-bottom:1px solid var(--primary-color);padding-bottom:10px;margin-bottom:10px;font-size:clamp(16px,2vw,20px);font-weight:600;position:relative;padding-left:50px}.page-interview__item-content .text .interview-faq dt::before{content:"Q" counter(interview-faq);position:absolute;left:0;top:40%;transform:translateY(-50%);font-size:30px;font-weight:600;line-height:1;font-family:var(--font-family-montserrat)}.page-interview__item-content .text .interview-faq dd p:not(:last-child){margin-bottom:1rem}.page-interview__item-content2{display:flex;align-items:flex-start;gap:100px}@media screen and (max-width: 991px){.page-interview__item-content2{flex-direction:column;margin-bottom:50px;gap:50px}}.page-interview__item-content2 .image{position:-webkit-sticky;position:sticky;top:100px;order:1;width:50vw;margin-left:calc(50% - 50vw)}@media screen and (max-width: 991px){.page-interview__item-content2 .image{position:static;margin-left:auto;margin-top:-100px}}.page-interview__item-content2 .text{counter-reset:interview-faq 6;order:2;flex:1}.page-interview__item-content2 .text .interview-faq{counter-increment:interview-faq}.page-interview__item-content2 .text .interview-faq:not(:last-child){margin-bottom:50px}.page-interview__item-content2 .text .interview-faq dt{color:var(--primary-color);border-bottom:1px solid var(--primary-color);padding-bottom:10px;margin-bottom:10px;font-size:20px;position:relative;padding-left:40px}.page-interview__item-content2 .text .interview-faq dt::before{content:"Q" counter(interview-faq);position:absolute;left:0;top:0;font-size:20px;font-weight:600;font-family:var(--font-family-montserrat)}.page-interview__item-content2 .text .interview-faq dd p:not(:last-child){margin-bottom:1rem}.page-interview--second{background-color:var(--bg);position:relative;z-index:1}.page-interview--second .obj-image-wrapper{overflow:hidden;position:absolute;width:100%;height:100%;left:0;top:0}.page-interview--second .obj-image-wrapper .obj-image1{position:absolute;top:-15vw;width:50vw;left:-10vw;z-index:-1}.page-interview--second .obj-image-wrapper .obj-image2{position:absolute;bottom:89vw;left:10vw;z-index:-1;width:19vw}.page-interview--second .page-interview__item-intro .image{order:2;margin-left:auto;margin-right:calc(50% - 50vw)}@media screen and (max-width: 991px){.page-interview--second .page-interview__item-intro .image{margin-left:auto;margin-right:0;order:1}}.page-interview--second .page-interview__item-intro .image img{border-top-left-radius:15px;border-bottom-left-radius:15px;border-top-right-radius:0;border-bottom-right-radius:0}@media screen and (max-width: 991px){.page-interview--second .page-interview__item-intro .image img{border-radius:15px}}.page-interview--second .page-interview__item-intro .text{width:30%}@media screen and (max-width: 991px){.page-interview--second .page-interview__item-intro .text{width:100%;order:1}}.page-interview--second .page-interview__item-intro .text .info{display:flex;flex-direction:column;align-items:flex-end}@media screen and (max-width: 991px){.page-interview--second .page-interview__item-intro .text .info{align-items:flex-start}}.page-interview--second .page-interview__item-intro .text h2{transform:translateX(300px);align-items:flex-end}@media screen and (max-width: 991px){.page-interview--second .page-interview__item-intro .text h2{transform:translateX(0);align-items:flex-start}}.page-interview--second .page-interview__item-intro .text h2 span{transform:translateX(0)}.page-interview--second .page-interview__item-content{flex-direction:row-reverse}@media screen and (max-width: 991px){.page-interview--second .page-interview__item-content{flex-direction:column}}.page-interview--second .page-interview__item-content .image{margin-left:calc(50% - 50vw);margin-right:auto}@media screen and (max-width: 991px){.page-interview--second .page-interview__item-content .image{margin-left:0;margin-right:auto}}.page-interview--second .page-interview__item-content2{flex-direction:row-reverse}@media screen and (max-width: 991px){.page-interview--second .page-interview__item-content2{flex-direction:column}}.page-interview--second .page-interview__item-content2 .image{margin-left:auto;margin-right:calc(50% - 50vw)}@media screen and (max-width: 991px){.page-interview--second .page-interview__item-content2 .image{margin-left:auto;margin-right:0}}.page-recruit{background-color:var(--primary-color-light)}.page-recruit__inner{max-width:1000px}.page-recruit .recruit-item{background-color:var(--white);border-radius:10px;display:flex;align-items:center;padding:30px}@media screen and (max-width: 991px){.page-recruit .recruit-item{padding:20px;flex-direction:column;align-items:flex-start}}.page-recruit .recruit-item:not(:last-child){margin-bottom:20px}@media screen and (max-width: 991px){.page-recruit .recruit-item:not(:last-child){margin-bottom:10px}}.page-recruit .recruit-item dt{width:30%;text-align:center;font-weight:600}@media screen and (max-width: 991px){.page-recruit .recruit-item dt{width:100%;text-align:left;border-bottom:1px solid var(--primary-color-light);padding-bottom:10px;margin-bottom:10px}}.page-recruit .recruit-item dd{flex:1;border-left:1px solid var(--primary-color-light);padding-left:30px}@media screen and (max-width: 991px){.page-recruit .recruit-item dd{padding-left:0;border-left:none}}.page-recruit-flow__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:50px}@media screen and (max-width: 991px){.page-recruit-flow__list{grid-template-columns:1fr;gap:20px}}.page-recruit-flow__list li{background-color:var(--white);border:5px solid var(--primary-color-light);border-radius:15px;position:relative}@media screen and (max-width: 991px){.page-recruit-flow__list li{margin-bottom:30px}}.page-recruit-flow__list li .number{position:absolute;top:-25px;left:-25px;background-color:var(--primary-color-light);color:var(--white);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-family:var(--font-family-montserrat);font-size:24px;font-weight:600}.page-recruit-flow__list li .image{height:200px;display:flex;align-items:center;justify-content:center}.page-recruit-flow__list li .text{background-color:var(--primary-color-light);padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:110px}.page-recruit-flow__list li .text h3{color:var(--white);text-align:center}.page-recruit-flow__list li .text h3 a{text-decoration:underline}.page-recruit-flow__list li .text h3 a:hover{text-decoration:none}.page-faq__inner{max-width:1000px}.page-faq .faq-list{margin-bottom:20px;background-color:var(--white);padding:40px;border-radius:10px;box-shadow:0 0 30px rgba(0,0,0,.1)}@media screen and (max-width: 991px){.page-faq .faq-list{padding:20px}}.page-faq .faq-list dt{font-size:clamp(16px,2vw,24px);font-weight:600;margin-bottom:10px;position:relative;padding-left:30px}.page-faq .faq-list dt::before{content:"Q";font-family:var(--font-family-montserrat);font-size:24px;font-weight:600;position:absolute;color:var(--primary-color);left:0;top:50%;transform:translateY(-50%)}.page-faq .faq-list dd{position:relative;padding-left:30px}.page-faq .faq-list dd::before{content:"A";font-family:var(--font-family-montserrat);font-size:24px;font-weight:600;position:absolute;color:var(--red);left:0;top:50%;transform:translateY(-50%)}.page-faq .faq-list dd p{font-size:16px;margin:0}.page-office--type2{background-color:var(--bg)}.page-office .heading{margin-bottom:80px}@media screen and (max-width: 991px){.page-office .heading{margin-bottom:50px}}.page-office .heading .title{text-align:center;background-color:var(--primary-color-light);color:var(--white);padding:10px 50px;border-radius:60px;font-size:clamp(18px,4vw,32px);font-weight:600;font-family:var(--font-family-montserrat);margin-bottom:50px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}@media screen and (max-width: 991px){.page-office .heading .title{padding:10px 20px;margin-bottom:30px}}.page-office__title{font-size:clamp(18px,4vw,30px);font-weight:600;font-family:var(--font-family-montserrat);margin-bottom:20px;position:relative;padding-left:25px}.page-office__title::before{content:"";position:absolute;width:15px;height:15px;left:0;top:50%;transform:translateY(-50%);background-color:var(--primary-color-light);border-radius:50%}.page-office__list li{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}@media screen and (max-width: 991px){.page-office__list li{grid-template-columns:1fr;gap:20px}}.page-office__list li:not(:last-child){margin-bottom:50px}.page-office__list li .image{height:500px;border-radius:15px;overflow:hidden}@media screen and (max-width: 991px){.page-office__list li .image{height:300px}}@media screen and (max-width: 767px){.page-office__list li .image{height:200px}}.page-office__list li .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-office__list li .text .number{font-size:60px;color:var(--primary-color-light);font-weight:600;font-family:var(--font-family-montserrat);margin-bottom:10px;line-height:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative}.page-office__list li .text .number::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-40px;width:2px;height:60%;background-color:var(--primary-color-light)}.page-office__list li .text h3{font-size:clamp(20px,3vw,32px)}.page-office__list li .text p{margin-top:50px;margin-bottom:0}@media screen and (max-width: 991px){.page-office__list li .text p{margin-top:20px}}.page-office__list li:nth-child(even) .image{order:2}@media screen and (max-width: 991px){.page-office__list li:nth-child(even) .image{order:1}}.page-office__list li:nth-child(even) .text{order:1}@media screen and (max-width: 991px){.page-office__list li:nth-child(even) .text{order:2}}.page-office__access{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;border-radius:15px;border:2px solid var(--primary-color-light);padding:50px;margin-top:100px;background-color:var(--white)}@media screen and (max-width: 991px){.page-office__access{grid-template-columns:1fr;gap:20px;padding:20px;margin-top:50px}}.page-office__access .text h3{font-size:clamp(20px,4vw,32px);font-weight:600;font-family:var(--font-family-montserrat)}.page-office__access .map iframe{height:300px}.page-vision{position:relative}.page-vision-intro{position:relative}.page-vision-intro .obj{position:absolute;right:5vw;top:100px;z-index:1;display:flex;align-items:flex-start}@media screen and (max-width: 991px){.page-vision-intro .obj{display:none}}.page-vision-intro .obj span{font-size:clamp(100px,10vw,200px);line-height:1;writing-mode:vertical-rl;color:#dfdfdf;font-weight:700;white-space:nowrap;font-feature-settings:"palt"}.page-vision-intro__content h2{width:60%;margin-bottom:50px}@media screen and (max-width: 991px){.page-vision-intro__content h2{width:75%;margin-bottom:20px}}.page-vision-intro__content p{font-size:clamp(16px,2vw,20px);font-weight:700;line-height:2}.page-vision-mission{position:relative}.page-vision-mission::after{content:"";position:absolute;width:88vw;right:0;bottom:0;background-color:#f3f3f3;height:86%;z-index:-1}@media screen and (max-width: 991px){.page-vision-mission::after{display:none}}.page-vision-mission .heading{display:flex;align-items:baseline;gap:40px;position:relative;z-index:1}@media screen and (max-width: 991px){.page-vision-mission .heading{flex-direction:column;align-items:flex-start;gap:10px}}.page-vision-mission .heading .title{font-size:24px;font-weight:600;line-height:1;margin:0}.page-vision-mission .heading .sub-title{color:#fa7c46;font-size:clamp(60px,10vw,170px);font-family:var(--font-family-montserrat);font-weight:700;line-height:1;margin:0}.page-vision-mission__content{padding:50px 0 50px 150px;position:relative;z-index:1}@media screen and (max-width: 991px){.page-vision-mission__content{padding:50px 0 50px 0}}.page-vision-mission__content h3{font-size:clamp(26px,5vw,90px);line-height:1.4;margin-bottom:50px}@media screen and (max-width: 767px){.page-vision-mission__content h3{margin-bottom:20px}}.page-vision-mission__content .image{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:50px}.page-vision-mission__content .text{width:80%;padding-right:50px}@media screen and (max-width: 991px){.page-vision-mission__content .text{width:100%;padding-right:0}}.page-vision-mission__content p{font-size:clamp(14px,2vw,20px);font-weight:700;line-height:2}.page-vision-vision{position:relative}@media screen and (max-width: 991px){.page-vision-vision__inner{padding:0}}.page-vision-vision::after{content:"";position:absolute;width:88vw;left:0;bottom:0;background-color:#f3f3f3;height:88%;z-index:-1}@media screen and (max-width: 1280px){.page-vision-vision::after{width:92vw}}@media screen and (max-width: 991px){.page-vision-vision::after{display:none}}.page-vision-vision .heading{display:flex;align-items:baseline;gap:40px}@media screen and (max-width: 991px){.page-vision-vision .heading{flex-direction:column;align-items:flex-start;gap:10px}}.page-vision-vision .heading .title{font-size:clamp(16px,2vw,24px);font-weight:600;line-height:1;margin:0}.page-vision-vision .heading .sub-title{color:var(--primary-color-light);font-size:clamp(60px,10vw,170px);font-family:var(--font-family-montserrat);font-weight:700;line-height:1;margin:0}.page-vision-vision__content{padding:50px 50px 50px 150px}@media screen and (max-width: 991px){.page-vision-vision__content{padding:50px 0 50px 0}}.page-vision-vision__content h3{font-size:clamp(26px,5vw,90px);line-height:1.4;margin-bottom:50px}@media screen and (max-width: 767px){.page-vision-vision__content h3{margin-bottom:20px}}.page-vision-vision__content .image{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:50px}@media screen and (max-width: 991px){.page-vision-vision__content .image{margin-bottom:20px}}.page-vision-vision__content p{font-size:clamp(14px,2vw,20px);font-weight:700;line-height:2}.page-vision-value{position:relative}.page-vision-value .heading{display:flex;align-items:baseline;gap:40px}@media screen and (max-width: 991px){.page-vision-value .heading{flex-direction:column;align-items:flex-start;gap:10px}}.page-vision-value .heading .title{font-size:clamp(16px,2vw,24px);font-weight:600;line-height:1;margin:0}.page-vision-value .heading .sub-title{color:#40b356;font-size:clamp(60px,10vw,170px);font-family:var(--font-family-montserrat);font-weight:700;line-height:1;margin:0}.page-vision-value::after{content:"";position:absolute;width:88vw;right:0;bottom:0;background-color:#f3f3f3;height:86%;z-index:-1}@media screen and (max-width: 991px){.page-vision-value::after{display:none}}.page-vision-value__content{padding:50px 50px 50px 150px}@media screen and (max-width: 991px){.page-vision-value__content{padding:50px 0 50px 0}}.page-vision-value__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:50px}@media screen and (max-width: 991px){.page-vision-value__list{grid-template-columns:1fr;gap:20px}}.page-vision-value__list li{background-color:var(--white);border-radius:15px;padding:50px;position:relative}@media screen and (max-width: 991px){.page-vision-value__list li{border:1px solid #40b356;padding:20px}}.page-vision-value__list li .number{position:absolute;top:-20px;left:-20px;font-size:30px;color:var(--white);font-weight:600;background-color:#40b356;font-family:var(--font-family-montserrat);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%}@media screen and (max-width: 991px){.page-vision-value__list li .number{top:-10px;left:-10px;font-size:20px;width:30px;height:30px}}.page-vision-value__list li h3{font-size:clamp(18px,2vw,28px);font-weight:600;margin-bottom:20px;color:#40b356;font-feature-settings:"palt"}.page-vision-value__list li p{font-size:clamp(14px,2vw,20px);font-weight:700;margin-bottom:0}.page-vision-map .heading h2{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 50px;margin:0 auto;color:var(--primary-color-light)}@media screen and (max-width: 991px){.page-vision-map .heading h2{padding:0 20px}}.page-vision-map .heading h2::before,.page-vision-map .heading h2::after{content:"";position:absolute;width:100px;height:2px;background-color:var(--primary-color-light);top:50%;transform:translateY(-50%)}@media screen and (max-width: 991px){.page-vision-map .heading h2::before,.page-vision-map .heading h2::after{width:30px}}.page-vision-map .heading h2::before{left:100%}.page-vision-map .heading h2::after{right:100%}.page-vision-map__content{margin-top:50px}.page-vision-map__content .image{width:100%;border:2px solid #e3311f}.page-vision-map__content .image img{width:100%}.page-vision-message{position:relative}.page-vision-message__inner{padding-bottom:200px}.page-vision-message::after{content:"";position:absolute;width:90vw;left:0;bottom:0;background-color:#f3f3f3;height:91%;z-index:-1}.page-vision-message .heading{display:flex;align-items:baseline;gap:40px;margin-bottom:50px}@media screen and (max-width: 991px){.page-vision-message .heading{flex-direction:column;align-items:flex-start}}.page-vision-message .heading .title{font-size:24px;font-weight:600;line-height:1;margin:0}.page-vision-message .heading .sub-title{color:var(--primary-color-light);font-size:clamp(60px,5vw,170px);font-family:var(--font-family-montserrat);font-weight:700;line-height:1;margin:0}.page-vision-message__block{display:flex;position:relative}@media screen and (max-width: 991px){.page-vision-message__block{flex-direction:column;align-items:flex-start}}.page-vision-message__block .image{width:60vw;margin-left:calc(50% - 50vw);border-top-right-radius:15px;border-bottom-right-radius:15px;overflow:hidden;height:800px}@media screen and (max-width: 991px){.page-vision-message__block .image{width:100%;height:300px;margin-left:0;border-radius:15px}}.page-vision-message__block .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-vision-message__block .text{position:absolute;right:50px;bottom:-80px;background-color:var(--white);padding:80px;border:5px solid var(--primary-color-light);border-radius:15px;width:55%;box-shadow:0 0 30px rgba(0,0,0,.1)}@media screen and (max-width: 991px){.page-vision-message__block .text{width:100%;position:static;right:auto;bottom:auto;padding:20px;border-radius:15px;margin-top:50px;border:2px solid var(--primary-color-light)}}.page-vision-message__block .text h3{font-size:clamp(16px,2vw,32px);font-weight:600;margin-bottom:20px;color:var(--primary-color-light);font-feature-settings:"palt"}.page-vision-message__block .text p:last-child{margin-bottom:0;text-align:right;margin-top:1rem;font-weight:600}.page-vision-message__block.reverse{margin-top:200px}@media screen and (max-width: 991px){.page-vision-message__block.reverse{margin-top:50px}}.page-vision-message__block.reverse .image{margin-left:auto;margin-right:calc(50% - 50vw);border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:15px;border-bottom-left-radius:15px}@media screen and (max-width: 991px){.page-vision-message__block.reverse .image{border-radius:15px;margin-left:0;margin-right:auto}}.page-vision-message__block.reverse .text{right:auto;left:50px}.page-strengths__heading .sub-title{font-size:clamp(30px,5vw,72px);font-weight:700;line-height:1.4;margin:0;color:#666;font-family:var(--font-family-montserrat);position:relative}.page-strengths__heading .title{font-size:clamp(18px,3vw,40px);margin-bottom:50px;position:relative;padding-left:70px}.page-strengths__heading .title::before{content:"";position:absolute;width:50px;height:5px;left:0;top:50%;transform:translateY(-50%);background-color:var(--gold)}.page-strengths__heading .description{font-size:24px;font-weight:700;line-height:1.5;margin-bottom:50px}.page-strengths-intro{position:relative;overflow:hidden}.page-strengths-intro__inner{padding:200px 0}.page-strengths-intro .obj-image1{position:absolute;top:5vw;width:15vw;left:10vw;z-index:-1}.page-strengths-intro .obj-image2{position:absolute;bottom:100px;right:-30vw;z-index:-1;width:60vw}.page-strengths-intro__inner{max-width:1200px}.page-strengths-intro__content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media screen and (max-width: 991px){.page-strengths-intro__content{align-items:flex-start;text-align:left}}.page-strengths-intro__content h2{font-size:clamp(24px,4vw,40px);margin-bottom:50px;font-weight:700}@media screen and (max-width: 991px){.page-strengths-intro__content h2{margin-bottom:20px}}.page-strengths-intro__content p{font-weight:700}@media screen and (max-width: 991px){.page-strengths-intro__content p br{display:none}}.page-strengths-numbers{background-color:#f3f3f3}.page-strengths-numbers__inner{max-width:1200px}.page-strengths-numbers__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media screen and (max-width: 991px){.page-strengths-numbers__list{grid-template-columns:repeat(2, 1fr);gap:20px}}.page-strengths-support{background-color:var(--bg)}.page-strengths-support__inner{max-width:1200px}.page-strengths-support__item{background-color:var(--white);padding:50px;border-radius:15px;overflow:hidden;margin-bottom:50px}@media screen and (max-width: 991px){.page-strengths-support__item{padding:20px;margin-bottom:20px}}.page-strengths-support__item h3{background-color:var(--gold);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--white);font-size:clamp(16px,2vw,30px);margin-bottom:30px;border-top-right-radius:15px;border-bottom-right-radius:15px;padding:10px 30px 10px 0;position:relative;z-index:1}.page-strengths-support__item h3::after{content:"";position:absolute;width:100%;height:100%;left:-60px;top:0;background-color:var(--gold);z-index:-1}.page-strengths-support__item .inner{background-color:#f3f3f3;padding:50px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 991px){.page-strengths-support__item .inner{flex-direction:column;padding:20px}}.page-strengths-support__item .inner .text{flex:1}@media screen and (max-width: 991px){.page-strengths-support__item .inner .text{order:2}}.page-strengths-support__item .inner .text h4{font-size:clamp(20px,2vw,32px);margin-bottom:50px}@media screen and (max-width: 991px){.page-strengths-support__item .inner .text h4{margin-bottom:20px}}.page-strengths-support__item .inner .text p:last-child{margin-bottom:0}.page-strengths-support__item .inner .image{width:30%}@media screen and (max-width: 991px){.page-strengths-support__item .inner .image{width:50%;margin:0 auto 20px;order:1}}.page-strengths-support__item .inner .image img{width:100%}.page-strengths-support__item2{background-color:var(--white);padding:50px;border-radius:15px;overflow:hidden}@media screen and (max-width: 991px){.page-strengths-support__item2{padding:20px}}.page-strengths-support__item2 h3{background-color:var(--gold);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--white);font-size:clamp(16px,2vw,30px);margin-bottom:30px;border-top-right-radius:15px;border-bottom-right-radius:15px;padding:10px 30px 10px 0;position:relative;z-index:1}.page-strengths-support__item2 h3::after{content:"";position:absolute;width:100%;height:100%;left:-60px;top:0;background-color:var(--gold);z-index:-1}.page-strengths-support__item2 .block{display:grid;grid-template-columns:1fr 1fr;gap:50px}@media screen and (max-width: 991px){.page-strengths-support__item2 .block{grid-template-columns:1fr;gap:20px}}.page-strengths-support__item2 .block .inner{background-color:#f3f3f3;padding:50px;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 991px){.page-strengths-support__item2 .block .inner{padding:20px}}.page-strengths-support__item2 .block .inner .text{flex:1}@media screen and (max-width: 991px){.page-strengths-support__item2 .block .inner .text{order:2}}.page-strengths-support__item2 .block .inner .text h4{font-size:clamp(20px,2vw,28px);margin-bottom:50px;text-align:center}@media screen and (max-width: 991px){.page-strengths-support__item2 .block .inner .text h4{margin-bottom:20px}}.page-strengths-support__item2 .block .inner .text p:last-child{margin-bottom:0}@media screen and (max-width: 991px){.page-strengths-support__item2 .block .inner .image{order:1;width:80%;margin:0 auto 20px}}.page-strengths-support__item2 .block .inner .image img{width:40%;margin:0 auto}@media screen and (max-width: 991px){.page-strengths-support__item2 .block .inner .image img{width:50%}}.page-strengths-support__item2 .block .inner .image img.support-image{width:50%}@media screen and (max-width: 991px){.page-strengths-support__item2 .block .inner .image img.support-image{width:50%}}.page-strengths-work__inner{max-width:1200px}.page-strengths-work__item{background-color:#f3f3f3;border-radius:15px;overflow:hidden}.page-strengths-work__item:not(:last-child){margin-bottom:50px}.page-strengths-work__item h3{background-color:var(--primary-color-light);color:var(--white);font-size:clamp(20px,2vw,32px);padding:20px 30px;padding-left:60px;position:relative}.page-strengths-work__item h3::before{content:"";position:absolute;width:16px;height:16px;left:30px;top:50%;transform:translateY(-50%);background-color:var(--gold);border-radius:50%}.page-strengths-work__item .inner{display:flex;gap:30px;padding:50px}@media screen and (max-width: 991px){.page-strengths-work__item .inner{flex-direction:column;padding:20px}}.page-strengths-work__item .inner .text{width:40%;background-color:var(--white);padding:20px}@media screen and (max-width: 991px){.page-strengths-work__item .inner .text{width:100%}}@media screen and (max-width: 991px){.page-strengths-work__item .inner .text .image{margin-bottom:20px}}.page-strengths-work__item .inner .text .image img{width:30%;margin:0 auto}.page-strengths-work__item .inner .text h4{text-align:center;font-size:clamp(20px,2vw,28px);margin-bottom:20px;border-bottom:1px solid #000}.page-strengths-work__item .inner .text p{font-size:16px}.page-strengths-work__item .inner .text p:last-child{margin-bottom:0}.page-strengths-work__item .inner .calendar{flex:1}.page-strengths-work__item .inner .calendar table{width:100%}.page-strengths-work__item .inner .calendar table thead th{background-color:#515e77;color:var(--white);padding:10px}.page-strengths-work__item .inner .calendar table tbody td{text-align:center;padding:10px}.page-strengths-work__item .inner .calendar table tbody td.work{background-color:#c4d7e3;color:var(--primary-color)}.page-strengths-work__item .inner .calendar table tbody td.off{background-color:#e3d2ac;color:#593e00}.page-strengths-work__item .inner .calendar table tbody td.holiday{background-color:#dfe0f7;color:#353663}.page-strengths-work__item .inner .calendar table tbody td.none{border:none}.page-strengths-flow{background-color:#f3f3f3}.page-strengths-flow__inner{max-width:1200px}.page-strengths-flow__list{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px}@media screen and (max-width: 1199px){.page-strengths-flow__list{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 991px){.page-strengths-flow__list{grid-template-columns:1fr;gap:50px}}.page-strengths-flow__list li{position:relative}.page-strengths-flow__list li:not(:last-child)::after{content:"";position:absolute;width:30px;height:30px;background:var(--gold);right:-28px;top:100px;transform:translateY(-50%);z-index:1;-webkit-clip-path:polygon(0 0, 0% 100%, 100% 50%);clip-path:polygon(0 0, 0% 100%, 100% 50%)}@media screen and (max-width: 991px){.page-strengths-flow__list li:not(:last-child)::after{display:none}}.page-strengths-flow__list li .image{margin-bottom:20px}.page-strengths-flow__list li .image img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover;border:5px solid var(--primary-color-light);border-radius:50%;margin:0 auto}@media screen and (max-width: 1280px){.page-strengths-flow__list li .image img{width:150px;height:150px}}.page-strengths-flow__list li .text{text-align:center}.page-strengths-flow__list li .text h3{background-color:var(--primary-color-light);color:var(--white);font-size:18px;font-weight:600;padding:0 20px;height:78px;width:100%;border-radius:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 991px){.page-strengths-flow__list li .text h3{height:auto;font-size:16px;padding:10px;width:80%}}.page-strengths-flow__list li .text p{margin-top:10px;font-size:15px;font-feature-settings:"palt";font-weight:600}.page-strengths-training__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px}@media screen and (max-width: 991px){.page-strengths-training__list{grid-template-columns:1fr;gap:50px}}.page-strengths-training__list li{position:relative;border:4px solid var(--primary-color-light);border-radius:15px;display:flex;flex-direction:column;padding:20px}.page-strengths-training__list li:not(:last-child)::after{content:"";position:absolute;width:26px;height:34px;background:url(../images/strengths/arrow.svg) no-repeat center center;right:-37px;top:50%;transform:translateY(-50%);z-index:1}@media screen and (max-width: 991px){.page-strengths-training__list li:not(:last-child)::after{top:105%;right:auto;left:50%;transform:translate(-50%, 0) rotate(90deg)}}.page-strengths-training__list li .number{position:absolute;font-weight:600;font-family:var(--font-family-montserrat);width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;top:-25px;left:-25px;color:var(--white);font-size:32px;background-color:var(--primary-color-light)}@media screen and (max-width: 991px){.page-strengths-training__list li .number{width:50px;height:50px;top:-15px;left:-15px;font-size:24px}}.page-strengths-training__list li .image{width:60%;margin:0 auto}@media screen and (max-width: 991px){.page-strengths-training__list li .image{height:auto;width:50%}}.page-strengths-training__list li .image img{margin:0 auto}.page-strengths-training__list li .text h3{background-color:var(--gold);color:var(--white);border-radius:40px;text-align:center;font-size:20px;padding:10px}.page-strengths-training__list li .text p{margin-top:15px;margin-bottom:0;text-align:center}.page-entry__inner{max-width:1000px}.entry-form__item{margin-bottom:20px;border-bottom:1px solid #ccc;padding-bottom:20px}.entry-form__item-label{display:block;margin-bottom:10px}.entry-form__item-date{display:flex;gap:10px;align-items:center}.entry-form .optional{font-weight:bold;font-size:.9em;background-color:#3a3a3a;color:#fff;padding:2px 5px;border-radius:4px;margin-right:10px}.entry-form .required{font-weight:bold;font-size:.9em;background-color:#d63638;color:#fff;padding:2px 5px;border-radius:4px;margin-right:10px}.entry-form input[type=text],.entry-form input[type=email],.entry-form input[type=tel],.entry-form input[type=date],.entry-form select,.entry-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px}.entry-form .wpcf7-not-valid-tip{font-size:12px}.entry-form .your-age{max-width:100px;margin-right:10px}.entry-form__acceptance{text-align:center;margin-bottom:20px}.entry-form__acceptance a{text-decoration:underline;color:var(--primary-color)}.entry-form__acceptance a:hover{text-decoration:none}.entry-form__submit{text-align:center}.entry-form__submit input[type=submit]{background-color:var(--primary-color-light);color:var(--white);padding:10px 20px;border-radius:4px;border:none;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:20px}.entry-form__submit input[type=submit]:disabled{background-color:#ccc;color:#fff;cursor:not-allowed}.entry-form__submit input[type=submit]:disabled:hover{background-color:#ccc}.entry-form__submit input[type=submit]:hover{background-color:var(--primary-color)}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.65);display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:9999}.lightbox img{max-width:90%;max-height:90%;transform:scale(0.8);transition:transform .3s ease;border-radius:6px}.lightbox.show{opacity:1;pointer-events:auto}.lightbox.show img{transform:scale(1)}
/*# sourceMappingURL=styles.min.css.map */