*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-size:100%}:where([hidden]:not([hidden=until-found])){display:none !important}@supports not (min-block-size: 100dvb){:where(html){block-size:100%}}@media(prefers-reduced-motion: no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){block-size:100%;block-size:100dvb;line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role=button],[role=option]){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(button){border-style:solid}:where(a){text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + .5rem)}:where(hr){border:none;-webkit-border-before:1px solid;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:2px solid var(--focus-color, Highlight);outline-offset:2px}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;width:1px !important;overflow:hidden !important;position:absolute !important;white-space:nowrap !important;border:0 !important}a{text-decoration:none}h2,h3,h4,h5,h6,p,ul,ol{margin-bottom:1rem}html{overflow-x:hidden}iframe{width:100%;height:400px}.fadeIn{opacity:0}.fadeIn.isAnime{-webkit-animation:fadeIn .5s .2s forwards;animation:fadeIn .5s .2s forwards}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeInUp{opacity:0}.fadeInUp.isAnime{-webkit-animation:fadeInUp .9s .2s forwards;animation:fadeInUp .9s .2s forwards}@-webkit-keyframes fadeInUp{0%{transform:translateY(50px)}100%{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(50px)}100%{transform:translateY(0);opacity:1}}.zoomIn{opacity:0}.zoomIn.isAnime{-webkit-animation:zoomIn .9s .2s forwards;animation:zoomIn .9s .2s forwards}@-webkit-keyframes zoomIn{0%{transform:scale(0.9);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes zoomIn{0%{transform:scale(0.9);opacity:0}100%{transform:scale(1);opacity:1}}.slideInLeft{opacity:0}.slideInLeft.isAnime{-webkit-animation:slideInLeft 1s forwards;animation:slideInLeft 1s forwards}@-webkit-keyframes slideInLeft{0%{transform:translateX(-50px)}100%{transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-50px)}100%{transform:translateX(0);opacity:1}}.slideInRight{opacity:0}.slideInRight.isAnime{-webkit-animation:slideInRight 1s forwards;animation:slideInRight 1s forwards}@-webkit-keyframes slideInRight{0%{transform:translateX(50px)}100%{transform:translateX(0);opacity:1}}@keyframes slideInRight{0%{transform:translateX(50px)}100%{transform:translateX(0);opacity:1}}.fuwa{-webkit-animation:float 2s infinite;animation:float 2s infinite}@-webkit-keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(10px)}100%{transform:translateY(0px)}}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(10px)}100%{transform:translateY(0px)}}:root{--primary-color: #040000;--secondary-color: #007ac0;--font-color: #040000;--bg: #cdcccc;--white: #fff;--check: #da1e1e;--sans: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;--serif: "Shippori Mincho B1", serif;--fa: "Font Awesome 5 Free";--en: "Oswald", sans-serif}.form-block .form-item{display:grid;grid-template-columns:300px 1fr;padding:20px 0;border-bottom:1px solid var(--primary-color)}@media screen and (max-width: 486px){.form-block .form-item{grid-template-columns:1fr}}.form-block .form-item:first-child{border-top:1px solid var(--primary-color)}.form-block .form-item dt{position:relative;padding-left:70px}@media screen and (max-width: 486px){.form-block .form-item dt{margin-bottom:15px}}.form-block .form-item dt::before,.form-block .form-item dt::after{color:#fff;position:absolute;left:0;font-size:12px;padding:.2rem 1rem;top:2px}.form-block .form-item dt.required::before{content:"必須";background-color:red}.form-block .form-item dt.optional::before{content:"任意";background-color:#2e2e2e}.form-block .form-item .name-block{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media screen and (max-width: 486px){.form-block .form-item .name-block{gap:10px}}.form-block .wpcf7-checkbox{display:flex;flex-wrap:wrap;gap:15px}.form-block .wpcf7-checkbox .wpcf7-list-item{margin:0}.form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:35px}.form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;width:26px;height:26px;border:1px solid #000;left:0;top:50%;transform:translateY(-50%)}.form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after{content:"";position:absolute;width:20px;height:20px;border-right:4px solid var(--check);border-bottom:4px solid var(--check);left:2px;top:36%;transform:translateY(-50%) rotate(20deg);opacity:0}.form-block .wpcf7-checkbox .wpcf7-list-item input{display:none}.form-block .wpcf7-checkbox .wpcf7-list-item input:checked+span::after{opacity:1}.form-block .wpcf7-radio{display:flex;flex-wrap:wrap;gap:15px}.form-block .wpcf7-radio .wpcf7-list-item{margin-left:0}.form-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:25px}.form-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;width:20px;height:20px;border:1px solid var(--primary-color);border-radius:50%;left:0;top:50%;transform:translateY(-50%)}.form-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);background-color:var(--check);width:12px;height:12px;border-radius:50%;opacity:0}.form-block .wpcf7-radio .wpcf7-list-item input{display:none}.form-block .wpcf7-radio .wpcf7-list-item input:checked+span::before{border:1px solid var(--check)}.form-block .wpcf7-radio .wpcf7-list-item input:checked+span::after{opacity:1}.form-block .wpcf7-select{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:3rem}.form-block .wpcf7-acceptance .wpcf7-list-item{margin:0}.form-block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:35px}.form-block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;width:26px;height:26px;border:1px solid #000;left:0;top:50%;transform:translateY(-50%)}.form-block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after{content:"";position:absolute;width:20px;height:20px;border-right:4px solid var(--check);border-bottom:4px solid var(--check);left:2px;top:36%;transform:translateY(-50%) rotate(20deg);opacity:0}.form-block .wpcf7-acceptance .wpcf7-list-item input{display:none}.form-block .wpcf7-acceptance .wpcf7-list-item input:checked+span::after{opacity:1}.form-block .file-btn{display:inline-block;background-color:var(--primary-color);color:#fff;border-radius:4px;padding:.5rem 1rem;position:relative;cursor:pointer}@media screen and (max-width: 486px){.form-block .file-btn{font-size:.8rem;padding:.2rem .5rem}}.form-block .file-btn .wpcf7-form-control-wrap{position:static}.form-block .file-btn .wpcf7-form-control-wrap input{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.form-block .file-name{font-size:.8rem;padding-left:1.5rem}.form-block .p-postal-code,.form-block .p-region{width:160px}.form-block .acceptance{margin-top:40px;display:flex;flex-direction:column;align-items:center}.form-block .acceptance .wpcf7-list-item-label{margin-right:0 !important}.form-block .acceptance a{text-decoration:underline}.form-block .acceptance a:hover{text-decoration:none}.form-block .submit-block{margin-top:40px}.form-block .submit-block input[type=submit]{border:none;display:flex;justify-content:center;background-color:var(--primary-color);color:#fff;width:300px;margin:0 auto;cursor:pointer;height:60px;border-radius:60px}.form-block .submit-block input[type=submit]:disabled{cursor:not-allowed;background-color:#a8a8a8}.form-block .submit-block .wpcf7-spinner{margin:50px auto 0}.page-register .container{max-width:1000px}.page-register .wpcf7{border:1px solid #ccc;padding:50px}:root{--primary-color: #040000;--secondary-color: #007ac0;--white: #fff;--fa: "Font Awesome 5 Free"}.post-wrap{width:96%;max-width:1200px;margin:0 auto;padding:150px 0 60px;display:grid;grid-template-columns:1fr 320px;gap:50px}@media screen and (max-width: 486px){.post-wrap{grid-template-columns:1fr;width:90%;padding:50px 0 30px}}#post-entry{border:1px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.1);padding:40px;font-size:16px}@media screen and (max-width: 486px){#post-entry{padding:20px}}#post-entry .article-header{border-bottom:1px solid #ccc;margin-bottom:40px;padding-bottom:15px}#post-entry .article-header h1{font-size:clamp(1.5rem,.511rem + 1.82vw,1.875rem);margin-bottom:20px}#post-entry .article-header .meta{display:flex;align-items:center;margin-bottom:10px;gap:15px;color:#a5aaaf;font-size:.8rem}#post-entry .article-header .meta .pubdate{position:relative}#post-entry .article-header .meta .pubdate::before{content:"";font-family:var(--fa);font-weight:900;margin-right:5px}#post-entry .article-header .meta .update{position:relative}#post-entry .article-header .meta .update::before{content:"";font-family:var(--fa);font-weight:900;margin-right:5px}#post-entry .article-header .tags-list{display:flex;flex-wrap:wrap}#post-entry .article-header .tags-list li{margin-right:5px}#post-entry .article-header .tags-list li a{background-color:#eee;font-size:13px;border-radius:4px;padding:0 1rem}#post-entry .entry-content p,#post-entry .entry-content .wp-block-group p:last-child{margin-bottom:2.2rem}#post-entry .entry-content p a,#post-entry .entry-content .wp-block-group p:last-child a{color:#007ac0;text-decoration:underline}#post-entry .entry-content p a:hover,#post-entry .entry-content .wp-block-group p:last-child a:hover{text-decoration:none}#post-entry .entry-content strong{font-weight:bold}#post-entry .entry-content .wp-block-image{margin-bottom:2.2rem}#post-entry .entry-content ul{margin-bottom:1.5rem;border-radius:6px;padding:1rem 1rem 1rem 2.5rem;border:2px solid #eee}#post-entry .entry-content ul li{list-style:disc}#post-entry .entry-content ol{margin-left:1.1rem;margin-bottom:1rem}#post-entry .entry-content ol li{list-style:decimal}#post-entry .entry-content h2{font-size:clamp(1rem,.511rem + 1.82vw,1.875rem);background-color:var(--secondary-color);color:var(--white);border-radius:6px;padding:.5rem 1rem;margin-bottom:1.5rem}#post-entry .entry-content h3{font-size:clamp(.875rem,.511rem + 1.82vw,1.875rem);background-color:#eee;border-radius:6px;padding:.5rem 1rem;margin-bottom:1.5rem}#post-entry .entry-content h4{font-size:clamp(.875rem,.511rem + 1.82vw,1.875rem);font-weight:500;border-top:2px solid #000;border-bottom:1px solid #eee;padding:.5rem 0;margin-bottom:1.5rem;margin-top:50px}#post-entry .entry-content .vk_borderBox_title{border:none}#post-entry .entry-content .vk_borderBox_body p{margin-bottom:1rem}#post-entry .entry-content #toc_container{padding:30px;border-radius:6px;border:none !important;box-shadow:3px 3px 3px #ccc;margin-bottom:50px}#post-entry .entry-content #toc_container .toc_title{text-align:left;position:relative;display:inline-block;position:relative;margin:0;padding:5px 0 5px 58px;font-size:23px;font-weight:700}#post-entry .entry-content #toc_container .toc_title::before{display:inline-block;position:absolute;top:0;left:0;width:50px;height:50px;border-radius:50%;color:#fff;font-family:var(--fa);font-size:20px;font-weight:600;text-align:center;line-height:50px;content:"";background-color:var(--secondary-color)}#post-entry .entry-content #toc_container .toc_toggle{display:inline-block;vertical-align:middle;width:75px;height:25px;margin-left:10px;border-radius:5px;background:#cbcbcb;color:#fff;font-size:14px;text-align:center;line-height:25px}#post-entry .entry-content #toc_container .toc_toggle .toc_brackets,#post-entry .entry-content #toc_container .toc_toggle .toc_brackets{display:none}#post-entry .entry-content .toc_list{margin:inherit;padding:inherit;border:none;color:#555;padding-left:20px !important;margin:0 !important}#post-entry .entry-content .toc_list>li{list-style:decimal !important;font-weight:700;padding:5px 0}#post-entry .entry-content .toc_list>li a{color:#555}#post-entry .entry-content .toc_list ul{margin:inherit;padding:inherit;border:none;margin-bottom:1rem !important}#post-entry .entry-content .toc_list ul li{list-style:decimal !important;font-weight:500}.post-navigation{max-width:1000px;width:94%;margin:0 auto;padding:3rem 0}.post-navigation .nav-links{display:flex;justify-content:space-between}.post-navigation .nav-links a{display:block;width:120px;text-align:center;padding:.3rem;border-radius:40px;transition:.5s;color:#fff;background-color:var(--primary-color)}.post-navigation .nav-links a:hover{background-color:var(--primary-color)}.paging{margin:50px 0}.paging .page-numbers{display:flex;justify-content:center}.paging .page-numbers li{margin:0 2px}.paging .page-numbers li a,.paging .page-numbers li .page-numbers{width:30px;height:30px;display:block;line-height:30px;text-align:center;font-size:16px;background-color:var(--primary-color);border-radius:4px;transition:.5s}.paging .page-numbers li a.current,.paging .page-numbers li .page-numbers.current{background-color:#666;color:#fff}.paging .page-numbers li a:hover,.paging .page-numbers li .page-numbers:hover{background-color:#666;color:#fff}.post-sidebar>.widget{border:1px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.1);margin-bottom:30px;overflow:hidden}.post-sidebar>.widget h2{background-color:#0c2d78;color:#fff;padding:20px}.post-sidebar>.widget .wp-block-categories-list{padding:0 20px 20px}.post-sidebar .widget_search{border:none !important;border-radius:0 !important}.post-sidebar .widget_search .wp-block-search__label{display:none !important}.post-sidebar .widget_search .wp-block-search__inside-wrapper{position:relative}.post-sidebar .widget_search .wp-block-search__inside-wrapper .wp-block-search__input{border:1px solid #eee}.post-sidebar .widget_search .wp-block-search__inside-wrapper .wp-block-search__button{position:absolute;right:0;top:50%;transform:translateY(-50%);line-height:55px;background-color:#000;color:#fff;width:50px}.post-sidebar .widget_categories .wp-block-categories-list{padding:20px}.post-sidebar .popular-posts .wpp-list{padding:20px;font-size:.8rem}.post-sidebar .popular-posts .wpp-list li{display:grid;grid-template-columns:75px 1fr;gap:20px;overflow:visible}.post-sidebar .popular-posts .wpp-list li a{display:block}.post-sidebar .popular-posts .wpp-list li a:first-child{position:relative}.post-sidebar .popular-posts .wpp-list li a:first-child::before{position:absolute;content:"1";width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;background-color:var(--secondary-color);left:-5px;top:-5px;color:#fff}.post-sidebar .popular-posts .wpp-list li:nth-child(2) a:first-child::before{content:"2"}.post-sidebar .popular-posts .wpp-list li:nth-child(3) a:first-child::before{content:"3"}.post-sidebar .popular-posts .wpp-list li:nth-child(4) a:first-child::before{content:"4";background-color:#666}.post-sidebar .popular-posts .wpp-list li:nth-child(5) a:first-child::before{content:"5";background-color:#666}:root{--primary-color: #0C2D78;--secondary-color: #E65100;--tertiary-color: #384798;--font-color: #333333;--line: #D8D8D9;--bg: #F9F8FF;--bg-gray: #F4F7FA;--white: #fff;--check: #da1e1e;--sans: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;--serif: "Noto Serif JP", serif;--fa: "Font Awesome 5 Free";--en: "Montserrat", sans-serif}.fit,.tire-service__image img,.car-service__image img,.wheel-trade__sub-image img,.wheel-trade__image img,.wheel-sale__image img,.wheel-contact__image img,.wheel-contact__bg img,.wheel-purchase__flow-step-image img,.wheel-purchase__image img,.wheel-top__card-image img,.item-single .row .images .thumbnail-slider .slick-slide img,.metal-list__item-image img,.metal-description__img img,.metal-top__arrow img,.index-service__item img,.index-intro__footer img,.index-intro__img img,.index-hero__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html{overflow-x:hidden}body{font-family:var(--sans);font-size:16px;line-height:1.8;font-weight:400;color:var(--font-color);word-wrap:break-word}@media screen and (max-width: 486px){body{font-size:14px}}body.home{font-size:18px}@media screen and (max-width: 486px){body.home{font-size:14px}}ul,ol{margin:0}a{color:var(--font-color);text-decoration:none}h2,h3,h4,h5{font-weight:700;line-height:1.8}.sp-disp{display:none}@media screen and (max-width: 486px){.sp-disp{display:block !important}}@media screen and (max-width: 486px){.pc-disp{display:none !important}}input,textarea{outline:none}input[type=text],input[type=date],input[type=email],input[type=password],select,textarea{width:100%;border:1px solid #ccc;border-radius:6px;padding:5px 20px;transition:.4s;background-color:#fff}@media screen and (max-width: 486px){input[type=text],input[type=date],input[type=email],input[type=password],select,textarea{padding:.3rem}}input[type=text]:focus-visible,input[type=date]:focus-visible,input[type=email]:focus-visible,input[type=password]:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 10px rgba(0,0,0,.2);border:1px solid #0599d9}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../inc/images/select-arrow.png) no-repeat center right 10px}.wrapper{display:flex;flex-direction:column;height:100vh}.wrapper .site-footer{margin-top:auto}.no-scroll{overflow:hidden;height:100%}.container{max-width:1200px;width:96%;margin:0 auto;padding:150px 0}@media screen and (max-width: 486px){.container{width:90%;padding:50px 0}}.table-wrap{display:grid;grid-template-columns:240px 1fr;gap:20px;border-bottom:2px solid var(--primary-color);padding:30px 30px}.table-wrap:first-of-type{border-top:2px solid var(--primary-color)}@media screen and (max-width: 486px){.table-wrap{grid-template-columns:1fr}}.table-wrap dt{font-weight:700}.page-header{position:relative;height:400px;overflow:hidden}@media screen and (max-width: 1100px){.page-header{height:300px}}@media screen and (max-width: 486px){.page-header{height:200px}}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/common/page-header.webp) no-repeat center/cover;z-index:0}.page-header::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(6,21,102,.3);z-index:1}.page-header__inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:24px;height:100%;padding-left:96px;padding-top:100px}@media screen and (max-width: 1100px){.page-header__inner{padding-left:60px;gap:16px;padding-top:66px}}@media screen and (max-width: 486px){.page-header__inner{padding-left:20px;gap:12px}}.page-header__inner .en{font-family:var(--en);font-size:104px;font-weight:700;color:var(--white);line-height:1;margin:0;order:-1}@media screen and (max-width: 1100px){.page-header__inner .en{font-size:72px}}@media screen and (max-width: 486px){.page-header__inner .en{font-size:40px}}.page-header__inner .title{font-family:var(--sans);font-size:24px;font-weight:500;color:var(--white);line-height:normal;margin:0}@media screen and (max-width: 1100px){.page-header__inner .title{font-size:20px}}@media screen and (max-width: 486px){.page-header__inner .title{font-size:16px}}body.company .page-header::before{background-image:url(../images/company/page-header.webp)}body.metal .page-header::before{background-image:url(../images/metal/page-header.webp)}body.wheel .page-header::before{background-image:url(../images/wheel/page-header.webp)}body.car .page-header::before{background-image:url(../images/car/page-header.webp)}body.tire .page-header::before{background-image:url(../images/tire/page-header.webp)}.title-01{font-size:3rem;font-weight:700;left:.5em;position:relative}.common-title{display:inline-flex;flex-direction:column;align-items:flex-end}@media screen and (max-width: 486px){.common-title{align-items:center}}.common-title__main{display:flex;align-items:center;justify-content:center;padding-right:12px;margin-bottom:-56px;font-family:var(--en);font-size:120px;font-weight:700;text-transform:uppercase;line-height:normal}@media screen and (max-width: 1400px){.common-title__main{font-size:100px;margin-bottom:-46px}}@media screen and (max-width: 1100px){.common-title__main{font-size:80px;margin-bottom:-36px}}@media screen and (max-width: 486px){.common-title__main{font-size:56px;margin-bottom:-28px;padding-right:0}}.common-title__main-highlight{color:var(--primary-color)}.common-title__main-text{color:var(--line)}.common-title__sub{display:flex;justify-content:flex-end;align-items:flex-end;padding-right:24px}@media screen and (max-width: 486px){.common-title__sub{padding-right:0;justify-content:center}}.common-title__sub-icon{display:flex;align-items:center;justify-content:center;width:79.196px;height:79.196px;margin-right:-24px;flex-shrink:0}@media screen and (max-width: 486px){.common-title__sub-icon{width:56px;height:56px;margin-right:-16px}}.common-title__sub-icon::before{content:"";display:block;width:110px;height:2px;background:var(--tertiary-color);transform:rotate(-45deg)}@media screen and (max-width: 486px){.common-title__sub-icon::before{width:70px}}.common-title__sub-text{font-family:var(--sans);font-size:36px;font-weight:500;line-height:1;color:var(--tertiary-color);text-align:right;margin-right:-24px}@media screen and (max-width: 1100px){.common-title__sub-text{font-size:28px}}@media screen and (max-width: 486px){.common-title__sub-text{font-size:22px;margin-right:-16px}}.page-title{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:28px}@media screen and (max-width: 1100px){.page-title{gap:20px}}@media screen and (max-width: 486px){.page-title{gap:16px}}.page-title .Japanese-title{font-size:56px;font-weight:500;line-height:1;margin-bottom:4px;text-align:center}@media screen and (max-width: 1100px){.page-title .Japanese-title{font-size:48px}}@media screen and (max-width: 486px){.page-title .Japanese-title{font-size:32px;line-height:1.5}}.page-title .English-title{color:var(--tertiary-color);text-align:center;font-family:var(--en);font-size:28px;font-weight:700;line-height:1;margin:0}@media screen and (max-width: 1100px){.page-title .English-title{font-size:24px}}@media screen and (max-width: 486px){.page-title .English-title{font-size:20px}}.page-title .Divider{width:80px;height:2px;background:var(--tertiary-color)}#scrollTopBtn{position:fixed;bottom:20px;right:0;width:50px;height:50px;background-color:var(--primary-color);border:none;color:#fff;opacity:0;transform:translateX(100%);transition:.4s;z-index:10;border:1px solid #fff;border-right:none;cursor:pointer}#scrollTopBtn::after{content:"";top:46%;left:55%;width:12px;height:12px;position:absolute;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(-45deg) translate(-50%, -50%);transition:.4s}#scrollTopBtn:hover::after{top:40%}#scrollTopBtn.in{transform:translateX(0);opacity:1}.site-header{position:fixed;left:0;top:0;width:100%;z-index:9999;background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);transition:.4s ease-in-out}.site-header__inner{display:flex;align-items:center;height:100px;width:100%;padding-left:40px}@media screen and (max-width: 1100px){.site-header__inner{height:66px;padding-left:20px}}.site-header__inner .logo{width:260px;margin:0}@media screen and (max-width: 1100px){.site-header__inner .logo{width:160px}}.site-header__inner .logo .icon{display:block}.site-header__inner .logo .icon-scroll{display:none}.site-header__inner .logo a{display:block}.site-header__inner .nav-area{margin-left:auto;transition:.4s}@media screen and (max-width: 1100px){.site-header__inner .nav-area{opacity:0;visibility:hidden;position:fixed;width:100vw;height:100vh;right:0;top:0;background-color:var(--primary-color);z-index:1}}.site-header__inner .nav-area ul.menu{display:flex;align-items:center;gap:50px}@media screen and (max-width: 1100px){.site-header__inner .nav-area ul.menu{align-items:center;justify-content:center;flex-direction:column;height:100vh;width:90%;margin-inline:auto;gap:0}}.site-header__inner .nav-area ul.menu>li a{color:var(--white);font-size:16px;font-weight:600;padding:20px 0;display:block;text-align:center;width:100%;max-width:540px;margin-inline:auto;transition:all .3s ease;line-height:1.5}@media screen and (max-width: 1100px){.site-header__inner .nav-area ul.menu>li a{border-bottom:1px solid var(--white)}}.site-header__inner .nav-area ul.menu>li a:hover{color:gold}.site-header__inner .nav-area ul.menu>li:last-child a{background-color:var(--secondary-color);height:100px;padding-inline:30px;border:0;display:flex;align-items:center;justify-content:center;flex-direction:column}@media screen and (max-width: 1100px){.site-header__inner .nav-area ul.menu>li:last-child a{border-radius:8px;margin-top:2rem;padding:20px 30px;flex-direction:row;gap:4px;height:auto}}.site-header__inner .nav-area ul.menu>li:last-child a::before{content:"";font-family:var(--fa);font-weight:900;display:block;text-align:center;font-size:28px;line-height:1}@media screen and (max-width: 1100px){.site-header__inner .nav-area ul.menu>li:last-child a::before{font-size:22px}}.site-header__inner .nav-area ul.menu>li:last-child a:hover{opacity:.7;color:var(--white)}.site-header__inner .nav-area.open{opacity:1;visibility:visible}.site-header.scroll{background:rgba(255,255,255,.8)}.site-header.scroll .logo .icon{display:none}.site-header.scroll .logo .icon-scroll{display:block}.site-header.scroll .nav-area ul.menu>li a{color:var(--font-color)}.site-header.scroll .nav-area ul.menu>li a:hover{color:gold}@media screen and (max-width: 1100px){.site-header.scroll .nav-area ul.menu>li a{color:var(--white)}}.site-header.scroll .nav-area ul.menu>li:last-child a{color:var(--white)}.site-header.scroll .nav-area ul.menu>li:last-child a:hover{opacity:.7;color:var(--white)}#toggle-nav{position:relative;z-index:99999;width:66px;height:66px;background-color:var(--primary-color);display:none;margin-left:auto}@media screen and (max-width: 1100px){#toggle-nav{display:block}}#toggle-nav span{position:absolute;display:inline-block;background-color:#fff;transition:.4s;left:50%;transform:translateX(-50%);height:2px;width:45%}#toggle-nav span:nth-child(1){top:24px}@media screen and (max-width: 1100px){#toggle-nav span:nth-child(1){top:16px}}#toggle-nav span:nth-child(2){top:34px}@media screen and (max-width: 1100px){#toggle-nav span:nth-child(2){top:24px}}#toggle-nav span:nth-child(3){top:44px}@media screen and (max-width: 1100px){#toggle-nav span:nth-child(3){top:32px}}#toggle-nav span.menu-text,#toggle-nav span.menu-close{color:var(--white);font-size:16px;font-weight:500;line-height:1;background-color:inherit;width:100%;bottom:24px;height:16px;text-align:center}@media screen and (max-width: 1100px){#toggle-nav span.menu-text,#toggle-nav span.menu-close{font-size:14px;bottom:12px;height:14px}}#toggle-nav span.menu-text{display:block}#toggle-nav span.menu-close{display:none}#toggle-nav.open{border:1px solid var(--white)}#toggle-nav.open span:nth-child(1){top:25px;left:35px;transform:translateY(6px) rotate(-135deg);width:30%}@media screen and (max-width: 1100px){#toggle-nav.open span:nth-child(1){top:15px;left:24px}}#toggle-nav.open span:nth-child(2){opacity:0}#toggle-nav.open span:nth-child(3){top:37px;left:35px;transform:translateY(-6px) rotate(135deg);width:30%}@media screen and (max-width: 1100px){#toggle-nav.open span:nth-child(3){top:27px;left:24px}}#toggle-nav.open span.menu-text{display:none}#toggle-nav.open span.menu-close{display:block}#contact-btn{height:100px;background-color:var(--secondary-color);display:flex;align-items:center;justify-content:center;padding-inline:30px;margin-left:auto}@media screen and (max-width: 1100px){#contact-btn{height:66px;padding-inline:20px}}@media screen and (max-width: 486px){#contact-btn{padding-inline:10px}}#contact-btn a{color:var(--white);font-weight:500}@media screen and (max-width: 1100px){#contact-btn a{font-size:14px}}#contact-btn a::before{content:"";font-family:var(--fa);font-weight:900;display:block;text-align:center;font-size:28px;line-height:1}@media screen and (max-width: 1100px){#contact-btn a::before{font-size:22px}}.site-footer{background:#030c22;color:var(--white);position:relative;z-index:1}.site-footer::before{content:"";position:absolute;top:0;left:0;width:100vw;height:29vw;background:url(../images/common/cta_bg.webp) no-repeat center/cover;z-index:-1}@media screen and (max-width: 1100px){.site-footer::before{height:44vw}}@media screen and (max-width: 486px){.site-footer::before{background-image:url(../images/common/cta_bg_sp.webp);height:58vw}}.site-footer__contact .container{max-width:1000px;padding-block:16vw 0}@media screen and (max-width: 1100px){.site-footer__contact .container{padding-top:25vw}}@media screen and (max-width: 486px){.site-footer__contact .container{padding-top:30vw}}.site-footer__contact__inner{background-color:var(--primary-color);padding:32px 0 48px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1100px){.site-footer__contact__inner{padding-inline:30px}}@media screen and (max-width: 486px){.site-footer__contact__inner{padding:20px 20px 30px}}.site-footer__contact__content{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:803px}@media screen and (max-width: 486px){.site-footer__contact__content{gap:20px}}.site-footer__contact__title-block{display:flex;flex-direction:column;align-items:flex-start}.site-footer__contact__title-container{display:grid;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;grid-template-rows:-webkit-max-content;grid-template-rows:max-content;justify-items:start;position:relative}.site-footer__contact__title-main{grid-column:1;grid-row:1;font-family:var(--en);font-weight:700;font-size:93px;line-height:normal;text-align:center;color:#d9d9d9;margin:0;position:relative;left:50%;transform:translateX(-50%)}@media screen and (max-width: 1100px){.site-footer__contact__title-main{font-size:80px}}@media screen and (max-width: 486px){.site-footer__contact__title-main{font-size:48px}}.site-footer__contact__title-icon{grid-column:1;grid-row:1;width:85px;height:85px;display:flex;align-items:center;justify-content:center;margin-left:274px;margin-top:49px}@media screen and (max-width: 1100px){.site-footer__contact__title-icon{margin-left:230px;margin-top:54px;width:60px;height:60px}}@media screen and (max-width: 486px){.site-footer__contact__title-icon{margin-left:140px;margin-top:32px;width:40px;height:40px}}.site-footer__contact__title-icon::before{content:"";display:block;width:119px;height:1px;background-color:var(--white);transform:rotate(-45deg)}@media screen and (max-width: 1100px){.site-footer__contact__title-icon::before{width:85px}}@media screen and (max-width: 486px){.site-footer__contact__title-icon::before{width:56px}}.site-footer__contact__title-sub{grid-column:1;grid-row:1;font-weight:500;font-size:28px;line-height:normal;color:var(--white);margin:94px 0 0 330px}@media screen and (max-width: 1100px){.site-footer__contact__title-sub{font-size:28px;margin-left:270px;margin-top:84px}}@media screen and (max-width: 486px){.site-footer__contact__title-sub{font-size:20px;margin-left:160px;margin-top:50px}}.site-footer__contact__description{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.site-footer__contact__description p{font-size:18px;text-align:center;color:var(--white);max-width:686px;margin-bottom:8px}@media screen and (max-width: 486px){.site-footer__contact__description p{font-size:14px;line-height:24px}}.site-footer__contact__list{display:flex;align-items:center;justify-content:space-between;width:100%;gap:24px}@media screen and (max-width: 768px){.site-footer__contact__list{flex-direction:column;gap:20px}}.site-footer__contact__tel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 40px 24px;border-top:1px solid var(--white);border-bottom:1px solid var(--white);color:var(--white)}@media screen and (max-width: 486px){.site-footer__contact__tel{padding:16px 20px 20px;width:100%}}.site-footer__contact__tel-number{display:flex;align-items:center;gap:6px;line-height:normal;margin-bottom:-4px}.site-footer__contact__tel-icon{font-family:var(--fa);font-weight:900;font-size:28px;letter-spacing:.84px}.site-footer__contact__tel-icon::before{content:""}@media screen and (max-width: 486px){.site-footer__contact__tel-icon{font-size:22px}}.site-footer__contact__tel-text{font-family:var(--en);font-weight:600;font-size:40px;line-height:normal;color:var(--white)}@media screen and (max-width: 1100px){.site-footer__contact__tel-text{font-size:36px}}@media screen and (max-width: 486px){.site-footer__contact__tel-text{font-size:28px}}.site-footer__contact__tel-hours{font-family:var(--sans);font-weight:500;font-size:16px;line-height:28px;letter-spacing:.48px;margin:0}@media screen and (max-width: 486px){.site-footer__contact__tel-hours{font-size:14px}}.site-footer__contact__mail{display:flex;align-items:center;justify-content:center;background-color:var(--secondary-color);padding:40px;border-radius:8px;transition:opacity .3s ease;gap:10px}@media screen and (max-width: 486px){.site-footer__contact__mail{padding:24px 30px;width:100%}}.site-footer__contact__mail:hover{opacity:.85}.site-footer__contact__mail-icon{font-family:var(--fa);font-weight:900;font-size:28px;letter-spacing:.84px;color:var(--white);line-height:normal}.site-footer__contact__mail-icon::before{content:""}@media screen and (max-width: 486px){.site-footer__contact__mail-icon{font-size:22px}}.site-footer__contact__mail-text{font-family:var(--sans);font-weight:500;font-size:24px;line-height:34px;letter-spacing:1.92px;color:var(--white)}@media screen and (max-width: 1100px){.site-footer__contact__mail-text{font-size:22px}}@media screen and (max-width: 486px){.site-footer__contact__mail-text{font-size:18px;line-height:28px}}.site-footer__bottom .container{padding-block:80px 60px;max-width:1312px}@media screen and (max-width: 486px){.site-footer__bottom .container{padding-block:50px 40px}}.site-footer__bottom .inner{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}@media screen and (max-width: 1100px){.site-footer__bottom .inner{flex-direction:column;align-items:center;gap:30px}}.site-footer__bottom .footer-company-info{display:flex;flex-direction:column;gap:5px}@media screen and (max-width: 1100px){.site-footer__bottom .footer-company-info{align-items:center;text-align:center}}.site-footer__bottom .footer-company-info__logo{display:flex;align-items:center;gap:4px;padding-bottom:16px;width:260px}@media screen and (max-width: 1100px){.site-footer__bottom .footer-company-info__logo{justify-content:center}}.site-footer__bottom .footer-company-info__logo img{height:44px;width:auto}.site-footer__bottom .footer-company-info__address{display:flex;flex-direction:column;gap:16px;font-size:16px;line-height:27px;color:var(--white)}@media screen and (max-width: 486px){.site-footer__bottom .footer-company-info__address{font-size:14px;line-height:24px}}.site-footer__bottom .footer-company-info__address p{margin:0}.site-footer__bottom .footer-company-info__link{margin-top:16px}.site-footer__bottom .footer-company-info__link a{display:block}.site-footer__bottom .footer-company-info__link a img{width:285px;height:59px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 486px){.site-footer__bottom .footer-company-info__link a img{width:240px;height:auto}}.site-footer__bottom .footer-nav ul.menu{display:grid;grid-template-columns:1fr 1fr;gap:10px 40px}@media screen and (max-width: 1100px){.site-footer__bottom .footer-nav ul.menu{grid-template-columns:1fr;gap:10px}}.site-footer__bottom .footer-nav ul.menu li a{font-size:16px;font-weight:700;color:var(--white);transition:opacity .3s ease}@media screen and (max-width: 1100px){.site-footer__bottom .footer-nav ul.menu li a{display:block;padding-block:.3rem;border-bottom:1px solid var(--line)}}@media screen and (max-width: 486px){.site-footer__bottom .footer-nav ul.menu li a{font-size:14px}}.site-footer__bottom .footer-nav ul.menu li a:hover{color:gold}.site-footer .copy{text-align:center;font-size:12px;padding:20px 0;color:var(--white)}.site-footer .copy small{font-size:inherit}.loading-screen{position:fixed;top:0;left:0;width:100%;height:calc(100vh - 66px);background-color:var(--primary-color);z-index:9999;display:flex;justify-content:center;align-items:center;pointer-events:none}.loading-logo{opacity:0;width:320px}@media screen and (max-width: 486px){.loading-logo{width:252px}}.index-hero{height:100vh;background-color:var(--primary-color);position:relative;overflow:hidden}.index-hero__img{position:absolute;width:100%;height:100%}.index-hero__img.top-left{width:35%;top:0;left:0;-webkit-clip-path:polygon(0% 0%, 100% 0%, 91% 45%, 0% 40%);clip-path:polygon(0% 0%, 100% 0%, 91% 45%, 0% 40%)}@media screen and (max-width: 1100px){.index-hero__img.top-left{width:55%;height:68%;-webkit-clip-path:polygon(0% 0%, 100% 0%, 26% 100%, 0% 96%);clip-path:polygon(0% 0%, 100% 0%, 26% 100%, 0% 96%)}}.index-hero__img.bottom-left{width:35%;bottom:0;left:0;-webkit-clip-path:polygon(0% 40%, 91% 45%, 80% 100%, 0% 100%);clip-path:polygon(0% 40%, 91% 45%, 80% 100%, 0% 100%)}@media screen and (max-width: 1100px){.index-hero__img.bottom-left{width:66%;height:35%;-webkit-clip-path:polygon(0% 0%, 100% 27%, 50% 100%, 0% 100%);clip-path:polygon(0% 0%, 100% 27%, 50% 100%, 0% 100%)}}.index-hero__img.center{width:54%;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-clip-path:polygon(22% 0%, 78% 0%, 91% 100%, 9% 100%);clip-path:polygon(22% 0%, 78% 0%, 91% 100%, 9% 100%)}@media screen and (max-width: 1100px){.index-hero__img.center{width:87%;height:50%;-webkit-clip-path:polygon(31% 0%, 100% 0%, 100% 50%, 60% 100%, 0% 84%);clip-path:polygon(31% 0%, 100% 0%, 100% 50%, 60% 100%, 0% 84%);left:inherit;right:0;transform:translate(0%, -50%)}}.index-hero__img.top-right{width:35%;top:0;right:0;-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 11% 92%);clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 11% 92%);height:60%}@media screen and (max-width: 1100px){.index-hero__img.top-right{width:62%;height:28%;-webkit-clip-path:polygon(27% 0%, 100% 0%, 100% 100%, 0% 100%);clip-path:polygon(27% 0%, 100% 0%, 100% 100%, 0% 100%)}}.index-hero__img.bottom-right{width:35%;bottom:0;right:0;-webkit-clip-path:polygon(11% 55%, 100% 60%, 100% 100%, 20% 100%);clip-path:polygon(11% 55%, 100% 60%, 100% 100%, 20% 100%)}@media screen and (max-width: 1100px){.index-hero__img.bottom-right{width:70%;height:50%;-webkit-clip-path:polygon(100% 0%, 100% 100%, 0% 100%);clip-path:polygon(100% 0%, 100% 100%, 0% 100%)}}.index-hero__text{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1;width:90%;display:flex;flex-direction:row-reverse;align-items:flex-end;justify-content:center;font-family:var(--serif)}.index-hero__text h1{color:var(--white);text-shadow:0 4px 10px rgba(0,0,0,.4);font-size:45px;font-weight:500;line-height:1.5;writing-mode:vertical-rl;letter-spacing:.1em}@media screen and (max-width: 486px){.index-hero__text h1{font-size:30px}}.index-hero__text h1 span{display:inline-block;transform:translateY(-28px);margin-bottom:-48px}@media screen and (max-width: 486px){.index-hero__text h1 span{transform:translateY(-18px);margin-bottom:-32px}}.index-hero__text p{color:var(--white);font-size:28px;font-weight:500;line-height:48px;writing-mode:vertical-rl;letter-spacing:.1em}@media screen and (max-width: 1100px){.index-hero__text p{font-size:22px;line-height:36px}}@media screen and (max-width: 486px){.index-hero__text p{font-size:16px;line-height:32px}}.index-hero__text .text-wrapper{visibility:hidden;position:relative;z-index:10}.index-hero__text .marker{background:linear-gradient(transparent 10%, var(--secondary-color) 10%) no-repeat left bottom/0 100%;background-size:0% 100%;padding:0 4px;box-decoration-break:clone;-webkit-box-decoration-break:clone;display:inline}.index-hero .scroll-prompt{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:20;color:var(--white);text-align:center}.index-hero .scroll-prompt-text{display:block;font-size:1rem;margin-bottom:10px;opacity:.8;font-family:var(--en);font-weight:700;line-height:1.5;color:var(--white);text-shadow:0 4px 10px rgba(0,0,0,.4);text-transform:uppercase;letter-spacing:.1em}.index-hero .scroll-prompt-bar{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform:translateY(-100%)}.index-hero .scroll-prompt-bar-container{width:3px;height:50px;background:rgba(255,255,255,.3);margin:0 auto;position:relative;overflow:hidden}.index-news{position:relative;z-index:1;display:flex;align-items:center;margin-top:-98px;margin-left:auto;margin-bottom:-122px;padding:24px 0;max-width:1200px;min-height:220px;width:90%;background-color:var(--primary-color)}@media screen and (max-width: 486px){.index-news{margin:0;width:100%;min-height:auto}}.index-news .container{max-width:1080px;padding:0}@media screen and (max-width: 486px){.index-news .container{width:86%}}.index-news__inner{display:flex;align-items:center}@media screen and (max-width: 486px){.index-news__inner{flex-direction:column}}.index-news__title{position:relative;margin-right:60px;padding:0 9px}@media screen and (max-width: 486px){.index-news__title{float:none;height:auto;padding:0;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;width:100%;margin-right:auto}}.index-news__title-text,.index-news__title a{color:var(--white)}.index-news__title-text{font-size:250%;line-height:1;font-family:var(--en)}@media screen and (max-width: 486px){.index-news__title-text{margin-bottom:0}}.index-news .news-list{flex:1}@media screen and (max-width: 486px){.index-news .news-list{width:100%}}.index-news .news-list li a{margin-bottom:3px;display:flex}.index-news .news-list li a .date{margin-right:32px;font-size:14px;font-weight:700;font-family:var(--en);color:var(--white)}@media screen and (max-width: 486px){.index-news .news-list li a .date{margin-right:16px}}.index-news .news-list li a h3{font-size:16px;font-weight:700;line-height:27px;color:var(--white);margin-bottom:0}.index-intro{position:relative;background-color:var(--white)}.index-intro .container{max-width:1690px}@media screen and (max-width: 1100px){.index-intro .container{padding-top:160px}}@media screen and (max-width: 486px){.index-intro .container{padding-top:50px}}@media screen and (max-width: 1100px){.index-intro__inner{display:grid;padding-inline:35px;gap:16px}}@media screen and (max-width: 486px){.index-intro__inner{padding:0;gap:0}}.index-intro__content{width:47%}@media screen and (max-width: 1100px){.index-intro__content{width:100%}}.index-intro__title-block{display:flex;flex-direction:column;gap:32px;align-items:flex-start}@media screen and (max-width: 1100px){.index-intro__title-block{align-items:center;gap:16px}}@media screen and (max-width: 486px){.index-intro__title-block{gap:8px}}.index-intro__heading-wrapper{padding-left:96px}@media screen and (max-width: 1100px){.index-intro__heading-wrapper{padding-left:0;text-align:center}}.index-intro__heading{font-family:var(--sans);font-size:40px;font-weight:700;line-height:1.5;color:var(--font-color);margin-bottom:1.5rem}@media screen and (max-width: 1100px){.index-intro__heading{font-size:34px}}@media screen and (max-width: 1100px){.index-intro__heading{font-size:30px}}@media screen and (max-width: 486px){.index-intro__heading{font-size:24px}}.index-intro__heading-line{display:block}.index-intro__text-block{padding-left:96px;font-weight:500}@media screen and (max-width: 1100px){.index-intro__text-block{padding-left:0;align-items:center}}.index-intro__img{width:50%;position:absolute;height:70%;right:0;top:180px}@media screen and (max-width: 1100px){.index-intro__img{width:100%;position:relative;height:auto;transform:none;top:0;right:auto}}.index-intro__footer{position:relative;width:100%;height:400px}@media screen and (max-width: 1400px){.index-intro__footer{height:500px}}@media screen and (max-width: 1100px){.index-intro__footer{height:400px}}@media screen and (max-width: 486px){.index-intro__footer{height:280px}}.index-intro__footer img{position:fixed;top:0;left:0;z-index:-1;-o-object-position:center;object-position:center}.index-service{background-color:var(--bg);position:relative}.index-service .container{display:flex;flex-direction:column;align-items:center;gap:80px;padding:120px 0;max-width:inherit;width:100%}@media screen and (max-width: 1100px){.index-service .container{gap:60px;padding:80px 0}}@media screen and (max-width: 486px){.index-service .container{gap:40px;padding:50px 0}}.index-service__list{display:grid;gap:80px;width:100%}.index-service__item{display:flex;align-items:center;position:relative;justify-content:space-between;max-width:1840px;width:96%;margin-left:auto}@media screen and (max-width: 1100px){.index-service__item{flex-direction:column;gap:40px}}@media screen and (max-width: 486px){.index-service__item{gap:20px}}.index-service__item::after{content:"";width:100%;height:calc(100% - 120px);background-color:var(--white);position:absolute;top:50%;transform:translateY(-50%);z-index:0;right:0}@media screen and (max-width: 1100px){.index-service__item::after{height:calc(100% - 40px);top:40px;transform:inherit}}@media screen and (max-width: 486px){.index-service__item::after{height:calc(100% - 20px);top:20px}}.index-service__item__content{width:687px;padding-inline:80px;z-index:2}@media screen and (max-width: 1100px){.index-service__item__content{width:90%;padding:0 0 40px;order:2}}.index-service__item__title{font-size:48px;font-weight:700;margin-bottom:33px;line-height:1.5}@media screen and (max-width: 1100px){.index-service__item__title{font-size:29px;margin-bottom:16px}}.index-service__item__title::after{content:"";display:block;width:56px;height:1px;background-color:var(--primary-color);margin-top:30px}@media screen and (max-width: 1100px){.index-service__item__title::after{margin-top:16px}}.index-service__item__desc{margin-bottom:64px}@media screen and (max-width: 1100px){.index-service__item__desc{margin-bottom:40px}}.index-service__item__btn{display:inline-block;background-color:var(--primary-color);color:#fff;text-decoration:none;padding:8px 16px;font-weight:500;position:relative;transition:opacity .3s;max-width:260px;width:100%}.index-service__item__btn::after{content:"";width:12px;height:12px;-webkit-clip-path:polygon(0 0, 0% 100%, 100% 50%);clip-path:polygon(0 0, 0% 100%, 100% 50%);background-color:var(--white);position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.index-service__item__btn:hover{opacity:.8}.index-service__item__images{flex:1;position:relative;z-index:1;height:662px}@media screen and (max-width: 1100px){.index-service__item__images{height:432px;width:90%;flex:none}}@media screen and (max-width: 486px){.index-service__item__images{height:200px}}.index-service__item img{position:absolute;height:82%}.index-service__item .main-img{width:77%;left:0;top:0}.index-service__item .sub-img{position:absolute;width:28%;z-index:2;right:0;bottom:0}.index-service__item:nth-child(odd){flex-direction:row-reverse;margin-right:auto;margin-left:0}@media screen and (max-width: 1100px){.index-service__item:nth-child(odd){flex-direction:column}}.index-service__item:nth-child(odd)::after{left:0;right:inherit}.index-service__item:nth-child(odd) .main-img{right:0;left:inherit}.index-service__item:nth-child(odd) .sub-img{left:0;right:inherit}.index-company{position:relative;width:100%;overflow:hidden}.index-company__container{position:relative;width:100%;min-height:700px}@media screen and (max-width: 1100px){.index-company__container{min-height:600px}}@media screen and (max-width: 486px){.index-company__container{min-height:500px}}.index-company__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.index-company__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%),url(../images/index/company_bg_v2.webp) #d3d3d3 50%/cover no-repeat}.index-company__inner{position:relative;z-index:1;max-width:1200px;width:96%;margin:0 auto;padding:120px 0;display:flex;align-items:center;min-height:700px;justify-content:center;text-align:center}@media screen and (max-width: 1100px){.index-company__inner{padding:80px 0;min-height:600px;justify-content:center}}@media screen and (max-width: 486px){.index-company__inner{padding:60px 0;min-height:500px}}.index-company__content{display:flex;flex-direction:column;align-items:center;gap:32px}@media screen and (max-width: 1100px){.index-company__content{align-items:center;text-align:center;gap:24px}}@media screen and (max-width: 486px){.index-company__content{gap:20px}}.index-company__title-block{display:flex;flex-direction:column;align-items:center;gap:16px}@media screen and (max-width: 1100px){.index-company__title-block{align-items:center}}.index-company__title-container{display:grid;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;grid-template-rows:-webkit-max-content;grid-template-rows:max-content;justify-items:start;position:relative}@media screen and (max-width: 1100px){.index-company__title-container{justify-items:center}}.index-company__title-main{grid-column:1;grid-row:1;font-family:var(--en);font-weight:700;font-size:120px;line-height:normal;color:rgba(255,255,255,.3);margin:0}@media screen and (max-width: 1100px){.index-company__title-main{font-size:80px}}@media screen and (max-width: 486px){.index-company__title-main{font-size:48px}}.index-company__title-icon{grid-column:1;grid-row:1;width:85px;height:85px;display:flex;align-items:center;justify-content:center;margin-left:350px;margin-top:81px}@media screen and (max-width: 1100px){.index-company__title-icon{margin-left:230px;margin-top:54px;width:60px;height:60px}}@media screen and (max-width: 486px){.index-company__title-icon{margin-left:140px;margin-top:32px;width:40px;height:40px}}.index-company__title-icon::before{content:"";display:block;width:119px;height:1px;background-color:var(--white);transform:rotate(-45deg)}@media screen and (max-width: 1100px){.index-company__title-icon::before{width:85px}}@media screen and (max-width: 486px){.index-company__title-icon::before{width:56px}}.index-company__title-sub{grid-column:1;grid-row:1;font-weight:500;font-size:36px;line-height:normal;margin:0;margin-left:407px;margin-top:126px;color:var(--white)}@media screen and (max-width: 1100px){.index-company__title-sub{font-size:28px;margin-left:270px;margin-top:84px}}@media screen and (max-width: 486px){.index-company__title-sub{font-size:20px;margin-left:160px;margin-top:50px}}.index-company__tagline{font-size:40px;font-weight:500;line-height:1.5;margin:0;color:var(--white)}@media screen and (max-width: 1100px){.index-company__tagline{font-size:32px}}@media screen and (max-width: 486px){.index-company__tagline{font-size:24px}}.index-company__description p{margin:0;color:var(--white)}.index-company__description p .tab-disp{display:none}@media screen and (max-width: 1100px){.index-company__description p .tab-disp{display:block}}.index-company__btn{display:inline-flex;align-items:center;gap:16px;padding:8px 16px;background-color:var(--secondary-color);text-decoration:none;transition:opacity .3s ease;border:2px solid var(--white)}.index-company__btn:hover{opacity:.85}@media screen and (max-width: 486px){.index-company__btn{padding:10px 14px;gap:12px}}.index-company__btn-text{font-family:var(--sans);font-size:16px;font-weight:500;line-height:27px;color:var(--white)}@media screen and (max-width: 486px){.index-company__btn-text{font-size:14px;line-height:24px}}.index-company__btn-icon{font-size:12px;color:var(--white);line-height:1}@media screen and (max-width: 486px){.index-company__btn-icon{font-size:10px}}.company-greeting{background-color:var(--white)}.company-greeting .container{display:flex;flex-direction:column;align-items:center;gap:80px;padding:120px 40px;max-width:1920px;width:100%}@media screen and (max-width: 1100px){.company-greeting .container{gap:60px;padding:80px 30px}}@media screen and (max-width: 486px){.company-greeting .container{gap:40px;padding:60px 20px}}.company-greeting__inner{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:100px}@media screen and (max-width: 1100px){.company-greeting__inner{flex-direction:column;gap:40px}}.company-greeting__image{flex-shrink:0;width:50%;max-width:921px;height:624px;overflow:hidden;margin:0}@media screen and (max-width: 1400px){.company-greeting__image{height:500px}}@media screen and (max-width: 1100px){.company-greeting__image{width:100%;height:400px}}@media screen and (max-width: 486px){.company-greeting__image{height:280px}}.company-greeting__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.company-greeting__content{display:flex;flex-direction:column;gap:16px;flex:1;max-width:582px;margin-right:auto;align-items:flex-end}@media screen and (max-width: 1400px){.company-greeting__content{padding-right:100px}}@media screen and (max-width: 1100px){.company-greeting__content{max-width:none;padding-right:0}}.company-greeting__text{display:flex;flex-direction:column;gap:16px}.company-greeting__text p{font-family:var(--sans);font-size:16px;font-weight:400;line-height:27px;color:var(--font-color);margin:0}@media screen and (max-width: 486px){.company-greeting__text p{font-size:14px;line-height:24px}}.company-greeting__signature{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:168px;margin-top:16px}@media screen and (max-width: 486px){.company-greeting__signature{gap:12px;margin-top:8px;width:138px}}.company-greeting__signature-info{text-align:right}.company-greeting__signature-info p{font-size:18px;font-weight:400;line-height:27px;color:var(--font-color);margin:0}@media screen and (max-width: 486px){.company-greeting__signature-info p{font-size:14px;line-height:24px}}.company-greeting__signature-name{display:grid;align-items:flex-end;grid-template-columns:1fr 80px;gap:8px}@media screen and (max-width: 486px){.company-greeting__signature-name{grid-template-columns:1fr 60px}}.company-greeting__signature-name figcaption{text-align:right}.company-greeting__signature-name img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.company-outline{background-color:var(--bg)}.company-outline .container{display:flex;flex-direction:column;align-items:center;gap:80px;padding:120px 40px;max-width:1200px;width:100%}@media screen and (max-width: 1100px){.company-outline .container{gap:60px;padding:80px 30px}}@media screen and (max-width: 486px){.company-outline .container{gap:40px;padding:60px 20px}}.company-outline__table{width:100%;max-width:1120px}.company-outline__row{display:flex;margin:0;margin-bottom:-1px}@media screen and (max-width: 1100px){.company-outline__row{flex-direction:column}}.company-outline__row dt{flex-shrink:0;width:224px;padding:24px 16px;background-color:var(--bg-gray);border:1px solid var(--line);margin-right:-1px;font-family:var(--sans);font-size:16px;font-weight:700;color:var(--font-color);letter-spacing:.64px;display:flex;align-items:center;justify-content:center;text-align:center}@media screen and (max-width: 1100px){.company-outline__row dt{width:100%;padding:16px;margin-right:0;margin-bottom:-1px}}@media screen and (max-width: 486px){.company-outline__row dt{font-size:14px;padding:12px}}.company-outline__row dd{flex:1;padding:24px 40px;background-color:var(--white);border:1px solid var(--line);font-family:var(--sans);font-size:16px;font-weight:400;line-height:23px;color:var(--font-color);letter-spacing:.64px;margin:0}@media screen and (max-width: 1100px){.company-outline__row dd{padding:20px 24px}}@media screen and (max-width: 486px){.company-outline__row dd{font-size:14px;padding:16px;line-height:21px}}.company-outline__row dd p{margin:0}.company-outline__list{display:flex;flex-direction:column;gap:8px}.company-outline__list.space{margin-bottom:2rem}.company-outline__list li{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:16px;position:relative;padding-left:16px}@media screen and (max-width: 486px){.company-outline__list li{font-size:14px}}.company-outline__list li::before{content:"";width:8px;height:8px;background-color:var(--primary-color);border-radius:50%;position:absolute;left:0;top:7px}@media screen and (max-width: 486px){.company-outline__list li::before{transform:inherit;top:6px}}.company-outline__list-item{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:16px;position:relative;padding-left:16px}.company-outline__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media screen and (max-width: 768px){.company-outline__grid{gap:0 22px}}@media screen and (max-width: 486px){.company-outline__grid{grid-template-columns:1fr;gap:8px}}.intro-movie{width:100%}.intro-movie video{width:100%}.company-group{position:relative;width:100%;overflow:hidden}.company-group__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.company-group__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.company-group__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(12,45,120,.7);z-index:1}.company-group .container{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:80px;padding:120px 40px;max-width:1920px}@media screen and (max-width: 1100px){.company-group .container{gap:60px;padding:80px 30px}}@media screen and (max-width: 486px){.company-group .container{gap:40px;padding:60px 0}}.company-group .page-title--white .Japanese-title{color:var(--white)}.company-group .page-title--white .English-title{color:var(--bg)}.company-group .page-title--white .Divider{background-color:var(--white)}.company-group__cards{display:flex;justify-content:center;gap:24px;width:100%;max-width:1400px}@media screen and (max-width: 1100px){.company-group__cards{flex-direction:column;align-items:center;gap:20px}}.company-group__card{display:flex;flex-direction:column;align-items:center;gap:24px;padding:24px;background-color:var(--white);flex:1;max-width:451px}@media screen and (max-width: 1100px){.company-group__card{width:100%;max-width:600px}}@media screen and (max-width: 486px){.company-group__card{padding:20px;gap:16px}}.company-group__card-title{font-size:28px;font-weight:700;line-height:42px;color:var(--primary-color)}@media screen and (max-width: 486px){.company-group__card-title{font-size:22px;line-height:34px}}.company-group__card-title p{margin:0;display:flex;align-items:center}@media screen and (max-width: 486px){.company-group__card-title p{flex-direction:column}}.company-group__card-title p span{font-size:14px}.company-group__card-address{font-family:var(--sans);font-size:16px;font-weight:500;line-height:27px;color:var(--font-color);margin:0}@media screen and (max-width: 486px){.company-group__card-address{font-size:14px;line-height:24px}}.company-access{background-color:var(--bg)}.company-access .container{display:flex;flex-direction:column;align-items:center;gap:80px;padding:120px 40px;max-width:1920px}@media screen and (max-width: 1100px){.company-access .container{gap:60px;padding:80px 30px}}@media screen and (max-width: 486px){.company-access .container{gap:40px;padding:60px 0}}.company-access__map{width:100%;max-width:1000px;display:grid;gap:4rem}.company-access__map iframe{width:100%;height:560px;display:block;background-color:#d9d9d9}@media screen and (max-width: 1100px){.company-access__map iframe{height:450px}}@media screen and (max-width: 486px){.company-access__map iframe{height:350px}}.company-access__map h3{font-size:24px;font-weight:700;line-height:36px;color:var(--primary-color);text-align:center}@media screen and (max-width: 486px){.company-access__map h3{font-size:20px;line-height:30px}}.metal-top{background-color:var(--white)}.metal-top .container{display:flex;flex-direction:column;align-items:center;gap:24px;padding:120px 40px;max-width:1920px}@media screen and (max-width: 1100px){.metal-top .container{padding:80px 30px}}@media screen and (max-width: 486px){.metal-top .container{padding:60px 20px}}.metal-top .common-title{margin-bottom:56px}@media screen and (max-width: 486px){.metal-top .common-title{margin-bottom:24px}}.metal-top .common-title__heading{text-align:center;width:100%;font-size:40px;font-weight:500;line-height:60px;margin-block:24px 0}@media screen and (max-width: 1100px){.metal-top .common-title__heading{font-size:32px;line-height:48px}}@media screen and (max-width: 486px){.metal-top .common-title__heading{font-size:24px;line-height:36px}}.metal-top__section{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:1400px}.metal-top__heading{font-family:var(--sans);font-size:40px;font-weight:500;line-height:60px;color:var(--primary-color);margin:0}@media screen and (max-width: 1100px){.metal-top__heading{font-size:32px;line-height:48px}}@media screen and (max-width: 486px){.metal-top__heading{font-size:24px;line-height:36px}}.metal-top__items{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;width:100%}@media screen and (max-width: 486px){.metal-top__items{gap:16px}}.metal-top__item{display:flex;align-items:center;gap:24px;width:calc(50% - 12px);max-width:688px;height:148px;padding:24px;background-color:var(--white);border:3px solid var(--primary-color);border-radius:8px;overflow:hidden}@media screen and (max-width: 1100px){.metal-top__item{width:100%;max-width:100%;height:auto;min-height:120px}}@media screen and (max-width: 486px){.metal-top__item{gap:16px;padding:16px;min-height:100px}}.metal-top__item-icon{flex-shrink:0;width:100px;height:100px;margin:0}@media screen and (max-width: 486px){.metal-top__item-icon{width:60px;height:60px}}.metal-top__item-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.metal-top__item-text{font-family:var(--sans);font-size:28px;font-weight:700;line-height:42px;color:var(--font-color);margin:0}@media screen and (max-width: 1100px){.metal-top__item-text{font-size:22px;line-height:34px}}@media screen and (max-width: 486px){.metal-top__item-text{font-size:16px;line-height:24px}}.metal-top__arrow{height:211px;margin-top:16PX}@media screen and (max-width: 486px){.metal-top__arrow{height:150px}}.metal-top__arrow-text{font-family:var(--sans);font-size:28px;font-weight:700;line-height:42px;color:var(--white)}@media screen and (max-width: 486px){.metal-top__arrow-text{font-size:20px;line-height:30px}}.metal-top__scraps{display:flex;gap:24px;justify-content:center;width:100%}@media screen and (max-width: 1100px){.metal-top__scraps{flex-direction:column;align-items:center}}@media screen and (max-width: 486px){.metal-top__scraps{gap:16px}}.metal-top__scrap{display:flex;flex-direction:column;align-items:center;gap:24px;width:451px;padding:24px;background-color:var(--primary-color);border-radius:8px;overflow:hidden}@media screen and (max-width: 1100px){.metal-top__scrap{width:100%;max-width:500px}}@media screen and (max-width: 486px){.metal-top__scrap{gap:16px;padding:16px}}.metal-top__scrap-image{width:100%;height:200px;margin:0}@media screen and (max-width: 486px){.metal-top__scrap-image{height:150px}}.metal-top__scrap-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.metal-top__scrap-text{font-family:var(--sans);font-size:28px;font-weight:700;line-height:42px;color:var(--white);text-align:center}@media screen and (max-width: 486px){.metal-top__scrap-text{font-size:20px;line-height:32px}}.metal-top__scrap-text p{margin:0}.metal-description{padding-bottom:120px}@media screen and (max-width: 1100px){.metal-description{padding-bottom:80px}}@media screen and (max-width: 486px){.metal-description{padding-bottom:60px}}.metal-description__inner{display:flex;justify-content:space-between;padding:0 40px;max-width:1920px;gap:100px}@media screen and (max-width: 1100px){.metal-description__inner{flex-direction:column;padding:0 30px;gap:40px}}@media screen and (max-width: 486px){.metal-description__inner{padding:0 20px;gap:30px}}.metal-description__img{width:50%;max-width:921px;height:624px}@media screen and (max-width: 1100px){.metal-description__img{width:100%;height:56vw}}.metal-description__txt{display:flex;flex-direction:column;gap:60px;flex:1;max-width:582px;margin-right:auto;justify-content:center}@media screen and (max-width: 1100px){.metal-description__txt{max-width:inherit;gap:40px}}@media screen and (max-width: 486px){.metal-description__txt{gap:30px}}.metal-description__txt-inner{display:flex;flex-direction:column;gap:16px;font-family:var(--sans);font-size:18px;font-weight:400;line-height:36px;color:var(--font-color)}@media screen and (max-width: 1100px){.metal-description__txt-inner{font-size:16px;line-height:32px}}@media screen and (max-width: 486px){.metal-description__txt-inner{font-size:14px;line-height:28px}}.metal-description__txt-inner>div{width:582px}@media screen and (max-width: 1100px){.metal-description__txt-inner>div{width:100%}}.metal-description__txt-inner>p{width:582px;margin:0;white-space:pre-wrap}@media screen and (max-width: 1100px){.metal-description__txt-inner>p{width:100%}}.metal-description__txt-inner p{margin:0}.metal-description__txt-inner p:not(:last-child){margin-bottom:0}.metal-description__txt-inner .pc-inline{display:inline-block}@media screen and (max-width: 1100px){.metal-description__txt-inner .pc-inline{display:inline}}.metal-description__mail{background-color:var(--secondary-color);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 40px;border-radius:8px;box-shadow:0px 0px 14px 0px rgba(0,0,0,.25);flex-shrink:0;transition:opacity .3s ease;text-decoration:none}@media screen and (max-width: 1100px){.metal-description__mail{padding:24px 30px}}@media screen and (max-width: 486px){.metal-description__mail{padding:20px 24px}}.metal-description__mail:hover{opacity:.85}.metal-description__mail-row{display:flex;gap:10px;align-items:center;justify-content:center;color:var(--white)}.metal-description__mail-icon{font-family:var(--fa);font-weight:900;font-size:28px;line-height:normal;letter-spacing:.84px;margin:0}.metal-description__mail-icon::before{content:""}@media screen and (max-width: 1100px){.metal-description__mail-icon{font-size:24px}}@media screen and (max-width: 486px){.metal-description__mail-icon{font-size:20px}}.metal-description__mail-text{font-family:var(--sans);font-weight:500;font-size:24px;line-height:34px;letter-spacing:1.92px;color:var(--white);margin:0}@media screen and (max-width: 1100px){.metal-description__mail-text{font-size:20px;line-height:30px}}@media screen and (max-width: 486px){.metal-description__mail-text{font-size:18px;line-height:28px;letter-spacing:1.44px}}.metal-list{background-color:var(--bg);padding:120px 0}@media screen and (max-width: 1100px){.metal-list{padding:80px 0}}@media screen and (max-width: 486px){.metal-list{padding:60px 0}}.metal-list__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;max-width:1400px;width:96%;margin:0 auto;padding:0}@media screen and (max-width: 1100px){.metal-list__container{gap:60px;width:90%}}@media screen and (max-width: 486px){.metal-list__container{gap:40px}}.metal-list__page-title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px}@media screen and (max-width: 1100px){.metal-list__page-title{gap:20px}}@media screen and (max-width: 486px){.metal-list__page-title{gap:16px}}.metal-list__page-title-main{font-family:var(--sans);font-size:56px;font-weight:500;line-height:normal;color:var(--font-color);margin:0;text-align:center}@media screen and (max-width: 1100px){.metal-list__page-title-main{font-size:48px}}@media screen and (max-width: 486px){.metal-list__page-title-main{font-size:32px}}.metal-list__page-title-sub{font-family:var(--en);font-weight:700;font-size:28px;line-height:normal;color:var(--tertiary-color);text-align:center;text-transform:uppercase;margin:0}@media screen and (max-width: 1100px){.metal-list__page-title-sub{font-size:24px}}@media screen and (max-width: 486px){.metal-list__page-title-sub{font-size:20px}}.metal-list__page-title-divider{width:80px;height:2px;background-color:var(--tertiary-color)}@media screen and (max-width: 486px){.metal-list__page-title-divider{width:60px}}.metal-list__tabs{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;width:100%}@media screen and (max-width: 1100px){.metal-list__tabs{gap:16px}}@media screen and (max-width: 486px){.metal-list__tabs{gap:12px}}.metal-list__tab{background-color:var(--white);border-bottom:2px solid var(--line);width:32%}@media screen and (max-width: 1100px){.metal-list__tab{width:calc(50% - 8px);min-width:280px}}@media screen and (max-width: 486px){.metal-list__tab{width:100%}}.metal-list__tab a{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;overflow:hidden;padding:16px 0;transition:opacity .3s ease}.metal-list__tab a:hover{opacity:.8}.metal-list__tab-text{font-family:var(--sans);font-weight:700;font-size:18px;line-height:27px;color:var(--primary-color);text-align:center;margin:0}.metal-list__tab-icon{height:7.071px;width:11.313px;position:relative}.metal-list__tab-icon::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0;height:0;border-left:5.656px solid rgba(0,0,0,0);border-right:5.656px solid rgba(0,0,0,0);border-top:7.071px solid var(--primary-color)}.metal-list__category{display:flex;flex-direction:column;align-items:flex-start;width:100%}.metal-list__category-content{background-color:var(--white);display:flex;flex-direction:column;gap:24px;align-items:center;overflow:hidden;padding:24px;width:100%}@media screen and (max-width: 1100px){.metal-list__category-content{padding:20px;gap:20px}}@media screen and (max-width: 486px){.metal-list__category-content{padding:16px;gap:16px}}.metal-list__category-header{background-color:var(--primary-color);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 24px;width:100%}@media screen and (max-width: 486px){.metal-list__category-header{padding:8px 16px}}.metal-list__category-title{font-family:var(--sans);font-weight:700;font-size:28px;line-height:42px;color:var(--white);text-align:center;margin:0}@media screen and (max-width: 1100px){.metal-list__category-title{font-size:24px;line-height:36px}}@media screen and (max-width: 486px){.metal-list__category-title{font-size:20px;line-height:30px}}.metal-list__category-items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px;align-items:center;justify-content:center;width:100%}@media screen and (max-width: 1100px){.metal-list__category-items{gap:20px;grid-template-columns:1fr 1fr}}@media screen and (max-width: 486px){.metal-list__category-items{grid-template-columns:1fr;gap:16px}}.metal-list__item{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center}.metal-list__item-image{height:187px;width:100%;position:relative}@media screen and (max-width: 1100px){.metal-list__item-image{height:24vw}}@media screen and (max-width: 486px){.metal-list__item-image{height:48vw}}.metal-list__item-image img{-o-object-position:50% 50%;object-position:50% 50%}.metal-list__item-label{font-family:var(--sans);font-weight:700;font-size:18px;line-height:32px;color:var(--font-color);text-align:center;margin:0}@media screen and (max-width: 1100px){.metal-list__item-label{font-size:16px;line-height:28px}}@media screen and (max-width: 486px){.metal-list__item-label{font-size:14px;line-height:24px}}.item-single .row{display:flex;justify-content:space-between}@media screen and (max-width: 1100px){.item-single .row{flex-direction:column}}.item-single .row .text{width:45%}@media screen and (max-width: 1100px){.item-single .row .text{width:100%}}.item-single .row .text .table-wrap{grid-template-columns:180px 1fr}.item-single .row .images{width:50%}@media screen and (max-width: 1100px){.item-single .row .images{width:100%;margin-bottom:30px}}.item-single .row .images .main-slider{position:relative;max-height:500px;overflow:hidden}@media screen and (max-width: 1100px){.item-single .row .images .main-slider{min-height:300px}}.item-single .row .images .main-slider .main-slider-item{display:flex;justify-content:center;align-items:center;height:500px}@media screen and (max-width: 1100px){.item-single .row .images .main-slider .main-slider-item{height:300px}}.item-single .row .images .main-slider .main-slider-item img{max-height:500px;width:auto;max-width:100%;height:auto;display:block;margin:auto}@media screen and (max-width: 1100px){.item-single .row .images .main-slider .main-slider-item img{max-height:300px}}.item-single .row .images .thumbnail-slider{margin:20px 20px 0}.item-single .row .images .thumbnail-slider .slick-prev:before,.item-single .row .images .thumbnail-slider .slick-next:before{color:#000}.item-single .row .images .thumbnail-slider .slick-slide{padding:0 5px;height:120px}@media screen and (max-width: 1100px){.item-single .row .images .thumbnail-slider .slick-slide{height:80px}}.item-single .row .images .thumbnail-slider .slick-slide img{cursor:pointer}.item-single .row .images .thumbnail-slider .slick-slide img:hover{opacity:.7}#imageModal{position:fixed;z-index:1000000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center}#imageModal #closeModal{position:absolute;right:20px;top:20px;font-size:40px;color:var(--white)}#modalImage{max-width:70%;max-height:80vh;margin:auto}.fadeIn{-webkit-animation:fadeIn1 .5s;animation:fadeIn1 .5s}.fadeOut{-webkit-animation:fadeOut1 .5s;animation:fadeOut1 .5s}@-webkit-keyframes fadeIn1{from{opacity:0}to{opacity:1}}@keyframes fadeIn1{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut1{from{opacity:1}to{opacity:0}}@keyframes fadeOut1{from{opacity:1}to{opacity:0}}.page-policy dl dt{font-weight:700}.page-policy dl dd ol{margin-left:1.5rem;list-style:decimal;margin-bottom:1rem}.property-layout{display:flex;justify-content:space-between;max-width:1200px;width:96%;margin:0 auto;padding:80px 0}.property-layout__main{width:70%}.property-layout__sidebar{width:25%}.property-layout__sidebar .custom-search{position:-webkit-sticky;position:sticky;width:auto}.post-archive{padding-block:100px}@media screen and (max-width: 1100px){.post-archive{padding-block:50px}}.post-archive .container{max-width:800px;background-color:var(--bg);border-radius:24px;padding:50px 50px 50px 50px}.post-archive .news-list{display:grid;gap:1rem}.post-archive .news-list>li a{transition:all .1s ease-out}.post-archive .news-list>li a h3{font-weight:500;line-height:normal;margin-bottom:0;padding-left:1.5rem;border-left:1px solid var(--primary-color)}.post-archive .news-list>li a .meta{display:flex;align-items:center;justify-content:space-between}.post-archive .news-list>li a .meta .date{margin:0;color:var(--primary-color);font-size:14px;font-family:var(--en)}.post-archive .news-list>li a .excerpt{font-size:.9rem}.post-archive .news-list>li a:hover h3{color:var(--primary-color)}.wp-block-latest-comments,.wp-block-latest-posts.wp-block-latest-posts__list li{padding-inline:1em;margin-bottom:1em}.wheel-top{background-color:var(--bg)}.wheel-top .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;padding:120px 40px;max-width:1400px;margin:0 auto}@media screen and (max-width: 1100px){.wheel-top .container{padding:80px 30px;gap:32px}}@media screen and (max-width: 486px){.wheel-top .container{padding:60px 20px;gap:24px}}.wheel-top__header{display:flex;flex-direction:column;align-items:center;gap:32px}@media screen and (max-width: 486px){.wheel-top__header{gap:24px}}.wheel-top__heading{font-size:40px;font-weight:500;line-height:60px;text-align:center;margin:0}@media screen and (max-width: 1100px){.wheel-top__heading{font-size:32px;line-height:48px}}@media screen and (max-width: 486px){.wheel-top__heading{font-size:24px;line-height:36px}}.wheel-top__text{display:flex;flex-direction:column;gap:16px;font-family:var(--sans);font-size:16px;font-weight:400;line-height:27px;color:var(--font-color);text-align:center}@media screen and (max-width: 1100px){.wheel-top__text{font-size:15px;line-height:26px}}@media screen and (max-width: 486px){.wheel-top__text{font-size:14px;line-height:24px;text-align:left}}.wheel-top__text p{margin:0}.wheel-top__cards{display:flex;justify-content:space-between;width:100%;max-width:1100px}@media screen and (max-width: 486px){.wheel-top__cards{flex-direction:column;align-items:center}}.wheel-top__card{position:relative;display:flex;flex-direction:column;align-items:flex-start;width:32%}@media screen and (max-width: 486px){.wheel-top__card{width:100%}}.wheel-top__card-label{display:flex;align-items:center;position:relative;margin-bottom:-33px;margin-left:6px;z-index:2}.wheel-top__card-label-service{font-family:var(--en);font-size:12px;font-weight:700;color:var(--primary-color);text-transform:uppercase;margin-left:24px}@media screen and (max-width: 486px){.wheel-top__card-label-service{margin-left:20px}}.wheel-top__card-label-number{font-family:var(--en);font-size:36px;font-weight:500;color:var(--primary-color);margin-left:10px}@media screen and (max-width: 486px){.wheel-top__card-label-number{font-size:32px;margin-left:6px}}.wheel-top__card-frame{display:flex;flex-direction:column;align-items:center;padding:24px 48px 48px;width:100%;background-color:var(--white);border:3px solid var(--primary-color);border-radius:8px;position:relative}@media screen and (max-width: 1100px){.wheel-top__card-frame{padding:12px 24px 32px}}@media screen and (max-width: 486px){.wheel-top__card-frame{padding:16px 32px 24px}}.wheel-top__card-frame::after{content:"";position:absolute;top:-3px;left:16px;width:130px;height:3px;background-color:var(--white);z-index:1}@media screen and (max-width: 486px){.wheel-top__card-frame::after{width:110px}}.wheel-top__card-image{width:100%;margin:0;display:flex;align-items:center;justify-content:center}.wheel-top__card-content{display:flex;flex-direction:column;align-items:center;gap:24px}@media screen and (max-width: 486px){.wheel-top__card-content{gap:20px}}.wheel-top__card-title{font-family:var(--sans);font-size:36px;font-weight:700;line-height:normal;color:var(--primary-color);text-align:center;margin:0}@media screen and (max-width: 486px){.wheel-top__card-title{font-size:28px}}.wheel-top__card-btn{display:flex;align-items:center;gap:16px;padding:8px 16px;background-color:var(--primary-color);color:var(--white);font-family:var(--sans);font-size:16px;font-weight:500;line-height:27px;text-decoration:none;transition:opacity .3s ease}.wheel-top__card-btn:hover{opacity:.85}.wheel-top__card-btn-arrow{color:var(--secondary-color);font-size:12px}.wheel-purchase{background-color:var(--white);padding:120px 0}@media screen and (max-width: 1100px){.wheel-purchase{padding:80px 0}}@media screen and (max-width: 486px){.wheel-purchase{padding:60px 0}}.wheel-purchase .container{display:flex;flex-direction:column;align-items:center;gap:80px;max-width:1400px;margin:0 auto;padding:0 40px}@media screen and (max-width: 1100px){.wheel-purchase .container{gap:60px;padding:0 30px}}@media screen and (max-width: 486px){.wheel-purchase .container{gap:40px;padding:0 20px}}.wheel-purchase__title{display:flex;flex-direction:column;align-items:center;gap:8px}.wheel-purchase__title-main{font-size:48px;font-weight:700;line-height:normal;color:var(--primary-color);margin:0}@media screen and (max-width: 1100px){.wheel-purchase__title-main{font-size:40px}}@media screen and (max-width: 486px){.wheel-purchase__title-main{font-size:32px}}.wheel-purchase__title-sub{font-family:var(--en);font-size:18px;font-weight:700;color:var(--primary-color);margin:0}@media screen and (max-width: 486px){.wheel-purchase__title-sub{font-size:16px}}.wheel-purchase__title-divider{width:60px;height:3px;background-color:var(--primary-color);margin-top:8px}.wheel-purchase__main{display:flex;gap:60px;align-items:flex-start;width:100%}@media screen and (max-width: 1100px){.wheel-purchase__main{flex-direction:column;gap:40px}}.wheel-purchase__image{width:50%;margin:0}@media screen and (max-width: 1100px){.wheel-purchase__image{width:100%}}.wheel-purchase__content{flex:1;display:flex;flex-direction:column;gap:24px}.wheel-purchase__lead{font-family:var(--sans);font-size:16px;font-weight:400;line-height:27px;color:var(--font-color);margin:0}@media screen and (max-width: 486px){.wheel-purchase__lead{font-size:14px;line-height:24px}}.wheel-purchase__points{display:flex;flex-direction:column;gap:16px}.wheel-purchase__point{display:flex;align-items:center;gap:16px;background-color:var(--primary-color);padding:16px 24px}@media screen and (max-width: 486px){.wheel-purchase__point{padding:12px 16px;gap:12px}}.wheel-purchase__point-icon{width:48px;height:48px;flex-shrink:0}@media screen and (max-width: 486px){.wheel-purchase__point-icon{width:40px;height:40px}}.wheel-purchase__point-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.wheel-purchase__point-text{display:flex;flex-direction:column;gap:4px}.wheel-purchase__point-label{color:var(--white);margin:0;display:flex;gap:8px;align-items:center}.wheel-purchase__point-label-number{display:flex;flex-direction:column;font-family:var(--en);font-size:36px;line-height:1;font-weight:500}.wheel-purchase__point-label-number span{font-size:12px;font-weight:700}.wheel-purchase__point-label p{font-size:24px;font-weight:700;margin:0}@media screen and (max-width: 486px){.wheel-purchase__point-label{font-size:16px}}.wheel-purchase__point-desc{font-weight:500;color:var(--white);margin:0}@media screen and (max-width: 486px){.wheel-purchase__point-desc{font-size:12px}}.wheel-purchase__target{display:flex;flex-direction:column;gap:8px;padding:24px 32px;border-radius:8px;border:3px solid var(--primary-color);background:var(--bg)}@media screen and (max-width: 486px){.wheel-purchase__target{padding:12px 16px}}.wheel-purchase__target-title{font-size:22px;font-weight:700;color:var(--primary-color);margin-bottom:4px}@media screen and (max-width: 486px){.wheel-purchase__target-title{font-size:16px}}.wheel-purchase__target-list{display:grid;grid-template-columns:1fr;gap:8px 24px}@media screen and (max-width: 486px){.wheel-purchase__target-list{gap:8px 16px}}.wheel-purchase__target-list li{font-size:18px;padding-left:16px;position:relative}.wheel-purchase__target-list li::before{content:"●";position:absolute;left:0;color:var(--secondary-color);font-size:8px;top:50%;transform:translateY(-50%)}@media screen and (max-width: 486px){.wheel-purchase__target-list li{font-size:13px}}.wheel-purchase__target-note{font-size:14px;margin:0}.wheel-purchase__price{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}@media screen and (max-width: 486px){.wheel-purchase__price{gap:16px}}.wheel-purchase__price-title{font-family:var(--sans);font-size:28px;font-weight:500;color:var(--font-color);margin:0;text-align:center}@media screen and (max-width: 1100px){.wheel-purchase__price-title{font-size:24px}}@media screen and (max-width: 486px){.wheel-purchase__price-title{font-size:20px}}.wheel-purchase__price-table{width:100%;max-width:800px;border-collapse:collapse}.wheel-purchase__price-table th,.wheel-purchase__price-table td{border:1px solid var(--line);font-weight:500;text-align:center}.wheel-purchase__price-table thead tr{background-color:var(--primary-color)}.wheel-purchase__price-table thead tr th{color:var(--white);padding:12px 24px}.wheel-purchase__price-table thead tr th:first-child{width:58%}@media screen and (max-width: 486px){.wheel-purchase__price-table thead tr th{font-size:14px;padding:10px 16px}}.wheel-purchase__price-table tbody tr td{padding:16px 24px}@media screen and (max-width: 486px){.wheel-purchase__price-table tbody tr td{font-size:14px;padding:12px 16px}}.wheel-purchase__price-table tbody tr td:first-child{text-align:left}.wheel-purchase__flow{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}@media screen and (max-width: 486px){.wheel-purchase__flow{gap:16px}}.wheel-purchase__flow-title{font-size:40px;font-weight:500;color:var(--primary-color);margin:0;text-align:center;line-height:1}@media screen and (max-width: 1100px){.wheel-purchase__flow-title{font-size:24px}}@media screen and (max-width: 486px){.wheel-purchase__flow-title{font-size:20px}}.wheel-purchase__flow-lead{margin:0;text-align:center}@media screen and (max-width: 486px){.wheel-purchase__flow-lead{font-size:14px}}.wheel-purchase__flow-steps{display:flex;justify-content:space-between;max-width:1200px}@media screen and (max-width: 486px){.wheel-purchase__flow-steps{flex-direction:column;align-items:center;gap:40px}}.wheel-purchase__flow-step{display:flex;flex-direction:column;align-items:flex-start;width:32%;position:relative}.wheel-purchase__flow-step::before{content:"";position:absolute;top:40px;right:-75px;width:100%;height:1px;background-color:var(--line)}@media screen and (max-width: 486px){.wheel-purchase__flow-step::before{width:0}}.wheel-purchase__flow-step:last-child::before{display:none}@media screen and (max-width: 486px){.wheel-purchase__flow-step{width:100%}}.wheel-purchase__flow-step-number{display:flex;align-items:center;flex-direction:column;margin:16px 0 32px 16px;position:relative;z-index:2;font-family:var(--en);color:var(--white);line-height:1}.wheel-purchase__flow-step-number::after{content:"";-webkit-clip-path:polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);clip-path:polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);position:absolute;top:50%;left:50%;transform:rotate(90deg) translate(-50%, 50%);width:75px;height:75px;background-color:var(--primary-color);z-index:-1}.wheel-purchase__flow-step-label{font-size:12px;font-weight:700;text-transform:uppercase}.wheel-purchase__flow-step-num{font-size:36px;font-weight:500}.wheel-purchase__flow-step-image{width:100%;height:250px;margin:0}@media screen and (max-width: 486px){.wheel-purchase__flow-step-image{height:50vw}}.wheel-purchase__flow-step-title{font-size:28px;font-weight:500;color:var(--primary-color);margin:16px 0 8px}@media screen and (max-width: 486px){.wheel-purchase__flow-step-title{font-size:20px}}.wheel-purchase__flow-step-desc{margin:0}@media screen and (max-width: 1100px){.wheel-purchase__flow-step-desc .tab-inline{display:inline-block}}.wheel-contact{position:relative;padding:120px 0}@media screen and (max-width: 1100px){.wheel-contact{padding:80px 0}}@media screen and (max-width: 486px){.wheel-contact{padding:60px 0}}.wheel-contact__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.wheel-contact__bg img{filter:blur(8px)}.wheel-contact__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(12,45,120,.7)}.wheel-contact .container{position:relative;z-index:1;display:flex;justify-content:center;max-width:1920px;margin:0 auto;padding:0 40px}@media screen and (max-width: 1100px){.wheel-contact .container{padding:0 30px}}@media screen and (max-width: 486px){.wheel-contact .container{padding:0}}.wheel-contact__box{background-color:var(--white);display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 48px 48px;width:100%;max-width:1200px}@media screen and (max-width: 1100px){.wheel-contact__box{padding:32px 40px 40px}}@media screen and (max-width: 486px){.wheel-contact__box{padding:24px 20px 32px;gap:20px}}.wheel-contact__title{display:flex;flex-direction:column;align-items:center;gap:28px}@media screen and (max-width: 486px){.wheel-contact__title{gap:20px}}.wheel-contact__title-main{font-size:40px;font-weight:500;line-height:60px;color:var(--primary-color);margin:0;text-align:center}@media screen and (max-width: 1100px){.wheel-contact__title-main{font-size:32px;line-height:48px}}@media screen and (max-width: 486px){.wheel-contact__title-main{font-size:24px;line-height:36px}}.wheel-contact__title-divider{width:80px;height:2px;background-color:var(--primary-color)}.wheel-contact__content{display:flex;justify-content:space-between;align-items:stretch;gap:40px;width:100%}@media screen and (max-width: 1100px){.wheel-contact__content{flex-direction:column;gap:24px}}.wheel-contact__text{flex:1;display:flex;flex-direction:column;gap:24px}.wheel-contact__text p{font-size:18px;line-height:32px;margin:0}@media screen and (max-width: 486px){.wheel-contact__text p{font-size:14px;line-height:26px}}.wheel-contact .target{display:flex;flex-direction:column;gap:12px;padding:24px 32px;background-color:var(--bg);border-radius:8px}@media screen and (max-width: 486px){.wheel-contact .target{padding:16px 20px;gap:8px}}.wheel-contact .target-title{font-size:18px;font-weight:700;line-height:27px;color:var(--primary-color);margin:0}@media screen and (max-width: 486px){.wheel-contact .target-title{font-size:16px}}.wheel-contact .target-desc{font-size:16px;line-height:27px;margin:0}@media screen and (max-width: 486px){.wheel-contact .target-desc{font-size:14px;line-height:24px}}.wheel-contact__image{width:383px;flex-shrink:0;margin:0}@media screen and (max-width: 1100px){.wheel-contact__image{width:100%;height:300px}}@media screen and (max-width: 486px){.wheel-contact__image{height:200px}}.wheel-contact__info{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:16px;width:100%}.wheel-contact__info .tab-disp{display:none}@media screen and (max-width: 1100px){.wheel-contact__info .tab-disp{display:block}}@media screen and (max-width: 486px){.wheel-contact__info .tab-disp{display:none}}.wheel-contact__info-main{font-family:var(--sans);font-size:24px;font-weight:500;line-height:32px;color:var(--font-color);text-align:center;margin:0}@media screen and (max-width: 1100px){.wheel-contact__info-main{font-size:20px;line-height:30px}}@media screen and (max-width: 486px){.wheel-contact__info-main{font-size:16px;line-height:26px;text-align:left}}.wheel-contact__info-note{font-family:var(--sans);font-size:16px;font-weight:400;line-height:27px;color:var(--font-color);text-align:center;margin:0}@media screen and (max-width: 486px){.wheel-contact__info-note{font-size:14px;line-height:24px;text-align:left}}.wheel-contact__cta{display:flex;justify-content:center;align-items:center;gap:40px;padding-top:16px;width:100%;max-width:800px}@media screen and (max-width: 1100px){.wheel-contact__cta{flex-direction:column;gap:24px}}.wheel-contact__tel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 40px 24px;border-top:1px solid var(--primary-color);border-bottom:1px solid var(--primary-color)}@media screen and (max-width: 486px){.wheel-contact__tel{padding:16px 24px 20px;width:100%}}.wheel-contact__tel-number{display:flex;align-items:center;gap:6px;color:var(--primary-color);margin-bottom:-4px}.wheel-contact__tel-icon{font-family:var(--fa);font-weight:900;font-size:28px;letter-spacing:.84px}.wheel-contact__tel-icon::before{content:""}@media screen and (max-width: 486px){.wheel-contact__tel-icon{font-size:22px}}.wheel-contact__tel-text{font-family:var(--en);font-size:40px;font-weight:600;line-height:normal}@media screen and (max-width: 1100px){.wheel-contact__tel-text{font-size:36px}}@media screen and (max-width: 486px){.wheel-contact__tel-text{font-size:28px}}.wheel-contact__tel-hours{font-family:var(--sans);font-size:16px;font-weight:500;line-height:28px;letter-spacing:.48px;color:var(--primary-color);margin:0}@media screen and (max-width: 486px){.wheel-contact__tel-hours{font-size:14px}}.wheel-contact__mail{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px;background-color:var(--secondary-color);border-radius:8px;text-decoration:none;transition:opacity .3s ease}@media screen and (max-width: 1100px){.wheel-contact__mail{padding:24px 40px}}@media screen and (max-width: 486px){.wheel-contact__mail{padding:20px 30px;width:100%}}.wheel-contact__mail:hover{opacity:.85}.wheel-contact__mail-icon{font-family:var(--fa);font-weight:900;font-size:28px;letter-spacing:.84px;color:var(--white)}.wheel-contact__mail-icon::before{content:""}@media screen and (max-width: 486px){.wheel-contact__mail-icon{font-size:22px}}.wheel-contact__mail-text{font-family:var(--sans);font-size:24px;font-weight:500;line-height:34px;letter-spacing:1.92px;color:var(--white)}@media screen and (max-width: 1100px){.wheel-contact__mail-text{font-size:20px;line-height:30px}}@media screen and (max-width: 486px){.wheel-contact__mail-text{font-size:18px;line-height:28px;letter-spacing:1.44px}}.wheel-sale{background-color:var(--bg)}.wheel-sale .container{max-width:1400px;display:flex;flex-direction:column;align-items:center;gap:80px;padding:120px 0}@media screen and (max-width: 1100px){.wheel-sale .container{gap:60px;padding:80px 0}}@media screen and (max-width: 486px){.wheel-sale .container{gap:40px;padding:60px 0}}.wheel-sale__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:100px}@media screen and (max-width: 1100px){.wheel-sale__inner{flex-direction:column;gap:30px}}@media screen and (max-width: 486px){.wheel-sale__inner{gap:20px}}.wheel-sale__image{width:50%;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1100px){.wheel-sale__image{width:100%}}.wheel-sale__image img{width:50%}.wheel-sale__text{display:flex;flex-direction:column;gap:32px;flex:1}@media screen and (max-width: 1100px){.wheel-sale__text{width:100%;gap:24px}}.wheel-sale__text>p{font-size:18px;line-height:27px;margin:0}@media screen and (max-width: 486px){.wheel-sale__text>p{font-size:14px;line-height:24px}}.wheel-sale .target{display:flex;flex-direction:column;gap:12px;padding:24px 32px;background-color:var(--white);border:3px solid var(--primary-color);border-radius:8px}@media screen and (max-width: 486px){.wheel-sale .target{padding:16px 20px;gap:8px}}.wheel-sale .target-title{font-size:22px;font-weight:700;line-height:32px;color:var(--primary-color);margin:0}@media screen and (max-width: 486px){.wheel-sale .target-title{font-size:18px;line-height:28px}}.wheel-sale .target-list--grid{display:grid;grid-template-columns:1fr;gap:8px}.wheel-sale .target-list li{font-size:18px;line-height:27px;padding-left:16px;position:relative}@media screen and (max-width: 486px){.wheel-sale .target-list li{font-size:14px;line-height:24px}}.wheel-sale .target-list li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:var(--secondary-color)}.wheel-sale__yahoo{display:block;width:100%;transition:opacity .3s ease;box-shadow:0 0 10px rgba(0,0,0,.1)}.wheel-sale__yahoo:hover{opacity:.85}.wheel-sale__yahoo img{width:100%;height:auto}.wheel-trade{background-color:var(--white)}.wheel-trade .container{max-width:1400px;display:flex;flex-direction:column;align-items:center;gap:80px;padding:120px 0}@media screen and (max-width: 1100px){.wheel-trade .container{gap:60px;padding:80px 0}}@media screen and (max-width: 486px){.wheel-trade .container{gap:40px;padding:60px 0}}.wheel-trade__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:100px}@media screen and (max-width: 1100px){.wheel-trade__inner{flex-direction:column;gap:30px}}@media screen and (max-width: 486px){.wheel-trade__inner{gap:20px}}.wheel-trade__image{width:50%}@media screen and (max-width: 1100px){.wheel-trade__image{width:100%}}.wheel-trade__text{display:flex;flex-direction:column;gap:16px;flex:1}@media screen and (max-width: 1100px){.wheel-trade__text{width:100%;gap:16px}}.wheel-trade__text>p{font-size:18px;line-height:27px;margin:0}@media screen and (max-width: 486px){.wheel-trade__text>p{font-size:14px;line-height:24px}}.wheel-trade .target--alt{display:flex;flex-direction:column;gap:12px;padding:24px 32px;background-color:var(--bg);border:3px solid var(--primary-color);border-radius:8px;margin-top:16px}@media screen and (max-width: 486px){.wheel-trade .target--alt{padding:16px 20px;gap:8px}}.wheel-trade .target--alt .target-list{list-style:none;padding:0;margin:0}.wheel-trade .target--alt .target-list li{font-size:18px;line-height:27px;padding-left:16px;position:relative}@media screen and (max-width: 486px){.wheel-trade .target--alt .target-list li{font-size:14px;line-height:24px}}.wheel-trade .target--alt .target-list li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:var(--secondary-color)}.wheel-trade__sub{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.wheel-trade__sub-title{font-size:28px;font-weight:500;line-height:normal;color:var(--primary-color);text-align:center;margin:0}@media screen and (max-width: 1100px){.wheel-trade__sub-title{font-size:24px}}@media screen and (max-width: 486px){.wheel-trade__sub-title{font-size:20px}}.wheel-trade__sub-images{display:flex;gap:40px;justify-content:center;width:100%}@media screen and (max-width: 1100px){.wheel-trade__sub-images{gap:20px}}@media screen and (max-width: 486px){.wheel-trade__sub-images{flex-direction:column;gap:16px}}.wheel-trade__sub-image{width:373px;height:253px;flex-shrink:0;margin:0;overflow:hidden}@media screen and (max-width: 1400px){.wheel-trade__sub-image{width:calc(33.333% - 27px);height:auto;aspect-ratio:373/253}}@media screen and (max-width: 486px){.wheel-trade__sub-image{width:100%}}.wheel-trade__sub-desc{font-size:18px;line-height:27px;max-width:722px;margin:0}@media screen and (max-width: 486px){.wheel-trade__sub-desc{font-size:14px;line-height:24px;text-align:left}}.car-service .container{max-width:1400px;display:flex;flex-direction:column;align-items:center;gap:80px;padding:120px 0}@media screen and (max-width: 1100px){.car-service .container{gap:60px;padding:80px 0}}@media screen and (max-width: 486px){.car-service .container{gap:40px;padding:60px 0}}.car-service__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:100px}@media screen and (max-width: 1100px){.car-service__inner{flex-direction:column;gap:30px}}@media screen and (max-width: 486px){.car-service__inner{gap:20px}}.car-service__image{width:50%}@media screen and (max-width: 1100px){.car-service__image{width:100%}}.car-service__text{display:flex;flex-direction:column;gap:16px;flex:1}@media screen and (max-width: 1100px){.car-service__text{width:100%}}.car-service__text>p{font-size:18px;line-height:27px;margin:0}@media screen and (max-width: 486px){.car-service__text>p{font-size:14px;line-height:24px}}@media screen and (max-width: 486px){.car-service__text>p .sp-inline{display:inline-block}}.car-service .target{display:flex;flex-direction:column;gap:12px;padding:24px 32px;background-color:var(--bg);border:3px solid var(--primary-color);border-radius:8px;margin-top:16px}@media screen and (max-width: 486px){.car-service .target{padding:16px 20px;gap:8px}}.car-service .target-title{font-size:22px;font-weight:700;line-height:32px;color:var(--primary-color);margin:0}@media screen and (max-width: 486px){.car-service .target-title{font-size:18px;line-height:28px}}.car-service .target-list{list-style:none;padding:0;margin:0}.car-service .target-list--grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media screen and (max-width: 486px){.car-service .target-list--grid{grid-template-columns:1fr}}.car-service .target-list li{font-size:18px;line-height:27px;padding-left:16px;position:relative}@media screen and (max-width: 486px){.car-service .target-list li{font-size:14px;line-height:24px}}.car-service .target-list li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:var(--secondary-color)}.car-service .target-note{font-size:14px;line-height:27px;margin:0}@media screen and (max-width: 486px){.car-service .target-note{font-size:12px;line-height:20px}}.car-service__license{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.car-service__license-title{font-size:28px;font-weight:500;line-height:normal;color:var(--primary-color);text-align:center;margin:0}@media screen and (max-width: 1100px){.car-service__license-title{font-size:24px}}@media screen and (max-width: 486px){.car-service__license-title{font-size:20px}}.car-service__license-table{width:100%;max-width:880px;border-collapse:collapse}.car-service__license-table th,.car-service__license-table td{border:1px solid var(--line);padding:24px 16px;font-size:16px;line-height:23px;letter-spacing:.64px;text-align:center}@media screen and (max-width: 486px){.car-service__license-table th,.car-service__license-table td{padding:16px 10px;font-size:14px}}.car-service__license-table thead tr th{background-color:var(--primary-color);color:var(--white);font-weight:500;text-align:center}.car-service__license-table thead tr th:first-child{width:50%}.car-service__license-table thead tr th:last-child{padding-left:40px}@media screen and (max-width: 486px){.car-service__license-table thead tr th:last-child{padding-left:12px}}.car-service__license-table tbody tr td{background-color:var(--white)}.car-service__license-table tbody tr td:first-child{text-align:center}.car-service__license-table tbody tr td:last-child{padding-left:40px}@media screen and (max-width: 486px){.car-service__license-table tbody tr td:last-child{padding-left:12px}}.tire-service .container{max-width:1400px;display:flex;flex-direction:column;align-items:center;gap:80px;padding:120px 0}@media screen and (max-width: 1100px){.tire-service .container{gap:60px;padding:80px 0}}@media screen and (max-width: 486px){.tire-service .container{gap:40px;padding:60px 0}}.tire-service__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:100px}@media screen and (max-width: 1100px){.tire-service__inner{flex-direction:column;gap:30px}}@media screen and (max-width: 486px){.tire-service__inner{gap:20px}}.tire-service__image{width:50%;height:525px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1100px){.tire-service__image{width:100%;height:auto}}.tire-service__text{display:flex;flex-direction:column;gap:16px;flex:1}@media screen and (max-width: 1100px){.tire-service__text{width:100%}}.tire-service__text>p{font-size:18px;line-height:27px;margin:0}@media screen and (max-width: 486px){.tire-service__text>p{font-size:14px;line-height:24px}}.tire-service .target{display:flex;flex-direction:column;gap:12px;padding:24px 32px;background-color:var(--bg);border:3px solid var(--primary-color);border-radius:8px;margin-top:16px}@media screen and (max-width: 486px){.tire-service .target{padding:16px 20px;gap:8px}}.tire-service .target-title{font-size:22px;font-weight:700;line-height:32px;color:var(--primary-color);margin:0}@media screen and (max-width: 486px){.tire-service .target-title{font-size:18px;line-height:28px}}.tire-service .target-list{list-style:none;padding:0;margin:0}.tire-service .target-list--grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media screen and (max-width: 486px){.tire-service .target-list--grid{grid-template-columns:1fr}}.tire-service .target-list li{font-size:18px;line-height:27px;padding-left:16px;position:relative}@media screen and (max-width: 486px){.tire-service .target-list li{font-size:14px;line-height:24px}}.tire-service .target-list li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:var(--secondary-color)}.tire-service__license{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.tire-service__license-title{font-size:28px;font-weight:500;line-height:normal;color:var(--primary-color);text-align:center;margin:0}@media screen and (max-width: 1100px){.tire-service__license-title{font-size:24px}}@media screen and (max-width: 486px){.tire-service__license-title{font-size:20px}}.tire-service__license-table{width:100%;max-width:880px;border-collapse:collapse}.tire-service__license-table th,.tire-service__license-table td{border:1px solid var(--line);padding:24px 16px;font-size:16px;line-height:23px;letter-spacing:.64px;text-align:center}@media screen and (max-width: 486px){.tire-service__license-table th,.tire-service__license-table td{padding:16px 10px;font-size:14px}}.tire-service__license-table thead tr th{background-color:var(--primary-color);color:var(--white);font-weight:500;text-align:center}.tire-service__license-table thead tr th:first-child{width:50%}@media screen and (max-width: 486px){.tire-service__license-table thead tr th:first-child{width:55%}}.tire-service__license-table thead tr th:last-child{padding-left:40px}@media screen and (max-width: 486px){.tire-service__license-table thead tr th:last-child{padding-left:12px}}.tire-service__license-table tbody tr td{background-color:var(--white)}.tire-service__license-table tbody tr td:first-child{text-align:center}.tire-service__license-table tbody tr td:last-child{padding-left:40px}@media screen and (max-width: 486px){.tire-service__license-table tbody tr td:last-child{padding-left:12px}}