.inner{max-width:1280px;margin:0 auto}.header{position:fixed;top:0;left:0;z-index:9999;width:100%;height:80px;padding:0 0px 0 40px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.header .logo{display:flex;width:160px;margin-top:3px}.header .logo img{width:100%;height:auto}.header .header-items{display:flex;flex-direction:row;align-items:center;gap:1rem;padding-right:40px}.header .header-items .header-button{padding:0px 24px;border-radius:8px;line-height:50px;display:inline-flex;align-items:center}.header .header-items .header-button img{width:30px;margin:0 8px}.header.change-color{background-color:white;transition:0.3s}.contact01{color:white;background-color:#06C755;box-sizing:border-box;transition:0.2s}.contact-button:hover{color:white;background-color:#06C755}.request{color:#06C755;background-color:white;position:relative;transition:0.2s;border:2px solid #06C755;box-sizing:border-box}.request:hover{color:#06C755;background-color:white;border:2px solid #06C755}@media (max-width:768px){.header{padding:0 0px 0 24px}.header .header-items{gap:0.5rem;padding-right:24px}.header .header-items .header-button{padding:0px 16px;line-height:45px}.header .header-items .header-button img{width:18px}.header .header-items .header-button a{font-size:0.75rem}}@media (max-width:463px){.header{padding:0 0px 0 16px}.header .logo{width:100px;height:auto}.header .logo img{width:100%;height:100%}.header .header-items{padding-right:16px}.header .header-items .header-button{padding:0px 8px;line-height:40px;font-size:0.75rem}.header .header-items .header-button img{width:16px}}@media (max-width:340px){.header .header-items .header-button{padding:0px 8px;line-height:40px;font-size:0.5rem}}.header-icon{display:none}header .header-icon{display:none}@media screen and (max-width:900px){header{height:64px;padding:0 16px}header .logo{padding:8px 0}header .logo img{height:40px}header .header-items{display:none}header .header-icon{display:block;width:24px;height:30px;position:relative;z-index:98;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out;cursor:pointer}header .header-icon span{display:block;position:absolute;height:2px;width:50%;background:#111111;opacity:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.25s ease-in-out;-moz-transition:0.25s ease-in-out;-o-transition:0.25s ease-in-out;transition:0.25s ease-in-out}header .header-icon span:nth-child(even){left:50%;border-radius:0 9px 9px 0}header .header-icon span:nth-child(odd){left:0px;border-radius:9px 0 0 9px}header .header-icon span:nth-child(1),header .header-icon span:nth-child(2){top:6px}header .header-icon span:nth-child(3),header .header-icon span:nth-child(4){top:14px}header .header-icon span:nth-child(5),header .header-icon span:nth-child(6){top:22px}header .header-icon.open span:nth-child(1),header .header-icon.open span:nth-child(6){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}header .header-icon.open span:nth-child(2),header .header-icon.open span:nth-child(5){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}header .header-icon.open span:nth-child(1){left:2px;top:8px}header .header-icon.open span:nth-child(2){left:calc(50% - 2px);top:8px}header .header-icon.open span:nth-child(3){left:-50%;opacity:0}header .header-icon.open span:nth-child(4){left:100%;opacity:0}header .header-icon.open span:nth-child(5){left:2px;top:17px}header .header-icon.open span:nth-child(6){left:calc(50% - 2px);top:17px}}.mobile-menus{width:100%;height:100vh;padding:144px 120px 0;display:none;position:fixed;top:0;left:0;flex-direction:column;background-color:#ffffff;font-size:24px;text-align:justify;overflow:scroll;z-index:99}.mobile-menus .menus{margin-bottom:24px;display:flex;flex-direction:column}.mobile-menus .menus .menus-item:not(:last-child){margin-bottom:16px}.mobile-menus .menu{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:bold;cursor:pointer}.mobile-menus .menu h2{font-size:16px}.mobile-menus .menu .icon-arrow-down{display:inline-block;width:24px;height:24px;background-image:url("../images/HEADER-arrow-down.svg")}.mobile-menus .menu .icon-arrow-down.open{transform:rotate(180deg)}.mobile-menus a.menu{width:fit-content;padding:0}.mobile-menus .sub-menu{max-height:0;overflow:hidden;transition:all 0.2s}.mobile-menus .sub-menu .sub-menu-item{margin-bottom:16px;margin-left:16px}.mobile-menus .sub-menu .sub-menu-item a{display:flex;align-items:center}.mobile-menus .sub-menu .sub-menu-item p{font-size:14px}.mobile-menus .sub-menu .sub-menu-item .icon{width:32px;height:32px;margin:0;margin-right:16px}.mobile-menus .sub-menu.show{margin-top:8px;max-height:300px;transition:all 0.2s}.mobile-menus .sub-menu.sub-menu-business{transition:all 0.35s}.mobile-menus .sub-menu.sub-menu-business.show{transition:all 0.35s}.mobile-menus .menu-button{display:flex;justify-content:center;margin-bottom:24px}.mobile-menus.open{display:flex}@media screen and (max-width:480px){.mobile-menus{padding:144px 40px 0}.mobile-menus .menus .menus-item:not(:last-child){margin-bottom:0}.mobile-menus .sub-menu.show{margin-bottom:16px}.mobile-menus .sub-menu .sub-menu-item p{font-size:14px}.mobile-menus .menu-button{margin-bottom:24px}}.fv{background:url("../images/lp-line/section_fv.webp") no-repeat center/cover;width:100%;height:100%}.fv .fv_title h1{width:100%;color:#06C755;font-size:clamp(24px, 3vw, 56px);padding-top:130px;text-align:center;font-weight:bold}.fv .fv_title h2{display:none}.fv .fv_contents{min-width:320px;position:relative;display:flex;padding:50px 0}.fv .fv_contents .fv_left{width:55%;text-align:justify;margin-left:clamp(20px, 5vw, 100px)}.fv .fv_contents .fv_left h1{display:none}.fv .fv_contents .fv_left .fv-button{display:flex;justify-content:center;align-items:center;padding:24px 40px;border-radius:10px;width:400px}.fv .fv_contents .fv_left .contact02{color:white;background-color:#06C755;box-sizing:border-box;transition:0.2s;gap:1rem;font-size:24px;margin:0 auto;margin-top:clamp(40px, 3vw, 60px);font-weight:bold}.fv .fv_contents .fv_left .contact02 img{width:50px;height:50px}.fv .fv_contents .fv_right{width:45%;margin-bottom:20px}.fv .fv_contents .fv_right img{height:clamp(450px, 30vw, 500px)}@media (max-width:995px){.fv .fv_contents .fv_right{width:50%}.fv .fv_contents .fv_right img{height:400px}.fv .fv_contents .fv_left{width:50%;margin:0 10px}.fv .fv_contents .fv_left .contact02{font-size:20px}.fv .fv_contents .fv_left .fv-button{padding:16px 20px;width:320px}}@media (max-width:768px){.fv .fv_contents .fv_left h1{font-size:2rem}.fv .fv_contents .fv_left .fv-button{width:320px}.fv .fv_contents .fv_left .contact02{font-size:20px}.fv .fv_contents .fv_left .contact02 img{width:40px;height:40px}}@media (max-width:768px){.fv .fv_contents .fv_left .fv-button{width:300px;padding:20px 20px}.fv .fv_contents .fv_left .contact02 img{width:30px;height:30px}}@media (max-width:993px){.fv .fv_contents{}}.fv .function{display:flex;margin-top:clamp(34px, 2.6vw, 55px)}.fv .function ul{display:flex;margin:0 auto;align-items:center;gap:2rem;text-align:center}.fv .function ul li{width:180px;height:180px;border-radius:50%;border:4px solid #06C755;background-color:white;display:inline-flex;align-items:center}.fv .function ul li p{line-height:2.5rem;font-weight:bold;font-size:32px;color:#06C755;margin:auto;line-height:130%}.fv .function ul li .fv_title_sentence{font-size:1.5rem;margin:0 auto}@media (max-width:1141px){.fv .function ul li{width:140px;height:140px}.fv .function ul li p{margin-left:17px;font-size:25px}.fv .function ul li .fv_title_sentence{font-size:0.9rem}}@media (max-width:995px){.fv{}.fv .function ul li{width:130px;height:130px}.fv .function ul li p{margin-left:13px}}@media (max-width:936px){.fv .function ul{gap:1rem}.fv .function ul li{width:110px;height:110px}.fv .function ul li p{margin-left:11px;font-size:1.25rem}}@media (max-width:400px){.fv .function ul{gap:1rem}.fv .function ul li{width:90px;height:90px}.fv .function ul li p{margin-left:9px;font-size:1rem}.fv .function ul li .fv_title_sentence{font-size:0.7rem}}.fv .heading{align-items:center;display:flex;justify-content:center;text-align:center;line-height:3rem;font-size:clamp(16px, 3vw, 32px);font-weight:bold}.fv .heading::before,.fv .heading::after{background-color:black;content:"";height:5px;width:70px}.fv .heading::before{margin-right:8px;transform:rotate(60deg)}.fv .heading::after{margin-left:8px;transform:rotate(-60deg)}@media (max-width:782px){.fv{margin-top:-46px}}@media (max-width:768px){.fv .heading{line-height:1.5rem}.fv{margin-top:-54px}.fv .fv_title h1{width:100%;color:#06C755;font-size:clamp(24px, 3vw, 56px);padding:180px 20px 0 20px;text-align:center;font-weight:bold;margin:0 auto}.fv .fv_contents{flex-direction:column-reverse}.fv .fv_contents .fv_right,.fv .fv_contents .fv_left{width:100%}.fv .fv_contents .fv_right{text-align:center;margin-right:10px}.fv .fv_contents .fv_right img{width:350px;height:350px}.fv .fv_contents .fv_left{z-index:0;margin:auto 0px}}@media (max-width:480px){.fv .fv_title h1{display:none}.fv .fv_title h2{display:block;width:100%;color:#06C755;font-size:clamp(24px, 30px, 32px);padding:160px 0 0 20px;text-align:center;font-weight:bold;margin:0 auto;line-height:1.5em}}@media (max-width:365px){.fv .fv_right img{width:320px;height:320px}}.line_about{width:100%;padding:5.5% 9%;margin:0 auto;background-color:rgba(6, 199, 85, 0.2)}.line_about .line_about_box{text-align:center;font-weight:bold;margin:2em 0;padding:50px 0;border:solid 5px #06C755;border-radius:8px;background-color:white;color:#333333}.line_about .line_about_title{display:inline-block;position:relative;height:auto}.line_about .line_about_title .ribbon{width:clamp(550px, 50vw, 680px)}.line_about .line_about_title h2{position:absolute;font-size:24px;padding-bottom:16px;display:inline-block;line-height:1;color:white;font-weight:bold;top:50%;left:50%;-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin:0;padding:0;white-space:nowrap}.line_about .line_about_title h2 .textlarge{font-size:32px}@media (max-width:768px){.line_about .line_about_title .ribbon{width:90%}.line_about .line_about_title h2{font-size:14px}.line_about .line_about_title h2 .textlarge{font-size:clamp(20px, 3vw, 24px)}}@media (max-width:480px){.line_about .line_about_title .ribbon{width:90%}.line_about .line_about_title h2{font-size:12px}.line_about .line_about_title h2 .textlarge{font-size:clamp(16px, 4vw, 20px)}}@media (max-width:375px){.line_about .line_about_title .ribbon{width:240px}.line_about .line_about_title h1{font-size:10px}.line_about .line_about_title h1 .textlarge{font-size:12px}}.line_about .line_about_txt{font-size:clamp(10px, 2vw, 24px);color:#333333;padding:24px 0}.line_about .line_about_txt2{display:none}@media (max-width:480px){.line_about .line_about_txt{display:none}.line_about .line_about_txt2{display:block;line-height:1.5em;font-size:clamp(12px, 3vw, 14px);color:#333333;padding-top:16px}}.line_about .line_about_detail{text-align:left;padding:0 7.5%;margin:0 auto;letter-spacing:0.1em}.line_about .line_about_detail .line_about_detail1{display:flex;align-items:center;gap:10px}.line_about .line_about_detail .line_about_detail2{display:flex;align-items:center;gap:10px}.line_about .line_about_detail .line_about_detail3{display:flex;align-items:center;gap:10px}.line_about .line_about_detail li{font-size:clamp(14px, 3vw, 20px);font-weight:600;padding:16px 0;line-height:1.8em}.line_about .line_about_detail li img{width:clamp(24px, 3vw, 40px)}.line_about .line_about_detail li .green{font-size:clamp(18px, 3vw, 28px);font-weight:bold;background-image:linear-gradient(transparent 60%, #06C7555D 10%)}.line_about .line_about_detail li .orange{font-weight:900;color:#FF7437;-webkit-text-stroke:0.5px #FF7437}.line_about .line_about_detail li .orange_line{font-weight:900;-webkit-text-stroke:0.5px #333333;background-image:linear-gradient(transparent 50%, #FF74376D 10%)}@media (max-width:480px){.line_about .line_about_detail{letter-spacing:0.05em}.line_about .line_about_detail li{font-size:12px}.line_about .line_about_detail li img{width:24px}.line_about .line_about_detail li .green{font-size:14px}.line_about .line_about_detail li .orange{-webkit-text-stroke:0.3px #FF7437}.line_about .line_about_detail li .orange_line{-webkit-text-stroke:0.3px #333333}}.line_worry{margin:0 auto;text-align:center;background-color:#FAFAFA;padding:60px 80px}.line_worry .line_worry_title{text-align:center;font-weight:bold}.line_worry .line_worry_title h2{color:black;font-size:clamp(20px, 5.5vw, 40px);padding-bottom:24px}.line_worry .line_worry_title h3{color:black;font-size:clamp(16px, 3vw, 24px);padding-bottom:12px}.line_worry .line_worry_title h3 span{color:#06C755}.line_worry .line_worry_contents{margin:0 auto;width:100%}.line_worry .line_worry_contents .line_worry_img{display:flex;align-items:center;gap:30px}.line_worry .line_worry_contents .line_worry_img .img1 img{width:100%}.line_worry .line_worry_contents .line_worry_img .img2 img{width:100%}.line_worry .line_worry_contents .line_worry_img .img2_sp{display:none}.line_worry .line_worry_contents .line_worry_img .img3 img{width:100%}.line_worry .line_worry_contents .line_worry_img .img3_sp{display:none}@media (max-width:768px){.line_worry{padding:56px 45px}.line_worry .line_worry_contents{padding-top:26px}.line_worry .line_worry_contents .line_worry_img{display:block}.line_worry .line_worry_contents .line_worry_img .img1 img{width:100%}.line_worry .line_worry_contents .line_worry_img .img2{display:none}.line_worry .line_worry_contents .line_worry_img .img2_sp{display:inline-block}.line_worry .line_worry_contents .line_worry_img .img2_sp img{width:50%}.line_worry .line_worry_contents .line_worry_img .img3{display:none}.line_worry .line_worry_contents .line_worry_img .img3_sp{display:inline-block}.line_worry .line_worry_contents .line_worry_img .img3_sp img{width:100%}}.menu_title{line-height:1rem}.menu_title h2{color:black;line-height:2.5rem;font-size:clamp(20px, 3vw, 25px);padding-bottom:25px;font-weight:bold}.menu_title h2 span{font-size:clamp(26px, 3vw, 36px)}.menu_title h3{color:#06670F;line-height:2.5rem;font-size:clamp(20px, 4vw, 32px);padding-bottom:32px;font-weight:bold}@media (max-width:772px){.menu_title h2{line-height:2rem}}.card_wrap{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:0 2rem}.card_wrap .box_txt01{height:70px}.card_wrap .box_txt01 p{height:100%;line-height:1.25rem;padding:1rem;color:#656565;font-weight:lighter}@media (max-width:727px){.box_txt01 p{text-align:center}}.block_card{margin-top:80px;margin-bottom:20px}.arrow_wrap{position:relative;width:500px;min-width:320px;margin-bottom:182px}.arrow_wrap .arrow{width:0;height:0;position:absolute;border-right:250px solid transparent;border-left:250px solid transparent;border-top:120px solid #e3e0e0;border-bottom:0}.arrow_wrap .arrow_text{position:absolute;top:50%;left:50%;width:300px;transform:translateY(25%) translateX(-50%);text-align:center}.arrow_wrap .arrow_text p{color:#111111}.arrow_wrap .arrow_text h2{font-size:24px;font-weight:bold;line-height:2;color:#06C755}@media (max-width:768px){.arrow_wrap{position:relative;width:320px;min-width:320px;margin-bottom:182px}.arrow_wrap .arrow{left:-40px;width:0;height:0;position:absolute;border-right:200px solid transparent;border-left:200px solid transparent;border-top:100px solid #e3e0e0;border-bottom:0}.arrow_wrap .arrow_text{position:absolute;top:50%;left:50%;width:300px;transform:translateY(15%) translateX(-50%);text-align:center}.arrow_wrap .arrow_text p{color:#111111}.arrow_wrap .arrow_text h2{color:#06C755}}@media (max-width:400px){.arrow_wrap{position:relative;width:320px;min-width:320px;margin-bottom:182px}.arrow_wrap .arrow{left:0px;width:0;height:0;position:absolute;border-right:160px solid transparent;border-left:160px solid transparent;border-top:100px solid #e3e0e0;border-bottom:0}.arrow_wrap .arrow_text{position:absolute;top:50%;left:50%;width:300px;transform:translateY(15%) translateX(-50%);text-align:center}.arrow_wrap .arrow_text p{color:#111111}.arrow_wrap .arrow_text h2{color:#06C755;font-size:1.5rem}}.block_card_02{margin-top:20px;margin-bottom:80px}.block_card_02 .item_card{display:flex;flex-direction:column-reverse;margin:1rem 0;border-radius:20px;border:3px solid #06C755}.block_card_02 .item_card h3{font-size:20px;font-weight:bold;line-height:2;color:#111111;text-align:center;margin-top:1rem;padding-bottom:24px}.block_card_02 .item_card p{height:100%;padding:1rem 1rem 0 1rem;color:#111111;font-weight:lighter;line-height:1.25rem}.block_card_02 .item_card .box_img{aspect-ratio:1.7777777778;align-items:center;display:flex;height:130px}.block_card_02 .item_card .box_img img{width:110px;height:110px;margin:0 auto;object-fit:cover}.box_txt02{height:100%}@media (max-width:727px){.box_txt02{height:100px}}@media (max-width:700px){.box_txt02{height:110px}}@media (max-width:557px){.box_txt02{height:120px}}@media (max-width:535px){.box_txt02{height:80px}}.LINE_green_badge{background-color:#FAFAFA}.LINE_green_badge .LINE_contents{display:flex;align-items:center;padding:4.5% 10% 3.6% 11.3%;gap:clamp(60px, 6vw, 120px)}.LINE_green_badge .LINE_contents .LINE_badge_left{width:40%;display:flex;justify-content:flex-end}.LINE_green_badge .LINE_contents .LINE_badge_left .LINE_badge_icon{display:flex;justify-content:flex-end;gap:clamp(10px, 3vw, 50px)}.LINE_green_badge .LINE_contents .LINE_badge_left .LINE_badge_icon img{width:clamp(120px, 12vw, 165px)}.LINE_green_badge .LINE_contents .LINE_badge_right{width:60%}.LINE_green_badge .LINE_contents .LINE_badge_right h2{font-size:clamp(20px, 3vw, 32px);color:#23C664;padding-bottom:30px;font-weight:bold}.LINE_green_badge .LINE_contents .LINE_badge_right .line_badge_desc{font-size:clamp(12px, 2vw, 16px)}.LINE_green_badge .LINE_contents .LINE_badge_right .line_badge_desc_sp{display:none}@media (max-width:768px){.LINE_green_badge .LINE_contents{flex-direction:column-reverse;padding:80px 20px;gap:50px;text-align:center}.LINE_green_badge .LINE_contents .LINE_badge_right{width:100%}.LINE_green_badge .LINE_contents .LINE_badge_right h2{font-size:26px}.LINE_green_badge .LINE_contents .LINE_badge_right .line_badge_desc{display:none}.LINE_green_badge .LINE_contents .LINE_badge_right .line_badge_desc_sp{display:block;font-size:16px;line-height:180%}.LINE_green_badge .LINE_contents .LINE_badge_left{width:100%;display:block}.LINE_green_badge .LINE_contents .LINE_badge_left .LINE_badge_icon{justify-content:center}.LINE_green_badge .LINE_contents .LINE_badge_left .LINE_badge_icon img{width:clamp(145px, 5vw, 165px)}}.menu_title{text-align:center;line-height:1rem}.menu_title h3{color:#111111;margin-bottom:40px;font-size:24px;font-weight:bold;line-height:2}.card_wrap{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:0 1.5rem;padding:0 1rem}.card_wrap .box_txt{margin:0 auto;height:50px}.card_wrap .box_txt p{height:100%;line-height:1rem;padding:1rem;color:#111111;font-weight:lighter}.block_card03{background-color:rgba(6, 199, 85, 0.2);padding:80px 32px 80px 32px}.block_card03 .card_wrap03{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:0 1.5rem;padding:0 1rem}.block_card03 .card_wrap03 .box_txt{margin:0 auto;height:50px}.block_card03 .card_wrap03 .box_txt p{height:100%;line-height:1rem;padding:1rem;color:#111111;font-weight:lighter}.block_card03 .item_card{display:flex;flex-direction:column-reverse;margin:1rem 0;background-color:white;padding:1rem;text-align:center}.block_card03 .item_card .box_img{align-items:center;display:flex;height:110px}.block_card03 .item_card .box_img img{width:110px;height:110px;margin:0 auto;object-fit:cover}@media (max-width:560px){.block_card03 .card_wrap03{grid-template-columns:auto auto}.block_card03 .card_wrap03 .box_txt p{padding:1rem 0;font-size:0.75rem}.block_card03 .item_card .box_img{align-items:center;display:flex;height:90px}.block_card03 .item_card .box_img img{width:90px;height:90px;margin:0 auto;object-fit:cover}}.reauest_button{text-align:center;padding:80px 16px}.reauest_button02{position:relative;padding-right:15px;color:white;text-decoration:none;margin:0 auto;width:100%;background-color:#06C755;padding:12px 0;height:88px;border-radius:4px}.reauest_button02 p{font-size:32px;align-items:center;font-weight:bold;line-height:2}.reauest_button02::after{content:"";display:block;width:10px;height:10px;border-top:3px solid white;border-left:3px solid white}.arrow--right::after{transform:rotate(135deg);position:absolute;right:5%;top:35px}@media (max-width:820px){.reauest_button02 p{font-size:24px;margin-top:7px}}@media (max-width:585px){.reauest_button{text-align:center;padding:40px 16px}.reauest_button02 p{font-size:20px;margin-top:12px}.reauest_button02::after{content:none}}@media (max-width:625px){.reauest_button02::after{content:none}}@media (max-width:470px){.reauest_button02 p{font-size:16px;margin-top:15px}}@media (max-width:377px){.reauest_button02{height:60px}.reauest_button02 p{font-size:12px;margin-top:5px}}.headline{text-align:center;padding:0 100px}.headline .headline_title{display:flex;align-items:center;justify-content:center;font-size:40px;color:#06670F;width:100%;font-weight:bold;line-height:2}.headline p{font-size:24px;color:#111111;margin-top:-1rem}.headline_title:before,.headline_title:after{content:"";height:1px;flex-grow:1;background-color:#06670F;width:50px}.headline_title:before{margin-right:1rem}.headline_title:after{margin-left:1rem}@media (max-width:768px){.headline .headline_title{font-size:32px}.headline p{font-size:18px}}.performance_flex{display:flex}@media (max-width:768px){.performance_flex{flex-direction:column}}.performance{margin-top:80px;padding:0 16px}.performance .performance_title{display:flex;align-items:flex-end;margin-bottom:24px;gap:1rem}.performance .performance_title span{font-size:128px;font-weight:bold;color:rgba(6, 199, 85, 0.2)}.performance .performance_title h3{color:#111111;font-size:32px;font-weight:bold;line-height:2}.performance p{line-height:1.5rem}@media (max-width:806px){.performance .performance_title span{font-size:92px}.performance .performance_title h3{font-size:28px;line-height:2rem;margin-bottom:15px}}.performance_left{width:50%}.performance_left h4{width:120px;font-size:24px;background-color:#FFF997;padding:6px 6px;border-radius:8px;margin-top:32px;text-align:center;font-weight:bold;line-height:2}.performance_left span{font-size:24px;color:#06670F;display:block;margin:16px 0;font-weight:bold}@media (max-width:768px){.performance{margin-top:40px}.performance_left{width:100%;display:flex;justify-content:center}.performance_block01 ul li{font-size:16px}.inner{font-size:16px}}.divelopment{display:flex;gap:20px;text-align:center}.divelopment h4{width:120px;height:62px;font-size:24px;background-color:#FFF997;padding:6px 6px;border-radius:8px;margin-top:32px;text-align:center}.divelopment .divelopment_block{margin-top:24px}.divelopment .divelopment_block h5{font-weight:bold}.divelopment .divelopment_block .divelopment_block_text{align-items:center;display:flex}.divelopment .divelopment_block .divelopment_block_text span{font-size:40px;font-weight:bold}.divelopment02{display:flex;gap:20px;padding-bottom:150px}.divelopment02 h4{width:120px;height:62px;font-size:24px;background-color:#FFF997;padding:6px 6px;border-radius:8px;margin-top:32px;text-align:center}.divelopment02 .divelopment_block{margin-top:24px}.divelopment02 .divelopment_block h5{font-weight:bold}.divelopment02 .divelopment_block .divelopment_block_text{align-items:center;display:flex}.divelopment02 .divelopment_block .divelopment_block_text span{font-size:40px;font-weight:bold}@media (max-width:768px){.performance_title{flex-direction:column}.performance .performance_title{align-items:flex-start}.performance .performance_title h3{margin-bottom:0px;margin-top:-5px}.divelopment02{padding-bottom:0}.divelopment{display:flex}}.performance_right_sp{display:none}.performance_right{width:50%;padding-top:32px}.performance_right img{width:100%;height:100%;object-fit:cover;margin-bottom:-100px;padding:0 1.5rem}@media (max-width:768px){.performance_right_sp{display:block;padding-bottom:40px}.performance_right_sp img{width:100%}.performance_right{display:none}}.performance_icons{display:flex;gap:24px;padding:32px 0}.performance_icons .performance_icons_block{text-align:center}.performance_icons .performance_icons_block img{width:80px;height:80px;padding:8px}.performance_icons .performance_icons_block p{color:#111111}@media (max-width:768px){.performance_icons{display:flex;justify-content:center}}@media (max-width:429px){.performance_icons{display:flex;gap:16px}.performance_icons .performance_icons_block img{width:60px;height:60px}.performance_icons_block p{font-size:0.75rem}}.performance_comment{display:flex;height:100%;padding:0 1rem;justify-content:center;align-items:center;gap:1rem}.performance_comment .comment_left{width:80px;height:80px;border-radius:50%;margin-top:5px;padding-right:40px;margin:1rem}.performance_comment .comment_left img{width:80px;height:100%;object-fit:cover}.comment_right{position:relative;display:inline-block;width:100%;padding:1rem;max-width:100%;color:#111111;font-size:16px;background:rgba(6, 199, 85, 0.3)}.comment_right:before{content:"";position:absolute;top:55%;left:-30px;margin-top:-20px;border:15px solid transparent;border-right:15px solid rgba(6, 199, 85, 0.3)}.accordion{margin:0 auto;margin-top:32px;max-width:1200px;position:relative;width:100%}.toggle{display:none}.Label{padding:1.5em;height:88px;display:block;color:#111111;background:#FEFA98;text-align:center;font-size:24px;font-weight:bold;width:100%;padding-top:32px;cursor:pointer}@media (max-width:593px){.Label02{font-size:20px}}@media (max-width:768px){.accordion{padding:0 16px}.Label{font-size:20px;padding-top:32px}.accordion .Label::before{top:calc(50% - 12px)}}@media (max-width:350px){.accordion .Label::before{content:none}}.Label::before{content:"";width:10px;height:10px;border-top:2px solid #111111;border-right:2px solid #111111;-webkit-transform:rotate(45deg);position:absolute;top:calc(50% - 6px);right:80px;transform:rotate(135deg)}.Label,.accordion_content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all 0.3s}.accordion_content{height:0;margin-bottom:10px;padding:0 20px;overflow:hidden}.toggle:checked+.Label+.accordion_content{height:auto;padding:32px 0;transition:all 0.3s}.toggle:checked+.Label::before{transform:rotate(-45deg) !important}.accordion_content{text-align:center}.accordion_content .team h5{font-size:24px;font-weight:bold;background-color:#FEFA98;width:180px;margin:0 auto;margin-bottom:32px;border-radius:8px;padding:8px 24px}@media (max-width:768px){.accordion_content .team h5{font-size:16px}}.accordion_content .content01{margin:0 auto;border-collapse:collapse}.accordion_content .content01 th{padding:10px;background-color:rgba(6, 199, 85, 0.2);border:solid 1px #B6B6B6}.accordion_content .content01 td{padding:10px;border:solid 1px #B6B6B6}.accordion_content .content01 tr:nth-child(odd){background:rgba(6, 199, 85, 0.2)}.accordion_wrap{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:0 1.5rem}.accordion_wrap .item_card{display:flex;flex-direction:column-reverse;margin-bottom:1rem;border:1px solid #06C755;border-radius:4px}.accordion_wrap .item_card .box_txt{height:60px;color:#06C755}.accordion_wrap .item_card .box_txt p{margin-top:22px;height:100%;line-height:1rem;color:#06C755;font-weight:lighter}.block_card03{background-color:rgba(6, 199, 85, 0.2);padding:80px 32px 80px 32px}.technical{margin-top:40px}.technical h5{font-size:24px;font-weight:bold;background-color:#FEFA98;width:180px;margin:0 auto;margin-bottom:32px;border-radius:8px;padding:8px 24px}@media (max-width:768px){.technical h5{font-size:16px}}.about_enlyt .about_enlyt_block{display:flex;justify-content:center;align-items:center;gap:2rem;height:auto;width:100%;margin-bottom:80px}.about_enlyt h2{text-align:center;line-height:3.5rem;font-size:40px;color:#111111;padding:40px 0 40px 0;font-weight:bold}.about_enlyt .about_enlyt_left{width:50%;padding-left:16px}.about_enlyt .left_title{display:flex;gap:0.5rem;align-items:center;justify-content:flex-start;align-items:center}.about_enlyt .left_title span{width:40px;height:40px;background-color:#CDFC52;border-radius:50%;font-size:24px;text-align:center;padding-top:8px;font-weight:bold}.about_enlyt .left_title p{font-size:24px;font-weight:bold}.about_enlyt .left_txt p{line-height:1.5rem;padding-top:24px}.about_enlyt_right{width:50%;display:flex;justify-content:center;align-items:center;padding:1rem}.about_enlyt_right img{width:100%;height:100%;object-fit:contain}@media (max-width:768px){.about_enlyt_block{flex-direction:column}.about_enlyt_block .about_enlyt_left{width:100%}.about_enlyt_block .about_enlyt_right{width:100%}}@media (max-width:772px){.about_enlyt h2{font-size:32px;line-height:2rem}}.about_supremetech{text-align:center}.about_supremetech h2{font-size:40px;font-weight:bold;line-height:2}.about_supremetech p{padding:40px 0 24px 0}.about_supremetech .supremetech_block{display:flex}.about_supremetech .supremetech_block .supremetech_left{width:50%;padding:0 1rem}.about_supremetech .supremetech_block .supremetech_left img{width:100%;height:100%;object-fit:contain}.supremetech_right{width:50%}.supremetech_right h3{color:#000;font-size:24px;font-weight:bold;line-height:2}.supremetech_right span{background:linear-gradient(transparent 60%, #CDFC52 60%)}.supremetech_right img{margin-top:1rem}@media (max-width:772px){.about_supremetech h2{font-size:32px}}@media (max-width:768px){.supremetech_block{flex-direction:column;gap:1.5rem}.supremetech_left{width:100%;padding:1.5rem 0;margin:0 auto}.supremetech_right{width:100%}}.table{border:2px solid #7C7C7C;border-collapse:separate;border-spacing:0;border-radius:6px;margin:0 auto;margin:0 16px;text-align:center;display:block;overflow-x:scroll;white-space:nowrap;-webkit-overflow-scrolling:touch}table tbody{width:100%;display:table}.table tbody th,.table tbody td{padding:12px;border-bottom:1px solid #7C7C7C;padding:16px 56px}.table tbody th{background-color:#7C7C7C;color:#fff}.table tbody td{border-left:1px solid #7C7C7C}.table tbody tr:last-child th,.table tbody tr:last-child td{border-bottom:none}.table tr:nth-child(2n) td{background-color:#D7D7D7}.compliance{padding-bottom:40px}.compliance h2{padding-top:80px;font-weight:bold;line-height:2}.compliance .compliance_block{display:flex;justify-content:center;align-items:center;padding:0 7rem;text-align:center;gap:1rem;border-bottom:1px solid #D9D9D9;margin-bottom:1rem;margin:0 1rem}.compliance .compliance_block .compliance_right{padding:16px;text-align:left;margin:0 auto}.compliance .compliance_block .compliance_right .title{padding:0;font-weight:bold}.compliance .compliance_block .compliance_right .txt{padding:0;line-height:1.25rem}.compliance .compliance_block .compliance_left{height:100px;padding-left:1rem;aspect-ratio:1.7777777778}.compliance .compliance_block .compliance_left img{width:100%;height:100%;object-fit:contain;align-items:center;padding:0.25rem}@media (max-width:768px){.compliance .compliance_block{padding:0 1.5rem}.compliance_block{flex-direction:column}}.footer{z-index:99;width:100%;height:80px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:32px;margin-bottom:32px}.footer .logo{width:160px}.footer .logo img{width:100%}.footer .footer-items{display:flex;flex-direction:row;align-items:center;gap:1rem}.footer .footer-items .footer-button{padding:0px 24px;border-radius:8px;line-height:50px;display:inline-flex;align-items:center}.footer .footer-items .footer-button img{width:30px;margin:0 8px}@media (max-width:768px){.footer{padding:0 16px}}@media (max-width:768px){.footer .footer-items .footer-button{padding:0px 16px;line-height:45px}.footer .footer-items .footer-button img{width:18px}.footer .footer-items .footer-button a{font-size:0.75rem}}.footer.change-color{background-color:#00cc99;transition:0.3s}.contact01{color:white;background-color:#06C755;box-sizing:border-box;transition:0.2s}.contact-button:hover{color:white;background-color:#06C755}.footer02{z-index:99;width:100%;height:80px;padding:0px 0px 40px 0px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.footer02 .logo p{padding:0;color:#5F5572}.footer02 .footer-items02{display:flex;flex-direction:row;align-items:center;gap:1rem}.footer02 .footer-items02 .footer-button{padding:0px 24px;border-radius:8px;line-height:50px;display:inline-flex;align-items:center}.footer02 .footer-items02 .footer-button img{width:30px;margin:0 8px}@media (max-width:768px){.footer02{padding:0 16px}}@media (max-width:463px){.footer .logo{width:100px}.footer .logo img{width:100%;height:100%}.footer .footer-items{padding-right:16px}.footer .footer-items .footer-button{padding:0px 8px;line-height:40px;font-size:0.75rem;margin-right:-16px}.footer .footer-items .footer-button img{width:16px}}@media (max-width:340px){.footer .footer-items .footer-button{padding:0px 8px;line-height:40px;font-size:0.5rem}}