@charset "UTF-8";
.c-navBox{display:block;width:calc(100% - 160px);max-width:1450px;margin:0 auto;margin:95px auto 90px auto;background:#fff;box-shadow:var(--boxShadow);overflow:hidden}.c-navBox.wow{animation-name:fadeInUp}.c-navBox__menu{display:block;width:100%}.c-navBox__inner{display:block;width:100%}.c-navBox__inner__menu{display:flex;align-items:stretch;align-content:stretch;justify-items:flex-start;justify-content:flex-start;width:100%}.c-navBox__inner__menu__link{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;height:auto;padding:30px 20px;font-size:17px;font-family:inherit;line-height:1.2;text-align:center;color:var(--textColor);background:#ececec;border-right:1px solid #fff;transition:color .4s ease-in-out;flex:0 1 auto}.c-navBox__inner__menu__link:last-child{border-right:none}.c-navBox__inner__menu__link:hover{color:var(--titleColor)}.c-navBox__inner__menu__link.active{background:#fff;border-right:none;color:var(--titleColor);font-family:inherit;pointer-events:none}.c-navBox__inner__menu__link.active::before{content:'';position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:var(--mainColor)}.c-navBox__content{display:block;width:100%;background:#fff;padding:60px 80px 70px 80px}.c-navBox__content__select{display:none}.c-navBox__content__select.wow{animation-name:fadeInUp}.c-navBox__content .c-nodata{box-shadow:none}@media screen and (max-width:991px){.c-navBox{width:calc(100% - 60px);margin:60px auto 80px auto}.c-navBox__inner__menu{flex-wrap:wrap}.c-navBox__inner__menu__link{width:50%;border-bottom:1px solid #fff}.c-navBox__inner__menu__link:nth-child(even){border-right:none}.c-navBox__inner__menu__link:last-child:nth-child(odd){width:100%}.c-navBox__content{padding:50px 50px 70px 50px}.c-navBox__content__subMenu{display:none}.c-navBox__content__select{display:block}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-navBox{width:calc(100% - 40px);margin:50px auto 60px auto}.c-navBox__inner__menu__link{min-height:55px;font-size:14px;padding:10px 20px}.c-navBox__content{padding:40px 20px}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}
.c-navBox{margin:90px auto 150px auto}.practice{display:block;width:100%;margin:0 auto 20px auto}.practice__title{margin:0 0 20px 0}.practice__sub{display:block;width:100%;margin:0 0 20px 0;font-size:17px;line-height:1.7;color:var(--titleColor);font-family:'Montserrat-B','NotoSansJP-B','NotoSansTC-B';letter-spacing:.5px;text-align:justify;overflow:hidden;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.practice__text{display:block;width:100%;font-size:15px;line-height:2;color:var(--textColor);font-family:inherit;letter-spacing:.5px;text-align:justify;overflow:hidden;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.practice__text.two{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:space-between;margin:0 0 -20px 0}.practice__text__item{display:block;width:100%;margin:0 0 20px 0;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;flex:0 1 auto}.practice__text.two .practice__text__item{width:calc(50% - 30px)}.practice__text__chart{display:block;width:40%;max-width:415px;margin:0 0 0 35px;flex:0 0 auto}.practice__text__chart.wow{opacity:1;visibility:visible}.practice__text__chart__item{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%;margin:0 0 50px 0;transition:opacity 1s 1.2s ease-in-out}.practice__text__chart__item:nth-child(2){transition-delay:1.6s}.practice__text__chart.wow .practice__text__chart__item{opacity:0}.practice__text__chart.wow.animated .practice__text__chart__item{opacity:1}.practice__text__chart__item__icon{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:145px;height:145px;margin:0 25px 0 0;border-radius:50%;border:1px dashed #949494;flex:0 0 auto}.practice__text__chart__item__icon::before{content:'';position:absolute;top:5%;left:5%;display:block;width:90%;height:90%;border-radius:50%;background:#ececec}.practice__text__chart__item__icon::after{content:'';position:absolute;top:calc(100% - 2px);left:calc(50% - 3px);display:block;width:6px;height:56px;background:#949494;background:radial-gradient(ellipse at center,#000 70%,rgba(0,0,0,0) 71%) top center no-repeat,radial-gradient(ellipse at center,#c11132 70%,rgba(193,17,50,0) 71%) bottom center no-repeat,linear-gradient(to right,#949494 0%,#949494 100%) center no-repeat;background-size:6px 6px,6px 6px,1px 100%;transform-origin:center;z-index:10}.practice__text__chart__item:last-child .practice__text__chart__item__icon::after{display:none}.practice__text__chart__item__icon img{object-fit:contain;object-position:center;width:50%;height:50%}.practice__text__chart__item__text{display:block;width:100%;font-size:14px;line-height:1.65;color:#000;font-family:inherit;text-align:left}.practice__text__chart__item:nth-child(odd) .practice__text__chart__item__icon::before{background:var(--mainColor)}.practice__text__chart__item:nth-child(odd) .practice__text__chart__item__icon img{filter:brightness(0) invert(1)}.practice__text__chart__item:nth-child(odd) .practice__text__chart__item__icon::after{transform:scaleY(-1)}.practice__text[data-style="chart"]{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:space-between;margin:30px 0 0 0}.practice__text[data-style="chart"] .practice__text__item{max-width:775px}.practice__bt{max-width:180px;margin:65px auto 0 auto}@media screen and (max-width:991px){.c-navBox{margin:60px auto 80px auto}.practice__text.two{display:block;margin:0}.practice__text__item{width:100%}.practice__text.two .practice__text__item{width:100%}.practice__text__item:last-child{margin:0}.practice__text__chart{width:100%;max-width:430px;margin:40px auto 80px auto}.practice__text[data-style="chart"]{display:block;margin:30px 0 0 0}.practice__text[data-style="chart"] .practice__text__item{max-width:none}.practice__bt{max-width:150px;margin:35px auto 0 auto}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-navBox{margin:50px auto}.practice{margin:0 auto 30px auto}.practice__title{margin:0 0 15px 0}.practice__sub{margin:0 0 10px 0;font-size:14px;font-family:'Montserrat-M','NotoSansJP-M','NotoSansTC-M'}.practice__text{line-height:1.8}.practice__text__item{margin:0 0 10px 0}.practice__text__chart{max-width:260px;margin:25px auto 55px auto}.practice__text__chart__item{flex-wrap:wrap;margin:0 auto 40px auto}.practice__text__chart__item__icon{width:110px;height:110px;margin:0 auto}.practice__text__chart__item__icon::after{height:46px}.practice__text__chart__item__text{margin:10px auto 0 auto;font-size:14px;text-align:center}.practice__text__chart__item:first-child .practice__text__chart__item__text{margin:0 auto 10px auto;order:-10}.practice__text[data-style="chart"]{margin:0}.practice__bt{margin:25px auto 0 auto}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}
.patents__chart{display:block;width:100%;max-width:100%;margin:80px auto 265px auto;text-align:center}.patents__chart__center{display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-items:center;justify-content:center;width:450px;height:450px;margin:0 auto;background:#fff;border-radius:50%;box-shadow:8px 8px 30px rgba(4,0,0,.08);overflow:visible}.patents__chart__center::before{content:'';position:absolute;top:15%;left:-28%;display:block;width:156%;height:70%;border:2px dashed #838383;border-radius:50%}.patents__chart__center::after{content:'';position:absolute;top:0;left:0;display:block;width:100%;height:50%;background:#fff;border-radius:225px 225px 0 0;pointer-events:none}.patents__chart__center__icon{width:40%;max-width:170px;z-index:10}.patents__chart__center__text{display:block;width:100%;margin:15px auto 0 auto;font-size:17px;line-height:1.2;color:#000;font-family:inherit;z-index:10}.patents__chart__item{position:absolute;display:block;width:155px;z-index:10}.patents__chart__item::before{content:'';position:absolute;display:block;width:18px;height:18px;border-radius:50%;border:2px solid #757575;background:#fff}.patents__chart__item__icon{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;height:155px;background:#fff;border-radius:50%;border:3px solid #ededed;overflow:hidden}.patents__chart__item__icon img{object-fit:contain;object-position:center;width:55%;height:55%;transform-origin:center}.patents__chart__item__text{display:block;width:100%;margin:12px auto 0 auto;font-size:14px;line-height:1.2;color:#000;font-family:inherit}.patents__chart__item:nth-child(1){top:calc(50% + 40px);left:calc(50% - 500px)}.patents__chart__item:nth-child(1)::before{top:-40px;right:-5px}.patents__chart__item:nth-child(2){top:calc(100% - 10px);left:calc(50% - 220px)}.patents__chart__item:nth-child(2)::before{top:-75px;right:35px}.patents__chart__item:nth-child(3){top:calc(100% - 10px);right:calc(50% - 220px)}.patents__chart__item:nth-child(3)::before{top:-75px;left:35px}.patents__chart__item:nth-child(4){top:calc(50% + 40px);right:calc(50% - 500px)}.patents__chart__item:nth-child(4)::before{top:-40px;left:-5px}.patents__chart.wow{opacity:1;visibility:visible}.patents__chart.wow .patents__chart__center__icon,.patents__chart.wow .patents__chart__center__text{opacity:0;visibility:hidden;transition:opacity 1.2s .8s ease-in-out}.patents__chart.wow.animated .patents__chart__center__icon,.patents__chart.wow.animated .patents__chart__center__text{opacity:1;visibility:visible}.patents__chart.wow .patents__chart__item{opacity:0;visibility:hidden;transition:opacity 1.2s 1.8s ease-in-out}.patents__chart.wow .patents__chart__item:nth-child(2){transition-delay:2.2s}.patents__chart.wow .patents__chart__item:nth-child(3){transition-delay:2.6s}.patents__chart.wow .patents__chart__item:nth-child(4){transition-delay:3s}.patents__chart.wow.animated .patents__chart__item{opacity:1;visibility:visible}.patents__step{left:15px;display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-items:center;justify-content:center;width:calc(100% + 100px);margin:85px auto 20px auto;counter-reset:item}.patents__step.wow{opacity:1;visibility:visible}.patents__step__item{display:block;width:240px;height:240px;margin:20px max(30px,min(100px,15%)) 20px 0;padding:25px 40px 0 80px;border-radius:50%;border:1px solid var(--color2);background:#fff;overflow:visible;counter-increment:item;transition:opacity 1s 1.2s ease-in-out}.patents__step__item:nth-child(2){transition-delay:1.6s}.patents__step__item:nth-child(3){transition-delay:2s}.patents__step__item:nth-child(4){transition-delay:2.4s}.patents__step.wow .patents__step__item{opacity:0}.patents__step.wow.animated .patents__step__item{opacity:1}.patents__step__item::before,.patents__step__item::after{content:counter(item,decimal);position:absolute;top:0;right:45%;display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;height:100%;font-size:204px;line-height:1;color:#ececec;font-family:'Montserrat-SB';text-align:center;pointer-events:none}.patents__step__item::after{color:var(--mainColor);-webkit-mask:radial-gradient(ellipse at center,#c11132 70%,rgba(193,17,50,0) calc(70% + 1px)) center right no-repeat;-webkit-mask-size:55% 78%;mask:radial-gradient(ellipse at center,#c11132 70%,rgba(193,17,50,0) calc(70% + .5px)) center right no-repeat;mask-size:55% 78%}.patents__step__item__pic{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:80px;height:80px;margin:0 auto}.patents__step__item__pic img{object-fit:contain;object-position:center;height:100%}.patents__step__item__text{display:block;width:100%;margin:10px auto 0 auto;font-size:14px;line-height:1.4;color:#000;font-family:inherit;text-align:center}@media screen and (max-width:1600px){.patents__step{left:25px;max-width:1000px}}@media screen and (max-width:1350px){.patents__chart{margin:30px auto 200px auto}.patents__chart__center{width:255px;height:255px}.patents__chart__center::after{border-radius:127.5px 127.5px 0 0}.patents__chart__item{width:90px}.patents__chart__item::before{width:10px;height:10px}.patents__chart__item__icon{height:90px}.patents__chart__item__icon img{width:45%;height:45%}.patents__chart__item:nth-child(1){top:calc(50% + 20px);left:calc(50% - 288px)}.patents__chart__item:nth-child(1)::before{top:-20px}.patents__chart__item:nth-child(2){top:calc(100% - 7px);left:calc(50% - 120px)}.patents__chart__item:nth-child(2)::before{top:-41px;right:27px}.patents__chart__item:nth-child(3){top:calc(100% - 7px);right:calc(50% - 120px)}.patents__chart__item:nth-child(3)::before{top:-41px;left:27px}.patents__chart__item:nth-child(4){top:calc(50% + 20px);right:calc(50% - 288px)}.patents__chart__item:nth-child(4)::before{top:-20px}}@media screen and (max-width:991px){.patents__step{margin:35px auto}}@media screen and (max-width:767px){.patents__chart{left:50%;max-width:500px;min-width:250px;margin:40px 0 60px 0;transform:translateX(-50%)}.patents__chart::before{content:'';position:relative;display:block;width:100%;padding:100% 0 0 0}.patents__chart__center{position:absolute;top:33%;left:33%;width:34%;height:34%;background:radial-gradient(ellipse at center,#fff calc(60% - 1px),rgba(255,255,255,0) calc(60% - .5px),rgba(255,255,255,0) calc(60% + .5px),#fff calc(60% + 1px));box-sizing:0 0 5px #e0e0e0;z-index:50}.patents__chart__center::before,.patents__chart__center::after{display:none}.patents__chart__center__icon{display:none}.patents__chart__center__text{max-width:120px;margin:0 auto;font-size:14px}.patents__chart__item{display:flex;flex-direction:column;align-items:flex-start;align-content:flex-start;justify-items:flex-end;justify-content:flex-end;width:38.5%;height:58.5%}.patents__chart__item::before{display:none}.patents__chart__item__icon{width:12vw;height:12vw;max-width:60px;max-height:60px;border-radius:0;border:none;background:none}.patents__chart__item__icon img{width:100%;height:100%;filter:brightness(0) invert(1)}.patents__chart__item__text{margin:10px 0 0 0;font-size:16px;color:#fff;font-family:'Montserrat','NotoSansJP','NotoSansTC'}.patents__chart__item:nth-child(1){top:0;left:3%;padding:0 6.7% 19% 0;background:url(/jp/assets/images/patents/patents_chart_bg01.svg) top right no-repeat;background-size:contain;text-align:right}.patents__chart__item:nth-child(1) .patents__chart__item__icon{margin:0 0 0 auto}.patents__chart__item:nth-child(2){top:auto;bottom:3%;left:0;justify-items:flex-start;justify-content:flex-start;width:58.5%;height:38.5%;padding:3.5% 3.4% 0 13%;background:url(/jp/assets/images/patents/patents_chart_bg02.svg) top left no-repeat;background-size:contain}.patents__chart__item:nth-child(2) .patents__chart__item__text{margin:3px 0 0 0;max-width:135px;text-align:right}.patents__chart__item:nth-child(3){top:auto;bottom:0;right:3%;justify-items:flex-start;justify-content:flex-start;padding:6.77% 0 0 5%;background:url(/jp/assets/images/patents/patents_chart_bg03.svg) bottom left no-repeat;background-size:contain}.patents__chart__item:nth-child(3) .patents__chart__item__icon{margin:0 0 0 min(30%,30px)}.patents__chart__item:nth-child(3) .patents__chart__item__icon img{filter:brightness(0);opacity:.4}.patents__chart__item:nth-child(3) .patents__chart__item__text{max-width:135px;margin:13px 0 0 0;color:#000;text-align:left}.patents__chart__item:nth-child(4){top:5%;left:auto;right:0;width:58.5%;height:38.5%;padding:0 0 12% 3%;background:url(/jp/assets/images/patents/patents_chart_bg04.svg) top right no-repeat;background-size:contain}.patents__chart__item:nth-child(4) .patents__chart__item__icon img{transform:rotate(45deg)}.patents__chart__item:nth-child(4) .patents__chart__item__text{margin:5px 0 0 0;padding:0 0 0 13%;text-align:left}.patents__step{left:15px;display:block;width:100%;margin:55px auto 35px auto}.patents__step__item{display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-items:center;justify-content:center;margin:0 auto 40px auto;padding:30px}.patents__step__item:last-child{margin:0 auto}.patents__step__item::before,.patents__step__item::after{top:-45px;right:45%;display:block;font-size:179px}.patents__step__item::after{-webkit-mask-position:106px 71px;mask-position:106px 71px}}@media screen and (max-width:575px){.patents__chart{max-width:400px;margin:30px 0 60px 0}.patents__chart__item__text{font-size:14px}.patents__step{margin:40px auto 60px auto}}@media screen and (max-width:350px){.patents__chart__item__text{font-size:12px}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}
