@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap";.header{position:fixed;width:100%;background:transparent;top:0;left:0;z-index:10}.header .header-container{width:100%;height:80px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:0 clamp(20px,3%,80px);position:relative}.header .logo{display:flex;align-items:center;width:clamp(80px,10%,111px);text-decoration:none;color:#333}.header .logo h1{margin:0}@media screen and (max-width: 768px){.header .logo h1{width:100px}}.header .nav{display:flex;align-items:center;gap:clamp(15px,1.4vw,30px);height:100%}@media screen and (max-width: 1280px){.header .nav{display:none}}.header .nav .nav-link{display:flex;align-items:center;height:100%;text-decoration:none;color:#000;font-size:clamp(12px,1.3vw,16px);font-weight:500;transition:color .3s ease}.header .contact-btn{width:clamp(100px,14%,190px)}@media screen and (max-width: 1280px){.header .contact-btn{display:none}}.header .contact-btn-text{font-size:clamp(12px,1.3vw,16px)}@media screen and (max-width: 768px){.header .header-container{padding:2rem}.header .nav{gap:1rem}}.header .hamburger{position:fixed;top:90px;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:calc(100vh - 90px);padding-bottom:13%;cursor:pointer;z-index:11}.header .hamburger:hover{border:0}.header .hamburger:hover .hamburger-text{opacity:.8}.header .hamburger:focus{border:0}@media screen and (max-width: 1280px){.header .hamburger{position:relative;top:0;height:30px;width:30px;padding-bottom:0}}.header .hamburger-line{position:relative;width:28px;height:14px}.header .hamburger-line span{position:absolute;width:100%;height:2px;background-color:#213043;transition:all .3s ease}.header .hamburger-line span.line1{top:0;left:0}.header .hamburger-line span.line2{top:50%;left:0;background:transparent;transform:translateY(-50%)}.header .hamburger-line span.line2-1{top:50%;left:0;width:13px;transform:translateY(-50%)}.header .hamburger-line span.line2-2{top:50%;right:0;width:13px;transform:translateY(-50%)}.header .hamburger-line span.line3{bottom:0;left:0;opacity:1}.header .hamburger.active .hamburger-line span{position:absolute;width:100%;height:2px;background-color:#213043}.header .hamburger.active .hamburger-line span.line1{top:50%;left:50%;transform:translate(-50%,-50%) rotate(-25deg)}.header .hamburger.active .hamburger-line span.line2{top:50%;left:50%;background:transparent;transform:translate(-50%,-50%) rotate(25deg)}.header .hamburger.active .hamburger-line span.line2-1{top:50%;left:0;width:10px;transform:translateY(-50%)}.header .hamburger.active .hamburger-line span.line2-2{top:50%;right:0;width:10px;transform:translateY(-50%)}.header .hamburger.active .hamburger-line span.line3{opacity:0}.header .hamburger-text{display:block;height:135px;color:#213043;font-size:clamp(10px,1vw,12px);font-weight:900;letter-spacing:.25em;writing-mode:vertical-lr;white-space:nowrap;padding-top:30px}@media screen and (max-width: 1280px){.header .hamburger-text{display:none}}.header .mobile-nav{position:fixed;top:0;right:0;width:100%;max-width:960px;height:100vh;background:#fff;z-index:10;display:flex;flex-direction:column;gap:40px;padding:120px;overflow-y:auto}@media screen and (max-width: 768px){.header .mobile-nav{gap:30px;padding:80px 48px 120px}}.header .mobile-nav .nav-link{font-size:clamp(20px,2.4vw,34px)}@media screen and (max-width: 768px){.header .mobile-nav .nav-link{font-size:24px}}.header .mobile-nav .nav-link .-jp{display:block;font-weight:500;font-size:clamp(10px,1.1vw,14px)}@media screen and (max-width: 768px){.header .mobile-nav .nav-link .-jp{font-size:14px}}.header .mobile-nav .nav-link-btm{display:flex;flex-direction:column;gap:32px;padding-top:56px}@media screen and (max-width: 768px){.header .mobile-nav .nav-link-btm{gap:24px;padding-top:48px}}.header .mobile-nav .nav-link-btm .nav-link{font-size:clamp(14px,1.5vw,20px)}@media screen and (max-width: 768px){.header .mobile-nav .nav-link-btm .nav-link{font-size:16px}}.header .mobile-nav .nav-link-btm .nav-link .-jp{font-size:clamp(10px,1vw,12px)}@media screen and (max-width: 768px){.header .mobile-nav .nav-link-btm .nav-link .-jp{font-size:12px}}.header-overlay{position:fixed;width:100vw;height:100vh;top:0;right:0;bottom:0;left:0;background:#407f93;z-index:10;opacity:.15;pointer-events:auto}.contact-btn-text{position:absolute;top:50%;left:50%;letter-spacing:.2em;color:#000;font-size:clamp(12px,1.3vw,16px);font-weight:700;transform:translate(-50%,-50%)}.contact-btn svg{position:relative}.contact-btn svg:after{content:"";position:absolute;top:0;left:50%;width:5px;height:25px;display:block;-webkit-mask-image:linear-gradient(to right,black 0,black calc(50% - 2px),transparent calc(50% - 2px),transparent calc(50% + 2px),black calc(50% + 2px));mask-image:linear-gradient(to right,black 0,black calc(50% - 2px),transparent calc(50% - 2px),transparent calc(50% + 2px),black calc(50% + 2px));-webkit-mask-size:100% 100%;mask-size:100% 100%}.footer{position:relative;overflow:hidden;padding-bottom:50px}.footer:before{content:"";position:absolute;display:block;bottom:0;left:50%;width:110%;height:75%;background:#7d90a0;border-radius:150% 150% 0 0;transform:translate(-50%);z-index:-1}@media screen and (max-width: 768px){.footer:before{width:1200px;height:90%}}.footer-img{max-width:870px;margin:0 auto}@media screen and (max-width: 768px){.footer-img{max-width:90%;width:90%}}.footer-contact{display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 768px){.footer-contact{padding-top:40px}}.footer-contact h3{font-size:64px;text-align:center;font-weight:700;color:#fff;letter-spacing:.12em;margin-top:20px}@media screen and (max-width: 768px){.footer-contact h3{font-size:40px}}.footer-contact>p{font-size:16px;text-align:center;color:#fff}.footer-contact-btn{margin-top:30px}@media screen and (max-width: 768px){.footer-contact-btn{max-width:260px}}.footer-contact-btn-text{position:absolute;left:50%;top:50%;width:100%;font-size:18px;color:#fff;text-align:center;transform:translate(-50%,-50%)}@media screen and (max-width: 768px){.footer-contact-btn-text{font-size:16px}}.footer-content{display:flex;justify-content:space-between;width:100%;padding:0 80px;margin-top:100px}@media screen and (max-width: 768px){.footer-content{flex-direction:column-reverse;padding:0 24px;margin-top:50px}}.footer-left{display:flex;flex-direction:column}@media screen and (max-width: 768px){.footer-left{padding-top:27px;align-items:center}}.footer-copy{display:block;font-size:14px;color:#fff;margin-top:20px}.footer-right{display:flex;flex-direction:column;align-items:flex-end}@media screen and (max-width: 768px){.footer-right{align-items:flex-start;width:100%;border-top:2px solid #fff;border-bottom:2px solid #fff;padding:40px 0}}.footer-link-list{display:flex;gap:1rem}@media screen and (max-width: 768px){.footer-link-list{flex-direction:column;align-items:flex-start;gap:16px}}.footer-link-list li a{color:#fff;text-decoration:none;font-size:16px}.footer-link-list li a:hover{opacity:.8}@media screen and (max-width: 768px){.footer-link-list li a{font-weight:700}}.footer-link-list-bottom{display:flex;gap:1rem}@media screen and (max-width: 768px){.footer-link-list-bottom{flex-direction:column;gap:8px;padding-top:24px}}.footer-link-list-bottom li a{display:block;font-size:14px;color:#fff;margin-top:16px}@media screen and (max-width: 768px){.footer-link-list-bottom li a{margin-top:0}}.layoout-1{display:flex;align-items:center;justify-content:center;gap:40px;width:100%}@media screen and (max-width: 768px){.layoout-1{flex-direction:column;gap:40px}}.layoout-1-left{width:60%}@media screen and (max-width: 768px){.layoout-1-left{width:100%}}.layoout-1-right{width:40%}@media screen and (max-width: 768px){.layoout-1-right{width:100%}}.layoout-1 .howa{position:absolute;top:0;right:-150px;opacity:.6}@media screen and (max-width: 1024px){.layoout-1 .howa{top:10px;right:-30px;width:320px;height:320px}}.layoout-2{display:block;width:100%}.layoout-2-text,.layoout-2-content{width:100%}#root{margin:0 auto}.card{padding:2em}.read-the-docs{color:#888}.container{position:relative;max-width:1360px;margin:0 auto;padding:0 clamp(80px,11.8vw,160px);z-index:2}@media screen and (max-width: 768px){.container{padding:0 24px}}.c-page{padding-top:220px}@media screen and (max-width: 768px){.c-page{padding-top:100px}}.main-text{font-size:clamp(10px,1.4vw,18px);letter-spacing:.02em;line-height:2.2;font-weight:500}@media screen and (max-width: 768px){.main-text{font-size:15px}}.view-more-btn{display:inline-flex;align-items:center;gap:16px}@media screen and (max-width: 768px){.view-more-btn.-rev{flex-direction:row-reverse;justify-content:center}}@media screen and (max-width: 768px){.view-more-btn svg{width:45px}}.pc-br{display:inline}@media screen and (max-width: 768px){.pc-br{display:none}}.sp-br{display:none}@media screen and (max-width: 768px){.sp-br{display:inline}}.tablet-br{display:none}@media screen and (max-width: 1024px){.tablet-br{display:inline}}@media screen and (max-width: 768px){.tablet-br{display:none}}.wide-br{display:none}@media screen and (max-width: 1280px){.wide-br{display:inline}}@media screen and (max-width: 768px){.wide-br{display:none}}.main-h2{position:relative;padding-bottom:40px}@media screen and (max-width: 768px){.main-h2{width:100%}}.main-h2-1{display:flex;align-items:center;font-size:clamp(10px,1.1vw,14px)}@media screen and (max-width: 768px){.main-h2-1{position:absolute;top:0;right:0;writing-mode:vertical-lr;white-space:nowrap}}.main-h2-1:before{content:"";display:block;width:15px;height:15px;margin-right:1.5rem}@media screen and (max-width: 768px){.main-h2-1:before{display:none}}.main-h2-1.icon-1:before{background:url(/images/common/icon-dot-01.svg) no-repeat center center;background-size:contain}@media screen and (max-width: 768px){.main-h2-1.icon-1{color:#f2c9a7}}.main-h2-1.icon-2:before{background:url(/images/common/icon-dot-02.svg) no-repeat center center;background-size:contain}@media screen and (max-width: 768px){.main-h2-1.icon-2{color:#c8eef5}}.main-h2-1.icon-3:before{background:url(/images/common/icon-dot-03.svg) no-repeat center center;background-size:contain}@media screen and (max-width: 768px){.main-h2-1.icon-3{color:#e7d263}}.main-h2-1.no-icon:before{content:none}.main-h2-1line{position:relative;display:inline-flex;align-items:center;font-size:clamp(10px,1.1vw,14px)}.main-h2-1line:before{content:"";position:absolute;width:70px;height:2px;background:#213043;top:50%;left:calc(100% + 14px);transform:translateY(-50%)}.main-h2-1line:after{content:"";position:absolute;width:10px;height:2px;background:#213043;top:50%;left:calc(100% + 100px);transform:translateY(-50%)}@media screen and (max-width: 768px){.main-h2-1line{position:absolute;top:0;right:0;writing-mode:vertical-lr;white-space:nowrap;font-size:14px;color:#fff;border-right:2px solid #fff;padding-right:5px;z-index:-1}.main-h2-1line:before{display:none}.main-h2-1line:after{display:none}.main-h2-1line.-black{color:#213043;border-right:2px solid #213043}.main-h2-1line.-yellow{color:#e7d263;border-right:2px solid #e7d263}.main-h2-1line.-blue{color:#c8eef5;border-right:2px solid #c8eef5}.main-h2-1line.-orange{color:#f2c9a7;border-right:2px solid #f2c9a7}}.main-h2-2{position:absolute;right:calc(100% + clamp(20px,4.4vw,60px));top:0;font-size:clamp(12px,1.3vw,18px);font-weight:700;writing-mode:vertical-rl;text-orientation:upright;white-space:nowrap;letter-spacing:.25em;padding-right:20px;border-right:2px solid #213043}@media screen and (max-width: 768px){.main-h2-2{position:relative;right:auto;writing-mode:initial;display:flex;align-items:center;font-size:16px;border-right:none;letter-spacing:.2em}}.main-h2-2:before{display:none}@media screen and (max-width: 768px){.main-h2-2:before{content:"";display:block;width:15px;height:15px;margin-right:1.5rem}}@media screen and (max-width: 768px){.main-h2-2.icon-1:before{background:url(../images/common/icon-dot-01.svg) no-repeat center center;background-size:contain}}@media screen and (max-width: 768px){.main-h2-2.icon-2:before{background:url(../images/common/icon-dot-02.svg) no-repeat center center;background-size:contain}}@media screen and (max-width: 768px){.main-h2-2.icon-3:before{background:url(../images/common/icon-dot-03.svg) no-repeat center center;background-size:contain}}.main-h2-2line{position:absolute;right:calc(100% + clamp(20px,4.4vw,60px));top:0;font-size:clamp(12px,1.3vw,18px);font-weight:700;writing-mode:vertical-rl;text-orientation:upright;white-space:nowrap;letter-spacing:.25em;padding-right:20px;border-right:2px solid #213043}@media screen and (max-width: 768px){.main-h2-2line{position:relative;top:auto;right:auto;display:inline-flex;align-items:center;font-size:16px;writing-mode:lr-tb;border-right:none}.main-h2-2line:before{content:"";position:absolute;display:block;width:70px;height:2px;background:#213043;top:50%;left:calc(100% + 14px);transform:translateY(-50%)}.main-h2-2line:after{content:"";position:absolute;width:10px;height:2px;background:#213043;top:50%;left:calc(100% + 100px);transform:translateY(-50%)}}.main-h2-3{display:block;font-size:clamp(20px,2.4vw,34px);font-weight:700;margin-top:40px}@media screen and (max-width: 768px){.main-h2-3{width:calc(100% - 40px);font-size:22px}}.main-h2-3.-l{font-size:clamp(28px,3vw,44px)}.main-h2-4{display:block;font-size:clamp(12px,1.3vw,18px);margin-top:30px}@media screen and (max-width: 768px){.main-h2-4{font-size:16px}}.contact-btn-text{position:absolute;top:50%;left:50%;letter-spacing:.2em;color:#000;font-weight:700;transform:translate(-50%,-50%)}.circle-base{transition:transform .3s ease-in-out;transform-origin:center center}a:hover .circle-base,.services-list-item:hover .circle-base{transform:rotate(270deg)}.embla{position:relative;max-width:1200px;margin:0 auto;overflow:hidden}.embla__viewport{overflow:hidden}.embla__container{display:flex}.embla__slide{flex:0 0 100%;min-width:0;box-sizing:border-box}.embla__text{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:60px}.embla__text p{font-size:clamp(12px,1.3vw,18px);line-height:2.2}@media screen and (max-width: 768px){.embla__text p{width:calc(100% - 40px);font-size:15px}}.embla__controls{display:flex;align-items:center;justify-content:space-between;padding:0;box-sizing:border-box}.embla__controls.-pc{display:flex}@media screen and (max-width: 768px){.embla__controls.-pc{display:none}}.embla__controls.-sp{display:none}@media screen and (max-width: 768px){.embla__controls.-sp{display:flex;justify-content:center;width:auto;margin:16px auto 0;gap:20px}}.embla__pagination-numbers{font-size:clamp(10px,1.1vw,14px)}@media screen and (max-width: 768px){.embla__pagination-numbers{font-size:14px}}.embla__button{border:none;font-size:clamp(10px,1.2vw,15px);background:transparent;cursor:pointer;z-index:10}.embla__button--prev{padding-left:0}.embla__button--next{padding-right:0}.embla__button:focus{outline:none}.embla__button:hover{opacity:.8}.embla__button:disabled{opacity:.3;cursor:not-allowed}.embla__dots{text-align:center;margin-top:20px}.embla__dot{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#ccc;margin:0 5px;cursor:pointer;border:1px solid #ccc;transition:background-color .2s ease,border-color .2s ease}.embla__dot--selected{background-color:#333;border-color:#333}.case-slider{width:100%}.case-slider-list{list-style:none;margin:0;padding:0}.case-slider-list-item{width:100%}.case-slider-bottom{padding-top:24px;gap:20px}.embla .case{position:relative;background:linear-gradient(to bottom,#edf3f700,#edf3f7 10%,#edf3f729 80%,#edf3f700);padding-top:200px;padding-bottom:100px}.embla .case:before{content:"";position:absolute;top:50px;left:0;width:30%;height:90%;background:url(/images/common/moya/moya_gray_01.png) no-repeat left top;background-size:contain}.embla .case:after{content:"";position:absolute;top:-50px;right:0;width:30%;height:90%;background:url(/images/common/moya/moya_gray_02.png) no-repeat right top;background-size:contain}.embla .case-slider-list-item-ttl{font-size:clamp(14px,1.5vw,20px);color:#213043;font-weight:700}@media screen and (max-width: 768px){.embla .case-slider-list-item-ttl{font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}}.embla .case-slider-list-item-logo-wrap{display:flex;align-items:center;gap:16px;margin-top:16px}.embla .case-slider-list-item-logo-wrap img{max-height:30px}@media screen and (max-width: 768px){.embla .case-slider-list-item-logo-wrap img{max-height:20px}}.embla .case-slider-list-item-text{color:#9a9a9a;font-size:clamp(10px,1.1vw,14px)}@media screen and (max-width: 768px){.embla .case-slider-list-item-text{font-size:12px}}.embla .case-slider-img-wrap{position:relative}.embla .case-slider-img-wrap img{width:100%;height:auto}@media screen and (max-width: 768px){.embla .case-slider-img-wrap img{margin-top:16px}}.embla .case-slider-top-ttl{display:none}@media screen and (max-width: 768px){.embla .case-slider-top-ttl{display:flex;flex-direction:column}}.embla .case-slider-top-ttl.-pc{display:flex;flex-direction:column;align-items:center;position:absolute;top:15px;right:15px}@media screen and (max-width: 768px){.embla .case-slider-top-ttl.-pc{display:none}}.embla .case-slider-top-ttl-utata{position:relative;display:inline-block;font-size:clamp(10px,1.1vw,14px);font-weight:700;padding-bottom:5px}.embla .case-slider-top-ttl-utata:before{content:"";position:absolute;width:calc(100% - 25px);height:1px;background:#213043;top:100%;left:0;transform:translateY(-100%)}.embla .case-slider-top-ttl-utata:after{content:"";position:absolute;width:10px;height:1px;background:#213043;top:100%;right:0;transform:translateY(-50%)}@media screen and (max-width: 768px){.embla .case-slider-top-ttl-utata{position:relative;display:inline-block;font-size:12px;font-weight:700}.embla .case-slider-top-ttl-utata:before{content:"";position:absolute;width:80px;height:2px;background:#213043;top:50%;left:calc(100% + 14px);transform:translateY(-50%)}.embla .case-slider-top-ttl-utata:after{content:"";position:absolute;width:10px;height:2px;background:#213043;top:50%;left:calc(100% + 100px);right:auto;transform:translateY(-50%)}}.embla .case-slider-top-ttl-utata.-white{color:#fff}.embla .case-slider-top-ttl-utata.-white:before,.embla .case-slider-top-ttl-utata.-white:after{background:#fff}@media screen and (max-width: 768px){.embla .case-slider-top-ttl-utata.-white{color:#213043}.embla .case-slider-top-ttl-utata.-white:before,.embla .case-slider-top-ttl-utata.-white:after{background:#213043}}.embla .case-slider-top-ttl-text{position:relative;display:inline-flex;gap:5px;font-size:clamp(16px,1.8vw,24px);font-weight:500;writing-mode:vertical-rl;margin-top:20px}@media screen and (max-width: 768px){.embla .case-slider-top-ttl-text{position:relative;display:inline-flex;gap:5px;font-size:18px;font-weight:500;writing-mode:horizontal-tb;margin-top:10px}}.embla .case-slider-top-ttl-text.-white{color:#fff}@media screen and (max-width: 768px){.embla .case-slider-top-ttl-text.-white{color:#213043}}@media screen and (max-width: 768px){.embla .case-slider-list-item:nth-of-type(1) .case-slider-top-ttl-text:before{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-1-1.svg) no-repeat center center;background-size:contain;margin-top:5px}.embla .case-slider-list-item:nth-of-type(1) .case-slider-top-ttl-text:after{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-1-2.svg) no-repeat center center;background-size:contain;margin-top:5px}.embla .case-slider-list-item:nth-of-type(2) .case-slider-top-ttl-text:before{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-2-1.svg) no-repeat center center;background-size:contain;margin-top:5px}.embla .case-slider-list-item:nth-of-type(2) .case-slider-top-ttl-text:after{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-2-2.svg) no-repeat center center;background-size:contain;margin-top:5px}.embla .case-slider-list-item:nth-of-type(3) .case-slider-top-ttl-text:before{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-3-1.svg) no-repeat center center;background-size:contain;margin-top:5px}.embla .case-slider-list-item:nth-of-type(3) .case-slider-top-ttl-text:after{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-3-2.svg) no-repeat center center;background-size:contain;margin-top:5px}}.embla .view-more-btn{min-width:190px;width:190px;white-space:nowrap}@media screen and (max-width: 768px){.embla .view-more-btn{display:none}}.embla__slide--fade{transition:opacity .02s}.topNews_btn{display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:8px}.topNews_btn:hover{opacity:.8}.topNews_btn .circle-arrow{min-width:60px}@media screen and (max-width: 768px){.topNews_btn .circle-arrow{display:none}}.topNews_img{width:200px;min-width:200px}@media screen and (max-width: 768px){.topNews_img{width:140px;min-width:140px}}.topNews_img img{width:100%;height:auto;border-radius:8px}.topNews_text{display:block;flex-grow:1;padding:0 40px}@media screen and (max-width: 768px){.topNews_text{padding:0 0 0 24px}}.topNews_text_top{display:flex;align-items:center;gap:24px}.topNews_date{font-size:clamp(10px,1.1vw,14px);color:#babbc3}.topNews_cate{font-size:clamp(10px,1.1vw,14px);color:#fa720d}.topNews_title{display:block;font-size:clamp(12px,1.3vw,18px);color:#213043;padding-top:24px}@media screen and (max-width: 768px){.topNews_title{font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;padding-top:8px}}.home .hero{position:relative;padding:16rem 0 0}@media screen and (max-width: 768px){.home .hero{padding:5rem 0 0}}.home .hero:before{content:"";position:absolute;top:0;left:0;width:60%;height:100%;background:url(/images/home/mv_bg_l.png) no-repeat left top;background-size:contain;z-index:-1}@media screen and (max-width: 768px){.home .hero:before{width:100%;background:url(/images/home/mv_bg@sp.png) no-repeat left top;background-size:contain}}.home .hero:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:url(/images/home/mv_bg_r.png) no-repeat right top;background-size:contain;z-index:-1}@media screen and (max-width: 768px){.home .hero:after{display:none}}.home .hero-content{position:relative;width:100vw;margin:0 auto}@media screen and (max-width: 768px){.home .hero-content{padding-top:350px}}.home .hero-img{width:100%}@media screen and (max-width: 768px){.home .hero-img{padding:0}}.home .hero-img-pc{display:block}@media screen and (max-width: 768px){.home .hero-img-pc{display:none}}.home .hero-img-sp{display:none}@media screen and (max-width: 768px){.home .hero-img-sp{display:block}}.home .hero-subtitle1{position:absolute;top:10%;right:10%;color:#213043;font-size:clamp(28px,3.5vw,54px);font-weight:700;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.1em}@media screen and (max-width: 768px){.home .hero-subtitle1{top:5%;right:auto;left:60%;font-size:30px}}.home .hero-subtitle1 span{color:#fa720d}@media screen and (max-width: 768px){.home .hero-subtitle1 br{display:none}}.home .hero-subtitle2{position:absolute;top:40%;left:10%;color:#213043;font-size:clamp(12px,1.3vw,18px);writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.1em}@media screen and (max-width: 768px){.home .hero-subtitle2{top:5%;left:auto;right:45%;font-size:20px;line-height:1.7}}.home .hero .hero-scroll{position:relative;background:#ffefe2}.home .hero .hero-scroll .scroll_down{display:flex;justify-content:center;text-align:center}.home .hero .hero-scroll .scroll_down>p{display:block;font-size:12px;font-weight:900;padding-top:60px;letter-spacing:.25em}.home .hero .hero-scroll .scroll_down:before{content:"";position:absolute;bottom:18px;left:50%;width:12px;height:12px;border-radius:50%;background:#000;transform:translate(-50%);opacity:0;animation:circlemove 2.5s ease-in infinite,cirlemovehide 2.5s ease-in infinite}@media screen and (max-width: 768px){.home .hero .hero-scroll .scroll_down:before{animation:circlemoveSP 2s ease-in infinite}}.home .hero .hero-scroll .scroll_down:after{content:"";position:absolute;bottom:30px;left:50%;width:2px;height:60px;transform:translate(-50%);background:#000}@media screen and (max-width: 768px){.home .hero .hero-scroll .scroll_down:after{height:40px}}@keyframes circlemove{0%{bottom:90px;opacity:0}3%{bottom:90px}5%{opacity:1}85%{opacity:1}90%{bottom:25px;opacity:0}to{bottom:25px;opacity:0}}@keyframes circlemoveSP{0%{bottom:70px;opacity:0}3%{bottom:70px}15%{opacity:1}60%{opacity:1}90%{bottom:25px;opacity:0}to{bottom:25px;opacity:0}}@keyframes cirlemovehide{0%{opacity:0}15%{opacity:1}60%{opacity:1}90%{opacity:0}to{opacity:0}}.home .mission{position:relative;padding-top:80px;padding-bottom:120px;background:linear-gradient(to bottom,#ffefe2 80%,#fff);z-index:0}@media screen and (max-width: 768px){.home .mission{background:linear-gradient(to bottom,#ffefe2 95%,#fff);padding-top:60px;padding-bottom:60px}}.home .mission:before{content:"";position:absolute;bottom:0;left:0;width:40%;height:90%;background:url(/images/home/moya_white_01.png) no-repeat left bottom;background-size:contain}.home .mission:after{content:"";position:absolute;bottom:-20%;right:0;width:30%;height:90%;background:url(/images/home/moya_orange_01.png) no-repeat right bottom;background-size:contain}@media screen and (max-width: 768px){.home .mission:after{bottom:35%}}.home .mission-img-pc{width:100%;height:auto}@media screen and (max-width: 768px){.home .mission-img-pc{display:none}}.home .mission-img-sp{display:none;width:100%;height:auto}@media screen and (max-width: 768px){.home .mission-img-sp{display:block}}@media screen and (max-width: 768px){.home .mission .main-text{margin-top:20px}}.home .mission .view-more-btn{margin-top:48px}@media screen and (max-width: 768px){.home .mission .view-more-btn.-rev{margin-top:40px}}@media screen and (max-width: 768px){.home .mission .layoout-1{gap:0}}.home .reason{padding:120px 0 20px;background:linear-gradient(to bottom,#fff 80%,#fff)}@media screen and (max-width: 1024px){.home .reason{padding:80px 0 0}}@media screen and (max-width: 768px){.home .reason{padding:60px 0 0}}.home .reason-img-wrap.-pc{display:block}@media screen and (max-width: 768px){.home .reason-img-wrap.-pc{display:none}}.home .reason-img-wrap.-sp{display:none}@media screen and (max-width: 768px){.home .reason-img-wrap.-sp{display:block}}.home .reason-img{width:100%;height:auto}.home .reason-img-text{position:absolute;top:0;left:0;text-align:center;color:#000;font-size:clamp(10px,1.2vw,15px);font-weight:700;letter-spacing:.1em}@media screen and (max-width: 768px){.home .reason-img-text{font-size:3.6vw}}.home .reason-img-text-text span{font-size:clamp(28px,3.4vw,52px);color:#fa720d;letter-spacing:.02em}@media screen and (max-width: 768px){.home .reason-img-text-text span{font-size:9.23vw}}.home .reason-img-text.-t1{top:14%;left:18%}@media screen and (max-width: 768px){.home .reason-img-text.-t1{top:18%;left:13%}}.home .reason-img-text.-t2{top:37%;left:56%}@media screen and (max-width: 768px){.home .reason-img-text.-t2{top:13%;left:62%}}.home .reason-img-text.-t3{top:65%;left:23%}@media screen and (max-width: 768px){.home .reason-img-text.-t3{top:57%;left:41%}}@media screen and (max-width: 768px){.home .reason .main-text{margin-top:20px}}.home .reason .view-more-btn{margin-top:48px}@media screen and (max-width: 768px){.home .reason .view-more-btn.-rev{margin-top:40px}}.home .case{position:relative;background:linear-gradient(to bottom,#edf3f700,#edf3f7 10%,#edf3f729 80%,#edf3f700);padding-top:200px;padding-bottom:100px;margin-bottom:0}@media screen and (max-width: 1024px){.home .case{background:linear-gradient(to bottom,#edf3f700,#edf3f729 2%,#edf3f7 10%,#edf3f729 80%,#edf3f700);padding-top:160px;padding-bottom:50px}}@media screen and (max-width: 768px){.home .case{background:linear-gradient(to bottom,#edf3f700,#edf3f729 2%,#edf3f7 10%,#edf3f729 80%,#edf3f700);padding-top:120px}}.home .case:before{content:"";position:absolute;top:50px;left:0;width:30%;height:90%;background:url(/images/common/moya/moya_gray_01.png) no-repeat left top;background-size:contain}@media screen and (max-width: 768px){.home .case:before{display:none}}.home .case:after{content:"";position:absolute;top:-50px;right:0;width:30%;height:90%;background:url(/images/common/moya/moya_gray_02.png) no-repeat right top;background-size:contain}@media screen and (max-width: 768px){.home .case:after{top:2%;width:40%}}.home .case-slider-list-item-ttl{font-size:clamp(14px,1.5vw,20px);color:#213043;font-weight:700}@media screen and (max-width: 768px){.home .case-slider-list-item-ttl{font-size:16px}}.home .case-slider-list-item-logo-wrap{display:flex;align-items:center;gap:16px;margin-top:16px}.home .case-slider-list-item-logo-wrap img{max-height:30px}@media screen and (max-width: 768px){.home .case-slider-list-item-logo-wrap img{max-height:20px}}.home .case-slider-list-item-text{color:#9a9a9a;font-size:clamp(10px,1.1vw,14px)}@media screen and (max-width: 768px){.home .case-slider-list-item-text{font-size:12px}}.home .case-slider-img-wrap{position:relative}.home .case-slider-img-wrap img{width:100%;height:auto}@media screen and (max-width: 768px){.home .case-slider-img-wrap img{margin-top:16px}}.home .case-slider-top-ttl{display:none}@media screen and (max-width: 768px){.home .case-slider-top-ttl{display:flex;flex-direction:column}}.home .case-slider-top-ttl.-pc{display:flex;flex-direction:column;align-items:center;position:absolute;top:15px;right:15px}@media screen and (max-width: 768px){.home .case-slider-top-ttl.-pc{display:none}}.home .case-slider-top-ttl-utata{position:relative;display:inline-block;font-size:clamp(10px,1.1vw,14px);font-weight:700;padding-bottom:5px}.home .case-slider-top-ttl-utata:before{content:"";position:absolute;width:calc(100% - 25px);height:1px;background:#213043;top:100%;left:0;transform:translateY(-100%)}.home .case-slider-top-ttl-utata:after{content:"";position:absolute;width:10px;height:1px;background:#213043;top:100%;right:0;transform:translateY(-50%)}@media screen and (max-width: 768px){.home .case-slider-top-ttl-utata{position:relative;display:inline-block;font-size:12px;font-weight:700}.home .case-slider-top-ttl-utata:before{content:"";position:absolute;width:80px;height:2px;background:#213043;top:50%;left:calc(100% + 14px);transform:translateY(-50%)}.home .case-slider-top-ttl-utata:after{content:"";position:absolute;width:10px;height:2px;background:#213043;top:50%;left:calc(100% + 100px);right:auto;transform:translateY(-50%)}}.home .case-slider-top-ttl-utata.-white{color:#fff}.home .case-slider-top-ttl-utata.-white:before,.home .case-slider-top-ttl-utata.-white:after{background:#fff}@media screen and (max-width: 768px){.home .case-slider-top-ttl-utata.-white{color:#213043}.home .case-slider-top-ttl-utata.-white:before,.home .case-slider-top-ttl-utata.-white:after{background:#213043}}.home .case-slider-top-ttl-text{position:relative;display:inline-flex;gap:5px;font-size:clamp(16px,1.8vw,24px);font-weight:500;writing-mode:vertical-rl;margin-top:20px}@media screen and (max-width: 768px){.home .case-slider-top-ttl-text{position:relative;display:inline-flex;gap:5px;font-size:18px;font-weight:500;writing-mode:horizontal-tb;margin-top:10px}}.home .case-slider-top-ttl-text.-white{color:#fff}@media screen and (max-width: 768px){.home .case-slider-top-ttl-text.-white{color:#213043}}@media screen and (max-width: 768px){.home .case-slider-list-item:nth-of-type(1) .case-slider-top-ttl-text:before{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-1-1.svg) no-repeat center center!important;background-size:contain;margin-top:5px}.home .case-slider-list-item:nth-of-type(1) .case-slider-top-ttl-text:after{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-1-2.svg) no-repeat center center!important;background-size:contain;margin-top:5px}.home .case-slider-list-item:nth-of-type(2) .case-slider-top-ttl-text:before{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-2-1.svg) no-repeat center center;background-size:contain;margin-top:5px}.home .case-slider-list-item:nth-of-type(2) .case-slider-top-ttl-text:after{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-2-2.svg) no-repeat center center;background-size:contain;margin-top:5px}.home .case-slider-list-item:nth-of-type(3) .case-slider-top-ttl-text:before{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-3-1.svg) no-repeat center center;background-size:contain;margin-top:5px}.home .case-slider-list-item:nth-of-type(3) .case-slider-top-ttl-text:after{content:"";display:block;width:9px;height:6px;background:url(/images/home/slider-icon-3-2.svg) no-repeat center center;background-size:contain;margin-top:5px}}.home .case .view-more-btn{min-width:190px;width:190px;white-space:nowrap}@media screen and (max-width: 768px){.home .case .view-more-btn{display:none}}@media screen and (max-width: 768px){.home .view-more-btn{width:100%;white-space:nowrap}}.home .view-more-btn .lato-bold{font-size:clamp(10px,1.1vw,14px);color:#213043}.home .news{position:relative;background:linear-gradient(to bottom,#edf3f700,#edf3f729 10%,#edf3f7 80%,#edf3f700);padding-top:100px;padding-bottom:120px}@media screen and (max-width: 1024px){.home .news{padding-top:0}}@media screen and (max-width: 768px){.home .news{padding-top:50px}}.home .news:before{content:"";position:absolute;top:-130px;left:0;width:30%;height:90%;background:url(/images/home/moya_gray_03.png) no-repeat left top;background-size:contain}@media screen and (max-width: 1024px){.home .news:before{top:-100px}}.home .news .main-h2-4{font-size:clamp(12px,1.3vw,18px);line-height:2.2}@media screen and (max-width: 1024px){.home .news .main-h2-4{font-size:15px}}.home .topNews{display:flex;flex-direction:column;gap:40px}.main-h1{position:relative;padding-bottom:40px}@media screen and (max-width: 768px){.main-h1{padding-right:80px}}.main-h1-1{display:flex;align-items:center;font-size:clamp(10px,1.1vw,14px)}@media screen and (max-width: 768px){.main-h1-1{position:absolute;top:0;right:0;writing-mode:vertical-lr;font-size:10px;white-space:nowrap}}.main-h1-1:before{content:"";display:block;width:15px;height:15px;margin-right:1.5rem}@media screen and (max-width: 768px){.main-h1-1:before{margin-right:0;margin-bottom:10px}}.main-h1-1.icon-1:before{background:url(/images/common/icon-dot-01.svg) no-repeat center center;background-size:contain}.main-h1-1.icon-2:before{background:url(/images/common/icon-dot-02.svg) no-repeat center center;background-size:contain}.main-h1-1.icon-3:before{background:url(/images/common/icon-dot-03.svg) no-repeat center center;background-size:contain}.main-h1-2{display:block;font-size:clamp(28px,3vw,44px);font-weight:700;line-height:1.6;margin-top:40px}@media screen and (max-width: 768px){.main-h1-2{font-size:2.4rem;padding-top:70px;margin-top:0}}.main-h1-3{display:block;font-size:clamp(12px,1.3vw,18px);font-weight:700;line-height:2;margin-top:50px}.main-h1-4{display:none}@media screen and (max-width: 768px){.main-h1-4{position:absolute;top:0;right:25px;display:block;writing-mode:vertical-rl;font-size:16px;font-weight:700;line-height:2.4;border-right:2px solid #000;padding-bottom:.5rem;white-space:nowrap}}.about{padding-top:220px}@media screen and (max-width: 768px){.about{padding-top:95px}}.about .container{position:relative}.about .kv{position:relative;overflow:hidden}.about .kv:after{content:"";position:absolute;bottom:0;left:0;width:30%;height:90%;background:url(/images/about/moya_01.svg) no-repeat left bottom;background-size:contain}.about .bg-img{position:absolute;top:0;right:-150px;opacity:.6}@media screen and (max-width: 1024px){.about .bg-img{top:10px;right:-30px;width:320px;height:320px}}.about .main-text{font-size:clamp(12px,1.3vw,16px)}@media screen and (max-width: 768px){.about .main-text{font-size:15px}}.about .mission{position:relative;height:auto;padding-top:240px;padding-bottom:120px;background:linear-gradient(to bottom,#fff,#edf3f7 10%,#edf3f7 90%,#fff)}@media screen and (max-width: 768px){.about .mission{padding-top:160px;padding-bottom:60px;background:linear-gradient(to bottom,#fff,#edf3f7 7.5%,#edf3f7 90%,#fff)}}.about .mission:before{content:"";position:absolute;top:-50px;left:0;width:30%;height:90%;background:url(/images/common/moya/moya_gray_05.png) no-repeat left top;background-size:contain}@media screen and (max-width: 768px){.about .mission:before{top:40px;width:60%}}.about .mission:after{content:"";position:absolute;bottom:0;right:0;width:20%;height:90%;background:url(/images/common/moya/moya_gray_09.png) no-repeat right bottom;background-size:contain}.about .mission .container{padding:0 0 0 160px}@media screen and (max-width: 1024px){.about .mission .container{padding:0 clamp(80px,11.8vw,160px)}}@media screen and (max-width: 768px){.about .mission .container{padding:0 24px}}.about .mission img.-pc{display:block}@media screen and (max-width: 768px){.about .mission img.-pc{display:none}}.about .mission img.-sp{display:none}@media screen and (max-width: 768px){.about .mission img.-sp{display:block}}.about .guide{padding-top:120px}@media screen and (max-width: 768px){.about .guide{padding-top:60px}}.about .guide-list{display:flex;flex-direction:column;gap:60px}@media screen and (max-width: 768px){.about .guide-list{gap:40px}}.about .member{position:relative;height:auto;background:linear-gradient(to bottom,#fff,#fff,#ffefe2 20%,#ffefe2 90%,#fff);padding-top:240px;padding-bottom:120px}@media screen and (max-width: 768px){.about .member{padding-top:160px;padding-bottom:160px;background:linear-gradient(to bottom,#fff,#fff 5%,#ffefe2 20%,#ffefe2 90%,#fff calc(100% - 30px),#fff)}}.about .member:before{content:"";position:absolute;top:50px;left:0;width:30%;height:90%;background:url(/images/common/moya/moya_orange_02.png) no-repeat left top;background-size:contain}@media screen and (max-width: 768px){.about .member:before{top:40px;width:60%}}.about .member:after{content:"";position:absolute;bottom:0;right:0;width:20%;height:90%;background:url(/images/common/moya/moya_orange_01.png) no-repeat right bottom;background-size:contain}@media screen and (max-width: 768px){.about .member:after{width:40%}}.about .member .main-h2{padding-bottom:0}.about .member .main-h2-1line{display:none}@media screen and (max-width: 768px){.about .member .main-h2-1line{display:block}}.about .overview{padding-top:120px;margin-bottom:120px}@media screen and (max-width: 768px){.about .overview{padding-top:0}}.about .overview .main-h2{padding-bottom:0}.about .overview .main-h2-1line{display:none}@media screen and (max-width: 768px){.about .overview .main-h2-1line{display:block}}.about .overview-list{display:flex;flex-direction:column;--ov-left-w: 180px}@media screen and (max-width: 768px){.about .overview-list{--ov-left-w: clamp(70px, 20%, 120px)}}.about .overview-list-row{display:grid;grid-template-columns:var(--ov-left-w) 1fr;column-gap:15px}.about .overview-list-row:first-child{padding-top:0;margin-top:40px}.about .overview-list-row:last-child{padding-bottom:0}@media screen and (max-width: 768px){.about .overview-list-row{padding:16px 0 0}}.about .overview-list-left{font-size:clamp(12px,1.3vw,18px);font-weight:700;line-height:1.75;min-width:180px;border-bottom:1px solid #213043;padding:clamp(16px,3vw,32px) 0}@media screen and (max-width: 768px){.about .overview-list-left{font-size:15px;min-width:inherit}}.about .overview-list-right{font-size:clamp(12px,1.3vw,16px);line-height:1.75;border-bottom:1px solid #213043;padding:clamp(16px,3vw,32px) 0}@media screen and (max-width: 768px){.about .overview-list-right{font-size:14px}}.imageText{display:flex;align-items:center;gap:37px}@media screen and (max-width: 768px){.imageText{flex-direction:column;gap:24px}}@media screen and (max-width: 768px){.imageText_content{order:2;width:100%}}.imageText_img{flex:0 0 auto}@media screen and (max-width: 768px){.imageText_img{order:1}}.imageText_img img{width:100%;height:100%;object-fit:contain;display:block}.imageText_heading{font-size:clamp(20px,2vw,30px);margin-bottom:25px}@media screen and (max-width: 768px){.imageText_heading{font-size:22px}}.imageText_text{font-size:clamp(12px,1.3vw,16px);line-height:2;letter-spacing:.02em}@media screen and (max-width: 768px){.imageText_text{font-size:15px}}.imageGrid{display:grid;justify-content:center;grid-template-columns:repeat(3,1fr);gap:32px}.imageGrid_item img{width:100%;height:auto;display:block}@media screen and (max-width: 768px){.imageGrid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px}.imageGrid_item img{width:100%}}body.modal-open{overflow:hidden;position:fixed;width:100%;height:100%;left:0;top:0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#21304333;display:flex;padding-inline:64px;justify-content:center;align-items:center;z-index:9999;opacity:0;visibility:hidden;transition:all .3s}@media screen and (max-width: 768px){.modal-overlay{padding-inline:0}}.modal-overlay.open{opacity:1;visibility:visible;transition:all .3s}.modal-content-wrapper{position:absolute;top:50%;left:50%;width:calc(100% - 64px);max-width:1360px;height:calc(100% - 64px);max-height:820px;background-color:#fff;transform:translate(-50%,-50%)}@media screen and (max-width: 768px){.modal-content-wrapper{width:100%;height:90%;top:auto;bottom:0;max-height:90%;transform:translate(-50%)}}.modal-content-scroll{overflow-y:auto;height:100%}.modal-content-wrap{position:relative;padding:4% 12% 5%}@media screen and (max-width: 768px){.modal-content-wrap{padding:0}}.modal-content{border-radius:8px;flex-grow:1;flex-direction:column;width:100%}@media screen and (max-width: 1024px){.modal-content{padding:8% 15%}}@media screen and (max-width: 768px){.modal-content{padding:40px 8.3% 100px;overflow-y:auto;border-radius:8px 8px 0 0}}@media screen and (width < 376px){.modal-content{padding-inline:24px}}.modal-close-btn{position:absolute;top:3%;right:4%;width:43px;height:43px;background:transparent;cursor:pointer;z-index:10;outline:none;border:none;padding:0}@media screen and (max-width: 768px){.modal-close-btn{top:16px;right:16px}}.modal-close-btn:focus{outline:none}.modal-close-btn svg{background:transparent}.modal-close-btn .circle-base{transition:transform .3s ease-in-out;transform-origin:center center}.modal-close-btn:hover .circle-base{transform:rotate(270deg)}.modal-close-btn svg{width:100%;height:auto}.modal-nav-btns{position:absolute;top:50%;left:50%;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 100px);pointer-events:none;z-index:1;transform:translate(-50%,-50%)}@media screen and (max-width: 768px){.modal-nav-btns{top:unset;bottom:0;width:calc(100% - 48px);padding:24px;transform:none;background:#fff;transform:translate(-50%)}}.modal-nav-btn{padding:0;background:transparent;border:none;cursor:pointer;z-index:2;pointer-events:auto;outline:none}.modal-nav-btn:focus{outline:none}.modal-nav-btn img{display:block;width:44px;height:auto}.modal-nav-btn span{font-size:clamp(10px,1vw,12px)}.modal-header{margin-bottom:4%;flex-shrink:0}@media screen and (max-width: 768px){.modal-header{margin-bottom:24px}}.modal-header .modal-main-category{display:block;font-size:clamp(10px,1.1vw,14px);color:#b3bfc9;margin-bottom:8px}@media screen and (max-width: 768px){.modal-header .modal-main-category{font-size:12px;margin-bottom:6px}}.modal-header .modal-category-title{font-size:clamp(20px,2.2vw,32px);font-weight:700}@media screen and (max-width: 768px){.modal-header .modal-category-title{font-size:24px}}.modal-body-layout{display:flex;column-gap:6%;overflow:hidden;flex-grow:1}@media screen and (max-width: 1024px){.modal-body-layout{flex-direction:column;overflow:visible}}.modal-img{width:35%;height:100%;border-radius:8px;flex-shrink:0}@media screen and (max-width: 1024px){.modal-img{width:100%;height:auto;margin-bottom:34px}}@media screen and (max-width: 768px){.modal-img{margin-bottom:24px}}.modal-details-container{flex:1}@media screen and (max-width: 768px){.modal-details-container{width:100%}}.modal-subtitle{margin-bottom:24px;font-size:clamp(20px,2vw,30px)}@media screen and (max-width: 768px){.modal-subtitle{margin-bottom:16px;font-size:20px}}.modal-description{margin-bottom:40px;font-size:clamp(12px,1.3vw,16px);line-height:2}@media screen and (max-width: 768px){.modal-description{margin-bottom:24px;font-size:15px}}.modal-points-list{list-style:none;margin-bottom:40px}@media screen and (max-width: 768px){.modal-points-list{margin-bottom:24px}}.modal-points-list li{display:flex;padding:16px 24px;background:#f1f4f7;font-size:clamp(12px,1.3vw,18px);border-radius:8px}@media screen and (max-width: 768px){.modal-points-list li{font-size:15px}}.modal-points-list li:not(:last-child){margin-bottom:16px}.modal-points-list li .check-icon{margin-top:4px;margin-right:14px;width:24px;height:24px}.modal-related-case{flex-shrink:0;margin-top:auto}@media screen and (max-width: 768px){.modal-related-case{margin-top:24px}}.modal-related-case .related-case-title{display:block;margin-bottom:16px;font-size:clamp(12px,1.3vw,18px);font-weight:700}@media screen and (max-width: 768px){.modal-related-case .related-case-title{font-size:15px}}.modal-related-case .related-case-link{display:flex;align-items:center;column-gap:3%}.modal-related-case .related-case-link .circle-arrow{flex-shrink:0;width:7%;height:7%}.modal-related-case .related-case-img{flex-shrink:0;width:27%;height:100%;border-radius:8px}.modal-related-case .related-case-company{display:flex;align-items:center;column-gap:16px}.modal-related-case .related-case-company .company-logo{width:18%;height:auto}.modal-related-case .related-case-company .company-name{font-size:clamp(10px,1.1vw,14px);color:#9a9a9a}.modal-related-case .related-case-description{font-size:clamp(10px,1.1vw,14px);font-weight:700;line-height:2;margin-bottom:5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.accordion{margin-top:37px}.accordion-item{margin-bottom:0}.accordion-header{display:flex;padding-block:32px;cursor:pointer;font-size:clamp(12px,1.3vw,18px)}@media screen and (max-width: 1024px){.accordion-header{padding-block:20px;font-size:15px}}.accordion-question{flex-grow:1;margin:0;line-height:1.5}.accordion-question-prefix{font-weight:700;margin-right:37px;flex-shrink:0}@media screen and (max-width: 1024px){.accordion-question-prefix{margin-right:12px}}.accordion-icon{transition:transform .3s ease;flex-shrink:0}.accordion-icon.open{transform:rotate(180deg)}.accordion-icon svg{display:block}.accordion-content{overflow:hidden;transition:max-height .3s ease-out}.accordion-answer{flex-grow:1;margin:0;font-size:clamp(12px,1.3vw,16px);line-height:2}@media screen and (max-width: 1024px){.accordion-answer{font-size:15px}}.accordion-answer-inner{padding-right:50px;padding-bottom:32px;display:flex;align-items:flex-start}@media screen and (max-width: 1024px){.accordion-answer-inner{padding-bottom:20px}}.accordion-answer-prefix{margin-right:37px;font-size:clamp(12px,1.3vw,18px);flex-shrink:0}@media screen and (max-width: 1024px){.accordion-answer-prefix{margin-right:12px;font-size:15px}}.accordion-divider{position:relative}.accordion-divider:before{content:"";position:absolute;top:0;left:0;width:19px;height:1px;background-color:#213043}.accordion-divider:after{content:"";position:absolute;top:0;right:0;width:calc(100% - 26px);height:1px;background-color:#213043}.services{padding-top:100px}@media screen and (max-width: 768px){.services{padding-top:95px}}.services .description{font-size:clamp(12px,1.3vw,16px);line-height:2.5}@media screen and (max-width: 1024px){.services .description{font-size:15px;line-height:2.2}}.services .intro{overflow:hidden}.services .intro .container{position:relative;padding-block:120px}@media screen and (max-width: 1024px){.services .intro .container{padding-top:0;padding-bottom:56px}}.services .intro .main-h1-2{margin-top:22px;margin-bottom:0}@media screen and (max-width: 768px){.services .intro .main-h1-2{display:none}}@media screen and (max-width: 768px){.services .intro .main-h1-4{white-space:nowrap}}.services .intro .main-h2-3{margin-top:24px}@media screen and (max-width: 768px){.services .intro .main-h2-3{font-size:24px}}.services .intro .main-h2-3 br{display:none}@media screen and (max-width: 768px){.services .intro .main-h2-3 br{display:block}}.services .intro .number{display:flex;justify-content:center;column-gap:54px;margin-top:64px}@media screen and (max-width: 1280px){.services .intro .number{flex-wrap:wrap;justify-content:center;max-width:500px;gap:18px 24px;margin-inline:auto}}@media screen and (max-width: 1024px){.services .intro .number{margin-top:40px}}@media screen and (width < 388px){.services .intro .number{gap:18px 0;justify-content:space-between}}.services .intro .number-item{display:flex;flex-direction:column;justify-content:center;width:215px;height:215px;text-align:center;color:#000;font-size:clamp(10px,1.2vw,15px);font-weight:700;letter-spacing:.1em;background-repeat:no-repeat;background-size:contain;background-position:center}@media screen and (max-width: 1024px){.services .intro .number-item{max-width:158px;max-height:158px;font-size:14px;letter-spacing:.28px}}@media screen and (width < 388px){.services .intro .number-item{width:47%;max-height:40vw}}.services .intro .number-item-ttl{font-size:clamp(10px,1.2vw,15px)}@media screen and (max-width: 1024px){.services .intro .number-item-ttl{display:flex;align-items:center;justify-content:center;height:45px;font-size:14px}}@media screen and (width < 388px){.services .intro .number-item-ttl{font-size:3.7vw}}@media screen and (max-width: 1024px){.services .intro .number-item-txt{font-size:8px;line-height:1.1}}.services .intro .number-item-txt span{margin-right:4px;font-size:clamp(28px,3.4vw,52px);color:#70a3b0;letter-spacing:.02em}@media screen and (max-width: 1024px){.services .intro .number-item-txt span{font-size:45px;letter-spacing:-.01em}}@media screen and (width < 388px){.services .intro .number-item-txt span{font-size:12vw}}.services .intro .number-item.-t1{top:14%;left:18%;background-image:url(/images/services/circle_01.svg)}.services .intro .number-item.-t1 .number-item-ttl{margin-top:22px}@media screen and (max-width: 1024px){.services .intro .number-item.-t1 .number-item-ttl{margin-top:0}}.services .intro .number-item.-t2{top:37%;left:56%;background-image:url(/images/services/circle_02.svg)}.services .intro .number-item.-t3{top:65%;left:23%;background-image:url(/images/services/circle_03.svg)}.services .intro .number-item.-t4{top:14%;left:23%;background-image:url(/images/services/circle_04.svg)}.services .intro .number-item.-t4 .number-item-ttl{margin-top:22px}@media screen and (max-width: 1024px){.services .intro .number-item.-t4 .number-item-ttl{margin-top:0}}.services .intro .bg-img{position:absolute;top:0;right:-150px;opacity:.6;z-index:-1}@media screen and (max-width: 1024px){.services .intro .bg-img{top:10px;right:-30px;width:320px;height:320px}}.services .kv{margin-bottom:120px}@media screen and (max-width: 1024px){.services .kv{margin-bottom:80px}}.services .kv img{width:100%;height:640px;object-fit:cover}@media screen and (max-width: 1024px){.services .kv img{height:260px}}@media screen and (max-width: 1024px){.services .feature .list{overflow:hidden;margin-right:-24px}}.services .feature .list-wrapper{display:flex;justify-content:space-between;margin-top:52px}@media screen and (max-width: 1024px){.services .feature .list-wrapper{column-gap:32px;overflow-x:auto;padding-right:24px;padding-bottom:24px}}.services .feature .list-item{width:29%;list-style:none}@media screen and (max-width: 1024px){.services .feature .list-item{width:240px;flex-shrink:0}}.services .feature .list-img{position:relative;border-radius:8px}.services .feature .list-ttl{margin-block:24px;font-size:clamp(20px,2vw,30px);letter-spacing:.6px}@media screen and (max-width: 1024px){.services .feature .list-ttl{margin-bottom:16px;font-size:20px}}.services .feature .list-txt{font-size:clamp(12px,1.3vw,16px);line-height:2.1}@media screen and (max-width: 1024px){.services .feature .list-txt{font-size:14px;line-height:1.8}}.services .feature .list .circle-arrow{position:absolute;right:9px;bottom:10px;width:29px;height:29px}.services .feature .list .circle-arrow line,.services .feature .list .circle-arrow path{stroke:#fff}.services .feature .list .circle-arrow path{fill:#fff}.services .services{position:relative;padding-block:240px;background:linear-gradient(to bottom,#edf3f700,#edf3f7 200px,#edf3f7 95%,#edf3f700)}@media screen and (max-width: 1024px){.services .services{padding-bottom:120px}}@media screen and (max-width: 768px){.services .services{padding-top:120px;padding-bottom:160px;background:linear-gradient(to bottom,#edf3f700,#edf3f7 100px,#edf3f7 95%,#edf3f700)}}.services .services:before{content:"";position:absolute;top:0;left:0;width:40%;aspect-ratio:2002/820;background:url(/images/common/moya/moya_gray_05.png) no-repeat top/contain;background-size:contain;opacity:.6}@media screen and (max-width: 1024px){.services .services:before{top:unset;left:unset;right:0;bottom:1%;width:100%}}.services .services:after{content:"";position:absolute;right:0;bottom:0;width:40%;aspect-ratio:2002/820;background:url(/images/common/moya/moya_gray_06.png) no-repeat bottom/contain;background-size:contain;opacity:.6}@media screen and (max-width: 1024px){.services .services:after{top:2%;right:0;bottom:unset;width:80%}}@media screen and (max-width: 768px){.services .services:after{top:1%}}.services .services .bg-img{position:absolute;top:300px;right:0;width:25%;height:auto;object-fit:contain}@media screen and (max-width: 1024px){.services .services .bg-img{display:none}}.services .services .description{z-index:1}.services .services-wrapper{position:relative;display:flex;justify-content:space-between;column-gap:9%;margin-top:103px;z-index:1}@media screen and (max-width: 1024px){.services .services-wrapper{flex-direction:column;margin-top:56px}}.services .services-nav{position:relative;width:185px;flex-shrink:0;overflow:visible}@media screen and (max-width: 1024px){.services .services-nav{width:100%}}@media screen and (max-width: 768px){.services .services-nav{display:none}}.services .services-nav-list{position:sticky;top:200px;left:0}@media screen and (max-width: 1024px){.services .services-nav-list{display:flex;flex-wrap:wrap;gap:16px}}.services .services-nav-item{position:relative;margin-bottom:23px;font-size:clamp(12px,1.3vw,16px);cursor:pointer}@media screen and (max-width: 1024px){.services .services-nav-item{width:calc(50% - 8px);margin-bottom:0;font-size:14px}}.services .services-nav-item.current:before{content:"";position:absolute;top:7px;left:-24px;display:block;width:12px;height:12px;background-color:#fa720d;border-radius:50%}@media screen and (max-width: 1024px){.services .services-nav-item.current:before{display:none}}.services .services-category{margin-bottom:65px}@media screen and (max-width: 1024px){.services .services-category{margin-block:56px 76px}.services .services-category:last-of-type{margin-bottom:0}}@media screen and (max-width: 768px){.services .services-category{margin-bottom:64px}}.services .services-category-header{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1024px){.services .services-category-header-inner{display:flex;align-items:center;column-gap:15px;margin-bottom:27px}}@media screen and (max-width: 768px){.services .services-category-header-inner{margin-bottom:16px}}.services .services-ttl{margin-bottom:32px;font-size:clamp(20px,2vw,30px)}@media screen and (max-width: 1024px){.services .services-ttl{margin-bottom:0;font-size:20px}}.services .services-ttl span{display:block;margin-bottom:10px;color:#fa720d;font-size:10px;font-weight:700;letter-spacing:2px}@media screen and (max-width: 1024px){.services .services-ttl span{margin-bottom:0;font-size:10px}}.services .services-list{display:flex;flex-wrap:wrap;gap:16px;margin-top:40px}@media screen and (max-width: 1024px){.services .services-list{flex-direction:column;margin-top:32px;gap:12px}}.services .services-list-item{display:flex;align-items:center;justify-content:space-between;width:calc(50% - 8px);padding:25px 24px 23px 32px;background:#fff;border-radius:8px;font-size:clamp(12px,1.3vw,18px);cursor:pointer}@media screen and (max-width: 1024px){.services .services-list-item{width:100%;padding:12px 18px 12px 24px;font-size:16px}}.services .services-list .circle-arrow{width:41px;height:41px;flex-shrink:0}@media screen and (max-width: 1024px){.services .services-list .circle-arrow{width:24px;height:24px}}.services .services-img{width:140px;height:100%}@media screen and (max-width: 1024px){.services .services-img{width:93px;height:80px}}.services .faq{margin-bottom:140px}@media screen and (max-width: 1024px){.services .faq{margin-top:120px}}@media screen and (max-width: 768px){.services .faq{margin-top:0}}.services-detail{padding-top:100px}@media screen and (max-width: 768px){.services-detail{padding-top:0}}.services-detail .services-detail-h3{margin-bottom:32px;font-size:clamp(20px,2vw,30px)}.services-detail .description{font-size:clamp(12px,1.3vw,16px);line-height:2.5}@media screen and (max-width: 1024px){.services-detail .description{font-size:15px;line-height:2.2}}.services-detail section{scroll-margin-top:200px}@media screen and (max-width: 768px){.services-detail section{scroll-margin-top:100px}}.services-detail .intro{overflow:hidden}.services-detail .intro .container{position:relative;padding-block:120px}@media screen and (max-width: 768px){.services-detail .intro .container{padding-block:56px}}.services-detail .intro .main-h1-2{margin-top:22px;margin-bottom:0}.services-detail .intro .main-h2-3{margin-top:24px}.services-detail .intro .main-h2-3 br{display:none}@media screen and (max-width: 768px){.services-detail .intro .main-h2-3 br{display:block}}.services-detail .intro .nav{display:flex;column-gap:40px;margin-top:80px}@media screen and (max-width: 1024px){.services-detail .intro .nav{flex-wrap:wrap;gap:24px 16px;margin-top:40px}}@media screen and (max-width: 1024px){.services-detail .intro .nav-item{width:calc(50% - 8px)}}.services-detail .intro .nav-item .circle-arrow{width:41px;height:41px}@media screen and (max-width: 1024px){.services-detail .intro .nav-item .circle-arrow{width:31px;height:31px}}.services-detail .intro .nav-link{display:flex;align-items:center;column-gap:15px;font-size:clamp(12px,1.3vw,18px)}@media screen and (max-width: 768px){.services-detail .intro .nav-link{column-gap:12px;font-size:14px}}.services-detail .intro .bg-img{position:absolute;top:0;right:-150px;opacity:.6;z-index:-1}@media screen and (max-width: 1024px){.services-detail .intro .bg-img{top:10px;right:-30px;width:320px;height:320px}}.services-detail .kv{margin-bottom:120px}@media screen and (max-width: 768px){.services-detail .kv{margin-bottom:56px}}.services-detail .kv img{width:100%;height:640px;object-fit:cover}@media screen and (max-width: 1024px){.services-detail .kv img{height:260px}}.services-detail .bg-blue-01{position:relative;padding-block:240px;overflow:hidden;background:linear-gradient(to bottom,#edf3f700,#edf3f7 200px,#edf3f7 90%,#edf3f700)}.services-detail .bg-blue-01:before{content:"";position:absolute;top:0;left:0;width:40%;aspect-ratio:2002/820;background:url(/images/common/moya/moya_gray_05.png) no-repeat top/contain;background-size:contain;opacity:.6}@media screen and (max-width: 1024px){.services-detail .bg-blue-01:before{top:5%;left:unset;right:0;background:url(/images/common/moya/moya_gray_06.png) no-repeat bottom/contain;width:80%;aspect-ratio:2002/820}}.services-detail .bg-blue-01:after{content:"";position:absolute;right:0;bottom:0;width:40%;aspect-ratio:1568/1071;background:url(/images/common/moya/moya_white_02.png) no-repeat center/contain;background-size:contain}@media screen and (max-width: 1024px){.services-detail .bg-blue-01:after{top:unset;left:unset;right:0;bottom:2%;width:100%;background:url(/images/common/moya/moya_gray_03.png) no-repeat center/contain;aspect-ratio:1660/720;opacity:.6}}.services-detail .bg-blue-01 .bg-img{position:absolute;top:100px;right:0;width:25%;height:auto;object-fit:contain}@media screen and (max-width: 1024px){.services-detail .bg-blue-01 .bg-img{display:none}}.services-detail .bg-blue-02{position:relative;padding-block:240px 317px;background:linear-gradient(to bottom,#edf3f700,#edf3f7 200px,#edf3f7 90%,#edf3f700)}@media screen and (max-width: 1024px){.services-detail .bg-blue-02{padding-bottom:254px}}.services-detail .bg-blue-02:before{content:"";position:absolute;top:0;left:0;width:30%;aspect-ratio:1138/2104;background:url(/images/common/moya/moya_gray_07.png) no-repeat top/contain}@media screen and (max-width: 1024px){.services-detail .bg-blue-02:before{top:5%;left:unset;right:0;background:url(/images/common/moya/moya_gray_06.png) no-repeat bottom/contain;width:80%;aspect-ratio:2002/820;opacity:.6}}.services-detail .bg-blue-02:after{content:"";position:absolute;top:0;right:0;transform:translateY(45%);width:20%;aspect-ratio:842/1884;background:url(/images/common/moya/moya_gray_08.png) no-repeat top/contain}@media screen and (max-width: 1024px){.services-detail .bg-blue-02:after{top:unset;left:unset;right:0;bottom:15%;width:100%;background:url(/images/common/moya/moya_gray_03.png) no-repeat center/contain;aspect-ratio:1660/720;opacity:.6}}body{scroll-behavior:smooth}.main-content:has(.services-detail)+.footer{margin-top:-100px}@media screen and (max-width: 768px){.web-accessibility.services-detail .intro .container{padding-top:95px}}@media screen and (max-width: 768px){.web-accessibility .main-h1-2{display:none}}@media screen and (max-width: 768px){.web-accessibility.services-detail .intro .main-h2-3{margin-top:64px}}.web-accessibility .strength-wrapper{margin-bottom:100px}@media screen and (max-width: 768px){.web-accessibility .strength-wrapper{margin-bottom:64px}}.web-accessibility .strength-ttl{display:flex;column-gap:15px}.web-accessibility .strength-ttl:before{content:"";display:inline-block;width:26px;height:26px;background:url(/images/common/icon_check.svg) no-repeat center/contain;transform:translateY(12px)}@media screen and (max-width: 1024px){.web-accessibility .strength-ttl:before{transform:translateY(3px)}}.web-accessibility .strength-txt:not(:last-child){margin-bottom:64px}@media screen and (max-width: 768px){.web-accessibility .strength-txt:not(:last-child){margin-bottom:56px}}.web-accessibility .strength-balloon{position:relative;display:inline-block;margin-bottom:35px;padding:15px 28px;background-color:#7d90a0;border-radius:21px;font-size:clamp(12px,1.3vw,16px);color:#fff}@media screen and (max-width: 768px){.web-accessibility .strength-balloon{display:table;margin:0 auto 35px}}.web-accessibility .strength-balloon:after{content:"";position:absolute;bottom:-8px;left:50px;transform:rotate(45deg);width:20px;height:10px;background-color:#7d90a0;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.web-accessibility .strength-logo{display:flex;justify-content:space-between;align-items:center;width:100%}.web-accessibility .strength-logo.-pc{display:flex;gap:16px}@media screen and (max-width: 768px){.web-accessibility .strength-logo.-pc{display:none}}.web-accessibility .strength-logo.-pc.-mt{margin-top:24px}.web-accessibility .strength-logo.-sp{display:none}@media screen and (max-width: 768px){.web-accessibility .strength-logo.-sp{display:flex;justify-content:center;gap:16px}}.web-accessibility .strength-logo.-sp.-mt{margin-top:16px}.web-accessibility .strength-logo img{height:auto}.web-accessibility .strength-logo img.logo-01{max-width:142px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-01{width:32%;max-width:204px;max-height:40px}}.web-accessibility .strength-logo img.logo-02{max-width:123px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-02{width:calc(28% - 11px);max-width:178px}}.web-accessibility .strength-logo img.logo-03{max-width:113px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-03{width:calc(35% - 11px);max-width:162px}}.web-accessibility .strength-logo img.logo-04{max-width:188px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-04{width:calc(42% - 11px);max-width:136px}}.web-accessibility .strength-logo img.logo-05{max-width:85px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-05{width:calc(30% - 11px);max-width:61px}}.web-accessibility .strength-logo img.logo-06{max-width:97px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-06{width:calc(27% - 12px)}}.web-accessibility .strength-logo img.logo-07{max-width:194px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-07{width:calc(50% - 12px);max-width:190px}}.web-accessibility .strength-logo img.logo-08{max-width:209px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-08{width:calc(53% - 12px);max-width:194px}}.web-accessibility .strength-logo img.logo-09{max-width:200px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-09{width:calc(53% - 12px);max-width:184px}}.web-accessibility .strength-logo img.logo-10{max-width:50px;width:20%}@media screen and (max-width: 768px){.web-accessibility .strength-logo img.logo-10{width:auto;max-width:72px;max-height:50px}}@media screen and (max-width: 768px){.web-accessibility .flow{padding-top:140px;padding-bottom:140px}}@media screen and (max-width: 768px){.web-accessibility .flow.bg-blue-01{background:linear-gradient(to bottom,#edf3f700,#edf3f7 100px,#edf3f7 90%,#edf3f700)}}@media screen and (max-width: 768px){.web-accessibility .flow.bg-blue-01:before{top:2%}}.web-accessibility .flow-wrapper{position:relative;margin-top:41px;padding:64px 80px;background-color:#fff;border-radius:21px}@media screen and (max-width: 1024px){.web-accessibility .flow-wrapper{padding:36px 24px}}.web-accessibility .flow-img{position:absolute;top:0;right:-101px}@media screen and (max-width: 768px){.web-accessibility .flow-img{top:46%;right:-15px}}.web-accessibility .flow-img-balloon{position:relative;padding:21px 18px;writing-mode:vertical-rl;background-color:#7d90a0;border-radius:21px;font-size:clamp(10px,1.1vw,14px);color:#fff;line-height:1.8}@media screen and (max-width: 768px){.web-accessibility .flow-img-balloon{padding:12px 6px;font-size:10px;border-radius:8px;line-height:1.5}}.web-accessibility .flow-img-balloon:after{content:"";position:absolute;bottom:-8px;left:31px;transform:rotate(315deg);width:20px;height:10px;background-color:#7d90a0;clip-path:polygon(50% 0%,0% 100%,100% 100%)}@media screen and (max-width: 768px){.web-accessibility .flow-img-balloon:after{left:16px;bottom:-6px;transform:rotate(45deg);width:18px;height:8px}}.web-accessibility .flow-img img{width:84px;height:auto;margin-top:20px;margin-left:-15px}.web-accessibility .flow-img img.-pc{display:block}@media screen and (max-width: 768px){.web-accessibility .flow-img img.-pc{display:none}}.web-accessibility .flow-img img.-sp{display:none}@media screen and (max-width: 768px){.web-accessibility .flow-img img.-sp{display:block;width:48px;margin-top:12px;margin-right:-7px;margin-left:auto}}.web-accessibility .flow-item-label{margin-bottom:6px;font-size:clamp(10px,1vw,13px);color:#70aec2;letter-spacing:3.9px}.web-accessibility .flow-item-label:before{content:"";display:inline-block;width:13px;height:13px;transform:translateY(2px);margin-right:22px;border-radius:50%;border:5px solid #70aec2}.web-accessibility .flow-item-content{display:flex;column-gap:41px;margin-left:5px;margin-bottom:6px;padding-left:28px;padding-bottom:30px;border-left:2px dashed #70aec2}@media screen and (max-width: 1024px){.web-accessibility .flow-item-content{flex-direction:column}}.web-accessibility .flow-item-ttl{width:185px;flex-shrink:0;font-size:clamp(16px,1.8vw,24px);font-weight:700}@media screen and (max-width: 1024px){.web-accessibility .flow-item-ttl{margin-bottom:8px}}@media screen and (max-width: 768px){.web-accessibility .flow-item-ttl{font-size:20px}}.web-accessibility .flow-item:last-child .flow-item-content{padding-bottom:0}.web-accessibility .case{padding-top:0;margin-bottom:0}.web-accessibility .case-img{margin-block:43px 26px}.web-accessibility .case-detail{display:flex;justify-content:space-between}.web-accessibility .case-ttl{margin-bottom:15px;font-size:clamp(14px,1.5vw,20px);font-weight:700}.web-accessibility .case-company{display:flex;align-items:center;column-gap:17px}.web-accessibility .case-company-logo{height:24px}.web-accessibility .case-company-name{font-size:clamp(10px,1.1vw,14px);color:#9a9a9a}.web-accessibility .case-link{display:flex;align-items:center;column-gap:17px}.web-accessibility .case-link-txt{font-size:clamp(10px,1.1vw,14px)}@media screen and (max-width: 768px){.web-accessibility .faq{padding-top:140px}}.embla .case-slider-list-item:nth-of-type(1) .case-slider-top-ttl-text:before{background:url(/images/home/slider-icon-3-1.svg) no-repeat center center}.embla .case-slider-list-item:nth-of-type(1) .case-slider-top-ttl-text:after{background:url(/images/home/slider-icon-3-2.svg) no-repeat center center}@media screen and (max-width: 768px){.image-photographic.services-detail .intro .container{padding-top:95px}}@media screen and (max-width: 768px){.image-photographic .main-h1-2{display:none}}@media screen and (max-width: 768px){.image-photographic.services-detail .intro .main-h2-3{margin-top:64px}}.image-photographic .gallery{display:flex;flex-wrap:wrap;gap:41px 31px;margin-top:60px}@media screen and (max-width: 768px){.image-photographic .gallery{gap:25px 12px;margin-top:40px}}.image-photographic .gallery-item{width:calc((100% - 62px) / 3)}@media screen and (max-width: 768px){.image-photographic .gallery-item{width:calc(50% - 12px)}}.image-photographic .gallery-img{border-radius:14px}.image-photographic .gallery-ttl{margin-top:24px;font-size:clamp(12px,1.3vw,18px);font-weight:700}@media screen and (max-width: 768px){.image-photographic .gallery-ttl{font-size:14px}}.image-photographic .gallery-txt{margin-top:16px;font-size:clamp(10px,1.1vw,14px)}@media screen and (max-width: 768px){.image-photographic .gallery-txt{font-size:12px;margin-top:8px}}@media screen and (max-width: 768px){.image-photographic .strength{background:linear-gradient(to bottom,#edf3f700,#edf3f7 90px,#edf3f7 90%,#edf3f700);padding-top:140px;padding-bottom:140px}.image-photographic .strength:before{top:3%}}.image-photographic .strength-img img{width:100%;height:auto;padding-top:56px}@media screen and (max-width: 768px){.image-photographic .strength-img img{padding-top:32px}}.image-photographic .strength-img img.-pc{display:block}@media screen and (max-width: 768px){.image-photographic .strength-img img.-pc{display:none}}.image-photographic .strength-img img.-sp{display:none}@media screen and (max-width: 768px){.image-photographic .strength-img img.-sp{display:block}}.image-photographic .awards{margin-top:80px}@media screen and (max-width: 768px){.image-photographic .awards{margin-top:0}}.image-photographic .awards-wrapper:not(:last-child){margin-bottom:107px}@media screen and (max-width: 768px){.image-photographic .awards-wrapper:not(:last-child){margin-bottom:56px}}.image-photographic .awards-list{margin-top:30px}.image-photographic .awards-item{display:flex;align-items:center;column-gap:33px;padding-block:14px 18px;font-size:clamp(12px,1.3vw,18px);border-bottom:1px solid #e8e8e8}@media screen and (max-width: 768px){.image-photographic .awards-item{font-size:14px}}.image-photographic .awards-year{color:#70aec2;font-size:clamp(16px,1.8vw,24px)}@media screen and (max-width: 768px){.image-photographic .awards-year{font-size:16px}}@media screen and (max-width: 768px){.image-photographic .equipment{padding-top:160px;background:linear-gradient(to bottom,#edf3f700,#edf3f7 100px,#edf3f7 90%,#edf3f700)}.image-photographic .equipment:before{top:3%}}.image-photographic .equipment-list{display:flex;flex-wrap:wrap;gap:40px 38px;margin-top:56px;margin-bottom:64px;align-items:flex-start}@media screen and (max-width: 768px){.image-photographic .equipment-list{flex-direction:column;margin-bottom:56px}}.image-photographic .equipment-list-item{width:calc(50% - 19px)}@media screen and (max-width: 768px){.image-photographic .equipment-list-item{width:100%}}.image-photographic .equipment-list-ttl{margin-bottom:16px;padding-bottom:16px;font-size:clamp(14px,1.5vw,20px);font-weight:700;border-bottom:1px solid #000}@media screen and (max-width: 768px){.image-photographic .equipment-list-ttl{font-size:14px}}.image-photographic .equipment-detail-list{display:flex;flex-wrap:wrap;align-items:flex-start;row-gap:24px}.image-photographic .equipment-detail-list-item{width:50%;font-size:clamp(12px,1.3vw,16px)}@media screen and (max-width: 768px){.image-photographic .equipment-detail-list-item{font-size:12px}}.image-photographic .kv-img{width:100%;height:auto}.image-photographic .kv-img.-pc{display:block}@media screen and (max-width: 768px){.image-photographic .kv-img.-pc{display:none}}.image-photographic .kv-img.-sp{display:none}@media screen and (max-width: 768px){.image-photographic .kv-img.-sp{display:block}}.main-h2s{position:relative}.main-h2s-2{position:absolute;right:calc(100% + 60px);top:0;font-size:clamp(12px,1.3vw,18px);font-weight:700;writing-mode:vertical-rl;text-orientation:upright;white-space:nowrap;padding-right:20px;border-right:2px solid #213043}.case{padding-top:60px;margin-bottom:180px}@media screen and (min-width: 1025px){.case{padding-top:140px;margin-bottom:200px}}@media screen and (max-width: 768px){.case{padding-top:95px}}.case .main-h2-3{margin-top:0}@media screen and (min-width: 1025px){.case .main-h2-3{font-size:44px;margin-top:24px}}.case-container{height:100%;padding:0 24px;margin:0 auto}@media screen and (min-width: 1025px){.case-container{max-width:1400px;width:100%;padding:0 80px}}@media screen and (min-width: 1025px){.case-container.detail{max-width:1120px}}.case-intro{padding-top:48px}@media screen and (min-width: 1025px){.case-intro{padding-top:80px}}@media screen and (max-width: 768px){.case-intro{padding-top:0}}.case-intro .common-h2-ttl{text-align:center}.case-intro .common-h2-ttlSub{text-align:center;margin-top:8px}.case-anchor{display:flex;flex-direction:column;gap:24px;font-size:14px}@media screen and (min-width: 1025px){.case-anchor{flex-direction:row;gap:40px;font-size:18px}}.case-anchor .circle-arrow{width:auto}.case-nsk{position:relative;margin-top:35px}@media screen and (min-width: 1025px){.case-nsk{margin-top:80px}}.case-nsk-wrap{width:100%;background:#f7f7f7 url(/images/case/case_nsk_bg.png) right center repeat-x;background-size:auto 100%}@media screen and (min-width: 1025px){.case-nsk-wrap{background:#f7f7f7 url(/images/case/case_nsk_bg.png) center center repeat-x;background-size:auto 100%;padding-bottom:130px}}.case-nsk-wrap .main-container{height:100%}.case-nsk-cont{display:flex;flex-direction:column;justify-content:space-between;gap:10px;width:100%;height:100%;padding-top:40px}@media screen and (min-width: 1025px){.case-nsk-cont{flex-direction:row;padding-top:70px}}.case-nsk-cont-02{display:flex;align-items:flex-end;justify-content:center}@media screen and (min-width: 1025px){.case-nsk-cont-02{width:50%;position:absolute;bottom:100%;right:60px}}.case-nsk-cont-02.-sp{display:flex}@media screen and (min-width: 1025px){.case-nsk-cont-02.-sp{display:none}}.case-nsk-cont-02.-pc{display:none}@media screen and (min-width: 1025px){.case-nsk-cont-02.-pc{display:flex}}.case-nsk-cont-02 img{width:100%;max-width:540px}.case-nsk-number{font-size:26px;font-weight:700;color:#e20031}@media screen and (min-width: 1025px){.case-nsk-number{font-size:30px}}.case-nsk-title-sub{display:flex;align-items:center;font-weight:700;font-size:16px;margin-top:20px}@media screen and (min-width: 1025px){.case-nsk-title-sub{font-size:16px;margin-top:30px}}.case-nsk-title-sub:after{content:"";display:block;width:60px;height:1px;background:#707070;margin-left:20px}@media screen and (min-width: 1025px){.case-nsk-title-sub:after{width:180px}}.case-nsk-title{font-size:28px;font-weight:700;margin-top:10px}@media screen and (min-width: 1025px){.case-nsk-title{font-size:clamp(1.75rem,.839rem + 1.9vw,40px)}}.case-nsk-img{display:none}@media screen and (min-width: 1025px){.case-nsk-img{display:block;max-width:clamp(21.25rem,13.655rem + 15.82vw,440px);width:100%;height:auto;margin-top:30px}}@media screen and (min-width: 1025px){.case-nsk-link{background:linear-gradient(90deg,#fff 0%,#fff 50%,transparent 50%,transparent 100%);margin-top:-100px}}.case-nsk-link-wrap{display:block;padding-top:24px}@media screen and (min-width: 1025px){.case-nsk-link-wrap{display:flex;justify-content:space-between;padding-top:50px;padding-right:72px}.case-nsk-link-wrap:hover{opacity:.8}}@media screen and (min-width: 1025px){.case-nsk-link-wrap-bg{position:relative;background:#fff;border-radius:0 50px 0 0}}.case-nsk-link-img{display:flex;align-items:center}@media screen and (min-width: 1025px){.case-nsk-link-img{padding-right:40px}}.case-nsk-link-img img{width:51px;height:auto;margin-right:16px}@media screen and (min-width: 1025px){.case-nsk-link-img img{width:110px}}.case-nsk-link-title-sub{display:flex;align-items:center;font-size:16px}.case-nsk-link-title-sub p{color:#213043}.case-nsk-link-title-sub-img{height:30px;border-right:1px solid #cbcbcb;padding-right:1rem;margin-right:1rem}.case-nsk-link-title-sub-img img{height:100%;width:auto}.case-nsk-link-title{font-size:16px;font-weight:700;color:#213043;line-height:1.6;padding-top:12px}@media screen and (min-width: 1025px){.case-nsk-link-title{font-size:clamp(1.25rem,2vw,24px)}}.case-nsk-link-read{display:flex;justify-content:flex-end;margin-top:20px;white-space:nowrap}@media screen and (min-width: 1025px){.case-nsk-link-read{flex-direction:column;justify-content:center;align-items:flex-end;padding-left:50px}}.case-nsk-link-read-text{font-size:14px;color:#213043;font-weight:700;margin-right:5px}@media screen and (min-width: 1025px){.case-nsk-link-read-img{margin-top:10px}}.case-nsk-link-read-img img{width:40px;height:auto}@media screen and (min-width: 1025px){.case-nsk-link-read-img img{width:60px}}.case-cardif{position:relative;margin-top:52px}@media screen and (min-width: 1025px){.case-cardif{margin-top:96px}}.case-cardif-wrap{width:100%;background:#f7f7f7 url(/images/case/case_cardif_bg.png) right center repeat-x;background-size:auto 100%}@media screen and (min-width: 1025px){.case-cardif-wrap{background:#f7f7f7 url(/images/case/case_cardif_bg.png) center center repeat-x;background-size:auto 100%;padding-bottom:130px}}.case-cardif-wrap .main-container{height:100%}.case-cardif-cont{display:flex;flex-direction:column;justify-content:space-between;gap:10px;width:100%;height:100%;padding-top:40px}@media screen and (min-width: 1025px){.case-cardif-cont{flex-direction:row;padding-top:70px}}.case-cardif-cont-02{display:flex;align-items:flex-end;justify-content:center}@media screen and (min-width: 1025px){.case-cardif-cont-02{width:50%;position:absolute;bottom:100%;right:24px}}.case-cardif-cont-02.-sp{display:flex}@media screen and (min-width: 1025px){.case-cardif-cont-02.-sp{display:none}}.case-cardif-cont-02.-pc{display:none}@media screen and (min-width: 1025px){.case-cardif-cont-02.-pc{display:flex}}.case-cardif-cont-02 img{width:100%;max-width:500px}.case-cardif-number{font-size:26px;font-weight:700;color:#e20031}@media screen and (min-width: 1025px){.case-cardif-number{font-size:30px}}.case-cardif-title-sub{display:flex;align-items:center;font-weight:700;font-size:16px;margin-top:20px}@media screen and (min-width: 1025px){.case-cardif-title-sub{font-size:16px;margin-top:30px}}.case-cardif-title-sub:after{content:"";display:block;width:60px;height:1px;background:#707070;margin-left:20px}@media screen and (min-width: 1025px){.case-cardif-title-sub:after{width:180px}}.case-cardif-title{font-size:28px;font-weight:700;margin-top:10px}@media screen and (min-width: 1025px){.case-cardif-title{font-size:clamp(1.75rem,.839rem + 1.9vw,40px)}}.case-cardif-img{display:none}@media screen and (min-width: 1025px){.case-cardif-img{display:block;max-width:clamp(21.25rem,13.655rem + 15.82vw,440px);width:100%;height:auto;margin-top:30px}}@media screen and (min-width: 1025px){.case-cardif-link{background:linear-gradient(90deg,#fff 0%,#fff 50%,transparent 50%,transparent 100%);margin-top:-100px}}.case-cardif-link-wrap{display:block;padding-top:24px}@media screen and (min-width: 1025px){.case-cardif-link-wrap{display:flex;justify-content:space-between;padding-top:50px;padding-right:72px}.case-cardif-link-wrap:hover{opacity:.8}}@media screen and (min-width: 1025px){.case-cardif-link-wrap-bg{position:relative;background:#fff;border-radius:0 50px 0 0}}.case-cardif-link-img{display:flex;align-items:center}@media screen and (min-width: 1025px){.case-cardif-link-img{padding-right:40px}}.case-cardif-link-img img{width:51px;height:auto;margin-right:16px}@media screen and (min-width: 1025px){.case-cardif-link-img img{width:110px}}.case-cardif-link-title-sub{display:flex;align-items:center;font-size:16px}.case-cardif-link-title-sub p{color:#213043}.case-cardif-link-title-sub-img{width:240px;border-right:1px solid #cbcbcb;padding-right:1rem;margin-right:1rem}.case-cardif-link-title-sub-img img{width:100%;height:auto}.case-cardif-link-title{font-size:16px;font-weight:700;color:#213043;line-height:1.6;padding-top:12px}@media screen and (min-width: 1025px){.case-cardif-link-title{font-size:clamp(1.25rem,2vw,24px)}}.case-cardif-link-read{display:flex;justify-content:flex-end;margin-top:20px;white-space:nowrap}@media screen and (min-width: 1025px){.case-cardif-link-read{flex-direction:column;justify-content:center;align-items:flex-end;padding-left:50px}}.case-cardif-link-read-text{font-size:14px;color:#213043;font-weight:700;margin-right:5px}@media screen and (min-width: 1025px){.case-cardif-link-read-img{margin-top:10px}}.case-cardif-link-read-img img{width:40px;height:auto}@media screen and (min-width: 1025px){.case-cardif-link-read-img img{width:60px}}.case-joyo{position:relative;margin-top:52px}@media screen and (min-width: 1025px){.case-joyo{margin-top:96px}}.case-joyo-wrap{width:100%;background:#f7f7f7 url(/images/case/case_joyo_bg.png) right center repeat-x;background-size:auto 100%}@media screen and (min-width: 1025px){.case-joyo-wrap{background:#f7f7f7 url(/images/case/case_joyo_bg.png) center center repeat-x;background-size:auto 100%;padding-bottom:130px}}.case-joyo-wrap .main-container{height:100%}.case-joyo-cont{display:flex;flex-direction:column;justify-content:space-between;gap:10px;width:100%;height:100%;padding-top:40px}@media screen and (min-width: 1025px){.case-joyo-cont{flex-direction:row;padding-top:70px}}.case-joyo-cont-02{display:flex;align-items:flex-end;justify-content:center}@media screen and (min-width: 1025px){.case-joyo-cont-02{width:50%;position:absolute;bottom:100%;right:24px}}.case-joyo-cont-02.-sp{display:flex}@media screen and (min-width: 1025px){.case-joyo-cont-02.-sp{display:none}}.case-joyo-cont-02.-pc{display:none}@media screen and (min-width: 1025px){.case-joyo-cont-02.-pc{display:flex}}.case-joyo-cont-02 img{width:100%;max-width:500px}.case-joyo-number{font-size:26px;font-weight:700;color:#e20031}@media screen and (min-width: 1025px){.case-joyo-number{font-size:30px}}.case-joyo-title-sub{display:flex;align-items:center;font-weight:700;font-size:16px;margin-top:20px}@media screen and (min-width: 1025px){.case-joyo-title-sub{font-size:16px;margin-top:30px}}.case-joyo-title-sub:after{content:"";display:block;width:60px;height:1px;background:#707070;margin-left:20px}@media screen and (min-width: 1025px){.case-joyo-title-sub:after{width:180px}}.case-joyo-title{font-size:28px;font-weight:700;margin-top:10px}@media screen and (min-width: 1025px){.case-joyo-title{font-size:clamp(1.75rem,.839rem + 1.9vw,40px)}}.case-joyo-img{display:none}@media screen and (min-width: 1025px){.case-joyo-img{display:block;max-width:clamp(21.25rem,13.655rem + 15.82vw,440px);width:100%;height:auto;margin-top:30px}}@media screen and (min-width: 1025px){.case-joyo-link{background:linear-gradient(90deg,#fff 0%,#fff 50%,transparent 50%,transparent 100%);margin-top:-100px}}.case-joyo-link-wrap{display:block;padding-top:24px}@media screen and (min-width: 1025px){.case-joyo-link-wrap{display:flex;justify-content:space-between;padding-top:50px;padding-right:72px}.case-joyo-link-wrap:hover{opacity:.8}}@media screen and (min-width: 1025px){.case-joyo-link-wrap-bg{position:relative;background:#fff;border-radius:0 50px 0 0}}.case-joyo-link-img{display:flex;align-items:center}@media screen and (min-width: 1025px){.case-joyo-link-img{padding-right:40px}}.case-joyo-link-img img{width:51px;height:auto;margin-right:16px}@media screen and (min-width: 1025px){.case-joyo-link-img img{width:110px}}.case-joyo-link-title-sub{display:flex;align-items:center;font-size:16px}.case-joyo-link-title-sub p{color:#213043}.case-joyo-link-title-sub-img{height:30px;border-right:1px solid #cbcbcb;padding-right:1rem;margin-right:1rem}.case-joyo-link-title-sub-img img{height:100%;width:auto}.case-joyo-link-title{font-size:16px;font-weight:700;color:#213043;line-height:1.6;padding-top:12px}@media screen and (min-width: 1025px){.case-joyo-link-title{font-size:clamp(1.25rem,2vw,24px)}}.case-joyo-link-read{display:flex;justify-content:flex-end;margin-top:20px;white-space:nowrap}@media screen and (min-width: 1025px){.case-joyo-link-read{flex-direction:column;justify-content:center;align-items:flex-end;padding-left:50px}}.case-joyo-link-read-text{font-size:14px;color:#213043;font-weight:700;margin-right:5px}@media screen and (min-width: 1025px){.case-joyo-link-read-img{margin-top:10px}}.case-joyo-link-read-img img{width:40px;height:auto}@media screen and (min-width: 1025px){.case-joyo-link-read-img img{width:60px}}.case-wrap-link{position:absolute;top:0;left:50%;width:100%;max-width:1080px;height:100%;display:block;transform:translate(-50%);z-index:2}.case-wrap-link:hover~.case-nsk-link .case-nsk-link-wrap{opacity:.8}.case-wrap-link:hover~.case-cardif-link .case-cardif-link-wrap{opacity:.8}.case-wrap-link:hover~.case-joyo-link .case-joyo-link-wrap{opacity:.8}@media screen and (min-width: 1025px){.case-single .main-container{max-width:960px}}.case-single-top{padding-top:64px}@media screen and (min-width: 1025px){.case-single-top{padding-top:76px}}.case-single-h2{font-family:Nobel,Noto Sans JP,sans-serif;font-size:24px;color:#e20031;margin-top:80px}@media screen and (min-width: 1025px){.case-single-h2{font-size:30px;margin-top:112px}}.case-single-h2 span{display:block;font-family:Noto Sans JP,sans-serif;color:#1d1d1d;font-size:24px;line-height:42px;margin-top:16px}@media screen and (min-width: 1025px){.case-single-h2 span{font-size:30px;line-height:48px;margin-top:30px}}.case-single-h2 span.case-single-p-line{display:inline}.case-single-h2-top{margin-top:0}.case-single-h3{font-size:24px;font-weight:700;margin-top:52px}@media screen and (min-width: 1025px){.case-single-h3{margin-top:80px}}.case-single-h3 span{display:block;font-family:Nobel,Noto Sans JP,sans-serif;font-size:18px;color:#e20031}@media screen and (min-width: 1025px){.case-single-h3 span{padding-bottom:16px}}.case-single-p{font-size:16px;line-height:2;letter-spacing:.1em;margin-top:30px}@media screen and (min-width: 1025px){.case-single-p{margin-top:30px}}.case-single-p-line{font-weight:700;background:linear-gradient(0deg,#fff4b5 0%,#fff4b5 7px,transparent 7px,transparent 100%)}.case-single-p.-note{font-size:14px;margin-top:0}.case-single-annotation{font-size:14px;margin-top:20px}.case-single-img{margin-top:28px}@media screen and (min-width: 1025px){.case-single-img{margin-top:40px}}.case-single-img-02{display:flex;flex-direction:column;gap:20px;margin-top:28px}@media screen and (min-width: 1025px){.case-single-img-02{flex-direction:row;gap:28px;margin-top:40px}}.case-single-img-02 img{width:100%}@media screen and (min-width: 1025px){.case-single-img-02 img{width:calc(50% - 14px)}}.case-single-table{border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;margin-top:36px}.case-single-table-item{display:flex;padding:20px 0;border-top:1px solid #cbcbcb}.case-single-table-item:first-child{border-top:0}.case-single-table-item-title{font-size:12px;font-weight:700;padding-right:16px;white-space:nowrap}@media screen and (min-width: 1025px){.case-single-table-item-title{font-size:16px}}.case-single-table-item-text{font-size:12px;border-left:1px solid #cbcbcb;padding-left:16px}@media screen and (min-width: 1025px){.case-single-table-item-text{font-size:16px}}.case-single-table-img{margin-top:44px}@media screen and (min-width: 1025px){.case-single-table-img{margin-top:56px}}.case-single-box{display:flex;flex-direction:column;gap:16px;margin-top:30px}@media screen and (min-width: 1025px){.case-single-box{flex-direction:row;gap:32px;margin-top:36px}}.case-single-box-item{position:relative;width:100%;background:#f6f6f6;padding:30px 20px}@media screen and (min-width: 1025px){.case-single-box-item{width:calc(50% - 16px);padding:30px 40px}}.case-single-box-item:first-child:after{content:"";position:absolute;bottom:-15px;left:10px;width:45px;height:11px;background:url(/images/case/case_arrow_red.svg) 0 0 no-repeat;background-size:contain;z-index:2;transform:rotate(90deg)}@media screen and (min-width: 1025px){.case-single-box-item:first-child:after{bottom:auto;top:50%;left:auto;right:-50px;width:60px;height:13px;transform:translateY(-50%)}}.case-single-box-item.-cardif:first-child:after{background:url(/images/case/case_arrow_green.svg) 0 0 no-repeat}@media screen and (min-width: 1025px){.case-single-box-item.-cardif:first-child:after{width:64px}}.case-single-box-item.-joyo:first-child:after{background:url(/images/case/case_arrow_joyo.svg) 0 0 no-repeat}@media screen and (min-width: 1025px){.case-single-box-item.-joyo:first-child:after{width:64px}}.case-single-box-item-title{font-size:16px;font-weight:700}.case-single-box-item-text{font-size:14px;line-height:2;letter-spacing:.1em;margin-top:20px}.case-img-wrap{width:100%}.case-img-wrap-inner{position:relative;max-width:960px;margin:40px auto}@media screen and (min-width: 1025px){.case-img-wrap-inner{padding:0 80px}}.case-img-wrap>img{width:100%;height:auto}.case-img-text{position:absolute;bottom:16px;left:24px;color:#fff;display:block;width:calc(100% - 170px)}@media screen and (min-width: 1025px){.case-img-text{left:104px;display:block;width:calc(100% - 360px)}}.case-img-title-sub{display:flex;align-items:center;font-size:12px}@media screen and (min-width: 1025px){.case-img-title-sub{font-size:16px}}.case-img-title-sub:after{content:"";display:block;width:60px;height:1px;background:#fff;margin-left:10px}.case-img-title{font-size:16px;margin-top:4px}@media screen and (min-width: 1025px){.case-img-title{font-size:28px}.case-img-title.-joyo{display:block;width:calc(100% - 180px)}}.case-img-logo{position:absolute;display:flex;align-items:flex-end;justify-content:center;bottom:0;right:0;width:22%;height:19%;border-radius:18px 0 0;padding-bottom:4px}@media screen and (min-width: 1025px){.case-img-logo{right:80px;align-items:center;width:17%;max-width:176px;height:19%;max-height:78px;padding-bottom:0}}.case-img-logo img{width:66%;max-width:96px;height:auto}@media screen and (min-width: 1025px){.case-img-logo img{width:96px}}.case-img-logo.-cardif{width:25%;bottom:-3px;align-items:center;background:#fff}.case-img-logo.-cardif img{width:70%;max-width:144px;height:auto}@media screen and (min-width: 1025px){.case-img-logo.-cardif img{width:144px}}.case-img-logo.-joyo{width:25%;bottom:-3px;align-items:center;background:#fff}.case-img-logo.-joyo img{width:70%;max-width:144px;height:auto}@media screen and (min-width: 1025px){.case-img-logo.-joyo img{width:144px}}.case-message{width:100%;margin-top:52px}@media screen and (min-width: 1025px){.case-message{margin-top:64px}}.case-message-img img{width:100%}.case-message-box{position:relative;width:100%;background:#f6f6f6;padding:40px 24px}@media screen and (min-width: 1025px){.case-message-box{width:100%;max-width:800px;margin:-80px auto 0;padding:54px}}@media screen and (min-width: 1025px){.case-message-box-wrap{padding:0 80px}}.case-message-box-title{font-size:24px;font-weight:700;line-height:36px}.case-message-box-title span{display:block;font-size:18px;color:#e20031}.case-message-box-text{font-size:16px;letter-spacing:.1em;line-height:2;margin-top:32px}.case-profile{padding-top:60px}.case-profile-company{display:flex;align-items:center}.case-profile-company-logo-wrap{border-right:1px solid #cbcbcb;padding-right:20px}.case-profile-company-logo-nsk{width:85px;min-width:85px;height:auto}.case-profile-company-name{font-size:20px;font-weight:700;padding-left:20px}.case-profile-company-name.-nologo{padding-left:0}.case-profile-text{font-size:14px;line-height:2;letter-spacing:.1em;margin-top:16px}.case-profile-link{font-size:14px;color:#1d1d1d;line-height:2;letter-spacing:.1em;margin-top:20px}@media screen and (min-width: 1025px){.case-profile-link{margin-top:24px}.case-profile-link:hover{opacity:.8}}.case-gray-box{width:100%;background:#f6f6f6;padding:30px 20px;margin-top:30px}@media screen and (min-width: 1025px){.case-gray-box{padding:30px 40px}}.case-gray-box h4{font-size:16px}.case-gray-box-list{margin-top:30px}.case-gray-box-list-item{display:flex;align-items:baseline;flex-direction:column;font-size:14px;margin-top:16px}@media screen and (min-width: 1025px){.case-gray-box-list-item{flex-direction:row}}.case-gray-box-list-item-name{min-width:70px}.-u-c-cardif{color:#00965e!important}.-u-c-joyo{color:#014694!important}.bubble{position:fixed;width:100%;height:100vh;z-index:-1}.bubble-wrap{position:relative;width:100%;height:100%;display:block}.bubble-item-1{position:absolute;display:block;border-radius:50%;width:170px;height:170px;background:#e200310d;animation-name:move1;animation-duration:120s;animation-timing-function:linear;animation-iteration-count:infinite}@media screen and (min-width: 1025px){.bubble-item-1{animation-duration:100s;animation-name:move1pc}}.bubble-item-1.-cardif{background:#00965e0d}.bubble-item-1.-joyo{background:#0146940d}.bubble-item-2{position:absolute;display:block;border-radius:50%;width:245px;height:245px;background:#e200310d;animation-name:move2;animation-duration:80s;animation-timing-function:linear;animation-iteration-count:infinite}.bubble-item-2.-cardif{background:#00965e0d}.bubble-item-2.-joyo{background:#0146940d}@media screen and (min-width: 1025px){.bubble-item-2{animation-duration:90s;animation-name:move2pc}}.bubble-item-3{display:none}@media screen and (min-width: 1025px){.bubble-item-3{position:absolute;display:block;border-radius:50%;width:360px;height:360px;background:#e200310d;animation-name:move3;animation-duration:80s;animation-timing-function:linear;animation-iteration-count:infinite}.bubble-item-3.-cardif{background:#00965e0d}.bubble-item-3.-joyo{background:#0146940d}}@keyframes move1{0%{top:-20%;left:-5%}25%{top:0%;left:10%}50%{top:15%;left:20%}75%{top:0%;left:10%}to{top:-20%;left:-5%}}@keyframes move1pc{0%{top:10%;left:-10%}25%{top:20%;left:calc(50% - 450px)}50%{top:30%;left:calc(50% - 500px)}75%{top:20%;left:calc(50% - 550px)}to{top:10%;left:-10%}}@keyframes move2{0%{top:60%;left:80%}25%{top:80%;left:50%}50%{top:60%;left:20%}75%{top:50%;left:40%}to{top:60%;left:80%}}@keyframes move2pc{0%{top:30%;left:80%}25%{top:50%;left:75%}50%{top:30%;left:calc(50% + 350px)}75%{top:20%;left:calc(50% + 450px)}to{top:30%;left:80%}}@keyframes move3{0%{top:70%;left:-10%}25%{top:60%;left:calc(50% - 800px)}50%{top:50%;left:calc(50% - 600px)}75%{top:65%;left:calc(50% - 700px)}to{top:70%;left:-10%}}.csr{padding-top:100px}@media screen and (max-width: 768px){.csr{padding-top:95px}}.csr .main-text{font-size:clamp(12px,1.3vw,16px)}@media screen and (max-width: 768px){.csr .main-text{font-size:15px}}.csr .intro{overflow:hidden}.csr .intro .container{position:relative;padding-block:120px}@media screen and (max-width: 1024px){.csr .intro .container{padding-top:0;padding-bottom:56px}}.csr .intro .main-h1{padding-bottom:80px}.csr .intro .main-h1-2{margin-top:22px;margin-bottom:0}@media screen and (max-width: 768px){.csr .intro .main-h1-2{display:none}}@media screen and (max-width: 768px){.csr .intro .main-h1-4{white-space:nowrap}}.csr .intro .main-h2-3{margin-top:24px}@media screen and (max-width: 768px){.csr .intro .main-h2-3{font-size:24px}}.csr .intro .main-h2-3 br{display:none}@media screen and (max-width: 768px){.csr .intro .main-h2-3 br{display:block}}.csr .intro .bg-img{position:absolute;top:0;right:-150px;opacity:.6;z-index:-1}@media screen and (max-width: 1024px){.csr .intro .bg-img{top:10px;right:-30px;width:320px;height:320px}}.csr .intro-our{font-size:clamp(10px,1.1vw,14px)}@media screen and (max-width: 1024px){.csr .intro-our{font-size:14px}}.csr-anchor{display:flex;flex-direction:column;gap:24px;font-size:clamp(12px,1.3vw,18px);margin-top:80px}@media screen and (min-width: 1281px){.csr-anchor{flex-direction:row;gap:40px;font-size:18px}}@media screen and (max-width: 1024px){.csr-anchor{margin-top:40px}}@media screen and (max-width: 768px){.csr-anchor{font-size:14px}}.csr-anchor .circle-arrow{width:auto}.csr .kv{margin-bottom:120px}@media screen and (max-width: 768px){.csr .kv{margin-bottom:56px}}.csr .kv img{width:100%;height:550px;object-fit:cover}@media screen and (max-width: 1024px){.csr .kv img{height:260px}}@media screen and (max-width: 768px){.csr .overview .main-h2-3{width:100%}}.csr .overview-img{display:flex;justify-content:end;margin-top:32px}.csr .overview-img img{width:324px}.csr .case{padding-top:80px;margin-bottom:120px}@media screen and (max-width: 768px){.csr .case{margin-bottom:80px}}.csr .case-contents{display:flex;align-items:center;gap:88px;margin-bottom:72px}.csr .case-contents:last-child{margin-bottom:0}@media screen and (max-width: 1024px){.csr .case-contents{flex-direction:column;gap:24px}}.csr .case-contents.img_right .case-textbox{order:1}@media screen and (max-width: 1024px){.csr .case-contents.img_right .case-textbox{order:inherit}}.csr .case-contents.img_right .case-img{order:2}@media screen and (max-width: 1024px){.csr .case-contents.img_right .case-img{order:inherit}}@media screen and (max-width: 768px){.csr .case-textbox{order:2;width:100%}}.csr .case-img{width:466px;height:350px;flex:0 0 auto}@media screen and (max-width: 768px){.csr .case-img{order:1;width:auto;height:auto}}.csr .case-img img{width:100%;height:100%;object-fit:contain;display:block}.csr .case-img.img2{display:flex;flex-direction:column;gap:16px;height:auto;background:#fff8f3;padding:16px 32px}.csr .case-img.img2 img{height:auto}.csr .case-heading{font-size:clamp(20px,2vw,30px);margin-bottom:25px}@media screen and (max-width: 768px){.csr .case-heading{font-size:22px}}.csr .case-heading.has-period{margin-bottom:15px}.csr .case-period{font-size:clamp(10px,1.1vw,14px);margin-bottom:30px}.csr .case-text{font-size:clamp(12px,1.3vw,16px);line-height:2;letter-spacing:.02em}@media screen and (max-width: 768px){.csr .case-text{font-size:15px}}.csr .yanakiji-data{background:url(/images/csr/img_nomad_bg.png) center 360px no-repeat;background-size:1286px auto;padding-top:80px}@media screen and (max-width: 768px){.csr .yanakiji-data{padding-top:80px;margin-top:40px;background:url(/images/csr/img_nomad_bg.png) center 80px no-repeat;background-size:contain}}.csr .data-flex{padding-top:56px;display:flex;gap:30px}@media screen and (max-width: 1024px){.csr .data-flex{flex-wrap:wrap;gap:70px}}.csr .data-item{width:calc(33% - 20px)}@media screen and (max-width: 1024px){.csr .data-item{width:100%}}@media screen and (max-width: 1024px){.csr .data-item .main-text{margin-top:24px}}.csr .data-img{height:286px}@media screen and (max-width: 1024px){.csr .data-img{height:auto;width:auto;max-width:400px;margin:0 auto}}.csr .data-annotation{margin-top:30px}.csr .data-annotation_item{display:flex;align-items:center;gap:10px}@media screen and (max-width: 1024px){.csr .data-annotation_item{align-items:flex-start}}.csr .photo-slider{padding-top:120px}@media screen and (max-width: 768px){.csr .photo-slider{padding-top:20px}}.csr .photo-slider_container{padding-bottom:80px}@media screen and (max-width: 768px){.csr .photo-slider_container{padding-top:80px}}.infinite-slider{--img-h: 160px;--gap: 24px;--duration: 20s}@media screen and (max-width: 1024px){.infinite-slider{--img-h: 240px}}@media screen and (max-width: 768px){.infinite-slider{--img-h: 180px}}@media screen and (min-width: 1281px){.infinite-slider{--img-h: 300px}}.infinite-slider__mask{overflow:hidden;width:100%}.infinite-slider__track{display:flex;align-items:center;width:max-content;animation:infinite-slide var(--duration) linear infinite}.infinite-slider__row{display:inline-flex;align-items:center;gap:var(--gap)}.infinite-slider__spacer{flex:0 0 auto;width:0}.infinite-slider__item{flex:0 0 auto}.infinite-slider__item img{display:block;height:var(--img-h);width:auto;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}@media (prefers-reduced-motion: reduce){.infinite-slider__track{animation:none!important}}@keyframes infinite-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.ktyb-slider-wrap{width:100vw;overflow:hidden;background:url(/images/katayaburi/slider-bg.svg) no-repeat center center;background-size:80% auto;margin-top:100px;padding-bottom:100px}@media screen and (max-width: 768px){.ktyb-slider-wrap{width:100%;margin-top:40px;overflow:visible}}.ktyb-slider-list{display:flex;gap:64px}@media screen and (max-width: 768px){.ktyb-slider-list{padding-right:0}}.ktyb-slider-item{display:flex;flex-direction:column;justify-content:center;gap:40px}.ktyb-slider-item.-fs{align-items:flex-start}.ktyb-slider-item.-fe{align-items:flex-end}@media screen and (max-width: 768px){.ktyb-slider-item{flex-direction:row;gap:24px}}.ktyb-slider-card{display:flex;flex-direction:column;align-items:center}.ktyb-slider-card.-s{width:260px}@media screen and (max-width: 768px){.ktyb-slider-card.-s{width:40%}}.ktyb-slider-card.-l{width:380px}@media screen and (max-width: 768px){.ktyb-slider-card.-l{width:60%}}.ktyb-slider-card.-mr{margin-right:40px}.ktyb-slider-card.-ml{margin-left:40px}@media screen and (max-width: 768px){.ktyb-slider-card:nth-of-type(2n){padding-top:50px}.ktyb-slider-card:nth-of-type(2n).-s{padding-top:80px}}.ktyb-slider-txt{font-size:clamp(10px,1.1vw,14px);text-align:center;color:#fa720d;font-weight:500}@media screen and (max-width: 768px){.ktyb-slider-txt{font-size:1.2rem;letter-spacing:.02em}}.ktyb-slider-balloon{position:relative;display:inline-block;justify-content:center;color:#fff;font-size:clamp(12px,1.3vw,18px);font-weight:700;background:#fa720d;border-radius:20px;padding:14px 30px;margin:10px auto -20px;z-index:1}@media screen and (max-width: 768px){.ktyb-slider-balloon{font-size:1.4rem;letter-spacing:.02em;text-align:center;padding:10px}}.ktyb-slider-balloon:after{content:"";position:absolute;top:100%;left:50%;width:0;height:0;border-style:solid;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #fa720d;border-bottom:0;transform:translate(-50%)}.ktyb-slider-img{position:relative}.ktyb-slider-img:after{content:"";position:absolute;top:20px;left:20px;display:block;width:100%;height:100%;border-radius:50px;background:#90cde3;opacity:.1;z-index:-1}@media screen and (max-width: 768px){.ktyb-slider-img:after{top:12px;left:12px;border-radius:20px}}.ktyb-slider-wrap:not(.mobile-static){overflow:hidden}.ktyb-slider-wrap:not(.mobile-static) .ktyb-slider-list{width:4670px;animation:ktyb-slide-left 60s linear infinite}@keyframes ktyb-slide-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.mobile-static .ktyb-slider-list{flex-direction:column;gap:20px}.katayaburi{overflow:hidden}.katayaburi .ktyb-mv-wrap{position:relative;width:100vw}.katayaburi .ktyb-mv-img{width:100%;height:auto}.katayaburi .ktyb-mv-img.-pc{display:block}@media screen and (max-width: 768px){.katayaburi .ktyb-mv-img.-pc{display:none}}.katayaburi .ktyb-mv-img.-sp{display:none}@media screen and (max-width: 768px){.katayaburi .ktyb-mv-img.-sp{display:block}}.katayaburi .ktyb-mv-img-member{position:absolute;top:50%;left:50%;width:90%;max-width:1260px;height:auto;transform:translate(-50%,-50%)}.katayaburi .ktyb-mv-img-member.-pc{display:block}@media screen and (max-width: 768px){.katayaburi .ktyb-mv-img-member.-pc{display:none}}.katayaburi .ktyb-mv-img-member.-sp{display:none}@media screen and (max-width: 768px){.katayaburi .ktyb-mv-img-member.-sp{display:block}}.katayaburi .ktyb-lead{position:relative}@media screen and (max-width: 768px){.katayaburi .ktyb-lead{padding-bottom:350px}}.katayaburi .ktyb-lead .container{position:relative}.katayaburi .ktyb-lead-ttl{font-size:clamp(28px,3vw,44px);text-align:center;margin-top:60px}@media screen and (max-width: 768px){.katayaburi .ktyb-lead-ttl{font-size:2.8rem}}.katayaburi .ktyb-lead-ttl-sub{font-size:2rem;text-align:center;margin-top:16px}.katayaburi .ktyb-lead-txt{font-size:clamp(12px,1.3vw,18px);text-align:center;line-height:2.2;margin-top:60px}@media screen and (max-width: 768px){.katayaburi .ktyb-lead-txt{font-size:1.5rem;text-align:left;margin-top:40px}}.katayaburi .ktyb-lead-img{position:absolute;top:0;left:0}.katayaburi .ktyb-lead-img.-l{left:0;top:0;width:15vw}@media screen and (max-width: 768px){.katayaburi .ktyb-lead-img.-l{left:0;top:auto;bottom:60px;width:45vw;max-width:200px}}.katayaburi .ktyb-lead-img.-r{left:auto;right:0;top:auto;bottom:0;width:15vw}@media screen and (max-width: 768px){.katayaburi .ktyb-lead-img.-r{top:auto;bottom:0;width:45vw;max-width:200px}}.katayaburi .ktyb-moutain{position:relative;margin-bottom:-2px}.katayaburi .ktyb-project{overflow:hidden;background:#48bb66}@media screen and (max-width: 768px){.katayaburi .ktyb-project{padding-top:50px}}.katayaburi .ktyb-project.-bottom{padding-bottom:200px}.katayaburi .ktyb-project.-pj{margin-top:-60px}@media screen and (max-width: 768px){.katayaburi .ktyb-project.-pj{margin-top:0}}.katayaburi .ktyb-project-ttl{font-size:clamp(24px,2.8vw,40px);margin-top:20px;text-align:center;color:#fff}@media screen and (max-width: 768px){.katayaburi .ktyb-project-ttl{font-size:2.4rem}}.katayaburi .ktyb-project-ttl-img{margin:0 auto}.katayaburi .ktyb-project-txt{font-size:clamp(12px,1.3vw,18px);line-height:2.2;color:#fff;text-align:center;margin-top:60px}@media screen and (max-width: 768px){.katayaburi .ktyb-project-txt{font-size:1.5rem;text-align:left}}.katayaburi .ktyb-project-layout-01{position:relative;display:flex;justify-content:center;width:100vw;margin-top:60px}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01{flex-direction:column}}.katayaburi .ktyb-project-layout-01-img{position:relative;display:flex;width:100vw;height:auto;z-index:1}.katayaburi .ktyb-project-layout-01-img-01{display:block;width:55vw}@media screen and (max-width: 1024px){.katayaburi .ktyb-project-layout-01-img-01{width:45vw}}@media screen and (max-width: 850px){.katayaburi .ktyb-project-layout-01-img-01{width:40vw}}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-img-01{display:none}}.katayaburi .ktyb-project-layout-01-img-01 img{position:relative;display:block;max-width:none;width:120%;height:auto;margin-left:-20%;z-index:-1}@media screen and (max-width: 850px){.katayaburi .ktyb-project-layout-01-img-01 img{width:140%}}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-img-01 img{width:100%}}.katayaburi .ktyb-project-layout-01-img-02{position:relative;display:block;width:45vw;padding-top:3%}@media screen and (max-width: 1280px){.katayaburi .ktyb-project-layout-01-img-02{width:55vw}}@media screen and (max-width: 850px){.katayaburi .ktyb-project-layout-01-img-02{width:60vw}}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-img-02{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;overflow:hidden}}.katayaburi .ktyb-project-layout-01-img-02>img{position:relative;display:block;max-width:none;width:170%;height:auto;margin-left:-20%;z-index:-2}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-img-02>img{width:140%;margin-left:0;z-index:1}}.katayaburi .ktyb-project-layout-01-img-02>img.-pc{display:block}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-img-02>img.-pc{display:none}}.katayaburi .ktyb-project-layout-01-img-02>img.-sp{display:none}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-img-02>img.-sp{display:block}}.katayaburi .ktyb-project-layout-01-txt{position:absolute;top:0;left:0;display:flex;width:100%;padding-top:37%;padding-left:5%;padding-right:80px}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-txt{position:relative;flex-direction:column;justify-content:center;align-items:center;background:url(/images/katayaburi/bg_base@sp.svg) no-repeat center bottom;background-size:100% auto;padding:150px 24px;margin-top:-100px}.katayaburi .ktyb-project-layout-01-txt:before{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background:#2eac59;z-index:-1}}.katayaburi .ktyb-project-layout-01-txt-img{display:none}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-txt-img{display:block;width:135px;height:auto;margin:0 auto}}.katayaburi .ktyb-project-layout-01-balloon{position:relative;margin-left:50px}.katayaburi .ktyb-project-layout-01-balloon img{display:block}.katayaburi .ktyb-project-layout-01-balloon p{position:absolute;top:25px;left:30px;font-size:clamp(12px,1.3vw,18px);color:#fff}.katayaburi .ktyb-project-layout-01-main{display:block;color:#fff}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-main{padding-top:30px}}.katayaburi .ktyb-project-layout-01-main-ttl{font-size:clamp(16px,2.4vw,34px)}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-main-ttl{text-align:center;font-size:2.4em}}.katayaburi .ktyb-project-layout-01-main-txt{font-size:clamp(10px,1.05vw,1.05vw);line-height:2.2;margin-top:clamp(10px,1.2vw,40px)}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-01-main-txt{font-size:1.5rem}}.katayaburi .ktyb-project-layout-02{position:relative;display:flex;justify-content:center;width:100vw;margin-top:100px}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02{flex-direction:column;margin-top:50px}}.katayaburi .ktyb-project-layout-02-img{position:relative;display:flex;width:100vw;height:auto;z-index:1}.katayaburi .ktyb-project-layout-02-img-01{display:block;width:55vw}@media screen and (max-width: 1280px){.katayaburi .ktyb-project-layout-02-img-01{width:45vw}}@media screen and (max-width: 850px){.katayaburi .ktyb-project-layout-02-img-01{width:40vw}}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-img-01{display:none}}.katayaburi .ktyb-project-layout-02-img-01 img{position:relative;display:block;max-width:none;width:120%;height:auto;margin-right:-10%;z-index:-1}@media screen and (max-width: 1024px){.katayaburi .ktyb-project-layout-02-img-01 img{width:130%}}@media screen and (max-width: 850px){.katayaburi .ktyb-project-layout-02-img-01 img{width:140%}}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-img-01 img{width:100%}}.katayaburi .ktyb-project-layout-02-img-02{position:relative;display:block;width:45vw;padding-top:3%}@media screen and (max-width: 1280px){.katayaburi .ktyb-project-layout-02-img-02{width:55vw}}@media screen and (max-width: 850px){.katayaburi .ktyb-project-layout-02-img-02{width:60vw}}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-img-02{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;overflow:hidden}}.katayaburi .ktyb-project-layout-02-img-02>img{position:relative;display:block;max-width:none;width:170%;height:auto;margin-left:-40%;z-index:-2}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-img-02>img{width:140%;margin-left:0;z-index:1}}.katayaburi .ktyb-project-layout-02-img-02>img.-pc{display:block}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-img-02>img.-pc{display:none}}.katayaburi .ktyb-project-layout-02-img-02>img.-sp{display:none}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-img-02>img.-sp{display:block}}.katayaburi .ktyb-project-layout-02-txt{position:absolute;top:0;left:0;display:flex;justify-content:flex-end;width:100%;padding-top:37%;padding-right:5%;padding-left:80px}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-txt{position:relative;flex-direction:column;justify-content:center;align-items:center;background:url(/images/katayaburi/bg_base@sp.svg) no-repeat center bottom;background-size:100% auto;padding:150px 24px;margin-top:-100px}.katayaburi .ktyb-project-layout-02-txt:before{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background:#2eac59;z-index:-1}}.katayaburi .ktyb-project-layout-02-txt-img{display:none}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-txt-img{display:block;width:135px;height:auto;margin:0 auto}}.katayaburi .ktyb-project-layout-02-balloon{position:relative;margin-left:50px}.katayaburi .ktyb-project-layout-02-balloon img{display:block}.katayaburi .ktyb-project-layout-02-balloon p{position:absolute;top:25px;left:30px;font-size:clamp(12px,1.3vw,18px);color:#fff}.katayaburi .ktyb-project-layout-02-main{display:block;color:#fff}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-main{padding-top:30px}}.katayaburi .ktyb-project-layout-02-main-ttl{font-size:clamp(16px,2.4vw,34px)}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-main-ttl{text-align:center;font-size:2.4em}}.katayaburi .ktyb-project-layout-02-main-txt{font-size:clamp(10px,1.05vw,1.05vw);line-height:2.2;margin-top:clamp(10px,1.2vw,40px)}@media screen and (max-width: 768px){.katayaburi .ktyb-project-layout-02-main-txt{font-size:1.5rem}}.katayaburi .ktyb-project-report-ttl{font-size:clamp(20px,2vw,30px);text-align:center;color:#fff}@media screen and (max-width: 768px){.katayaburi .ktyb-project-report-ttl{font-size:2rem}}.katayaburi .ktyb-project-report-txt{font-size:clamp(10px,1.1vw,14px);color:#ffd343;text-align:center;margin-top:10px}@media screen and (max-width: 768px){.katayaburi .ktyb-project-report-txt{font-size:1.2rem}}.katayaburi .ktyb-project-report-list{display:flex;gap:56px;margin-top:50px}@media screen and (max-width: 768px){.katayaburi .ktyb-project-report-list{flex-direction:column}}.katayaburi .ktyb-project-report-item{width:33%;display:flex;flex-direction:column}@media screen and (max-width: 768px){.katayaburi .ktyb-project-report-item{width:100%}.katayaburi .ktyb-project-report-item:hover{opacity:1}}.katayaburi .ktyb-project-report-balloon{position:relative;display:inline-block;font-size:clamp(10px,1.1vw,14px);font-weight:700;text-align:center;background:#fff;border-radius:20px;padding:10px 20px;margin:0 auto}@media screen and (max-width: 768px){.katayaburi .ktyb-project-report-balloon{font-size:14px}}.katayaburi .ktyb-project-report-balloon:after{content:"";position:absolute;top:100%;left:50%;width:0;height:0;border-style:solid;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #ffffff;border-bottom:0;transform:translate(-50%)}.katayaburi .ktyb-project-report-img{display:block;margin-top:20px}.katayaburi .ktyb-project .-ynkj-01{top:auto;bottom:100px;left:300px;width:8vw;height:auto;z-index:2}@media screen and (max-width: 768px){.katayaburi .ktyb-project .-ynkj-01{left:auto;right:30px;bottom:auto;top:40%;width:20vw}}.katayaburi .ktyb-project .-ynkj-02{top:auto;bottom:100px;left:auto;right:30px;width:8vw;height:auto;z-index:2}@media screen and (max-width: 768px){.katayaburi .ktyb-project .-ynkj-02{left:30px;bottom:auto;top:90%;width:20vw}}.katayaburi .ktyb-project .pj-pb{padding-bottom:20px}@media screen and (max-width: 768px){.katayaburi .ktyb-project .pj-pb{padding-bottom:130px}}.katayaburi .ktyb-project .-ynkj-03{top:auto;bottom:0;left:-50px;width:8vw;height:auto;z-index:2}@media screen and (max-width: 768px){.katayaburi .ktyb-project .-ynkj-03{left:auto;right:30px;bottom:0;top:auto;width:20vw}}.katayaburi .ktyb-project .-kktn-01{top:auto;bottom:160px;left:calc(50% + 400px);width:15vw;height:auto;z-index:2}@media screen and (max-width: 768px){.katayaburi .ktyb-project .-kktn-01{left:auto;right:30px;bottom:auto;top:35%;width:30vw}}.katayaburi .ktyb-project .-kktn-02{top:auto;bottom:10px;left:calc(50% - 600px);width:8vw;height:auto;z-index:2}@media screen and (max-width: 768px){.katayaburi .ktyb-project .-kktn-02{left:30px;bottom:auto;top:90%;width:20vw}}.katayaburi .ktyb-project .-kktn-03{top:auto;bottom:-100px;left:auto;right:50px;width:5vw;height:auto;z-index:2}@media screen and (max-width: 768px){.katayaburi .ktyb-project .-kktn-03{left:auto;right:30px;bottom:-130px;top:auto;width:20vw}}.katayaburi .ktyb-action{position:relative;background:#3b7fc1;padding-bottom:100px;overflow:hidden}@media screen and (max-width: 768px){.katayaburi .ktyb-action{padding-bottom:200px}}.katayaburi .ktyb-action-top-bg{width:100vw;background:#48bb66;margin-top:-2px;max-height:280px}.katayaburi .ktyb-action-top-bg img{width:100%;max-width:none;height:100%}.katayaburi .ktyb-action-ttl{font-size:clamp(24px,2.8vw,40px);text-align:center;color:#fff;font-weight:700;margin-top:60px}@media screen and (max-width: 768px){.katayaburi .ktyb-action-ttl{font-size:2.4rem}}.katayaburi .ktyb-action-lead{position:relative;font-size:clamp(12px,1.3vw,18px);line-height:2.2;color:#fff;text-align:center;margin-top:60px;z-index:2}@media screen and (max-width: 768px){.katayaburi .ktyb-action-lead{font-size:1.5rem;text-align:left;margin-top:40px}}.katayaburi .ktyb-action-list{position:relative;display:flex;gap:56px;z-index:2;margin-top:120px}@media screen and (max-width: 768px){.katayaburi .ktyb-action-list{flex-direction:column;gap:80px}}.katayaburi .ktyb-action-item{position:relative;width:50%;background:#fff;padding:90px 40px 40px;border-radius:20px}@media screen and (max-width: 768px){.katayaburi .ktyb-action-item{width:100%;padding:90px 24px 24px}}.katayaburi .ktyb-action-item .view-more-btn{width:100%;justify-content:center;margin-top:40px}.katayaburi .ktyb-action-num{position:absolute;top:0;left:20px;transform:translateY(-70%)}.katayaburi .ktyb-action-sdgs{position:absolute;top:32px;right:40px}.katayaburi .ktyb-action-img{display:block;width:calc(100% - 40px);height:auto;margin:0 auto}@media screen and (max-width: 768px){.katayaburi .ktyb-action-img{width:100%}}.katayaburi .ktyb-action-item-ttl{font-size:clamp(20px,2vw,30px);font-weight:500;margin-top:20px;text-align:center}@media screen and (max-width: 768px){.katayaburi .ktyb-action-item-ttl{font-size:2rem}}.katayaburi .ktyb-action-item-txt{font-size:clamp(10px,1.1vw,14px);line-height:2.1;margin-top:24px}@media screen and (max-width: 768px){.katayaburi .ktyb-action-item-txt{font-size:14px}}.katayaburi .ktyb-action-btm-bg-01{position:absolute;bottom:0;left:0;width:100vw}@media screen and (max-width: 768px){.katayaburi .ktyb-action-btm-bg-01{width:500vw}}.katayaburi .ktyb-action-btm-bg-01 svg{width:100%;height:auto;max-height:1154px}.katayaburi .ktyb-action-btm-bg-02{position:absolute;bottom:0;left:0;width:100vw}@media screen and (max-width: 768px){.katayaburi .ktyb-action-btm-bg-02{width:500vw}}.katayaburi .ktyb-action-btm-bg-02 svg{width:200%;height:auto;max-height:556px}.katayaburi-body .footer{position:relative}.katayaburi-body .footer:after{position:absolute;top:0;left:0;content:"";width:100vw;height:500px;background:#98bcdb;z-index:-2}.ktyb-animation-img{position:absolute;top:0;left:0}.ktyb-animation-img.-a{left:calc(50% + 450px);top:10%;width:5vw}@media screen and (max-width: 768px){.ktyb-animation-img.-a{left:calc(50% + 20px);top:auto;bottom:-100px;width:15vw;max-width:80px}}.ktyb-animation-img.-a img{animation:shake-up-a 3s infinite ease-in-out}.ktyb-animation-img.-b{left:calc(50% + 500px);top:18%;width:7vw}@media screen and (max-width: 768px){.ktyb-animation-img.-b{left:calc(50% + 50px);top:auto;bottom:-150px;width:20vw;max-width:100px}}.ktyb-animation-img.-b img{animation:shake-up-a 2.5s infinite ease-in-out}.ktyb-animation-img.-c{left:calc(50% - 600px);top:65%;width:7vw}@media screen and (max-width: 768px){.ktyb-animation-img.-c{left:calc(50% - 100px);top:auto;bottom:-300px;width:20vw;max-width:100px}}.ktyb-animation-img.-c img{animation:shake-up-b 3s infinite ease-in-out}.ktyb-animation-img.-d{left:25%;top:10%;width:7vw}@media screen and (max-width: 768px){.ktyb-animation-img.-d{width:15vw}}.ktyb-animation-img.-d img{animation:shake-up-a 4s infinite ease-in-out}.ktyb-animation-img.-e{left:calc(50% - 600px);top:10%;width:10vw}@media screen and (max-width: 768px){.ktyb-animation-img.-e{left:-2%;top:0;width:20vw}}.ktyb-animation-img.-e img{animation:shake-up-a 3s infinite ease-in-out}.ktyb-animation-img.-f{left:calc(50% + 400px);top:50%;width:10vw}@media screen and (max-width: 768px){.ktyb-animation-img.-f{left:auto;right:5%;top:3%;width:20vw}}.ktyb-animation-img.-f img{animation:shake-up-a 3.6s infinite ease-in-out}.ktyb-animation-img.-g{left:calc(50% + 500px);top:10%;width:15vw}@media screen and (max-width: 768px){.ktyb-animation-img.-g{left:auto;right:-3%;top:-4%;width:20vw}}.ktyb-animation-img.-g img{animation:shake-up-a 3.2s infinite ease-in-out}.ktyb-animation-img.-h{left:calc(50% - 600px);top:5%;width:10vw}@media screen and (max-width: 768px){.ktyb-animation-img.-h{left:10%;top:0;width:20vw}}.ktyb-animation-img.-h img{animation:shake-up-a 3.4s infinite ease-in-out}.ktyb-animation-img.-i{left:calc(50% + 500px);top:30%;width:10vw}.ktyb-animation-img.-i img{animation:shake-up-b 3s infinite ease-in-out}@media screen and (max-width: 768px){.ktyb-animation-img.-i{left:auto;top:auto;right:10%;bottom:2%;width:30vw}}@keyframes shake-up-a{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}@keyframes shake-up-b{0%,to{transform:translateY(15px)}50%{transform:translateY(0)}}.privacy-section-wrap{padding:72px 0 88px}@media screen and (min-width: 768px){.privacy-section-wrap{padding:96px 0 100px}}.privacy-h1{font-size:28px;letter-spacing:.05em}@media screen and (min-width: 768px){.privacy-h1{font-size:36px}}.privacy-read{font-size:16px;line-height:1.75;letter-spacing:.04em;margin-top:48px}@media screen and (min-width: 768px){.privacy-read{margin-top:72px}}.privacy-h2{font-size:20px;line-height:1.6;letter-spacing:.04em;margin-top:72px}.privacy-h3{display:flex;align-items:start;margin-top:48px}.privacy-h3-num{font-size:16px;letter-spacing:.04em;color:#ff6c00}.privacy-h3-txt{font-size:16px;letter-spacing:.04em;margin-left:8px}.privacy-list{margin-top:24px;padding-left:32px}.privacy-list-item{list-style:disc;font-size:16px;line-height:1.75;letter-spacing:.04em;margin-top:24px}.privacy-list-item:first-child{margin-top:0}.privacy-list-item::marker{color:#ff6c00;font-weight:700}.privacy-txt{font-size:16px;line-height:1.75;letter-spacing:.04em;margin-top:48px}.privacy-txt-right{text-align:right;font-size:16px;line-height:1.75;letter-spacing:.04em;margin-top:72px}.privacy-dl{display:grid;grid-template-columns:auto 1fr;gap:20px;font-size:16px;margin-top:48px}.privacy-dl-dt{font-weight:700}.aiusage .privacy-h3-txt{font-weight:700;margin-left:0}.aiusage .privacy-h3+.privacy-txt{margin-top:24px}.contact{margin:80px auto;padding:0 16px;max-width:832px}.contact-title{font-size:40px;text-align:center;letter-spacing:4.8px;font-weight:700;margin-top:160px}@media screen and (max-width: 768px){.contact-title{margin-top:160px}}.contact label{font-size:14px;display:block}.contact-input-wrap{display:flex;flex-direction:column;margin-top:16px}.contact-input-wrap-radio{padding-bottom:32px}.contact-input-wrap:first-child{margin-top:0}.contact-input-wrap>label{order:1}.contact-input-wrap>div{order:3;position:static!important;margin-top:0!important}.contact-input-wrap>div .formErrorContent{background:transparent;color:#f2545b;font-size:14px;padding:0 0 0 5px;border:none;box-shadow:none}.contact-input-wrap>div .formErrorArrow{display:none}.contact-input-wrap>div+input.contact-input-txt{border-color:#f2545b}.contact-input-wrap>div+textarea.contact-input-txtarea{border-color:#f2545b}.contact-input-wrap>input{order:2}.contact-input-wrap>textarea{order:2}.contact-input-wrap .error{order:3;background:transparent;color:#f2545b;font-size:14px;padding:0 0 0 5px;border:none;box-shadow:none}.contact-input-wrap .is-error{border-color:#f2545b}.contact-input-txt{width:100%;min-height:27px;height:40px;line-height:22px;font-size:16px;border:1px solid #cbd6e2;border-radius:3px;background:#f5f8fa;padding:0 15px;margin-top:8px}.contact-input-txtarea{width:100%;min-height:27px;height:auto;line-height:22px;font-size:16px;border:1px solid #cbd6e2;border-radius:3px;background:#f5f8fa;padding:10px 15px;margin-top:8px}.contact-radio-wrap{position:relative;display:flex;align-items:center;padding-left:8px;margin-top:4px}.contact-radio-wrap:first-child{margin-top:0}.contact-radio-wrap label{font-size:14px;margin-left:8px}.contact-radio-wrap .formErrorContent{margin-top:140px}.contact-radio-txt{font-size:14px;margin-bottom:8px}.contact .contact-btn{cursor:pointer;display:inline-block;font-weight:700;line-height:12px;position:relative;text-align:center;transition:all .15s linear;background-color:#fa720d;border-color:#fa720d;color:#fff;border-radius:3px;border-style:solid;border-width:1px;font-size:14px;padding:12px 24px;margin-top:32px}.required-dot{color:red}.thanks{margin-bottom:50px}.thanks.contact-title{display:block;font-size:26px;letter-spacing:.01em;padding:0 16px}@media screen and (max-width: 768px){.thanks.contact-title{font-size:40px}}.thanks p{display:block;text-align:center;font-size:16px;letter-spacing:.05em;line-height:1.8;margin-top:50px;padding:0 16px}@media screen and (max-width: 768px){.thanks p{margin-top:100px;font-size:20px}}.thanks-top{display:flex;justify-content:center;padding:0 16px}.thanks-top-btn{width:100%;margin-top:50px;max-width:300px}@media screen and (max-width: 768px){.thanks-top-btn{width:300px}}.common-contact-btn{display:flex;align-items:center;justify-content:center;width:100%;height:64px;font-size:16px;color:#fff;background:#ff6c00;font-weight:700;letter-spacing:1.44px;border-radius:4px;margin-top:56px}*,*:after,*:before{box-sizing:border-box}:focus-visible{outline-offset:3px}:where(html){-webkit-text-size-adjust:none;text-size-adjust:none}:where(html){line-height:1.5}:where(html){scrollbar-gutter:stable}:where(h1){font-size:2em;margin-block:.67em}:where(abbr[title]){cursor:help;text-decoration-line:underline;text-decoration-style:dotted}@media (forced-colors: active){mark{color:HighlightText;background-color:Highlight}}:where(del,ins,s):before,:where(del,ins,s):after{clip-path:inset(100%);clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap;content:"test"}:where(s):before{content:"stricken text start "}:where(s):after{content:" stricken text end"}:where(del):before{content:"deletion start "}:where(del):after{content:" deletion end"}:where(ins):before{content:"insertion start "}:where(ins):after{content:" insertion end"}:where(audio,iframe,img,svg,video){max-block-size:100%;max-inline-size:100%}:where(fieldset){min-inline-size:0}:where(label):has(+:where(textarea,input,select)){display:block}:where(textarea:not([rows])){min-block-size:6em}:where(button,input,select,textarea){font-family:inherit;font-size:inherit}:where([type=search]){-webkit-appearance:textfield}@supports (-webkit-touch-callout: none){:where([type=search]){border:1px solid -apple-system-secondary-label;background-color:canvas}}:where([type=tel],[type=url],[type=email],[type=number]):not(:placeholder-shown){direction:ltr}:where(table){border-collapse:collapse;border:1px solid}:where(th,td){border:1px solid;padding:.25em .5em}:where(dialog)::backdrop{background:#0000004d}:where(dialog),:where(dialog)::backdrop{opacity:0;transition:opacity .3s ease-out,display .3s allow-discrete,overlay .3s allow-discrete}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:1}@starting-style{:where(dialog[open]),:where(dialog[open])::backdrop{opacity:0}}[hidden]:not([hidden=until-found]){display:none!important}/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.\!container{width:100%!important}@media (min-width:40rem){.\!container{max-width:40rem!important}}@media (min-width:48rem){.\!container{max-width:48rem!important}}@media (min-width:64rem){.\!container{max-width:64rem!important}}@media (min-width:80rem){.\!container{max-width:80rem!important}}@media (min-width:96rem){.\!container{max-width:96rem!important}}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mt-5{margin-top:calc(var(--spacing)*5)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.list-item{display:list-item}.table{display:table}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.pl-5{padding-left:calc(var(--spacing)*5)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow{--tw-drop-shadow-size:drop-shadow(0 1px 2px var(--tw-drop-shadow-color,#0000001a))drop-shadow(0 1px 1px var(--tw-drop-shadow-color,#0000000f));--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}@media (min-width:48rem){.md\:block{display:block}.md\:hidden{display:none}}@media (min-width:64rem){.lg\:block{display:block}.lg\:hidden{display:none}}}:root{font-optical-sizing:auto;letter-spacing:.2em;color:#213043;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Zen Kaku Gothic New,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:1.5}a{color:#213043;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{opacity:.8}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.root{width:100%;height:100%;display:block}.zen-kaku-gothic-new-light{font-family:Zen Kaku Gothic New,sans-serif;font-style:normal;font-weight:300}.zen-kaku-gothic-new-regular{font-family:Zen Kaku Gothic New,sans-serif;font-style:normal;font-weight:400}.zen-kaku-gothic-new-medium{font-family:Zen Kaku Gothic New,sans-serif;font-style:normal;font-weight:500}.zen-kaku-gothic-new-bold{font-family:Zen Kaku Gothic New,sans-serif;font-style:normal;font-weight:700}.zen-kaku-gothic-new-black{font-family:Zen Kaku Gothic New,sans-serif;font-style:normal;font-weight:900}.lato-thin{font-family:Lato,sans-serif;font-style:normal;font-weight:100}.lato-light{font-family:Lato,sans-serif;font-style:normal;font-weight:300}.lato-regular{font-family:Lato,sans-serif;font-style:normal;font-weight:400}.lato-bold{letter-spacing:.25em;font-family:Lato,sans-serif;font-style:normal;font-weight:700}.lato-black{letter-spacing:.25em;font-family:Lato,sans-serif;font-style:normal;font-weight:900}.lato-thin-italic{font-family:Lato,sans-serif;font-style:italic;font-weight:100}.lato-light-italic{font-family:Lato,sans-serif;font-style:italic;font-weight:300}.lato-regular-italic{font-family:Lato,sans-serif;font-style:italic;font-weight:400}.lato-bold-italic{font-family:Lato,sans-serif;font-style:italic;font-weight:700}.lato-black-italic{font-family:Lato,sans-serif;font-style:italic;font-weight:900}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
