@charset "UTF-8";:root{--black-color: #1a1a1a;--white-color: #fff;--primary-color: #e14132;--green-color: #2e8662;--sub-color: #fff4f4}:root{--content-pc-width: 800px}html{scroll-behavior:smooth}body{color:var(--black-color);font-size:20px;font-family:Zen Kaku Gothic New,sans-serif;line-height:1.6;letter-spacing:.04em}@media screen and (max-width:450px){body{font-size:16px}}.l_container{max-width:calc(var(--content-pc-width) + 32px);margin:0 auto;padding:0 16px}@media screen and (max-width:450px){.l_container{max-width:100%}}.l_header{height:100%;width:calc(100% - 32px);max-width:950px;display:flex;align-items:center;padding:8px 10px;justify-content:space-between;margin:40px auto 0;box-shadow:0 0 4px #dbd7d7;border-radius:50px}@media screen and (max-width:450px){.l_header{margin:14px 16px 0}}.l_header-logo_img{max-width:70px}@media screen and (max-width:450px){.l_header-logo_img{max-width:45px}}.l_header_contact-button_link{display:flex;align-items:center;justify-content:center;padding:10px 24px;background-color:var(--primary-color);color:var(--white-color);border-radius:50px;height:70px;font-weight:700;font-size:20px;letter-spacing:.06em;transition:.2s}.l_header_contact-button_link:hover{opacity:.7}@media screen and (max-width:450px){.l_header_contact-button_link{padding:10px 14px;height:45px;font-size:14px}}.l_section{padding-top:80px;padding-bottom:80px}@media screen and (max-width:450px){.l_section{padding-top:40px;padding-bottom:40px}}.l_footer{padding:16px;text-align:center;font-size:12px;margin-top:80px}@media screen and (max-width:450px){.l_footer{padding:8px;margin-top:60px}}.mv{margin-top:40px}@media screen and (max-width:450px){.mv{margin-top:24px}}.mv_title-box_sub-title,.mv_title-box_main-title{text-align:center;font-weight:500;letter-spacing:.06em;line-height:1}.mv_title-box_sub-title{font-size:32px}@media screen and (max-width:450px){.mv_title-box_sub-title{font-size:24px}}.mv_title-box_main-title{font-size:40px;margin-top:12px}@media screen and (max-width:450px){.mv_title-box_main-title{font-size:32px;margin-top:8px}}.mv_img-wrapper{margin:40px auto 0}@media screen and (max-width:450px){.mv_img-wrapper{margin:32px auto 0;max-width:400px}}.mv_img{border-radius:12px}.section1{background-image:url(/assets/section1_bg-B9wlPHAC.webp);background-size:cover;background-repeat:no-repeat;background-position:top center;margin-top:80px}.section1_list{margin-top:60px;display:flex;flex-direction:column;gap:40px;justify-content:center;align-items:center}@media screen and (max-width:450px){.section1_list{gap:30px;margin-top:50px}}.section1_list_item{display:flex;flex-direction:column;align-items:center;background-color:var(--white-color);border-radius:8px;padding:35px 12px;width:400px}@media screen and (max-width:450px){.section1_list_item{width:100%;max-width:305px}}.section1_list_item_desc{text-align:center;font-weight:500;font-size:20px}@media screen and (max-width:450px){.section1_list_item_desc{font-size:16px;width:100%}}.section1_list_item_image{margin-top:32px;width:210px;height:auto}@media screen and (max-width:450px){.section1_list_item_image{margin-top:24px;width:180px}}.section1_text{margin:40px auto 0;max-width:600px;width:calc(100% - 32px);color:var(--white-color);font-weight:600;background-image:repeating-linear-gradient(90deg,#ffffff,#ffffff 6px,transparent 6px,transparent 12px),repeating-linear-gradient(90deg,#ffffff,#ffffff 6px,transparent 6px,transparent 12px);background-position:left top,left bottom;background-repeat:repeat-x,repeat-x;background-size:100% 1px,100% 1px;padding:24px 0;line-height:1.8;text-align:center}@media screen and (max-width:450px){.section1_text{max-width:390px;font-size:15px}}.section2_title-box{display:flex;align-items:center;gap:4px;flex-direction:column}.section2_title_icon{width:90px;height:auto}@media screen and (max-width:450px){.section2_title_icon{width:60px}}.section2_title_main-title{font-size:28px;font-weight:600}@media screen and (max-width:450px){.section2_title_main-title{font-size:24px}}.section2_title_main-title span{color:var(--primary-color)}.section2_list{margin-top:40px;display:flex;flex-wrap:wrap;justify-content:center;gap:24px}@media screen and (max-width:450px){.section2_list{margin-top:24px;gap:16px}}.section2_list_item{background-color:var(--sub-color);border-radius:8px;padding:24px 12px;width:calc((100% - 24px)/2);display:flex;flex-direction:column;align-items:center}@media screen and (max-width:450px){.section2_list_item{padding:14px 12px;width:calc((100% - 16px)/2)}}.section2_list_item_image{max-width:250px}@media screen and (max-width:450px){.section2_list_item_image{max-width:180px}}.section2_list_item_desc{text-align:center;font-size:18px;font-weight:500;margin-top:8px}@media screen and (max-width:450px){.section2_list_item_desc{margin-top:4px;font-size:14px}}.banner1_img{object-fit:cover;width:100%;height:auto;max-height:250px}@media screen and (max-width:450px){.banner1_img{max-height:135px}}.note{font-size:14px;color:#666;text-align:left;line-height:1.6;margin-top:25px;padding:0 20px}.cta-button_link{display:flex;align-items:center;justify-content:center;padding:10px 24px;background-color:var(--primary-color);color:var(--white-color);border-radius:50px;height:85px;font-weight:700;font-size:28px;letter-spacing:.08em;max-width:320px;margin:60px auto 0;transition:.2s}.cta-button_link:hover{opacity:.7}@media screen and (max-width:450px){.cta-button_link{padding:10px 14px;height:45px;font-size:24px;max-width:280px;height:75px;margin:40px auto 0}}.banner2_wrapper{max-width:800px;margin:60px auto 0}@media screen and (max-width:450px){.banner2_wrapper{margin:40px auto 0}}.banner2_text{text-align:center;font-size:24px;font-weight:500;padding:0 16px}@media screen and (max-width:450px){.banner2_text{font-size:21px}}.banner2_img{margin:24px auto 0;object-fit:cover;width:100%;height:auto}@media screen and (max-width:450px){.banner2_img{margin-top:24px}}.section3{background-image:url(/assets/section3_bg-dWk7RnfN.webp);background-repeat:no-repeat;background-position:center top;background-size:cover}.section3_list{margin:40px auto;display:flex;flex-wrap:wrap;justify-content:center;gap:30px}@media screen and (max-width:450px){.section3_list{margin:24px auto auto;padding:0 30px;gap:24px}}.section3_list_item{background-color:var(--white-color);border-radius:8px;padding:14px 12px;width:calc((100% - 30px)/2);max-width:260px;aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:450px){.section3_list_item{width:calc((100% - 24px)/2)}}.section3_list_item_desc{text-align:center;font-size:18px;font-weight:500;margin-top:24px}@media screen and (max-width:450px){.section3_list_item_desc{margin-top:16px;font-size:12px}}.section3_list_item_image{width:120px;height:auto}@media screen and (max-width:450px){.section3_list_item_image{width:80px;height:auto}}.banner3_wrapper{max-width:800px;margin:0 auto}.banner3_img{margin:0 auto;object-fit:cover;width:100%;height:auto}.banner3_text{text-align:center;font-size:24px;font-weight:500;padding:0 16px;margin-top:24px;white-space:nowrap}@media screen and (max-width:450px){.banner3_text{font-size:20px}}.cta-button2_link{display:flex;align-items:center;justify-content:center;padding:10px 24px;background-color:var(--green-color);color:var(--white-color);border-radius:50px;height:85px;font-weight:700;font-size:28px;letter-spacing:.08em;max-width:320px;margin:60px auto 0;transition:.2s}.cta-button2_link:hover{opacity:.7}@media screen and (max-width:450px){.cta-button2_link{padding:10px 14px;height:45px;font-size:24px;max-width:280px;height:75px;margin:40px auto 0}}
