.headerContent{z-index:100;width:100%;max-width:none;position:fixed;top:0;z-index:999;padding:0}.headerContent .logo-normal{display:block}.headerContent .logo-black{display:none}.headerContent.active .headerContent__inner{padding:20px 48px;background:#f8f6f3;box-shadow:0 0 24px 0 rgba(58, 58, 58, 0.1)}@media screen and (max-width:1024px){.headerContent.active .headerContent__inner{padding:20px 32px}}@media screen and (max-width:640px){.headerContent.active .headerContent__inner{padding:24px}}.headerContent.active .headerContent__inner--nav{display:block}.headerContent.active .navToggleCross span{background:#3a3a3a;color:#3a3a3a !important}.headerContent.active .logo-normal{display:none}.headerContent.active .logo-black{display:block}.headerContent__inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;padding-top:48px;padding-right:48px;padding-left:48px;box-sizing:border-box;margin:0 auto;position:relative;z-index:999}@media screen and (max-width:1024px){.headerContent__inner{padding-top:32px;padding-right:32px;padding-left:32px}}@media screen and (max-width:640px){.headerContent__inner{padding:24px}}.headerContent__inner::after{content:"";background:#d4d4d4;width:calc(100% - 96px);height:1px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:999;display:none}@media screen and (max-width:1024px){.headerContent__inner::after{width:calc(100% - 64px)}}@media screen and (max-width:640px){.headerContent__inner::after{width:calc(100% - 48px)}}.headerContent__inner--logo{display:block;margin:0;position:relative;z-index:999}.headerContent__inner--logo a{display:block}.headerContent__inner--logo a img{display:block;width:auto;max-height:56px}@media screen and (max-width:1024px){.headerContent__inner--logo a img{max-height:42px}}@media screen and (max-width:640px){.headerContent__inner--logo a img{max-height:29px}}.headerContent__inner--nav{font-size:2rem;margin-left:auto;margin-right:0;display:none}@media screen and (max-width:1024px){.headerContent__inner--nav{display:none !important}}.headerContent__inner--nav ul{display:flex;justify-content:space-between;align-items:center}.headerContent__inner--nav ul li{display:flex;justify-content:center;align-items:center;position:relative}.headerContent__inner--nav ul li a{font-weight:400;font-size:1.4rem;position:relative;padding:20px 16px;transition:0.4s;display:flex;align-items:center;color:#3a3a3a}.headerContent__inner--nav ul li a svg{margin-left:4px;position:absolute;right:0}.headerContent__inner--nav ul li a.dropdown-anchor::after{content:"";background:#3a3a3a;width:9px;height:1px;position:absolute;right:0;top:50%}.headerContent__inner--nav ul li a.dropdown-anchor::before{content:"";background:#3a3a3a;width:1px;height:9px;position:absolute;right:4px;top:24px}.headerContent__inner--nav ul li a:hover{opacity:0.4}.headerContent__inner--nav ul li a:hover::before{opacity:1}.headerContent__inner--nav ul li a:hover::before{display:none}.headerContent__inner--nav ul li.dropdown{padding-right:16px}.headerContent__inner--nav ul li.dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.headerContent__inner--nav ul li .dropdown-menu{position:absolute;top:60px;left:50%;transform:translateX(-50%);background-color:#f8f6f3;min-width:326px;box-shadow:0 4px 20px rgba(0, 0, 0, 0.1);border-radius:8px;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;z-index:1000;flex-direction:column;align-items:flex-start}.headerContent__inner--nav ul li .dropdown-menu li{display:block;margin:0;width:100%}.headerContent__inner--nav ul li .dropdown-menu li a{width:100%;border-bottom:1px solid #e0e0e0;display:block;padding:16px 26px 24px 26px;font-size:1.4rem;font-weight:400;line-height:1.4rem;letter-spacing:0;color:#3a3a3a;transition:opacity 0.4s ease}.headerContent__inner--nav ul li .dropdown-menu li a:hover{opacity:0.7;transition:opacity 0.4s ease}.headerContent__inner--nav ul li .dropdown-menu li:nth-child(1) a{padding:24px 26px 16px 26px}.headerContent__inner--nav ul li .dropdown-menu li:nth-child(2) a{padding:16px 26px}.headerContent__inner--nav ul li .dropdown-menu li:last-child a{border-bottom:none}.headerContent__inner--icon{margin-left:40px;margin-right:0}@media screen and (max-width:1024px){.headerContent__inner--icon{display:none}}.headerContent .hoverIcon{display:flex}.headerContent .hoverIcon-box{width:50px;height:50px;position:relative}.headerContent .hoverIcon-box:not(:first-of-type){margin-left:15px}.headerContent .hoverIcon-box-cnt{background-color:var(--bg-second-color);display:flex;align-items:center;width:100%;height:100%;border-radius:50px;position:absolute;top:0;left:0;right:0;transition:0.4s}.headerContent .hoverIcon-box-cnt>span{width:100%;height:100%;position:relative}.headerContent .hoverIcon-box-cnt:hover .hoverIcon-box-cnt-text{visibility:visible;height:auto;padding-bottom:20px}.headerContent .hoverIcon-box-cnt:hover .hoverIcon-box-cnt-text>span{opacity:1;height:100%}.headerContent .hoverIcon-box-cnt-img{z-index:1;display:flex;justify-content:center;align-items:center;position:absolute;margin:auto;inset:0}.headerContent .hoverIcon-box-cnt-img img{width:auto;max-width:none}.headerContent .hoverIcon-box-cnt-text{background-color:var(--bg-second-color);visibility:hidden;width:100%;height:0;color:var(--font-second-color);font-size:1.4rem;letter-spacing:0.1em;border-radius:50px;position:absolute;top:0;left:0;right:0;box-sizing:content-box;padding-top:50px;margin:auto;transition:0.4s}.headerContent .hoverIcon-box-cnt-text>span{opacity:0}.headerContent .hoverIcon-box-cnt-text>span>span{display:block;text-align:center}.headerContent .navToggleCross{background:none;cursor:pointer;z-index:1;width:1em;height:28px;font-size:40px;border:none;position:relative;padding:0;margin-left:30px;margin-right:0}@media screen and (max-width:1024px){.headerContent .navToggleCross{margin-left:20px}}.headerContent .navToggleCross span{background:#f8f6f3;display:block;width:1em;height:1px;position:absolute;margin:auto}.headerContent .navToggleCross span:nth-of-type(1){top:0}.headerContent .navToggleCross span:nth-of-type(2){width:24px;top:9px;right:0}.headerContent .navToggleCross span:nth-of-type(3){background:none;background-color:none;z-index:1;width:auto;height:1.2rem;font-size:1.2rem;bottom:0;text-align:right;width:100%;color:#f8f6f3;font-family:"Poppins", sans-serif}.headerContent__fixed{position:fixed;right:30px;bottom:30px;z-index:999;display:flex;background:#f8f6f3;border:1px solid #3a3a3a}@media screen and (max-width:640px){.headerContent__fixed{bottom:0;right:0;flex-direction:row;width:100%}}.headerContent__fixed--link{font-size:1.6rem;line-height:2rem;font-weight:400;letter-spacing:0.04em;color:#3a3a3a;transition:0.4s}.headerContent__fixed--link:not(:last-child){border-right:1px solid #3a3a3a}@media screen and (min-width:1025px){.headerContent__fixed--link:hover{background:#3A3A3A;color:#FFF;transition:0.4s}}@media screen and (max-width:640px){.headerContent__fixed--link{width:100%;font-size:1.4rem;display:block;width:100%;text-align:center;padding:14px 10px;box-sizing:border-box;white-space:nowrap}}@media screen and (max-width:330px){.headerContent__fixed--link{font-size:1.2rem}}.headerContent__fixed--link>a{padding:18px 28px;display:block}.headerContent .headerNavHum{overflow-y:scroll;background:#f8f6f3;opacity:0;display:flex;justify-content:center;width:100%;color:var(--font-first-color);font-size:2.4rem;border-top:1px solid var(--bg-third-color);position:fixed;top:0;bottom:0;transform:translateX(100%);transition:0.4s;padding-top:224px}@media screen and (max-width:1024px){.headerContent .headerNavHum{padding-top:22%;padding-bottom:20%}}@media screen and (max-width:640px){.headerContent .headerNavHum{max-width:none;padding-top:30%}}.headerContent .headerNavHum__inner{width:100%;max-width:1240px;padding:0 20px;margin:0 auto;display:flex;gap:51px;justify-content:space-between;position:relative}@media screen and (max-width:1240px){.headerContent .headerNavHum__inner{padding:0 2%;gap:25px}}@media screen and (max-width:768px){.headerContent .headerNavHum__inner{flex-direction:column}}@media screen and (max-width:640px){.headerContent .headerNavHum__inner{padding:0 4%}}.headerContent .headerNavHum__inner--info{max-width:366px;width:100%;display:flex;flex-direction:column}@media screen and (max-width:1240px){.headerContent .headerNavHum__inner--info{max-width:300px}}@media screen and (max-width:768px){.headerContent .headerNavHum__inner--info{max-width:100%}}.headerContent .headerNavHum__inner--info--top{padding-bottom:24px}@media screen and (max-width:1024px){.headerContent .headerNavHum__inner--info--top{padding-bottom:4%}}@media screen and (max-width:640px){.headerContent .headerNavHum__inner--info--top{padding-bottom:6%}}.headerContent .headerNavHum__inner--info--top--name{max-width:215px;width:100%;margin-bottom:32px}@media screen and (max-width:1024px){.headerContent .headerNavHum__inner--info--top--name{margin-bottom:4%}}@media screen and (max-width:640px){.headerContent .headerNavHum__inner--info--top--name{margin-bottom:6%}}.headerContent .headerNavHum__inner--info--top--name a{width:100%}.headerContent .headerNavHum__inner--info--top--text--item{display:flex;align-items:center;gap:8px;margin-bottom:16px}.headerContent .headerNavHum__inner--info--top--text--item:last-child{margin-bottom:24px}.headerContent .headerNavHum__inner--info--top--text--item--icon{width:18px;height:18px;display:flex}.headerContent .headerNavHum__inner--info--top--text--item--icon svg{width:18px;height:18px}.headerContent .headerNavHum__inner--info--top--text--item--icon.tel{width:24px;height:24px}.headerContent .headerNavHum__inner--info--top--text--item--icon.tel svg{width:24px;height:24px}.headerContent .headerNavHum__inner--info--top--text--item--text{font-size:1.4rem;font-weight:400;color:#3a3a3a;letter-spacing:0}.headerContent .headerNavHum__inner--info--top--text--item--text.tel{font-family:"Poppins", sans-serif;font-size:2.4rem;font-weight:400;color:#3a3a3a;letter-spacing:0}@media screen and (max-width:1024px){.headerContent .headerNavHum__inner--info--top--text--item--text.tel{font-size:2.2rem}}@media screen and (max-width:640px){.headerContent .headerNavHum__inner--info--top--text--item--text.tel{font-size:2rem}}.headerContent .headerNavHum__inner--info--top--text--item--text a{color:#3a3a3a}.headerContent .headerNavHum__inner--info--top--text--item--text.poppins{letter-spacing:0.04em}.headerContent .headerNavHum__inner--info--top--sns{display:flex;align-items:center;gap:16px}.headerContent .headerNavHum__inner--info--top--sns a{width:24px;height:24px}.headerContent .headerNavHum__inner--info--top--sns a svg{width:24px;height:24px}@media screen and (max-width:640px){.headerContent .headerNavHum__inner--info--bottom{padding-bottom:22%}}.headerContent .headerNavHum__inner--info--bottom--link{display:flex;align-items:center;gap:24px}.headerContent .headerNavHum__inner--info--bottom--link--item{position:relative}.headerContent .headerNavHum__inner--info--bottom--link--item::after{content:"";width:1px;height:14px;background-color:#3a3a3a;display:inline-block;margin-left:24px}.headerContent .headerNavHum__inner--info--bottom--link--item:last-child::after{display:none}.headerContent .headerNavHum__inner--info--bottom--link--item a{font-size:1.4rem;font-weight:400;color:#3a3a3a;letter-spacing:0}.headerContent .headerNavHum__inner--info--bottom--copyright{font-family:"Poppins", sans-serif;font-size:1rem;font-weight:300;color:#3a3a3a;letter-spacing:0.04em;margin-top:28px}.headerContent .headerNavHum__inner--nav--menu{display:flex;gap:51px;justify-content:space-between}@media screen and (max-width:1240px){.headerContent .headerNavHum__inner--nav--menu{gap:25px}}.headerContent .headerNavHum__inner--nav--menu--list{width:366px}@media screen and (max-width:1240px){.headerContent .headerNavHum__inner--nav--menu--list{width:100%}}.headerContent .headerNavHum__inner--nav--menu--list--item{margin-bottom:16px}.headerContent .headerNavHum__inner--nav--menu--list--item a{font-size:2rem;font-weight:400;color:#3a3a3a;letter-spacing:0.05em;line-height:1.6}@media screen and (max-width:1024px){.headerContent .headerNavHum__inner--nav--menu--list--item a{font-size:1.8rem}}@media screen and (max-width:640px){.headerContent .headerNavHum__inner--nav--menu--list--item a{font-size:1.6rem}}.headerContent .headerNavHum__inner--nav--menu--list--item--sub{margin-bottom:24px}.headerContent .headerNavHum__inner--nav--menu--list--item--sub:last-child{margin-bottom:0}.headerContent .headerNavHum__inner--nav--menu--list--item--sub .headerNavHum__inner--nav--menu--list--item{margin-bottom:16px}.headerContent .headerNavHum__inner--nav--menu--list--item--sub .headerNavHum__inner--nav--menu--list--item a{font-size:1.4rem;font-weight:400;color:#757575;letter-spacing:0;line-height:1}@media screen and (max-width:1240px){.headerContent .headerNavHum__inner--nav--menu--list--item--sub .headerNavHum__inner--nav--menu--list--item a{line-height:1.6}}@media screen and (max-width:1024px){.headerContent .headerNavHum__inner--nav--menu--list--item--sub .headerNavHum__inner--nav--menu--list--item a{font-size:1.2rem}}.headerContent .headerNavHum__inner--nav--menu--list--item--sub .headerNavHum__inner--nav--menu--list--item:last-child{margin-bottom:0}.headerContent .headerNavHum__inner--nav--menu--list--item--sub .headerNavHum__inner--nav--menu--list--item.pt-120{margin-bottom:120px}@media screen and (max-width:1024px){.headerContent .headerNavHum__inner--nav--menu--list--item--sub .headerNavHum__inner--nav--menu--list--item.pt-120{margin-bottom:0}}.headerContent .headerNavHum__inner--pagetop{position:absolute;bottom:0;right:0;transition:0.6s}.headerContent .headerNavHum__inner--pagetop>a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:7px}@media screen and (max-width:640px){.headerContent .headerNavHum__inner--pagetop>a{justify-content:flex-end}}.headerContent .headerNavHum__inner--pagetop>a span{font-family:"Poppins", sans-serif;font-size:1.6rem;font-weight:300;letter-spacing:0.04em;color:#3a3a3a}.headerContent .headerNavHum__inner--pagetop--arrow{transition:0.6s}.open{overflow:hidden}.open .logo-normal{display:none}.open .logo-black{display:block}.open .headerContent__inner{padding:48px !important;background:#f8f6f3;box-shadow:0 0 0 0 rgba(58, 58, 58, 0.1) !important}@media screen and (max-width:1024px){.open .headerContent__inner{padding:4% !important}}@media screen and (max-width:640px){.open .headerContent__inner{padding:6% !important}}.open .headerContent__inner::after{display:block}@media screen and (max-width:640px){.open .navToggleCross{margin-top:22px}}.open .navToggleCross span:nth-of-type(1){margin:auto;transform:rotate(45deg);background:#3a3a3a;inset:0;top:-30px}.open .navToggleCross span:nth-of-type(2){transform:rotate(-45deg);width:40px;background:#3a3a3a;inset:0;top:-30px}.open .navToggleCross span:nth-of-type(3){color:#3a3a3a;text-align:center}.open .headerNavHum{opacity:1;transform:translateX(0)}.footer{background-color:#3a3a3a;position:relative}.footer .footerInfo{padding:80px 0 132px 0}@media screen and (max-width:1024px){.footer .footerInfo{padding:8% 0 13% 0}}@media screen and (max-width:640px){.footer .footerInfo{padding:56px 0 180px 0}}.footer .footerInfo__inner{width:100%;max-width:1240px;padding:0 20px;margin:0 auto;display:flex;gap:51px;justify-content:space-between;position:relative}@media screen and (max-width:1240px){.footer .footerInfo__inner{padding:0 2%;gap:25px}}@media screen and (max-width:768px){.footer .footerInfo__inner{flex-direction:column-reverse}}@media screen and (max-width:640px){.footer .footerInfo__inner{padding:0 8%;gap:56px}}.footer .footerInfo__inner--info{max-width:366px;width:100%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1240px){.footer .footerInfo__inner--info{max-width:300px}}@media screen and (max-width:768px){.footer .footerInfo__inner--info{max-width:100%}}@media screen and (max-width:640px){.footer .footerInfo__inner--info--top{margin-bottom:32px}}.footer .footerInfo__inner--info--top--name{max-width:215px;width:100%;margin-bottom:32px}.footer .footerInfo__inner--info--top--name a{width:100%}.footer .footerInfo__inner--info--top--text--item{display:flex;align-items:center;gap:8px;margin-bottom:16px}.footer .footerInfo__inner--info--top--text--item:last-child{margin-bottom:24px}.footer .footerInfo__inner--info--top--text--item--icon{width:18px;height:18px}.footer .footerInfo__inner--info--top--text--item--icon svg{width:18px;height:18px}.footer .footerInfo__inner--info--top--text--item--text{font-size:1.4rem;font-weight:400;color:#fbf8f4;letter-spacing:0}.footer .footerInfo__inner--info--top--text--item--text a{color:#fbf8f4;text-decoration:underline}@media screen and (max-width:640px){.footer .footerInfo__inner--info--top--text--item--text a{text-decoration:none}}.footer .footerInfo__inner--info--top--text--item--text.company a{text-decoration:none;display:flex;align-items:center;gap:4px}@media screen and (min-width:1025px){.footer .footerInfo__inner--info--top--text--item--text.company a:hover{opacity:0.5}}.footer .footerInfo__inner--info--top--text--item--text.poppins{letter-spacing:0.04em}.footer .footerInfo__inner--info--top--sns{display:flex;align-items:center;gap:16px}.footer .footerInfo__inner--info--top--sns a{width:24px;height:24px}.footer .footerInfo__inner--info--top--sns a svg{width:24px;height:24px}.footer .footerInfo__inner--info--bottom--link{display:flex;align-items:center;gap:24px}.footer .footerInfo__inner--info--bottom--link--item{position:relative}.footer .footerInfo__inner--info--bottom--link--item::after{content:"";width:1px;height:14px;background-color:#fbf8f4;display:inline-block;margin-left:24px}.footer .footerInfo__inner--info--bottom--link--item:last-child::after{display:none}.footer .footerInfo__inner--info--bottom--link--item a{font-size:1.4rem;font-weight:400;color:#fbf8f4;letter-spacing:0}.footer .footerInfo__inner--info--bottom--copyright{font-family:"Poppins", sans-serif;font-size:1rem;font-weight:300;color:#fbf8f4;letter-spacing:0.04em;margin-top:28px}.footer .footerInfo__inner--nav--menu{display:flex;gap:51px;justify-content:space-between}@media screen and (max-width:1240px){.footer .footerInfo__inner--nav--menu{gap:25px}}@media screen and (max-width:640px){.footer .footerInfo__inner--nav--menu{gap:40px}}.footer .footerInfo__inner--nav--menu--list{width:366px}@media screen and (max-width:1240px){.footer .footerInfo__inner--nav--menu--list{width:100%}}.footer .footerInfo__inner--nav--menu--list--item{margin-bottom:24px}.footer .footerInfo__inner--nav--menu--list--item a{font-size:2rem;font-weight:400;color:#fbf8f4;letter-spacing:0.05em;line-height:1.6}@media screen and (max-width:1024px){.footer .footerInfo__inner--nav--menu--list--item a{font-size:1.8rem}}@media screen and (max-width:640px){.footer .footerInfo__inner--nav--menu--list--item a{font-size:1.6rem}}@media screen and (min-width:1025px){.footer .footerInfo__inner--nav--menu--list--item a:hover{opacity:0.5}}.footer .footerInfo__inner--nav--menu--list--item--sub{margin-bottom:24px}.footer .footerInfo__inner--nav--menu--list--item--sub:last-child{margin-bottom:0}.footer .footerInfo__inner--nav--menu--list--item--sub .footerInfo__inner--nav--menu--list--item{margin-bottom:16px}.footer .footerInfo__inner--nav--menu--list--item--sub .footerInfo__inner--nav--menu--list--item a{font-size:1.4rem;font-weight:400;color:#fbf8f4;letter-spacing:0;line-height:1}@media screen and (max-width:1240px){.footer .footerInfo__inner--nav--menu--list--item--sub .footerInfo__inner--nav--menu--list--item a{line-height:1.6}}@media screen and (max-width:1024px){.footer .footerInfo__inner--nav--menu--list--item--sub .footerInfo__inner--nav--menu--list--item a{font-size:1.2rem}}.footer .footerInfo__inner--nav--menu--list--item--sub .footerInfo__inner--nav--menu--list--item:last-child{margin-bottom:0}.footer .footerInfo__inner--pagetop{position:absolute;bottom:0;right:0;transition:0.6s}@media screen and (max-width:1240px){.footer .footerInfo__inner--pagetop{padding-right:2%}}@media screen and (max-width:640px){.footer .footerInfo__inner--pagetop{padding-right:8%;bottom:-70px}}.footer .footerInfo__inner--pagetop>a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:7px}@media screen and (max-width:640px){.footer .footerInfo__inner--pagetop>a{justify-content:flex-end}}.footer .footerInfo__inner--pagetop>a span{font-family:"Poppins", sans-serif;font-size:1.6rem;font-weight:300;letter-spacing:0.04em;color:#fbf8f4}.footer .footerInfo__inner--pagetop--arrow{transition:0.6s}.partsFooterCta{border-top:1px solid #d4d4d4}.partsFooterCta__inner--cnt{display:flex;justify-content:space-between}@media screen and (max-width:640px){.partsFooterCta__inner--cnt{display:block}}.partsFooterCta__inner--cnt--box{background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;height:240px;position:relative;transition:0.4s;background-color:#e3e1db;border-bottom:1px solid #d4d4d4}@media screen and (max-width:1240px){.partsFooterCta__inner--cnt--box{height:40vw}}@media screen and (max-width:640px){.partsFooterCta__inner--cnt--box{width:100%;height:180px}}.partsFooterCta__inner--cnt--box::before{content:"";background:#f1efeb;opacity:1;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;transition:0.4s}@media screen and (min-width:1025px){.partsFooterCta__inner--cnt--box:hover::before{left:0;background:#e3e1db}.partsFooterCta__inner--cnt--box:hover .partsFooterCta__inner--cnt--box--anchor::before{left:0;transition:all 0.4s}.partsFooterCta__inner--cnt--box:hover .partsFooterCta__inner--cnt--box--anchor--arrow::before{left:0;transition:all 0.4s ease 0.2s}.partsFooterCta__inner--cnt--box:hover .partsFooterCta__inner--cnt--box--anchor--arrow::after{right:-100%;transition:all 0.4s ease}}.partsFooterCta__inner--cnt--box--title{display:flex;flex-direction:column;align-items:center}.partsFooterCta__inner--cnt--box--en{display:block;font-family:"Poppins", sans-serif;font-size:2rem;font-weight:300;letter-spacing:0.04em;line-height:1em;position:relative;color:#1a1a1a;margin-bottom:16px}@media screen and (max-width:1240px){.partsFooterCta__inner--cnt--box--en{width:100%;text-align:center}}.partsFooterCta__inner--cnt--box--ja{display:block;font-size:1.4rem;letter-spacing:0;position:relative;color:#1a1a1a;margin-bottom:40px}@media screen and (max-width:1240px){.partsFooterCta__inner--cnt--box--ja{width:100%;text-align:center}}.partsFooterCta__inner--cnt--box--anchor{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:327px;height:32px;font-size:1.4rem;text-align:center;position:relative;padding-bottom:17px;overflow:hidden}.partsFooterCta__inner--cnt--box--anchor::before{content:"";position:absolute;bottom:0;left:-100%;width:100%;height:1px;background:#3a3a3a;transition:left 0.6s ease;z-index:1}.partsFooterCta__inner--cnt--box--anchor::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#ccc;transition:left 0.6s ease}.partsFooterCta__inner--cnt--box--anchor--arrow{width:16px;height:16px;position:relative;overflow:hidden}.partsFooterCta__inner--cnt--box--anchor--arrow::before{content:"";background-image:url(../img/common/common-button-arrow_pc.svg);background-position:center center;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;position:absolute;left:-100%;top:0;transition:all 0.4s ease}@media screen and (max-width:640px){.partsFooterCta__inner--cnt--box--anchor--arrow::before{width:20px}}.partsFooterCta__inner--cnt--box--anchor--arrow::after{content:"";background-image:url(../img/common/common-button-arrow_pc.svg);background-position:center center;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;position:absolute;right:0;top:0;transition:all 0.4s ease 0.2s}@media screen and (max-width:640px){.partsFooterCta__inner--cnt--box--anchor--arrow::after{width:20px}}.parts-title01{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #3a3a3a;padding-bottom:8px}.parts-title01-lg{font-family:"Poppins", sans-serif;font-size:3.2rem;font-weight:300;letter-spacing:0.04em;color:#3a3a3a}@media screen and (max-width:1024px){.parts-title01-lg{font-size:2.4rem}}@media screen and (max-width:640px){.parts-title01-lg{font-size:2rem}}.parts-title01-sm{font-size:1.4rem;letter-spacing:0;color:#3a3a3a}.parts-pagination-archive01{width:100%;text-align:center}.parts-pagination-archive01 ul{display:flex;justify-content:center;align-items:center;width:100%}.parts-pagination-archive01 ul>li{display:flex;justify-content:center;align-items:center;width:40px;height:40px}.parts-pagination-archive01 ul>li span.no-link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#3a3a3a;font-family:"Poppins";font-size:1.6rem;transition:0.4s all}.parts-pagination-archive01 ul>li a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#3a3a3a;font-family:"Poppins";font-size:1.6rem;transition:0.4s all}.parts-pagination-archive01 ul>li a:hover{opacity:0.6}.parts-pagination-single01{display:flex;justify-content:center;align-items:center;gap:40px;font-size:1.4rem;letter-spacing:0;line-height:1.5em}@media screen and (max-width:1024px){.parts-pagination-single01{gap:20px}}@media screen and (max-width:640px){.parts-pagination-single01{font-size:1.6rem}}.parts-pagination-single01 a{min-width:80px;display:flex;justify-content:center;padding-bottom:15px;border-bottom:1px solid #ccc}@media screen and (max-width:640px){.parts-pagination-single01 a{min-width:70px}}.parts-pagination-single01-link{width:154px;display:flex;justify-content:center}.parts-pagination-single01-link a{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.parts-pagination-single02{display:flex;justify-content:right}.parts-pagination-single02-cnt{display:flex;align-items:center;color:var(--font-first-color);font-size:2rem;line-height:2em}@media screen and (max-width:640px){.parts-pagination-single02-cnt{font-size:1.6rem}}.parts-pagination-single02-cnt-arrow{display:block;padding-left:1em}.page-anchor-company01{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;max-width:760px;margin:0 auto;color:#F8F6F3}.page-anchor-company01 #company{background:url(../pages/page-company/page-company01/img/bg_anchor_company01_company.jpg);background-size:cover;background-position:center center}.page-anchor-company01 #staff{background:url(../pages/page-company/page-company01/img/bg_anchor_company01_staff.jpg);background-size:cover;background-position:center center}.page-anchor-company01 #recruit{background:url(../pages/page-company/page-company01/img/bg_anchor_company01_recruit.jpg);background-size:cover;background-position:center center}.page-anchor-company01-button{width:100%;max-width:227px}@media screen and (max-width:768px){.page-anchor-company01-button{max-width:100%;width:30vw}}@media screen and (max-width:640px){.page-anchor-company01-button{width:28vw}}.page-anchor-company01-button>a{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:87px 20px;transition:0.4s}@media screen and (max-width:640px){.page-anchor-company01-button>a{justify-content:center;padding:24% 2%}}.page-anchor-company01-button>a::after{content:"";display:block;background:url(../img/icon/icon_arrow_down.png) center center / cover no-repeat;width:16px;height:16px;transition:0.4s;transform:rotate(-90deg)}@media screen and (max-width:640px){.page-anchor-company01-button>a::after{right:40px}}@media screen and (min-width:1025px){.page-anchor-company01-button>a:hover::after{transform:translateX(10px) rotate(-90deg)}}.page-anchor-company01-button-text-en{font-family:"Poppins";display:block;font-size:2rem;font-weight:200;letter-spacing:0.06em;padding-bottom:16px;line-height:1.4;text-align:center}@media screen and (max-width:640px){.page-anchor-company01-button-text-en{font-size:1.4rem;padding-bottom:4%}}.page-anchor-company01-button-text-jp{font-size:1.4rem;font-weight:300;letter-spacing:0.04em;padding-bottom:32px}@media screen and (max-width:640px){.page-anchor-company01-button-text-jp{padding-bottom:8%;font-size:1.2rem}}.parts-anchor-feature01{background-position:top center;background-size:cover;background-repeat:no-repeat}@media screen and (max-width:640px){.parts-anchor-feature01 .feature #feature,.parts-anchor-feature01 .feature02 #feature02,.parts-anchor-feature01 .feature03 #feature03{display:flex;margin:0 auto}}.parts-anchor-feature01 .feature #feature a .parts-anchor-feature01-span01,.parts-anchor-feature01 .feature02 #feature02 a .parts-anchor-feature01-span01,.parts-anchor-feature01 .feature03 #feature03 a .parts-anchor-feature01-span01{opacity:1}.parts-anchor-feature01 .feature #feature a .parts-anchor-feature01-span02,.parts-anchor-feature01 .feature02 #feature02 a .parts-anchor-feature01-span02,.parts-anchor-feature01 .feature03 #feature03 a .parts-anchor-feature01-span02{opacity:1;text-align:left}.parts-anchor-feature01 .md-only{display:none}@media screen and (max-width:1024px){.parts-anchor-feature01 .md-only{display:block}}@media screen and (max-width:768px){.parts-anchor-feature01 .md-only{display:none}}.parts-anchor-feature01 ul{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1109px;box-sizing:border-box;margin:0 auto}@media screen and (max-width:768px){.parts-anchor-feature01 ul{flex-direction:column;gap:20px}}.parts-anchor-feature01 ul li{width:327px}@media screen and (max-width:1240px){.parts-anchor-feature01 ul li{width:300px}}@media screen and (max-width:1024px){.parts-anchor-feature01 ul li{width:28vw}}@media screen and (max-width:768px){.parts-anchor-feature01 ul li{width:100%}}.parts-anchor-feature01 ul li a{display:flex;flex-direction:column;width:100%;height:100%}@media screen and (max-width:768px){.parts-anchor-feature01 ul li a{max-width:100%;padding-bottom:4%}}.parts-anchor-feature01 ul li a .parts-anchor-feature01-span01{display:block;font-size:3.2rem;letter-spacing:0.04em;line-height:1em;margin:0 auto 16px;width:100%;text-align:left;font-family:"Poppins", serif;font-weight:300;opacity:0.5}@media screen and (max-width:1024px){.parts-anchor-feature01 ul li a .parts-anchor-feature01-span01{font-size:2.8rem;margin:0 auto 2%}}@media screen and (max-width:640px){.parts-anchor-feature01 ul li a .parts-anchor-feature01-span01{font-size:2rem;margin:0 auto 4%}}.parts-anchor-feature01 ul li a .parts-anchor-feature01-span02{font-size:1.4rem;line-height:1.5em;text-align:left;opacity:0.5}@media screen and (max-width:1024px){.parts-anchor-feature01 ul li a .parts-anchor-feature01-span02{font-size:3vw}}@media screen and (max-width:640px){.parts-anchor-feature01 ul li a .parts-anchor-feature01-span02{font-size:2.4rem}}.parts-anchor-feature01 ul li:hover{opacity:1}@media screen and (max-width:640px){.parts-anchor-feature01 ul li:hover{display:flex;margin:0 auto}}.parts-anchor-image{max-width:1200px;width:100%;margin-bottom:80px}@media screen and (max-width:1240px){.parts-anchor-image{margin-bottom:8%}}@media screen and (max-width:640px){.parts-anchor-image{margin-bottom:10%}}.parts-anchor-feature01-span02-wrapper{display:flex;justify-content:space-between;width:100%}.common-button .common-button-arrow{display:inline-block}.parts-anchor-product01 .common-3column{display:flex;flex-wrap:wrap}.parts-anchor-product01 .common-3column-box{width:380px;position:relative}@media screen and (max-width:1240px){.parts-anchor-product01 .common-3column-box{width:32%}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box{width:48%}}.parts-anchor-product01 .common-3column-box.active{display:none}.parts-anchor-product01 .common-3column-box a{display:block}.parts-anchor-product01 .common-3column-box:not(:nth-of-type(3n)){margin-right:30px}@media screen and (max-width:1240px){.parts-anchor-product01 .common-3column-box:not(:nth-of-type(3n)){margin-right:2%}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box:not(:nth-of-type(3n)){margin-right:0}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box:not(:nth-of-type(2n)){margin-right:4%}}.parts-anchor-product01 .common-3column-box:nth-of-type(n+4){margin-top:40px}@media screen and (max-width:1240px){.parts-anchor-product01 .common-3column-box:nth-of-type(n+4){margin-top:4%}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box:nth-of-type(n+4){margin-top:0}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box:nth-of-type(n+3){margin-top:6%}}.parts-anchor-product01 .common-3column-box-img{position:relative}.parts-anchor-product01 .common-3column-box-img-span01{background-color:var(--font-first-color);display:flex;justify-content:center;align-items:center;min-width:140px;color:var(--font-first-color);font-size:1.6rem;line-height:1em;text-align:center;position:absolute;top:0;right:0;padding:10px 20px}@media screen and (max-width:1024px){.parts-anchor-product01 .common-3column-box-img-span01{min-width:80px;font-size:1.4rem}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-img-span01{min-width:60px;font-size:1.3rem;padding:5px 10px}}.parts-anchor-product01 .common-3column-box-img-span02{background-color:var(--bg-second-color);display:flex;justify-content:center;align-items:center;min-width:140px;color:var(--font-second-color);font-size:1.6rem;line-height:1em;text-align:center;position:absolute;left:0;bottom:0;padding:10px 20px}@media screen and (max-width:1024px){.parts-anchor-product01 .common-3column-box-img-span02{min-width:80px;font-size:1.4rem}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-img-span02{min-width:60px;font-size:1.3rem;padding:5px 10px}}.parts-anchor-product01 .common-3column-box-img img{height:270px;object-fit:cover}@media screen and (max-width:1240px){.parts-anchor-product01 .common-3column-box-img img{height:20vw}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-img img{height:30vw}}.parts-anchor-product01 .common-3column-box-text{padding:20px 0}@media screen and (max-width:1024px){.parts-anchor-product01 .common-3column-box-text{padding:15px 0}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text{padding:10px 0}}.parts-anchor-product01 .common-3column-box-text>*:not(:first-of-type){margin-top:20px}@media screen and (max-width:1024px){.parts-anchor-product01 .common-3column-box-text>*:not(:first-of-type){margin-top:15px}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text>*:not(:first-of-type){margin-top:10px}}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-state{display:flex;justify-content:center;align-items:center;width:120px;height:32px;color:var(--font-second-color);font-size:1.4rem;text-align:center;border-radius:1000px}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-state{width:80px}}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-state-01{background-color:var(--font-first-color)}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-state-02{background-color:var(--bg-first-color)}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-state-03{background-color:var(--bg-first-color)}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-name{overflow:hidden;display:block;display:-webkit-box;font-size:1.8rem;letter-spacing:0;line-height:1.5em;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-name{font-size:1.4rem}}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-date{display:table;font-size:1.6rem;border-bottom:1px solid var(--bg-first-color);padding-bottom:4px;margin-top:30px}@media screen and (max-width:1024px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-date{margin-top:20px}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-date{font-size:1.4rem;margin-top:15px}}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-cnt{overflow:hidden;display:block;display:-webkit-box;font-size:1.6rem;letter-spacing:0;line-height:1.5em;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-cnt{font-size:1.4rem}}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info{display:block;border-top:1px solid var(--bg-first-color);padding-top:20px}@media screen and (max-width:1024px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info{padding-top:20px}}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info{padding-top:15px}}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info>span{display:flex}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info>span{display:block}}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info>span:not(:first-of-type){margin-top:10px}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info-01{display:block;width:80px;font-size:1.6rem;line-height:1.6em}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info-01{width:100%;font-size:1.4rem}}.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info-02{display:block;width:calc(100% - 80px);font-size:1.6rem;line-height:1.6em}@media screen and (max-width:640px){.parts-anchor-product01 .common-3column-box-text .common-3column-box-text-info-02{width:100%;font-size:1.4rem;margin-top:5px}}.parts-anchor-flow01{display:flex;justify-content:space-between;max-width:780px;margin-left:0}@media screen and (max-width:1240px){.parts-anchor-flow01{max-width:760px}}@media screen and (max-width:640px){.parts-anchor-flow01{display:block;max-width:none}}.parts-anchor-flow01.flow #flow>*,.parts-anchor-flow01.flow_reform #flow_reform>*{background-color:var(--bg-second-color);opacity:1;color:var(--font-second-color)}.parts-anchor-flow01.flow #flow>*::before,.parts-anchor-flow01.flow_reform #flow_reform>*::before{background-image:url(../components/parts/parts-anchor-flow/parts-anchor-flow01/img/parts-anchor-flow-arrow-white.svg)}.parts-anchor-flow01-button{width:100%;max-width:360px}@media screen and (max-width:1240px){.parts-anchor-flow01-button{width:48%}}@media screen and (max-width:640px){.parts-anchor-flow01-button{width:100%;margin:0 auto}}.parts-anchor-flow01-button>*{background-color:var(--bg-first-color);display:block;color:#5c5c5c;font-size:1.8rem;border:1px solid #5c5c5c;position:relative;padding:20px 30px;transition:0.4s}.parts-anchor-flow01-button>*::before{content:"";background:url(../components/parts/parts-anchor-flow/parts-anchor-flow01/img/parts-anchor-flow-arrow-black.svg);background-position:center;background-repeat:no-repeat;width:16px;height:auto;position:absolute;top:0;bottom:0;right:20px;margin:auto}.parts-anchor-flow01-button>*:hover{background-color:var(--bg-second-color);opacity:1;color:var(--font-second-color)}.parts-anchor-flow01-button>*:hover::before{background-image:url(../components/parts/parts-anchor-flow/parts-anchor-flow01/img/parts-anchor-flow-arrow-white.svg)}@media screen and (max-width:640px){.parts-anchor-flow01-button:last-of-type{margin:2% auto 0}}.parts-banner{padding:30px 0 160px}@media screen and (max-width:1024px){.parts-banner{padding:20px 0 16%}}@media screen and (max-width:640px){.parts-banner{padding-top:10px}}.parts-banner .slick-slide img{object-fit:cover;width:100%;height:180px;padding:0 8px}@media screen and (max-width:1024px){.parts-banner .slick-slide img{height:17vw;padding:0 1%}}@media screen and (max-width:640px){.parts-banner .slick-slide img{max-width:200px}}