﻿:root{--color-primary: #005fd5;--color-secondary: #00a8ef;--color-accent: #fff23b;--color-red: #f81919;--color-orange: #ff6d2c;--color-green: #00b85f;--color-white: #fff;--container-width: 1200px;--container-padding: 20px}@media only screen and (max-width: 991px){:root{--container-padding: 15px}}@media only screen and (max-width: 575px){:root{--container-padding: 10px}}html{font-size:62.5%}body{margin:0;font-family:"Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-size:1.6rem;color:#222;background-color:#8eddff;overflow-wrap:anywhere;word-break:normal;line-break:strict;position:relative;letter-spacing:.05em;line-height:1.8;min-height:100vh}body:has(.l-header__nav.open),body:has(.p-top-modal__a11y-dialog:not([aria-hidden])){overflow:hidden}body:has(.p-actions-modal__a11y-dialog:not([aria-hidden])){overflow:hidden}@media only screen and (max-width: 991px){body{font-size:2.8rem}}@media only screen and (max-width: 749px){body{font-size:1.8rem}}h1,h2,h3,h4,h5,h6{margin-bottom:1em;font-weight:400;line-height:1.1}p{margin-bottom:3rem}img{max-width:100%;height:auto}a{text-decoration:none}a:hover{color:#006;text-decoration:underline}ul,ol{margin:0 0 3rem;padding-left:2em}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}table{width:100%;border-collapse:collapse;text-align:left}dl{margin-bottom:3rem}dl dt{font-weight:bold}dl dd{margin-bottom:1rem}button{cursor:pointer}a:focus-visible,button:focus-visible{outline-offset:4px}.l-wrapper{grid-template-rows:auto 1fr auto;min-height:100vh}.l-wrapper:has(.l-header__nav.open) .l-header__layer{display:block}.l-header{position:fixed;top:20px;z-index:1000;max-width:1560px;width:calc(100% - 40px);margin:0 auto;padding:20px 24px;left:0;right:0;background-color:#fff;display:flex;border-radius:10px;box-shadow:4px 4px rgba(0,0,0,.2)}.l-header__layer{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#222;display:none;opacity:.5;z-index:500}.l-header:has(.l-header__nav.open){border-radius:10px 10px 0 0}.l-header:has(.l-header__nav.open) .l-header__hamburger{border-radius:0 10px 0 0}@media only screen and (width <= 1300px){.l-header{padding:36px 120px 36px 30px}}@media only screen and (max-width: 749px){.l-header{flex-direction:column;padding:4px 150px 8px 24px}}@media only screen and (max-width: 575px){.l-header{padding:0 120px 7px 24px}}.l-header__logo{display:flex;align-self:center;margin:0;padding-right:17px;border-right:1px solid #ddd;height:40px}@media only screen and (width <= 1300px){.l-header__logo{height:49px;border-width:2px}}@media only screen and (max-width: 749px){.l-header__logo{height:auto;border-right:none;margin:8px 0;padding:0}}.l-header__logo-image{max-width:280px;width:100%}@media only screen and (max-width: 749px){.l-header__logo-image{max-width:160px}}.l-header__title{font-size:14px;line-height:1.4;letter-spacing:.01em;margin:0;padding:0 20px;color:#222}@media only screen and (width <= 1300px){.l-header__title{font-size:20px;letter-spacing:-0.05em;flex-shrink:0}}@media only screen and (max-width: 749px){.l-header__title{padding:5px 8px 0;font-size:14px;border-top:1px solid #ddd;text-align:center}}.l-header__title:hover{color:#222;text-decoration:none}.l-header__nav{margin-left:auto;display:flex;align-items:center}@media only screen and (width <= 1300px){.l-header__nav{display:none;position:absolute;top:100%;left:0;background:#ebf9ff;border-radius:0 0 10px 10px;box-shadow:4px 4px rgba(0,0,0,.2);padding:21px 60px 62px;border-top:1px solid #ccc;width:100%;box-sizing:border-box;overflow-y:auto;max-height:85dvh}}@media only screen and (max-width: 575px){.l-header__nav{padding:21px 30px 62px}}.l-header__nav.open{display:block}.l-header__nav-list{display:flex;list-style-type:none;margin:0 auto}@media only screen and (width <= 1300px){.l-header__nav-list{flex-direction:column;padding:0}}.l-header__nav-link{display:block;padding:0 12px;color:#222;font-weight:bold;text-align:center}.l-header__nav-link:hover{color:var(--color-secondary);text-underline-offset:10px}.l-header__nav-link.is-current{color:var(--color-secondary);text-decoration:underline;text-underline-offset:10px}@media only screen and (width <= 1300px){.l-header__nav-link{text-align:left;padding:.5em .3em .5em 0;width:100%;display:flex;align-items:center;gap:20px;font-size:28px}.l-header__nav-link::before{content:"";display:block;min-width:40px;height:40px;background-size:contain;background-repeat:no-repeat;background-position:center}.l-header__nav-link::after{content:"";display:block;max-width:20px;width:100%;aspect-ratio:20/11;margin-left:auto;background-image:url("../images/common/icon_arrow_blue.svg");background-size:contain;background-repeat:no-repeat}}@media only screen and (width <= 1300px)and (max-width: 575px){.l-header__nav-link::after{max-width:15px}}@media only screen and (max-width: 575px){.l-header__nav-link{font-size:20px}}.l-header__nav-item{position:relative}.l-header__nav-item.open::after{content:"";position:absolute;top:100%;left:-55%;width:300px;height:60px}.l-header__nav-item:last-of-type .l-header__dropdown{left:auto;right:0}.l-header__nav-item:last-of-type .l-header__dropdown::before{left:80%}@media only screen and (width <= 1300px){.l-header__nav-item{border-bottom:2px solid #ccc}.l-header__nav-item:nth-child(1) .l-header__nav-link::before{background-image:url("../images/common/icon_もし出火したら.svg")}.l-header__nav-item:nth-child(2) .l-header__nav-link::before{background-image:url("../images/common/icon_買うとき.svg")}.l-header__nav-item:nth-child(3) .l-header__nav-link::before{background-image:url("../images/common/icon_使うとき.svg")}.l-header__nav-item:nth-child(4) .l-header__nav-link::before{background-image:url("../images/common/icon_捨てるとき.svg")}.l-header__nav-item:nth-child(5) .l-header__nav-link::before{background-image:url("../images/common/icon_事業者の方へ.svg")}.l-header__nav-item:nth-child(6) .l-header__nav-link::before{background-image:url("../images/common/icon_関係機関の方へ.svg")}.l-header__nav-item:has(.l-header__dropdown)>.l-header__nav-link::after{background-image:url("../images/common/icon_plus.svg");max-width:20px;width:100%;aspect-ratio:1/1}}@media only screen and (width <= 1300px)and (max-width: 575px){.l-header__nav-item:has(.l-header__dropdown)>.l-header__nav-link::after{max-width:15px}}.l-header__nav-item.open .l-header__dropdown{display:block}.l-header__nav-item.open:has(.l-header__dropdown)>.l-header__nav-link::after{background-image:url("../images/common/icon_minus.svg");max-width:20px;width:100%;aspect-ratio:5/1}@media only screen and (max-width: 575px){.l-header__nav-item.open:has(.l-header__dropdown)>.l-header__nav-link::after{max-width:15px}}.l-header__dropdown{display:none;border-radius:10px;box-shadow:4px 4px rgba(0,0,0,.2);padding:30px;position:absolute;top:85px;left:-70%;background-color:#ebf9ff;list-style:none;width:300px;padding-top:10px}.l-header__dropdown::before{content:"";position:absolute;top:-20px;left:50%;transform:translateX(-50%);border-width:10px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #ebf9ff}@media only screen and (width <= 1300px){.l-header__dropdown::before{display:none}}.l-header__dropdown .l-header__nav-item{border-bottom:1px solid #ccc}@media only screen and (width <= 1300px){.l-header__dropdown .l-header__nav-item{border-bottom:2px solid #ccc}.l-header__dropdown .l-header__nav-item:nth-of-type(1){border-top:2px solid #ccc}.l-header__dropdown .l-header__nav-item:last-of-type{border-bottom:none}}.l-header__dropdown .l-header__dropdown-nav-link{text-align:left;display:flex;align-items:center;gap:10px}.l-header__dropdown .l-header__dropdown-nav-link::after{content:"";display:block;width:12px;height:12px;margin-left:auto;background-image:url("../images/common/icon_arrow_blue.svg");background-size:contain;background-repeat:no-repeat}.l-header__dropdown .l-header__dropdown-nav-link::before{opacity:0}.l-header__dropdown .l-header__dropdown-nav-link:hover{text-decoration:none}@media only screen and (width <= 1300px){.l-header__dropdown{position:static;box-shadow:none;width:100%;font-size:28px;padding:0 0 0 50px}}.l-header__dropdown-nav-link{display:flex;padding:.5em 1em;color:#222;font-weight:bold;text-align:center;align-items:center;font-size:14px}.l-header__dropdown-nav-link:hover{color:var(--color-secondary)}.l-header__dropdown-nav-link::after{content:"";display:block;width:12px;height:12px;margin-left:auto;background-image:url("../images/common/icon_arrow_blue.svg");background-size:contain;background-repeat:no-repeat}@media only screen and (width <= 1300px){.l-header__dropdown-nav-link::after{width:100% !important;max-width:20px !important;aspect-ratio:20/11 !important}}@media only screen and (max-width: 575px){.l-header__dropdown-nav-link::after{max-width:15px !important}}@media only screen and (width <= 1300px){.l-header__dropdown-nav-link{font-size:22px;padding:.5em .4em .5em .5em;font-weight:400}}@media only screen and (max-width: 575px){.l-header__dropdown-nav-link{font-size:18px}}.l-header__hamburger{display:none}.l-header__hamburger.open .l-header__hamburger-line:nth-child(1){top:50%;transform:rotate(45deg)}.l-header__hamburger.open .l-header__hamburger-line:nth-child(2){opacity:0}.l-header__hamburger.open .l-header__hamburger-line:nth-child(3){top:50%;transform:rotate(-45deg)}@media only screen and (width <= 1300px){.l-header__hamburger{display:flex;background-color:var(--color-primary);width:120px;position:absolute;top:0;right:0;bottom:0;border-radius:0 10px 10px 0;border:none;justify-content:center}}@media only screen and (max-width: 575px){.l-header__hamburger{width:90px}}.l-header__hamburger-line{display:block;position:absolute;width:48px;height:3px;background-color:#fff;margin:0;top:50%}.l-header__hamburger-line:nth-child(2){transform:translateY(12px)}.l-header__hamburger-line:nth-child(3){transform:translateY(-12px)}.l-main{position:relative;min-height:1px}.l-main__header{position:relative;text-align:center;width:100%;margin-bottom:40px;padding:170px 20px 140px;background-color:var(--color-secondary);clip-path:polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);z-index:10}@media only screen and (max-width: 991px){.l-main__header{padding-top:240px;clip-path:polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%)}}@media only screen and (max-width: 749px){.l-main__header{padding-top:180px;padding-bottom:100px}}.l-main__header--large{padding:180px 20px 220px}@media only screen and (max-width: 749px){.l-main__header--large{padding-top:180px;padding-bottom:150px}}.l-main__header-heading{margin:0 0 8px;font-size:48px;font-weight:bold;color:var(--color-white)}@media only screen and (max-width: 991px){.l-main__header-heading{margin-bottom:20px;font-size:56px}}@media only screen and (max-width: 749px){.l-main__header-heading{margin-bottom:10px;font-size:36px}}.l-main__header-badge{display:block;width:fit-content;margin:0 auto 16px;background-color:var(--color-white);color:var(--color-secondary);font-size:14px;padding:4px 10px;border-radius:9999px}@media only screen and (max-width: 991px){.l-main__header-badge{font-size:20px;margin-bottom:20px;padding:8px 16px}}@media only screen and (max-width: 749px){.l-main__header-badge{font-size:16px}}.l-main__header-sub-heading{font-size:24px;font-weight:bold;color:var(--color-accent)}@media only screen and (max-width: 991px){.l-main__header-sub-heading{font-size:28px;line-height:1.6;letter-spacing:-0.02em}}@media only screen and (max-width: 749px){.l-main__header-sub-heading{margin-bottom:10px;font-size:20px}}.l-main__content{box-sizing:content-box;position:relative;max-width:1200px;margin:0 auto 80px;padding:0 20px;z-index:20}.l-main__content--lift{position:relative;margin-top:-200px}@media only screen and (max-width: 749px){.l-main__content--lift{margin-top:-130px}}.l-main__content-text{font-family:"Noto Sans JP";font-size:22px;font-weight:500}.l-main__content-box{padding:60px;margin-bottom:20px;background-color:var(--color-white);border-radius:10px;box-shadow:2px 2px rgba(0,0,0,.2)}.l-main__content-box:last-of-type{margin-bottom:0}@media only screen and (max-width: 991px){.l-main__content-box{padding:30px}}.l-main__bottom{margin-bottom:-5vw;padding:5vw 40px;clip-path:polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);background-color:#ebf9ff}@media only screen and (max-width: 991px){.l-main__bottom{margin-bottom:-10vw;clip-path:polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%)}}@media only screen and (max-width: 749px){.l-main__bottom{padding-inline:20px}}.l-footer{padding:5vw var(--container-padding) 30px;position:relative;background-color:var(--color-primary);clip-path:polygon(0 5vw, 100% 0, 100% 100%, 0 100%)}@media only screen and (max-width: 991px){.l-footer{clip-path:polygon(0 10vw, 100% 0, 100% 100%, 0 100%)}}.l-footer__content{max-width:1200px;width:100%;margin:60px auto}@media only screen and (max-width: 991px){.l-footer__content{width:95%;padding:0}}.l-footer__title-image{display:block;margin:0 auto;max-width:400px;width:100%}@media only screen and (max-width: 991px){.l-footer__title-image{margin:100px auto 40px;max-width:500px}}.l-footer__list{display:grid;margin:35px 0 60px;padding:0;grid-template-columns:repeat(5, 1fr) !important;gap:20px !important;justify-items:center}@media only screen and (max-width: 991px){.l-footer__list{margin:58px 0 80px;grid-template-columns:repeat(2, 1fr) !important;gap:30px !important}}@media only screen and (max-width: 575px){.l-footer__list{grid-template-columns:1fr !important}}.l-footer__list-item{background-color:var(--color-white);list-style:none;width:100%;height:96px;border-radius:10px;box-shadow:4px 4px #0653b1}@media only screen and (max-width: 991px){.l-footer__list-item{max-width:320px;height:120px}.l-footer__list-item:nth-child(1) .l-footer__banner-image{width:187px}.l-footer__list-item:nth-child(2) .l-footer__banner-image{width:247px}.l-footer__list-item:nth-child(3) .l-footer__banner-image{width:263px}.l-footer__list-item:nth-child(4) .l-footer__banner-image{width:242px}.l-footer__list-item:nth-child(5) .l-footer__banner-image{width:170px}.l-footer__list-item:last-child:nth-child(odd){grid-column:1/-1;justify-self:center}}@media only screen and (max-width: 575px){.l-footer__list-item{max-width:400px;height:140px}}.l-footer__list-link{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:10px}.l-footer__list-link::after{content:"";position:absolute;border-radius:10px;inset:0;background-color:rgba(204,223,247,.5);opacity:0}.l-footer__list-link:hover::after{opacity:1}.l-footer__copy{display:block;text-align:center;color:var(--color-white)}@media only screen and (max-width: 991px){.l-footer__copy{font-size:20px}}@media only screen and (max-width: 749px){.l-footer__copy{font-size:14px}}.l-footer__copy-br{display:none}@media only screen and (max-width: 991px){.l-footer__copy-br{display:block}}.c-section{padding:80px 60px 60px;margin-bottom:20px;background-color:var(--color-white);border-radius:10px;box-shadow:2px 2px rgba(0,0,0,.2)}.c-section:last-of-type{margin-bottom:0}.c-section>*:last-child{margin-bottom:0}@media only screen and (max-width: 991px){.c-section{padding:60px 20px}}@media only screen and (max-width: 749px){.c-section{padding:40px 20px}}.c-section .c-section{margin-bottom:80px;padding:0;box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0)}.c-section .c-section:last-of-type{margin-bottom:0}.c-section .c-section>*:last-child{margin-bottom:0}@media only screen and (max-width: 991px){.c-section .c-section{margin-bottom:100px}}.c-section .c-section .c-section{margin-bottom:60px}@media only screen and (max-width: 991px){.c-section .c-section .c-section{margin-bottom:100px}}.c-section .c-section .c-section:last-of-type{margin-bottom:0}.c-section .c-section .c-section>*:last-child{margin-bottom:0}.c-heading1{font-size:3rem;color:var(--color-primary)}@media only screen and (max-width: 991px){.c-heading1{font-size:3rem}}.c-heading2{margin:0 auto 60px;border-bottom:3px solid var(--color-primary);padding-bottom:60px;font-size:4rem;font-weight:bold;text-align:center}@media only screen and (max-width: 991px){.c-heading2{font-size:4.4rem;padding-bottom:48px;margin-bottom:50px}}@media only screen and (max-width: 749px){.c-heading2{font-size:30px;margin-bottom:30px;padding-bottom:36px}}.c-heading3{font-weight:bold;font-size:28px;border-left:solid 3px var(--color-secondary);margin:0 auto 60px;padding-left:16px}.c-heading3--blue{border-left:solid 3px var(--color-primary)}.c-heading3--orange{border-left:solid 3px var(--color-orange)}.c-heading3--green{border-left:solid 3px var(--color-green)}@media only screen and (max-width: 991px){.c-heading3{font-size:32px;margin-bottom:48px}}@media only screen and (max-width: 749px){.c-heading3{font-size:24px;margin-bottom:32px}}.c-heading3-border-bottom{font-size:2.2rem;font-weight:bold;text-align:center;border-bottom:1px solid #dcdcdc;padding-bottom:29px}.c-heading4{font-size:24px;font-weight:bold;color:var(--color-primary)}@media only screen and (max-width: 991px){.c-heading4{font-size:30px;line-height:1.4}}@media only screen and (max-width: 749px){.c-heading4{font-size:20px;margin-bottom:16px}}.c-heading4-border-bottom{font-size:28px;font-weight:bold;text-align:center;padding-bottom:19px;border-bottom:1px solid var(--color-secondary)}.c-list-annotation{padding:0;list-style:none}.c-list-annotation__item{position:relative;padding-left:2rem}.c-list-annotation__item::before{content:"※";position:absolute;left:0}.c-list-unstyled{padding:0;list-style:none}.c-list-dot{list-style-type:disc;font-size:18px;letter-spacing:-0.03em;margin-bottom:0;padding-left:1.5em;--color-marker: var(--color-secondary)}@media only screen and (max-width: 991px){.c-list-dot{font-size:28px}}@media only screen and (max-width: 749px){.c-list-dot{font-size:16px}}.c-list-dot--blue{--color-marker: var(--color-primary)}.c-list-dot__item{line-height:2em}.c-list-dot__item::marker{color:var(--color-marker);font-size:16px}@media only screen and (max-width: 991px){.c-list-dot__item::marker{font-size:20px}}@media only screen and (max-width: 749px){.c-list-dot__item::marker{font-size:16px}}@media only screen and (max-width: 991px){.c-list-dot__item{margin-bottom:2rem;line-height:1.6em}}@media only screen and (max-width: 749px){.c-list-dot__item{margin-bottom:0}}.c-numbar-list{list-style:none;counter-reset:numbar;padding-left:.5em;font-size:2rem;letter-spacing:-0.03em;margin-bottom:0}@media only screen and (max-width: 991px){.c-numbar-list{font-size:28px}}@media only screen and (max-width: 749px){.c-numbar-list{font-size:16px}}.c-numbar-list__item{counter-increment:numbar;line-height:1.3em;position:relative;padding-left:1.5em}.c-numbar-list__item::before{content:"(" counter(numbar) ")";margin-right:8px;position:absolute;left:0}.c-numbar-list__item:last-child{margin-bottom:0}@media only screen and (max-width: 991px){.c-numbar-list__item{margin-bottom:2rem}}.c-list-toc{margin-top:40px;margin-bottom:40px;border-radius:8px;background:rgba(232,248,253,.72);padding:30px 60px 20px;font-size:20px}@media only screen and (max-width: 991px){.c-list-toc{font-size:24px;line-height:2em}}@media only screen and (max-width: 749px){.c-list-toc{padding:20px;font-size:16px;line-height:2em}}.c-list-toc__heading{margin:0;border-bottom:2px solid var(--color-secondary);padding-bottom:16px;text-align:center;font-size:22px}.c-list-toc__list{padding-left:0;margin-top:20px;margin-bottom:0;list-style:none}.c-list-toc__list-item{position:relative;padding-left:18px;font-weight:700}.c-list-toc__list-item::before{position:absolute;left:0;top:.83em;width:6px;height:6px;border-radius:50%;background:var(--color-primary);content:""}@media only screen and (max-width: 991px){.c-list-toc__list-item::before{width:8px;height:8px}}.c-list-toc__list-item+.c-list-toc__list-item{margin-top:12px}.c-list-toc__sub-list-item{margin-top:2px;padding-left:0;color:#333;font-weight:500}.c-list-toc__sub-list-item::before{content:"－";margin-right:4px;color:var(--color-primary)}.c-list-toc__sub-list{list-style:none;padding-left:0}.c-list-toc__list-link,.c-list-toc__sub-list-link{color:#000}.c-list-toc__sub-list-link{text-decoration:revert}.c-list-toc__sub-list-link:hover{text-decoration:none}[class^=c-icon-]::after{margin:0 .3em;font-family:"Font Awesome 6 Free";font-weight:400;color:var(--color-default)}.c-icon-pdf::after{content:""}.c-icon-word::after{content:""}.c-icon-excel::after{content:""}.c-icon-powerpoint::after{content:""}.c-icon-zip::after{content:""}.c-icon-envelope::after{content:""}.c-icon-external::after{font-weight:900;content:""}.c-button-top{position:fixed;right:50px;bottom:100px;width:120px;aspect-ratio:1/1;background-color:var(--color-secondary);border-radius:10px;box-shadow:4px 4px rgba(0,0,0,.2);z-index:100;background-image:url("/relocation/lithium-ion/images/common/icon_arrow_pagetop_white.svg");background-repeat:no-repeat;background-position:center;background-size:25px 30px;opacity:0;transition:opacity .3s}.c-button-top:hover{background-color:var(--color-primary)}.c-button-top.is-active{opacity:1}@media only screen and (max-width: 991px){.c-button-top{right:20px;bottom:20px;width:80px}}.c-button-pdf{display:block;color:#222;border:2px solid #222;font-size:1.6rem;font-weight:bold;letter-spacing:.05em;padding:10px 36px 10px 10px;border-radius:50px;max-width:400px;margin:2rem auto;text-align:center;text-decoration:none;position:relative}@media only screen and (max-width: 991px){.c-button-pdf{max-width:100%;font-size:2.6rem;letter-spacing:-0.1rem;line-height:4rem}}@media only screen and (max-width: 749px){.c-button-pdf{padding:10px;font-size:14px;line-height:1.5}}.c-button-pdf::after{content:url("/relocation/lithium-ion/images/common/icon_pdf.svg");width:2rem;height:2rem;background-repeat:no-repeat;background-size:contain;float:right;margin:-11px -11px 0 0;position:absolute;top:46%;right:6%}@media only screen and (max-width: 991px){.c-button-pdf::after{width:2.6rem;height:2.6rem;right:5%;top:42%}}@media only screen and (max-width: 749px){.c-button-pdf::after{width:20px;height:20px;top:50%}}.c-button-pdf:hover{border:2px solid var(--color-primary);color:var(--color-primary);text-decoration:none}.c-button-arrow{display:block;color:#222;border:2px solid #222;font-size:1.6rem;font-weight:bold;padding:10px 20px 17px 22px;border-radius:50px;max-width:320px;margin:2rem auto;text-align:center;text-decoration:none;letter-spacing:0;position:relative}@media only screen and (max-width: 991px){.c-button-arrow{max-width:68%;font-size:2.4rem;letter-spacing:.2rem;line-height:4rem;padding:28px 0 27px}}.c-button-arrow::after{content:url("/relocation/lithium-ion/images/common/icon_arrow_black.svg");width:2rem;height:2rem;background-repeat:no-repeat;background-size:contain;float:right;margin:-11px -11px 0 0;position:absolute;top:40%;right:8%}@media only screen and (max-width: 991px){.c-button-arrow::after{width:2.6rem;height:2.6rem;right:7%;top:35%}}.c-button-arrow:hover{border:2px solid var(--color-primary);color:var(--color-primary);text-decoration:none}.c-button-arrow--white{color:var(--color-white);border:2px solid var(--color-white)}.c-button-arrow--white::after{content:url("/relocation/lithium-ion/images/common/icon_arrow_white.svg")}.c-button-arrow--white:hover::after{content:url("/relocation/lithium-ion/images/common/icon_arrow_blue.svg")}.c-button-external{display:block;color:#222;border:2px solid #222;font-size:1.6rem;font-weight:bold;padding:12px 20px 12px 22px;border-radius:50px;max-width:320px;margin:2rem auto;text-align:center;text-decoration:none;letter-spacing:0;position:relative}@media only screen and (max-width: 991px){.c-button-external{max-width:68%;font-size:2.4rem;letter-spacing:.2rem;line-height:4rem;padding:28px 0 27px}}@media only screen and (max-width: 749px){.c-button-external{width:fit-content;max-width:100%;padding:10px 40px 10px 30px;font-size:14px;letter-spacing:.2rem;line-height:4rem}}.c-button-external::after{content:url("/relocation/lithium-ion/images/common/icon_blank_black.svg");width:1.2rem;height:1.2rem;background-repeat:no-repeat;background-size:contain;float:right;margin:-11px -11px 0 0;position:absolute;top:40%;right:8%}@media only screen and (max-width: 991px){.c-button-external::after{width:2rem;height:2rem;right:10%;top:calc(50% - 10px)}}.c-button-external:hover{border:2px solid var(--color-primary);color:var(--color-primary);text-decoration:none}.c-button-external:hover::after{content:url("/relocation/lithium-ion/images/common/icon-blank-blue.svg")}.c-button-external--white{color:var(--color-white);border:2px solid var(--color-white)}.c-button-external--white::after{content:url("/relocation/lithium-ion/images/common/icon_arrow_white.svg")}.c-button-external--white:hover::after{content:url("/relocation/lithium-ion/images/common/icon_arrow_blue.svg")}.c-button-label{--color-link: var(--color-default);--color-label: var(--color-primary)}.c-button-label--light{--color-label: #00a7ee}.c-button-label--light:hover{color:var(--color-link)}.c-button-label--light:hover::after{content:url("/relocation/lithium-ion/images/top/icon_arrow_lightblue.svg") !important}.c-button-label{display:flex;align-items:center;height:100px;color:var(--color-link);font-size:20px;font-weight:bold;text-decoration:none;border-radius:10px;background-color:var(--color-white);box-shadow:4px 4px rgba(0,0,0,.2);overflow:hidden}@media only screen and (max-width: 991px){.c-button-label{height:120px;font-size:30px}}@media only screen and (max-width: 749px){.c-button-label{height:80px;font-size:20px;line-height:1.2}}.c-button-label:hover{color:var(--color-label);text-decoration:none}.c-button-label:hover::after{content:url("/relocation/lithium-ion/images/top/icon_arrow_blue.svg")}.c-button-label::before{display:block;content:"";flex:0 0 auto;width:120px;height:100%;margin-right:16px;background-color:var(--color-label);background-size:40px;background-position:30px center;background-repeat:no-repeat;clip-path:polygon(0 0, 100% 0, 72% 100%, 0 100%)}@media only screen and (max-width: 991px){.c-button-label::before{background-size:50px}}@media only screen and (max-width: 749px){.c-button-label::before{width:80px;margin-right:10px;background-size:30px;background-position:20px center}}.c-button-label::after{display:flex;align-items:center;content:url("/relocation/lithium-ion/images/top/icon_arrow_black.svg");transform:scale(0.8);height:100%;margin-left:auto;padding:0 18px}@media only screen and (max-width: 749px){.c-button-label::after{padding:0 10px}}.c-button-label--government::before{background-image:url("/relocation/lithium-ion/images/top/icon-government-white.svg")}.c-button-label--production::before{background-image:url("/relocation/lithium-ion/images/top/icon-production-white.svg")}.c-button-label--disposal::before{background-image:url("/relocation/lithium-ion/images/top/icon-disposal-white.svg")}.c-button-label--recycling::before{background-image:url("/relocation/lithium-ion/images/top/icon-recycling-white.svg")}.c-button-label--materials::before{background-image:url("/relocation/lithium-ion/images/top/icon-materials-white.svg")}.c-button-label--initiatives::before{background-image:url("/relocation/lithium-ion/images/top/icon-initiatives-white.svg")}.c-button-label--links::before{background-image:url("/relocation/lithium-ion/images/top/icon-links-white.svg")}.c-button-label--orange{--color-label: var(--color-orange)}.c-button-label--orange:hover,.c-button-label--orange.is-current{color:var(--color-default);background-color:#fff8f4}.c-button-label--orange:hover::after,.c-button-label--orange.is-current::after{content:url("/relocation/lithium-ion/images/top/icon_arrow_orange.svg")}.c-button-label--orange::before{background-image:url("/relocation/lithium-ion/images/common/icon-buying-white.svg")}.c-button-label--orange::after{content:url("/relocation/lithium-ion/images/top/icon_arrow_orange.svg")}.c-button-label--blue{--color-label: var(--color-primary)}.c-button-label--blue:hover,.c-button-label--blue.is-current{color:var(--color-default);background-color:#f2f7fd}.c-button-label--blue:hover::after,.c-button-label--blue.is-current::after{content:url("/relocation/lithium-ion/images/top/icon_arrow_blue.svg")}.c-button-label--blue::before{background-image:url("/relocation/lithium-ion/images/common/icon-using-white.svg")}.c-button-label--blue::after{content:url("/relocation/lithium-ion/images/top/icon_arrow_blue.svg")}.c-button-label--green{--color-label: var(--color-green)}.c-button-label--green:hover,.c-button-label--green.is-current{color:var(--color-default);background-color:#f2fbf7}.c-button-label--green:hover::after,.c-button-label--green.is-current::after{content:url("/relocation/lithium-ion/images/top/icon_arrow_green.svg")}.c-button-label--green::before{background-image:url("/relocation/lithium-ion/images/common/icon-disposing-white.svg");background-size:36px}.c-button-label--green::after{content:url("/relocation/lithium-ion/images/top/icon_arrow_green.svg")}.c-button-label__text{line-height:1.2;text-indent:-0.46em;font-size:15px;letter-spacing:.02em}@media only screen and (max-width: 991px){.c-button-label__text{font-size:20px}}@media only screen and (max-width: 749px){.c-button-label__text{font-size:16px}}.c-button-label__heading{color:var(--color-label);font-size:24px;letter-spacing:-0.08em}@media only screen and (max-width: 991px){.c-button-label__heading{font-size:32px}}@media only screen and (max-width: 749px){.c-button-label__heading{font-size:24px}}.c-button-label.is-current::after{content:""}.c-table{margin-bottom:3rem;border:1px solid #d3d3d3}.c-table__heading{padding:5px;color:#fff;background-color:var(--color-primary);border:1px solid #d3d3d3}.c-table__data{padding:5px;border:1px solid #d3d3d3}.c-breadcrumb{margin-bottom:3rem;padding:.5em 0}.c-breadcrumb__list{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding);list-style:none}.c-breadcrumb__item{display:inline}.c-breadcrumb__item:not(:first-child)::before{margin:0 1rem;font-family:"Font Awesome 6 Free";font-weight:900;content:""}.c-grid{display:grid;grid-template-columns:repeat(12, 1fr);gap:2rem}@media only screen and (max-width: 991px){.c-grid{gap:1.5rem}}@media only screen and (max-width: 575px){.c-grid{gap:1rem}}.c-grid__item{grid-column:span 6}.c-grid__item--col1{grid-column:span 1}@media only screen and (max-width: 991px){.c-grid__item--tb-col1{grid-column:span 1}}@media only screen and (max-width: 575px){.c-grid__item--sp-col1{grid-column:span 1}}.c-grid__item--col2{grid-column:span 2}@media only screen and (max-width: 991px){.c-grid__item--tb-col2{grid-column:span 2}}@media only screen and (max-width: 575px){.c-grid__item--sp-col2{grid-column:span 2}}.c-grid__item--col3{grid-column:span 3}@media only screen and (max-width: 991px){.c-grid__item--tb-col3{grid-column:span 3}}@media only screen and (max-width: 575px){.c-grid__item--sp-col3{grid-column:span 3}}.c-grid__item--col4{grid-column:span 4}@media only screen and (max-width: 991px){.c-grid__item--tb-col4{grid-column:span 4}}@media only screen and (max-width: 575px){.c-grid__item--sp-col4{grid-column:span 4}}.c-grid__item--col5{grid-column:span 5}@media only screen and (max-width: 991px){.c-grid__item--tb-col5{grid-column:span 5}}@media only screen and (max-width: 575px){.c-grid__item--sp-col5{grid-column:span 5}}.c-grid__item--col6{grid-column:span 6}@media only screen and (max-width: 991px){.c-grid__item--tb-col6{grid-column:span 6}}@media only screen and (max-width: 575px){.c-grid__item--sp-col6{grid-column:span 6}}.c-grid__item--col7{grid-column:span 7}@media only screen and (max-width: 991px){.c-grid__item--tb-col7{grid-column:span 7}}@media only screen and (max-width: 575px){.c-grid__item--sp-col7{grid-column:span 7}}.c-grid__item--col8{grid-column:span 8}@media only screen and (max-width: 991px){.c-grid__item--tb-col8{grid-column:span 8}}@media only screen and (max-width: 575px){.c-grid__item--sp-col8{grid-column:span 8}}.c-grid__item--col9{grid-column:span 9}@media only screen and (max-width: 991px){.c-grid__item--tb-col9{grid-column:span 9}}@media only screen and (max-width: 575px){.c-grid__item--sp-col9{grid-column:span 9}}.c-grid__item--col10{grid-column:span 10}@media only screen and (max-width: 991px){.c-grid__item--tb-col10{grid-column:span 10}}@media only screen and (max-width: 575px){.c-grid__item--sp-col10{grid-column:span 10}}.c-grid__item--col11{grid-column:span 11}@media only screen and (max-width: 991px){.c-grid__item--tb-col11{grid-column:span 11}}@media only screen and (max-width: 575px){.c-grid__item--sp-col11{grid-column:span 11}}.c-grid__item--col12{grid-column:span 12}@media only screen and (max-width: 991px){.c-grid__item--tb-col12{grid-column:span 12}}@media only screen and (max-width: 575px){.c-grid__item--sp-col12{grid-column:span 12}}.c-container{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding)}.c-accordion-content{padding:0 30px 30px;overflow:hidden}@media only screen and (max-width: 749px){.c-accordion-content{padding:0 15px 15px;font-size:18px}}.c-accordion{background-color:var(--color-white);border-radius:10px;--color-icon: var(--color-secondary)}.c-accordion--green{--color-icon: var(--color-green)}.c-accordion--orange{--color-icon: var(--color-orange)}.c-accordion__heading{position:relative;list-style-type:none;cursor:pointer;font-size:22px;font-weight:bold;padding:30px}@media only screen and (max-width: 991px){.c-accordion__heading{font-size:26px}}@media only screen and (max-width: 749px){.c-accordion__heading{padding:15px;font-size:18px}}.c-accordion__heading::before{content:"";position:absolute;top:50%;right:1.5em;width:1em;height:3px;background-color:var(--color-icon);transition:all .3s ease;border-radius:2px}@media only screen and (max-width: 749px){.c-accordion__heading::before{right:20px}}.c-accordion__heading::after{content:"";position:absolute;top:50%;right:1.5em;width:1em;height:3px;background-color:var(--color-icon);transition:all .3s ease;border-radius:2px}@media only screen and (max-width: 749px){.c-accordion__heading::after{right:20px}}.c-accordion__heading::after{transform:rotate(-90deg)}.c-accordion[open] .c-accordion__heading::after{transform:none}.c-card{border:1px solid #ccc}.c-card__inner{display:grid;grid-template-rows:auto 1fr;height:100%}.c-card__inner--link{color:var(--color-default)}.c-card__inner--link:hover{text-decoration:none;opacity:.8}.c-card__figure{aspect-ratio:5/3}.c-card__image{width:100%;height:100%;object-fit:cover;object-position:center}.c-card__body{display:flex;flex-direction:column;padding:var(--container-padding)}.c-card__text{margin:0 0 auto;line-height:1.5}.c-card__bottom{display:flex;justify-content:space-between;margin-top:1.5em}.c-card__button{margin-left:auto}.c-card__button:hover{text-decoration:none}.c-tab__list{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:8px}.c-tab__button{display:block;width:100%;padding:.3em 1em;border:none;border-bottom:4px solid #ccc;background-color:rgba(0,0,0,0)}.c-tab__button.is-active{font-weight:bold;color:var(--color-primary);border-color:var(--color-primary)}.c-tab__button:hover{border-color:var(--color-primary)}.c-tab__panel{padding:1.5rem 0}.c-box-line{--color-line: #dcdcdc;--color-heading: inherit}.c-box-line--caution{--color-line: var(--color-red);--color-heading: var(--color-red)}.c-box-line--white{--color-line: var(--color-white)}.c-box-line{border:1px solid var(--color-line);border-radius:10px;margin-bottom:40px;padding:30px 40px}.c-box-line>*:last-child{margin-bottom:0}@media only screen and (max-width: 991px){.c-box-line{padding:30px}}@media only screen and (max-width: 749px){.c-box-line{padding:20px}}.c-box-line__header{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--color-line)}@media only screen and (max-width: 749px){.c-box-line__header{margin-bottom:20px;padding-bottom:20px}}.c-box-line__heading{margin-top:0;margin-bottom:0;text-align:center;color:var(--color-heading);font-size:24px;font-weight:bold}@media only screen and (max-width: 991px){.c-box-line__heading{font-size:30px;line-height:1.6}}@media only screen and (max-width: 749px){.c-box-line__heading{font-size:20px;line-height:1.2}}.c-box-line__text{font-size:18px}@media only screen and (max-width: 991px){.c-box-line__text{font-size:26px}}@media only screen and (max-width: 749px){.c-box-line__text{font-size:16px}}.c-box{--color-main: #00a8ef;--color-bg: #ebf9ff;--color-outline: #ebf9ff;--border-width: 1px}.c-box--orange{--color-main: #ff6d2c;--color-bg: #fff8f4;--color-outline: #fff8f4;--border-width: 2px}.c-box--blue{--color-main: #005fd5;--color-bg: #f2f7fd;--color-outline: #f2f7fd;--border-width: 2px}.c-box--green{--color-main: #00b85f;--color-bg: #f2fbf7;--color-outline: #f2fbf7;--border-width: 2px}.c-box--white{--color-bg: var(--color-white);--color-outline: var(--color-white)}.c-box{background-color:var(--color-bg);border:1px solid var(--color-outline);border-radius:16px;padding:42px 40px 40px;margin-bottom:40px}.c-box>*:last-child{margin-bottom:0}@media only screen and (max-width: 991px){.c-box{padding:42px 20px 40px}}@media only screen and (max-width: 749px){.c-box{padding:30px 16px}}.c-box__header{margin-bottom:40px;padding-bottom:30px;text-align:center;border-bottom:var(--border-width) solid var(--color-main)}.c-box__heading3{margin:0;font-size:28px;font-weight:bold}@media only screen and (max-width: 991px){.c-box__heading3{font-size:30px;line-height:1.6}}@media only screen and (max-width: 749px){.c-box__heading3{font-size:24px;line-height:1.2}}.c-box__heading4{margin:0;font-size:24px;font-weight:bold}.c-box__heading5{margin:0;font-size:20px;font-weight:bold}.c-box__text{font-size:20px}@media only screen and (max-width: 991px){.c-box__text{font-size:26px;line-height:1.8}}@media only screen and (max-width: 749px){.c-box__text{font-size:16px;line-height:1.8}}.c-box__nested{margin-bottom:0}.c-box-scroll{padding:20px;border:1px solid #ccc;border-radius:10px;-ms-overflow-style:none;scrollbar-width:none;margin-bottom:20px}@media only screen and (max-width: 991px){.c-box-scroll{margin-bottom:10px}}.c-box-scroll__image{max-width:100%}@media only screen and (max-width: 991px){.c-box-scroll__image{max-width:none}}.c-box-scroll__icon{top:calc(50% - 50px)}.c-box-scroll__icon::before{margin-bottom:8px;background-image:url("/relocation/lithium-ion/images/common/icon-hand-white.svg")}.c-box-scroll__icon::after{display:none}.c-box-scroll__text{font-size:12px;color:#fff;line-height:1.4}.c-text-lead{font-family:"Noto Sans JP";font-size:22px;font-weight:500;margin-bottom:60px;letter-spacing:-0.06rem;line-height:1.8em}@media only screen and (max-width: 991px){.c-text-lead{padding:0 24px;font-size:28px}}@media only screen and (max-width: 749px){.c-text-lead{padding:0;font-size:20px}}.c-text{font-size:1.8rem;margin-bottom:40px;letter-spacing:-0.03em}@media only screen and (max-width: 991px){.c-text{font-size:2.8rem;margin-bottom:2rem}}@media only screen and (max-width: 749px){.c-text{font-size:16px}}.c-text-small{color:#888;font-size:12px;line-height:1.6}@media only screen and (max-width: 991px){.c-text-small{font-size:18px}}@media only screen and (max-width: 749px){.c-text-small{font-size:15px}}.c-text-small--indent{padding:1em;text-indent:-1em}.c-text-annotation{text-indent:-1em;padding-left:1em;color:#9f9f9f}.c-text-annotation::before{content:"※"}@media only screen and (max-width: 991px){.c-text-annotation{font-size:1.8rem;margin-bottom:6rem;text-align:start}}.c-link{color:var(--color-secondary);text-decoration:underline;font-weight:bold}.c-link:hover{color:var(--color-primary)}.c-link--pdf::after{content:"";display:inline-block;width:20px;height:20px;background-image:url("/relocation/lithium-ion/images/common/icon_pdf.svg");vertical-align:middle;margin-left:8px;background-repeat:no-repeat}.c-link--black{color:#222}.c-link--external::after{content:"";display:inline-block;width:16px;height:16px;background-image:url("/relocation/lithium-ion/images/common/icon_blank_lightblue.svg");vertical-align:middle;margin-left:8px;background-repeat:no-repeat}.c-link--external-black::after{background-image:url("/relocation/lithium-ion/images/common/icon_blank_black.svg");background-repeat:no-repeat}
