:root{--color-primary: #0e5681;--color-primary-light: #5796bd;--color-secondary: #b38e00;--color-secondary-light: #e4c448;--text-color: #000;--bg-primary: #0e5681;--bg-black: #0b2433;--bg-secondary: #dff1ff;--green: #419768;--gold: #A49749;--white: #ffffff;--black: #000;--font-noto-sans-jp: "Noto Sans JP", sans-serif;--font-montserrat: "Montserrat", sans-serif;--font-shippori-mincho-b1: "Shippori Mincho B1", serif;--fa: "Font Awesome 5 Free";--font-size-base: 16px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-xxl: 24px;--font-size-xxxl: 32px;--font-size-xxxxl: 40px;--font-size-xxxxxl: 48px;--font-size-xxxxxxl: 56px;--font-size-xxxxxxxl: 64px;--font-size-xxxxxxxxl: 72px;--font-size-xxxxxxxxxl: 80px;--font-size-xxxxxxxxxll: 88px;--font-size-xxxxxxxxxl: 96px;--width-full: 100%;--width-half: 50%;--width-quarter: 25%;--width-three-quarters: 75%;--width-one-third: 33.333333%;--width-two-thirds: 66.666667%;--width-three-fourths: 1420px;--max-width-full: 1620px;--border-radius: 12px;--border-radius-lg: 20px;--border-radius-xl: 30px;--border-radius-2xl: 40px;--border-radius-3xl: 50px;--border-radius-4xl: 60px;--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-noto-sans-jp);font-size:var(--font-size-base);color:var(--text-color);background-color:var(--bg-primary);line-height:1.8}@media screen and (max-width: 991px){body{font-size:var(--font-size-sm);overflow-x:hidden}}body.menu-open{overflow:hidden}img{max-width:100%;vertical-align:bottom}iframe{width:100%;height:450px}a{text-decoration:none;color:inherit;transition:var(--transition)}ul,ol{list-style:none}address{font-style:normal}.container{max-width:var(--width-three-fourths);margin:0 auto;padding:80px 0}.primary-btn{border:1px solid var(--white);padding:10px 20px;color:var(--white);width:260px;display:flex;align-items:center;justify-content:center;height:60px;margin-top:3rem;position:relative}@media screen and (max-width: 991px){.primary-btn{width:100%}}.primary-btn span{position:relative;z-index:1}.primary-btn::after{content:"";position:absolute;right:0;bottom:0;width:0;height:100%;background-color:var(--white);z-index:-1;transition:width .3s cubic-bezier(0.73, 0.965, 0.76, 1);will-change:opacity,width}.primary-btn:hover{color:var(--color-primary)}.primary-btn:hover::after{width:100%;left:0;right:auto}.primary-btn.secondary-btn{border:1px solid var(--color-primary);color:var(--white);background-color:var(--color-primary)}.primary-btn.secondary-btn::after{background-color:var(--white)}.primary-btn.secondary-btn:hover{color:var(--white)}.primary-btn.secondary-btn:hover::after{width:100%;left:0;right:auto}.primary-heading{margin-bottom:50px}@media screen and (max-width: 991px){.primary-heading{margin-bottom:30px}}.primary-heading__title{text-align:center;font-size:clamp(24px,5vw,38px);font-weight:500;font-family:var(--font-shippori-mincho-b1);color:var(--color-primary);margin-bottom:20px;line-height:1.4;letter-spacing:.05em}.primary-heading__subtitle{text-align:center;font-size:clamp(18px,5vw,20px);font-weight:500;color:var(--color-primary);margin-bottom:0;font-family:var(--font-shippori-mincho-b1);letter-spacing:.05em}.primary-heading__text{font-size:16px;text-align:center}@media screen and (max-width: 991px){.primary-heading__text{font-size:14px}}.primary-heading.white .primary-heading__title{color:var(--white)}.primary-heading.white .primary-heading__subtitle{color:var(--white)}.glow-bg{position:absolute;border-radius:50%;background:radial-gradient(circle, rgba(0, 157, 255, 0.8) 0%, rgba(0, 150, 255, 0) 70%);filter:blur(100px);z-index:-2;opacity:.6}.glow1{width:400px;height:400px;top:30%;left:20%}.glow2{width:300px;height:300px;bottom:-40%;right:20%}.glow3{width:500px;height:500px;bottom:0%;right:30%}@-webkit-keyframes textblur{0%{opacity:0;transform:scale(0.9);filter:blur(10px)}100%{opacity:1;transform:scale(1);filter:blur(0px)}}@keyframes textblur{0%{opacity:0;transform:scale(0.9);filter:blur(10px)}100%{opacity:1;transform:scale(1);filter:blur(0px)}}table{width:100%;border-collapse:collapse}table th,table td{padding:1rem}table thead{background-color:var(--bg-primary);color:var(--white)}table tr:nth-child(even){background-color:var(--bg-secondary)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:100}.site-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)}.site-header__inner{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 50px;position:relative;z-index:10}@media screen and (max-width: 991px){.site-header__inner{padding:0 30px}}.site-header__brand{width:300px}@media screen and (max-width: 991px){.site-header__brand{width:200px}}.site-header__brand .brand__link{display:block}.site-header__nav{display:flex;gap:20px;transition:var(--transition)}@media screen and (max-width: 1280px){.site-header__nav{flex-direction:column;justify-content:center;align-items:center;visibility:hidden;opacity:0;background-color:var(--bg-black);position:fixed;width:100%;height:100vh;top:0;left:0;z-index:10}}.site-header__nav.open{visibility:visible;opacity:1}.site-header__nav.open .site-header__nav-list{display:flex}.site-header__nav-list{display:flex;gap:30px}@media screen and (max-width: 1280px){.site-header__nav-list{display:none;flex-direction:column;justify-content:center;align-items:center;width:100%;font-size:20px}}.site-header__nav-list a{color:var(--white)}.site-header__nav-list li.contact a{color:var(--white);border:1px solid var(--white);padding:10px 20px;border-radius:var(--border-radius-4xl);transition:var(--transition)}.site-header__nav-list li.contact a:hover{background-color:var(--color-secondary);color:var(--white)}.site-header__hamburger{display:none;position:relative;z-index:20;width:40px;height:40px;border:1px solid var(--white)}.site-header__hamburger span{display:block;width:30px;height:2px;background-color:var(--white);transition:var(--transition);position:absolute;left:4px;right:0;transform-origin:center}.site-header__hamburger span:nth-child(1){top:10px}.site-header__hamburger span:nth-child(2){top:18px}.site-header__hamburger span:nth-child(3){top:26px}.site-header__hamburger.open span:nth-child(1){transform:rotate(45deg);top:18px}.site-header__hamburger.open span:nth-child(2){opacity:0}.site-header__hamburger.open span:nth-child(3){transform:rotate(-45deg);top:18px}@media screen and (max-width: 1280px){.site-header__hamburger{display:block}}.site-footer{background-color:var(--bg-black)}.site-footer__contact{background:url(../images/common/footer-bg.webp) center center/cover no-repeat;position:relative}.site-footer__contact::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.site-footer__contact__inner{max-width:var(--width-three-fourths);width:90%;margin:0 auto;padding:100px 0;position:relative;z-index:10}@media screen and (max-width: 991px){.site-footer__contact__inner{padding:50px 0}}.site-footer__contact__content{background-color:var(--white);max-width:var(--width-three-fourths);margin:0 auto;display:flex;padding:40px;color:var(--color-primary)}@media screen and (max-width: 991px){.site-footer__contact__content{flex-direction:column}}.site-footer__contact__content .left{position:relative;width:40%;padding:40px;text-align:center}@media screen and (max-width: 991px){.site-footer__contact__content .left{width:100%;padding:0}}.site-footer__contact__content .left::after{content:"";position:absolute;bottom:0;right:0;width:1px;height:100%;background-color:var(--black)}@media screen and (max-width: 991px){.site-footer__contact__content .left::after{content:none}}.site-footer__contact__content .left__title{font-size:32px;font-weight:500;font-family:var(--font-shippori-mincho-b1)}.site-footer__contact__content .left__subtitle{font-size:20px;font-weight:500;font-family:var(--font-shippori-mincho-b1);margin-bottom:20px}.site-footer__contact__content .left__text{font-size:14px;font-weight:500}.site-footer__contact__content .right{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;width:60%}@media screen and (max-width: 991px){.site-footer__contact__content .right{width:100%;padding:0}}.site-footer__contact__content .right__tel{font-size:clamp(30px,5vw,50px);font-family:var(--font-shippori-mincho-b1);font-weight:500;color:var(--color-primary);margin-bottom:10px;line-height:1}.site-footer__contact__content .right__tel:hover{color:var(--color-primary)}.site-footer__contact__content .right__time{font-size:14px;font-weight:500;color:var(--black);margin-bottom:10px}.site-footer__contact__content .right__btn{font-size:14px;font-weight:500;color:var(--white);margin-bottom:10px;background-color:var(--bg-primary);display:flex;align-items:center;justify-content:center;width:300px;height:60px;border-radius:var(--border-radius-4xl);border:1px solid var(--white)}.site-footer__nav{border-top:1px solid #2b3843;color:var(--white)}.site-footer__nav__inner{max-width:var(--max-width-full);margin:0 auto;width:90%;padding:100px 0;display:flex}@media screen and (max-width: 991px){.site-footer__nav__inner{flex-direction:column}}.site-footer__nav .left .logo{display:block;width:300px;margin-bottom:20px}.site-footer__nav .left address{font-size:14px;font-weight:500;color:var(--white)}.site-footer__nav .right{margin-left:auto}.site-footer__nav .right ul{display:flex;flex-wrap:wrap;gap:20px}.site-footer__nav .right .copyright{font-size:12px;font-weight:500;color:var(--white);margin-top:50px;text-align:right}.index-hero{height:98vh;position:relative;overflow:hidden}@media screen and (max-width: 991px){.index-hero{height:500px}}.index-hero::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.index-hero__inner{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;gap:10px;position:relative;z-index:10}@media screen and (max-width: 991px){.index-hero__inner{width:90%;margin:0 auto}}.index-hero__subtitle{font-family:var(--font-shippori-mincho-b1);font-size:clamp(18px,4vw,24px);font-weight:500;color:var(--white);-webkit-animation:textblur 1s ease-out;animation:textblur 1s ease-out}.index-hero__title{font-family:var(--font-shippori-mincho-b1);font-size:clamp(20px,4vw,40px);font-weight:500;color:var(--white);-webkit-animation:textblur 1s ease-out;animation:textblur 1s ease-out}@media screen and (max-width: 991px){.index-hero__title{text-align:center}}.index-hero__title br{display:none}@media screen and (max-width: 991px){.index-hero__title br{display:block}}.index-hero .splide{position:absolute;top:0;left:0;width:100%;height:90vh;overflow:hidden;border-bottom-left-radius:40px}@media screen and (max-width: 991px){.index-hero .splide{height:500px}}.index-hero .splide .splide__track{height:100%}.index-hero .splide .splide__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index-hero .splide .splide__slide img{transition:8s ease-out}.index-hero .splide .splide__slide.is-active img{transform:scale(1.05);transition-delay:0s}.index-intro{padding:100px 0;position:relative}.index-intro__inner{margin:0 auto;max-width:var(--width-three-fourths);padding-left:100px;width:90%}@media screen and (max-width: 991px){.index-intro__inner{padding-left:0}}.index-intro__title{font-family:var(--font-shippori-mincho-b1);font-size:clamp(20px,5vw,32px);font-weight:500;margin-bottom:3rem}@media screen and (max-width: 991px){.index-intro__title{margin-bottom:20px}}.index-intro__content{width:70%;padding-top:200px;padding-left:300px;color:var(--white)}@media screen and (max-width: 1680px){.index-intro__content{width:60%}}@media screen and (max-width: 1480px){.index-intro__content{padding-left:100px}}@media screen and (max-width: 1199px){.index-intro__content{padding-left:100px}}@media screen and (max-width: 991px){.index-intro__content{width:60%;padding-top:180px;padding-left:0}}@media screen and (max-width: 767px){.index-intro__content{width:100%;padding-top:100px}}.index-intro__content p{margin-bottom:1rem}.index-intro__img1{position:absolute;top:100px;right:0;width:30vw;z-index:-1}@media screen and (max-width: 1199px){.index-intro__img1{width:28vw}}@media screen and (max-width: 991px){.index-intro__img1{top:-15px;width:30vw}}.index-intro__img2{position:absolute;top:10vw;left:10vw;width:16vw;z-index:-1}.index-intro__img2 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 1680px){.index-intro__img2{width:15vw;top:-1vw}}@media screen and (max-width: 991px){.index-intro__img2{width:20vw;top:-5vw}}@media screen and (max-width: 767px){.index-intro__img2{width:25vw;top:5vw}}.index-intro__img3{position:absolute;bottom:-5vw;left:5vw;width:30vw;z-index:-1;height:300px}@media screen and (max-width: 1680px){.index-intro__img3{height:200px}}@media screen and (max-width: 767px){.index-intro__img3{width:60vw;bottom:-5vw;height:140px}}.index-intro__img3 img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.index-service{position:relative;margin-top:200px}@media screen and (max-width: 991px){.index-service{margin-top:100px}}.index-service__inner{padding:0 0 100px;max-width:var(--width-three-fourths);margin:0 auto;width:90%}.index-service__content{display:flex;color:var(--white)}@media screen and (max-width: 991px){.index-service__content{flex-direction:column}}.index-service__text{flex:1;margin-left:100px;position:relative}@media screen and (max-width: 991px){.index-service__text{margin-left:0;order:1}}.index-service__text p{margin-bottom:1rem}.index-service__subtitle{position:absolute;top:-100px;left:0;font-family:var(--font-shippori-mincho-b1);font-size:clamp(40px,5vw,90px);font-weight:500;color:var(--color-primary-light);z-index:-1;line-height:1}@media screen and (max-width: 991px){.index-service__subtitle{top:-50px}}.index-service__title{font-family:var(--font-shippori-mincho-b1);font-size:clamp(24px,5vw,32px);font-weight:500;margin-bottom:3rem}@media screen and (max-width: 991px){.index-service__title{margin-bottom:20px}}.index-service__img{width:50%}@media screen and (max-width: 991px){.index-service__img{width:80%;margin:0 auto;order:2}}.wave{position:absolute;left:0;bottom:0;width:100%;height:160px;z-index:1;overflow:hidden}.wave #wave-svg{position:absolute;bottom:0;left:0;width:100%;height:160px}.index-hotbath{position:relative}.index-hotbath__inner{padding:100px 0;max-width:var(--width-three-fourths);margin:0 auto;width:90%}.index-hotbath__content{display:flex;color:var(--white);flex-direction:row-reverse}@media screen and (max-width: 991px){.index-hotbath__content{flex-direction:column}}.index-hotbath__text{flex:1;padding-right:100px;position:relative}@media screen and (max-width: 991px){.index-hotbath__text{padding-right:0;order:1}}.index-hotbath__text p{margin-bottom:1rem}.index-hotbath__title{font-family:var(--font-shippori-mincho-b1);font-size:clamp(24px,5vw,32px);font-weight:500;margin-bottom:3rem}.index-hotbath__subtitle{position:absolute;top:-100px;left:0;font-family:var(--font-shippori-mincho-b1);font-size:clamp(40px,5vw,90px);font-weight:500;color:var(--color-primary-light);z-index:-1;line-height:1}@media screen and (max-width: 991px){.index-hotbath__subtitle{top:-50px}}.index-hotbath__img{width:50%}@media screen and (max-width: 991px){.index-hotbath__img{width:80%;margin:0 auto;order:2}}.index-works{padding:100px 0 150px 0;position:relative;overflow:hidden}@media screen and (max-width: 991px){.index-works{padding-bottom:50px}}.index-works .primary-btn{margin-top:2rem}@media screen and (max-width: 991px){.index-works .primary-btn.pc{display:none}}.index-works .primary-btn.sp{display:none}@media screen and (max-width: 991px){.index-works .primary-btn.sp{display:flex}}.index-works__inner{display:flex;gap:0;max-width:1200px;width:100%;margin:0 auto;position:relative}@media screen and (max-width: 991px){.index-works__inner{flex-direction:column;width:90%}}.index-works .heading{width:33%;padding-right:50px;margin-left:100px;position:relative}@media screen and (max-width: 991px){.index-works .heading{width:100%;margin-left:0}}.index-works .heading__inner{margin-bottom:2rem;color:var(--white)}.index-works .heading__subtitle{font-family:var(--font-shippori-mincho-b1);font-size:clamp(40px,5vw,90px);font-weight:500;margin-bottom:0;writing-mode:vertical-rl;color:var(--color-primary-light);position:absolute;left:-100px;top:-100px;line-height:1}@media screen and (max-width: 991px){.index-works .heading__subtitle{left:0;top:-50px;writing-mode:horizontal-tb}}.index-works .heading__title{font-family:var(--font-shippori-mincho-b1);font-size:clamp(24px,5vw,32px);font-weight:500;margin-bottom:3rem}@media screen and (max-width: 991px){.index-works .heading__title{margin-bottom:20px}}.index-works .heading__text{margin-bottom:2rem}.index-works__slider{flex:1;margin-right:calc(50% - 50vw);position:relative !important}@media screen and (max-width: 991px){.index-works__slider{margin-right:0}}.index-works__slider::before{content:"";position:absolute;left:-2px;top:0;width:200px;height:100%;background:linear-gradient(to right, var(--bg-primary) 0%, rgba(34, 34, 34, 0) 100%);z-index:10}@media screen and (max-width: 991px){.index-works__slider::before{display:none}}.index-works__slider .splide__pagination{bottom:-2.5rem}.index-works__slider .splide__pagination__page{margin:0 5px;width:20px;border-radius:0 !important;height:5px}.index-recruit{position:relative;background-color:var(--bg-secondary)}.index-recruit__inner{max-width:var(--width-three-fourths);margin:0 auto;padding:100px 0}.index-recruit__content{position:relative;z-index:10;background-color:var(--bg-primary);color:var(--white);max-width:800px;margin:0 auto;padding:50px;margin-top:-100px;text-align:center}@media screen and (max-width: 991px){.index-recruit__content{width:80%;padding:30px;margin-top:-50px}}.index-recruit__content .primary-btn{margin-left:auto;margin-right:auto}.index-recruit__subtitle{position:absolute;top:36px;left:50%;transform:translateX(-50%);font-family:var(--font-shippori-mincho-b1);font-size:clamp(24px,5vw,90px);font-weight:500;color:var(--color-primary-light);z-index:-1;line-height:1}.index-recruit__title{font-family:var(--font-shippori-mincho-b1);font-size:32px;font-weight:500;margin-bottom:3rem;padding-top:30px}@media screen and (max-width: 991px){.index-recruit__title{margin-bottom:20px}}.index-recruit__text{font-size:16px}@media screen and (max-width: 991px){.index-recruit__text{font-size:14px;text-align:left}.index-recruit__text br{display:none}}.index-recruit .parallax-bg{width:90%;height:400px;background:url("../images/index/recruit-img_v2.webp") center bottom/cover no-repeat;z-index:-1;margin:0 auto}@media screen and (max-width: 991px){.index-recruit .parallax-bg{width:90%;height:200px}}.index-news__inner{padding:100px 0;max-width:var(--width-three-fourths);margin:0 auto;width:90%}@media screen and (max-width: 991px){.index-news__inner{padding:50px 0}}.index-news__content{display:grid;grid-template-columns:30% 1fr;gap:50px;color:var(--white)}@media screen and (max-width: 991px){.index-news__content{grid-template-columns:1fr}}.index-news .heading{position:relative;padding-top:80px}@media screen and (max-width: 991px){.index-news .heading{padding-top:30px}}.index-news .heading__subtitle{position:absolute;top:0;left:0;font-family:var(--font-shippori-mincho-b1);font-size:clamp(40px,5vw,90px);font-weight:500;color:var(--color-primary-light);z-index:-1;line-height:1}.index-news .heading__title{font-family:var(--font-shippori-mincho-b1);font-size:clamp(24px,5vw,32px);font-weight:500;margin-bottom:3rem}@media screen and (max-width: 991px){.index-news .heading__title{margin-bottom:20px}}.index-news .list-items li:not(:last-child){border-bottom:1px solid var(--white)}.index-news .list-items li a{display:flex;align-items:center;gap:20px;padding:30px 0}@media screen and (max-width: 991px){.index-news .list-items li a{flex-wrap:wrap}}.index-news .list-items li a .meta{display:flex;align-items:center}.index-news .list-items li a .meta__date{font-family:var(--font-montserrat);font-size:14px;font-weight:500;color:var(--white);margin-right:10px}.index-news .list-items li a .meta__category{font-size:12px;font-weight:500;color:var(--white);border:1px solid var(--white);padding:5px 10px;border-radius:var(--border-radius-4xl)}@media screen and (max-width: 991px){.index-news .list-items li a .title{width:100%}}.index-news .list-items li a .title h3{font-size:16px;font-weight:500;color:var(--white)}.page-header{position:relative;overflow:hidden;background-color:#0b2433}.page-header__inner{max-width:var(--width-three-fourths);margin:0 auto;width:90%;height:500px;display:flex;flex-direction:column;justify-content:center;color:var(--white);font-family:var(--font-shippori-mincho-b1);position:relative;z-index:10}@media screen and (max-width: 991px){.page-header__inner{height:300px}}.page-header__subtitle{font-size:clamp(24px,5vw,90px);font-weight:500;color:var(--color-secondary-light);z-index:-1;-webkit-animation:textblur 1s ease-out;animation:textblur 1s ease-out;line-height:1}.page-header__title{font-size:clamp(24px,5vw,32px);font-weight:500;margin-bottom:3rem;-webkit-animation:textblur 1s ease-out;animation:textblur 1s ease-out;letter-spacing:.1em}.page-header .wave{z-index:5}.page-header__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.page-header__img::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:2}.page-header__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.business .page-header__img img,.recruit .page-header__img img{-o-object-position:center bottom;object-position:center bottom}.page-business{background-color:var(--bg-primary)}.page-business__inner{max-width:var(--width-three-fourths);margin:0 auto;padding:100px 0;width:90%;color:var(--white)}.page-business__content{display:grid;grid-template-columns:1fr 40%;gap:80px}@media screen and (max-width: 991px){.page-business__content{grid-template-columns:1fr;gap:0}}.page-business__title{font-family:var(--font-shippori-mincho-b1);font-size:clamp(24px,5vw,40px);font-weight:500;margin-bottom:3rem}.page-business__img{order:2}.page-business__img h2{text-align:center;font-family:var(--font-shippori-mincho-b1);font-size:24px;font-weight:500;margin-bottom:3rem}.page-business__text{order:1;position:relative}.page-business__text .page-business__subtitle{position:absolute;top:-50px;left:0;font-size:clamp(18px,5vw,40px);font-weight:500;font-family:var(--font-shippori-mincho-b1);color:var(--color-primary-light);z-index:1;margin:0;line-height:1}.page-business__text .page-business__title{font-family:var(--font-shippori-mincho-b1);font-size:clamp(30px,5vw,60px);line-height:1.2;font-weight:500;margin-bottom:3rem;position:relative;z-index:2;color:var(--color-secondary-light)}.page-business__text p{margin-bottom:1rem}.page-business-list__inner{max-width:var(--width-three-fourths);margin:0 auto;padding:100px 0;width:90%}@media screen and (max-width: 991px){.page-business-list__inner{padding:50px 0}}.page-business-list__item{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;color:var(--white)}@media screen and (max-width: 991px){.page-business-list__item{grid-template-columns:1fr;gap:0}}.page-business-list__img{height:500px}@media screen and (max-width: 991px){.page-business-list__img{height:200px;margin-bottom:50px}}.page-business-list__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.page-business-list__text{position:relative}.page-business-list__subtitle{position:absolute;top:-20px;left:0;font-size:clamp(20px,3vw,40px);font-weight:500;margin-bottom:1rem;font-family:var(--font-shippori-mincho-b1);color:var(--color-primary-light);z-index:-1;margin:0;line-height:1}@media screen and (max-width: 991px){.page-business-list__subtitle{top:-15px}}.page-business-list__title{font-family:var(--font-shippori-mincho-b1);font-size:24px;font-weight:500;margin-bottom:3rem}@media screen and (max-width: 991px){.page-business-list__title{margin-bottom:30px}}.page-business-list__maintenance{padding:50px;margin-top:60px;margin-bottom:120px;color:var(--white);background-color:var(--bg-black);display:grid;grid-template-columns:1fr 40%;gap:50px;align-items:center}@media screen and (max-width: 991px){.page-business-list__maintenance{padding:25px}}.page-business-list__maintenance-img ul{display:grid;grid-template-columns:repeat(3, 1fr)}.page-business-list__maintenance-img ul li{height:160px}@media screen and (max-width: 991px){.page-business-list__maintenance-img ul li{height:100px}}.page-business-list__maintenance-img ul li img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 991px){.page-business-list__maintenance{grid-template-columns:1fr;gap:0}.page-business-list__maintenance-img{order:1;margin-bottom:30px}.page-business-list__maintenance-text{order:2}}.page-business-list__bnrs{margin-top:3rem}.page-business-list__bnrs h3{font-size:16px;font-weight:500;margin-bottom:1rem;background-color:var(--bg-black);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 20px}.page-business-list__bnrs ul{display:flex;gap:20px}.page-business-list__bnrs li a img{width:100%}.page-hotbath{background-color:var(--bg-secondary)}.page-hotbath__inner{max-width:var(--max-width-full);width:90%;margin:0 auto;padding:100px 0;position:relative;display:flex;gap:50px}@media screen and (max-width: 991px){.page-hotbath__inner{flex-direction:column;padding-top:0}}.page-hotbath__sidebar{width:30%}@media screen and (max-width: 991px){.page-hotbath__sidebar{width:100%}}.page-hotbath__sidebar-inner{position:-webkit-sticky;position:sticky;top:100px;background-color:var(--white);padding:50px;border-radius:var(--border-radius-lg);box-shadow:0 0 30px rgba(0,0,0,.1)}.page-hotbath__sidebar h3{border-bottom:1px solid var(--color-primary);padding-bottom:10px;margin-bottom:20px;color:var(--color-primary)}.page-hotbath__sidebar ul{margin-bottom:20px}.page-hotbath__sidebar ul li a{display:block;position:relative;padding-left:1.2rem;color:var(--color-primary)}.page-hotbath__sidebar ul li a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background-color:var(--color-primary)}.page-hotbath__content{width:70%}@media screen and (max-width: 991px){.page-hotbath__content{width:100%}}.page-hotbath h4{border-bottom:1px solid var(--color-primary);padding-bottom:10px;margin-bottom:20px;color:var(--color-primary);font-size:26px}.page-hotbath h4 span{position:relative}.page-hotbath .page-heading{margin-bottom:3rem}@media screen and (max-width: 991px){.page-hotbath .page-heading{margin-bottom:1rem}}.page-hotbath .page-heading h3{font-size:30px;margin-bottom:1rem;border-top:2px solid var(--color-primary);font-family:var(--font-shippori-mincho-b1);font-weight:600;color:var(--color-primary);position:relative;padding-top:20px}@media screen and (max-width: 991px){.page-hotbath .page-heading h3{font-size:24px}}.page-hotbath .page-heading h3::before{content:"";position:absolute;width:30%;height:2px;left:0;top:-2px;background-color:var(--color-secondary-light);z-index:1}.page-hotbath p{margin-bottom:1rem}.page-hotbath .number-list{margin-bottom:3rem}.page-hotbath .number-list li{counter-increment:mycounter;position:relative;padding-left:2rem;font-family:var(--font-montserrat);font-weight:400}.page-hotbath .number-list li:not(:last-child){margin-bottom:.5rem}.page-hotbath .number-list li::before{position:absolute;left:0;top:0;content:counter(mycounter, decimal-leading-zero);display:flex;align-items:center;justify-content:center;width:26px;height:26px;color:var(--white);background-color:var(--color-secondary);font-weight:700;border-radius:50%}.page-hotbath .secondary-btn{margin:30px 0}.page-hotbath h5{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-bottom:1px solid var(--color-secondary);padding-bottom:10px;margin-bottom:20px;color:var(--color-secondary);font-size:20px;font-weight:500}.page-hotbath__01{background-color:var(--white);padding:50px;border-radius:var(--border-radius-lg);box-shadow:0 0 30px rgba(0,0,0,.1)}@media screen and (max-width: 991px){.page-hotbath__01{padding:30px}}.page-hotbath__01 .table-area .inner{overflow-x:auto}.page-hotbath__01 .table-area table{white-space:nowrap;width:100%}.page-hotbath__01 .table-area table thead{text-align:center}.page-hotbath__01 .table-area table tbody th,.page-hotbath__01 .table-area table tbody td{padding:.5rem 1rem;font-size:14px}.page-hotbath__01 .table-area table tbody th{color:var(--color-primary);font-weight:500}.page-hotbath__01 .table-area table tbody td{text-align:center}.page-hotbath__01 .row{display:grid;grid-template-columns:1fr 30%;gap:50px;align-items:center}@media screen and (max-width: 991px){.page-hotbath__01 .row{grid-template-columns:1fr}}.page-hotbath__01 .row.row2{grid-template-columns:1fr 40%}@media screen and (max-width: 991px){.page-hotbath__01 .row.row2{grid-template-columns:1fr}}.page-hotbath__01 .row .images{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;align-items:center;max-width:440px;margin-inline:auto}.page-hotbath__01 .row .images img:nth-child(1){grid-area:1/1/4/3}.page-hotbath__01 .row .images img:nth-child(2){grid-area:1/3/2/4}.page-hotbath__01 .row .images img:nth-child(3){grid-area:2/3/3/4}.page-hotbath__01 .row .images img:nth-child(4){grid-area:3/3/4/4}.page-hotbath__02{background-color:var(--white);padding:50px;border-radius:var(--border-radius-lg);box-shadow:0 0 30px rgba(0,0,0,.1);margin-top:80px}@media screen and (max-width: 991px){.page-hotbath__02{padding:30px}}.page-hotbath__02 p{margin-bottom:1.5rem}.page-hotbath__02 h4{font-size:24px}.page-hotbath__02 h6{font-size:20px;font-weight:500;margin-bottom:1rem;position:relative;font-feature-settings:"palt";padding-left:1.5rem}.page-hotbath__02 h6::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:10px;height:100%;border-radius:var(--border-radius-xl);background-color:var(--color-secondary)}.page-hotbath__02 .sc-row{display:grid;grid-template-columns:1fr 319px}@media screen and (max-width: 991px){.page-hotbath__02 .sc-row{grid-template-columns:1fr}}.page-hotbath__02 .sc-row .txt{padding-right:50px}.page-hotbath__02 .flow-box{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-bottom:3rem}@media screen and (max-width: 991px){.page-hotbath__02 .flow-box{grid-template-columns:1fr}}.page-hotbath__02 .flow-box>li{background-color:#3d3d3d;color:var(--white);padding:20px;border-radius:var(--border-radius-lg);position:relative}.page-hotbath__02 .flow-box>li:not(:last-child)::after{content:"";position:absolute;bottom:0;left:0;width:20px;height:20px;background-color:#3d3d3d;left:100%;top:50%;transform:translateY(-50%);-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-hotbath__02 .flow-box>li:not(:last-child)::after{left:50%;top:100%;transform:translateX(-50%);-webkit-clip-path:polygon(0 0, 50% 100%, 100% 0);clip-path:polygon(0 0, 50% 100%, 100% 0)}}.page-hotbath__02 .flow-box>li p{font-size:18px;font-weight:500;border-bottom:1px solid var(--white);margin-bottom:1rem;padding-bottom:.5rem}.page-hotbath__02 .flow-box>li ul{margin-left:1.5rem}.page-hotbath__02 .flow-box>li ul li{list-style:disc;font-size:14px}.page-hotbath__02 .default-list{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin-bottom:3rem}.page-hotbath__02 .default-list li img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.page-hotbath__02 .box_area{overflow-x:auto;position:relative;margin-bottom:3rem}.page-hotbath__02 .box_area ul{display:flex;gap:20px;padding-bottom:20px}.page-hotbath__02 .box_area ul li{min-width:300px;counter-increment:mycounter}.page-hotbath__02 .box_area ul li img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.page-hotbath__02 .box_area ul li figcaption{margin-top:.5rem}.page-hotbath__02 .box_area ul li figcaption::before{content:counter(mycounter, decimal-leading-zero);display:inline-block;width:1.7rem;height:1rem;color:var(--primary-color);font-weight:700}.page-hotbath__02 .scroll{position:absolute;top:10px;left:28px;right:0;width:200px;padding:10px;border-radius:5px;background:rgba(255,255,255,.6);font-size:14px;font-weight:bold;text-align:center;z-index:2}.page-recruit{background-color:var(--bg-secondary)}.page-recruit__inner{max-width:var(--width-three-fourths);margin:0 auto;padding:100px 0;width:90%}@media screen and (max-width: 991px){.page-recruit__inner{padding:50px 0;padding-top:0}}.page-recruit__content{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:80px}@media screen and (max-width: 991px){.page-recruit__content{grid-template-columns:1fr}}.page-recruit__content-text h2{font-size:clamp(24px,3vw,38px);margin-bottom:20px;font-family:var(--font-shippori-mincho-b1);font-weight:500;color:var(--color-primary)}.page-recruit__content-text p{margin-bottom:1rem}.page-recruit__content-images{display:grid;grid-template-columns:1fr 1fr;gap:20px}.page-recruit__content-images img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:translateY(-20px)}.page-recruit__content-images img:not(:last-child){transform:translateY(20px)}.page-recruit .table-area{background-color:var(--white);padding:50px;border-radius:var(--border-radius-lg);box-shadow:0 0 30px rgba(0,0,0,.1)}@media screen and (max-width: 991px){.page-recruit .table-area{padding:30px}}.page-recruit .table-area table th{width:300px;color:var(--color-primary)}@media screen and (max-width: 991px){.page-recruit .table-area table th{width:100%;text-align:left;border-bottom:1px solid var(--bg-primary)}}@media screen and (max-width: 991px){.page-recruit .table-area table tr:nth-child(even){background-color:rgba(0,0,0,0)}.page-recruit .table-area table th,.page-recruit .table-area table td{display:block;width:100%}}.page-recruit .recrit-details{max-width:1200px;margin:0 auto}.page-greeting{background-color:var(--bg-secondary)}.page-greeting__inner{max-width:var(--width-three-fourths);margin:0 auto;padding:100px 0;width:90%}@media screen and (max-width: 991px){.page-greeting__inner{padding:50px 0;padding-top:0}}.page-greeting__img img{width:100%}.page-greeting__content{display:grid;grid-template-columns:1fr 1fr;gap:50px}@media screen and (max-width: 991px){.page-greeting__content{grid-template-columns:1fr}}.page-greeting__content h2{font-size:clamp(24px,5vw,38px);margin-bottom:20px;font-family:var(--font-shippori-mincho-b1);font-weight:500;color:var(--color-primary)}.page-greeting__content p:not(:last-child){margin-bottom:1rem}.page-history{background-color:var(--bg-primary)}.page-history__inner{max-width:var(--width-three-fourths);margin:0 auto;padding:100px 0;width:90%}@media screen and (max-width: 991px){.page-history__inner{padding:50px 0}}.page-history__content{background-color:var(--white);padding:50px;border-radius:var(--border-radius-lg);box-shadow:0 0 30px rgba(0,0,0,.1)}@media screen and (max-width: 991px){.page-history__content{padding:30px}}.page-history__content table{width:100%;border-collapse:collapse}.page-history__content table th,.page-history__content table td{padding:1rem}@media screen and (max-width: 991px){.page-history__content table th,.page-history__content table td{display:block;width:100%}}@media screen and (max-width: 991px){.page-history__content table tr:nth-child(even){background-color:rgba(0,0,0,0)}}.page-history__content table th{width:300px;vertical-align:top}@media screen and (max-width: 991px){.page-history__content table th{text-align:left;font-size:24px;width:100%;color:var(--bg-black);padding-bottom:0}}@media screen and (max-width: 991px){.page-history__content table td{border-bottom:1px solid var(--bg-primary)}}.page-history__content table ul li{position:relative;display:flex;line-height:1.5}.page-history__content table ul li:not(:last-child){margin-bottom:1rem}.page-history__content table ul li>div{width:3.5rem;font-size:14px}.page-history__content table ul li>div span{font-size:18px;font-weight:600}.page-history__content table ul li p{width:calc(100% - 3.5rem)}.page-company{background-color:var(--bg-secondary)}.page-company__inner{max-width:1200px;margin:0 auto;width:90%;padding:100px 0}.page-company table{width:100%;border-collapse:collapse;border-top:1px solid var(--color-primary)}.page-company table th,.page-company table td{padding:1.5rem}.page-company table th{width:300px;border-bottom:1px solid var(--color-primary);color:var(--color-primary);position:relative}@media screen and (max-width: 991px){.page-company table th{width:30%;padding-left:0;padding-right:.5rem}}.page-company table th::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:100%;background-color:var(--color-primary)}.page-company table td{border-bottom:1px solid var(--color-primary)}.page-company table td h5{font-size:18px;font-weight:500;margin-bottom:.5rem;color:var(--color-primary)}@media screen and (max-width: 991px){.page-company table td h5{font-size:16px}}.page-company table td>ul>li:not(:last-child){margin-bottom:1rem}.page-company table td>ul>li ul{margin-left:1.5rem}.page-company table td>ul>li ul li{list-style:circle}.page-company .map{margin-top:50px;padding:20px;background-color:var(--white)}@media screen and (max-width: 991px){.page-company .map{padding:10px}.page-company .map iframe{height:300px}}.page-thanks{background-color:var(--bg-secondary)}.page-thanks .container{max-width:1200px;width:90%}@media screen and (max-width: 991px){.page-thanks .container{padding-top:0}}.page-thanks__inner{background-color:var(--white);border-radius:var(--border-radius-lg);padding:40px;text-align:center}@media screen and (max-width: 991px){.page-thanks__inner{padding:20px;text-align:left}}.page-contact{background-color:var(--bg-secondary)}.page-contact .container{max-width:1200px;width:90%}@media screen and (max-width: 991px){.page-contact .container{padding-top:0}}.page-contact .contact-info{margin-bottom:40px}.page-contact .contact-info__list{display:flex;justify-content:center;gap:20px}@media screen and (max-width: 991px){.page-contact .contact-info__list{flex-direction:column}}.page-contact .contact-info__list li{width:40%;text-align:center}@media screen and (max-width: 991px){.page-contact .contact-info__list li{width:100%}}.page-contact .contact-info__list li a{display:flex;flex-direction:column;align-items:center;border:1px solid var(--primary-color);background-color:var(--white);padding:20px;border-radius:10px}.page-contact .contact-info__list li a h3{font-size:18px;font-weight:700;margin:0}.page-contact .contact-info__list li a p{font-size:clamp(20px,4vw,36px);font-weight:600;margin-bottom:0;color:var(--primary-color);font-family:var(--font-shippori-mincho-b1);line-height:1.6;color:var(--bg-primary)}.page-contact .contact-info__list li a p i{font-size:.8em;margin-right:10px}.page-policy .container{max-width:1200px}.page-policy__content{background-color:var(--white);padding:50px;border-radius:var(--border-radius-lg);box-shadow:0 0 30px rgba(0,0,0,.1)}.page-policy__content p{margin-bottom:1rem}.page-policy__content dl{margin-bottom:1.5rem}.page-policy__content dl dt{font-weight:700}.page-policy__content ol{margin-left:1.5rem;margin-bottom:1rem}.page-policy__content ol li{list-style:decimal}.contact-form{background-color:var(--white);padding:50px;border-radius:var(--border-radius-lg);box-shadow:0 0 30px rgba(0,0,0,.1)}@media screen and (max-width: 991px){.contact-form{padding:20px}}.form-block input[type=text],.form-block input[type=email],.form-block input[type=tel],.form-block input[type=date],.form-block select,.form-block textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;color:#333;background-color:#f9f9f9;transition:var(--transition)}.form-block .acceptance{margin-top:40px;display:flex;flex-direction:column;align-items:center}.form-block .submit-block{margin-top:40px}.form-block .submit-block input{border:none;display:flex;justify-content:center;background-color:var(--color-primary);color:#fff;width:300px;margin:0 auto;cursor:pointer;height:60px;border-radius:60px}.form-block .submit-block input:disabled{background-color:#ccc;cursor:not-allowed}.form-block .form-item{display:grid;grid-template-columns:300px 1fr;padding:20px 0;border-bottom:1px solid #ccc}@media screen and (max-width: 991px){.form-block .form-item{grid-template-columns:1fr}}.form-block .form-item dt{position:relative;padding-left:70px}@media screen and (max-width: 991px){.form-block .form-item dt{margin-bottom:15px}}.form-block .form-item dt::before,.form-block .form-item dt::after{color:#fff;position:absolute;left:0;font-size:12px;padding:.2rem 1rem;top:2px}.form-block .form-item dt.optional::before{content:"任意";background-color:#999}.form-block .form-item dt.required::before{content:"必須";background-color:red}.name-block{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 991px){.name-block{gap:6px}}.date-block{display:flex;gap:20px}.koumoku select{width:300px !important}.p-postal-code{width:200px !important}@media screen and (max-width: 991px){.p-postal-code{width:120px !important}}.post-wrap{display:flex;width:90%;max-width:1200px;margin:0 auto;gap:40px;padding:80px 0}.post-wrap .post-main{flex:1}.post-wrap .post-sidebar{width:300px}.post-wrap .post-sidebar select{padding:10px;border:1px solid var(--text-color);width:100%;margin-bottom:20px}.post-wrap .sidebar-section{margin-bottom:40px}.post-wrap .sidebar-title{font-size:18px;border-bottom:1px solid var(--white);padding-bottom:10px;margin-bottom:20px;color:var(--white)}.post-wrap .categories{color:var(--white)}.post-wrap .recent-posts ul{margin-left:1.5em;color:var(--white)}.post-wrap .recent-posts ul li{list-style:circle}.post-wrap .recent-posts ul li a{color:var(--white)}.post-wrap .screen-reader-text{display:none}article.post{background-color:var(--white);padding:50px;border-radius:var(--border-radius-lg);box-shadow:0 0 30px rgba(0,0,0,.1);margin-bottom:40px}.article-header{border-bottom:1px solid #ccc;margin-bottom:40px;padding-bottom:10px}.article-header .entry-title{font-size:clamp(20px,5vw,26px);margin-bottom:0;font-weight:500}.article-header .meta{display:flex;align-items:center;margin-bottom:10px;gap:15px;color:#a5aaaf;font-size:.8rem}.article-header .meta .pubdate{position:relative}.article-header .meta .pubdate::before{content:"";font-family:var(--fa);font-weight:900;margin-right:5px}.article-header .meta .update{position:relative}.article-header .meta .update::before{content:"";font-family:var(--fa);font-weight:900;margin-right:5px}.article-header .tags-list{display:flex;flex-wrap:wrap}.article-header .tags-list li{margin-right:5px}.article-header .tags-list li a{background-color:#eee;font-size:13px;border-radius:4px;padding:0 1rem}.entry-content{word-break:break-all;overflow-wrap:break-word;white-space:normal}.entry-content .post-thumbnail{margin-bottom:50px}.entry-content p,.entry-content .wp-block-group p:last-child{margin-bottom:2.2rem}.entry-content p a,.entry-content .wp-block-group p:last-child a{color:#007ac0;text-decoration:underline}.entry-content p a:hover,.entry-content .wp-block-group p:last-child a:hover{text-decoration:none}.entry-content strong{font-weight:bold}.entry-content .wp-block-image{margin-bottom:2.2rem}.entry-content ul{margin-bottom:1.5rem;border-radius:6px;padding:1rem 1rem 1rem 2.5rem;border:2px solid #eee}.entry-content ul li{list-style:disc}.entry-content ol{margin-left:1.1rem;margin-bottom:1rem}.entry-content ol li{list-style:decimal}.entry-content h2{font-size:clamp(1rem,.511rem + 1.82vw,1.875rem);border-radius:6px;margin-bottom:1.5rem}.entry-content h3{font-size:clamp(.875rem,.511rem + 1.82vw,1.875rem);background-color:#eee;border-radius:6px;padding:.5rem 1rem;margin-bottom:1.5rem}.entry-content h4{font-size:clamp(.875rem,.511rem + 1.82vw,1.875rem);font-weight:500;border-top:2px solid #000;border-bottom:1px solid #eee;padding:.5rem 0;margin-bottom:1.5rem;margin-top:50px}.entry-content .vk_borderBox_title{border:none}.entry-content .vk_borderBox_body p{margin-bottom:1rem}.entry-content #toc_container{padding:30px;border-radius:6px;border:none !important;box-shadow:3px 3px 3px #ccc;margin-bottom:50px}.entry-content #toc_container .toc_title{text-align:left;position:relative;display:inline-block;position:relative;margin:0;padding:5px 0 5px 58px;font-size:23px;font-weight:700}.entry-content #toc_container .toc_title::before{display:inline-block;position:absolute;top:0;left:0;width:50px;height:50px;border-radius:50%;color:#fff;font-family:var(--fa);font-size:20px;font-weight:600;text-align:center;line-height:50px;content:"";background-color:var(--secondary-color)}.entry-content #toc_container .toc_toggle{display:inline-block;vertical-align:middle;width:75px;height:25px;margin-left:10px;border-radius:5px;background:#cbcbcb;color:#fff;font-size:14px;text-align:center;line-height:25px}.entry-content #toc_container .toc_toggle .toc_brackets,.entry-content #toc_container .toc_toggle .toc_brackets{display:none}.entry-content .toc_list{margin:inherit;padding:inherit;border:none;color:#555;padding-left:20px !important;margin:0 !important}.entry-content .toc_list>li{list-style:decimal !important;font-weight:700;padding:5px 0}.entry-content .toc_list>li a{color:#555}.entry-content .toc_list ul{margin:inherit;padding:inherit;border:none;margin-bottom:1rem !important}.entry-content .toc_list ul li{list-style:decimal !important;font-weight:500}.nav-links{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;margin-top:60px}.nav-links a{display:block;border:1px solid var(--text-color);padding:10px 20px;font-size:15px;font-weight:500}.nav-links a:hover{background-color:var(--text-color);color:#fff}.page-case__inner{max-width:var(--width-three-fourths);margin:0 auto;padding:100px 0;width:90%}.page-case__categories{margin-bottom:50px}.page-case__categories .category-list{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.page-case__categories .category-list li a{display:block;background-color:var(--white);color:var(--color-primary);padding:10px 20px;border-radius:60px}.page-case__categories .category-list li a:hover{background-color:var(--bg-black);color:var(--white)}.page-case__categories .category-list li a.current{background-color:var(--bg-black);color:var(--white)}.case-list ul{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}@media screen and (max-width: 991px){.case-list ul{grid-template-columns:1fr}}.case-list ul li a{display:flex;flex-direction:column;height:100%;background-color:var(--white);border-radius:10px;box-shadow:0 0 30px rgba(0,0,0,.1);padding:20px}.case-list ul li a figure{height:280px;overflow:hidden}.case-list ul li a figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-list ul li a .text{margin-top:30px}.case-list ul li a .text .terms{display:flex;flex-wrap:wrap}.case-list ul li a .text .terms li{background-color:var(--primary-color);color:var(--white);padding:0 10px;border-radius:4px;font-size:14px;margin-right:10px}.case-list ul li a .text .terms li.term-rice-column{background-color:#7b7b7b}.case-list ul li a .text p{font-size:16px}.page-works .container{width:90%}.page-works .works-nav ul{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:50px}.page-works .works-nav ul li a{display:block;background-color:var(--white);color:var(--color-primary);padding:10px 20px;border-radius:60px}.page-works .works-nav ul li a:hover{background-color:var(--bg-black);color:var(--white)}.page-works .works-nav ul li a.current{background-color:var(--bg-black);color:var(--white)}.page-works .works-table{background-color:var(--white);padding:50px}@media screen and (max-width: 991px){.page-works .works-table{padding:30px 20px}}.page-works .works-table__note{display:none;font-size:12px;margin-bottom:15px}@media screen and (max-width: 991px){.page-works .works-table__note{display:block}}.page-works .works-table:not(:last-child){margin-bottom:50px}.page-works .works-table h3{font-size:24px;margin-bottom:30px;color:var(--color-primary)}.page-works .works-table table{table-layout:fixed;word-break:break-all}@media screen and (max-width: 991px){.page-works .works-table__inner{overflow-x:auto}.page-works .works-table__inner table{width:400%}}.section-case-single .container{width:90%}.section-case-single .content{display:grid;grid-template-columns:1fr 1fr;gap:100px;background-color:var(--white);padding:50px;border-radius:var(--border-radius-lg);box-shadow:0 0 30px rgba(0,0,0,.1)}@media screen and (max-width: 991px){.section-case-single .content{grid-template-columns:1fr;gap:30px;padding:20px}}.section-case-single .content .body .title{font-size:clamp(20px,5vw,30px);font-weight:700;margin-bottom:30px}.section-case-single #main-slider .splide__slide{height:500px !important}@media screen and (max-width: 991px){.section-case-single #main-slider .splide__slide{height:200px !important}}.section-case-single #thumbnail-slider{margin-top:20px}.section-case-single #thumbnail-slider .splide__list{flex-wrap:wrap}.section-case-single #thumbnail-slider .splide__slide{opacity:.5;cursor:pointer}.section-case-single #thumbnail-slider .splide__slide.is-active{opacity:1;border:2px solid var(--primary-color)}.section-case-single #thumbnail-slider img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.paginationWP .page-numbers{margin-top:50px;display:flex;justify-content:center;gap:10px}.paginationWP .page-numbers .page-numbers{display:flex;align-items:center;justify-content:center;height:40px;background-color:var(--bg-black);color:var(--white);padding:.5rem 1rem;border-radius:10px}.paginationWP .page-numbers .page-numbers:hover{background-color:var(--color-secondary);color:var(--white)}.paginationWP .page-numbers .page-numbers.current{background-color:var(--color-secondary);color:var(--white)}