:root{--w:390px;--h:844px;--search-keyboard-inset:0px;--search-floating-gap:16px;--bg:#f4f4f4;--text:#111;--line:#e5e7eb;--primary:#007aff;--shadow-item:0 .6rem 1.8rem #0000001a;font-size:62.5%}*{box-sizing:border-box}html,body{height:100%;color:var(--text);background:var(--bg);margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:clamp(1.4rem,1.25rem + .5vw,1.6rem)}.screen{width:100%;max-width:var(--w);min-height:min(100dvh, var(--h));background:var(--bg);grid-template-rows:auto auto 1fr;margin:0 auto;display:grid}.header{grid-template-columns:4.4rem 1fr 4.4rem;align-items:center;padding:1rem 1.2rem .8rem;display:grid}.icon_btn{background:var(--bg);cursor:pointer;-webkit-tap-highlight-color:transparent;border:.2rem solid #fff;border-radius:9.9rem;justify-content:center;align-items:center;width:4.4rem;height:4.4rem;padding:.4rem;display:flex;box-shadow:0 0 1.2rem #0000001f}.icon_btn_img{width:2.4rem;height:2.4rem;display:block}.header-title{text-align:center;letter-spacing:.02em;margin:0;font-size:1.6rem;font-weight:600}.header-title_link{color:inherit;text-decoration:none}.progress{padding:.5rem 1.6rem .8rem}.progress_track{background:var(--line);border-radius:.3rem;width:100%;height:.6rem;overflow:hidden}.progress_fill{background:var(--primary);border-radius:.3rem;height:100%;transition:width .3s ease-in-out}.main{padding:0 1.6rem 1.6rem}body[id=page-step3] .main,body[id=page-step4] .main{flex-direction:column;padding-bottom:12rem;display:flex}body[id=page-step5] .screen{grid-template-rows:auto 1fr;height:100dvh;min-height:100dvh;overflow:hidden}body[id=page-step5] .main{padding:0 1.6rem;display:flex;overflow:hidden}body[id=page-step5].loading-screen-locked{overscroll-behavior:none;overflow:hidden}body[id=page-step6] .screen{grid-template-rows:auto 1fr;min-height:101.5rem}body[id=page-step6] .main{padding:2.3rem 0 13rem;display:block}body[id=page-kiyaku]{overflow:hidden}body[id=page-kiyaku] .screen{grid-template-rows:auto 1fr;height:100dvh;min-height:100dvh;overflow:hidden}body[id=page-kiyaku] .main{flex-direction:column;min-height:0;padding:2.3rem 0 4rem;display:flex;overflow:hidden}.note_text{margin:0 0 0 1rem;font-size:1.5rem;font-weight:600;line-height:175%}.section-info{align-items:center;min-height:3.5rem;display:flex}.section_title{letter-spacing:.002em;margin:.4rem 1.2rem 1.6rem;font-size:2.8rem;font-weight:600;line-height:175%}.item_grid{grid-template-columns:repeat(2,1fr);gap:1.6rem 1.2rem;display:grid}.item{color:#000;width:100%;box-shadow:var(--shadow-item);cursor:pointer;appearance:none;-webkit-tap-highlight-color:transparent;background:#fff;border:0;border-radius:2.2rem;align-items:center;gap:.6rem;padding:1.2rem 1.4rem;transition:transform .1s;display:flex}.item:active{transform:translateY(.2rem)}.item_icon{object-fit:contain;flex:0 0 2.8rem;width:2.8rem;height:2.8rem;display:block}.item_label{letter-spacing:.01em;white-space:nowrap;font-size:clamp(1.7rem,4.5vw,2rem);font-weight:700;position:relative;top:-.1rem}.treasure_row{justify-content:flex-end;align-items:center;padding:2rem 2.4rem;display:flex}.treasure_link{color:var(--primary);align-items:center;gap:.4rem;font-size:1.5rem;font-weight:600;line-height:175%;text-decoration:none;display:inline-flex}.treasure_link_icon{width:2.8rem;height:2.8rem;display:block}.tag-list{flex-wrap:wrap;gap:.4rem;display:flex}.tag-list-group{flex-direction:column;width:100%;display:flex}.tag-item{color:var(--text);background:#fdd000;border-radius:1.8rem;align-items:center;min-height:3rem;margin:.8rem 0;padding:0 1rem;font-size:1.5rem;font-weight:600;line-height:1.2;display:inline-flex}#tag-list-row2 .tag-item{margin-top:0}.selection-list{background:#fff;border-radius:2.2rem}.selection-item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:1.2rem;padding:1.8rem 1.6rem;font-family:inherit;font-size:1.5rem;font-weight:600;display:flex}.selection-list_more{cursor:pointer;background:0 0;border:none;justify-content:flex-end;align-items:center;width:100%;min-height:4.4rem;padding:0 1.6rem;display:flex}.selection-list_more-icon{width:3.2rem;height:3.2rem}.selection-list .selection-item:nth-child(n+6){display:none}.selection-list.is-expanded .selection-item{display:flex}.selection-list.is-expanded .selection-list_more{display:none}.selection-item_check-icon{visibility:hidden;width:2.4rem;height:2.4rem}.selection-item.is-active .selection-item_check-icon{visibility:visible}.search-container{padding:2.4rem .4rem .8rem}.search-overlay{z-index:5;opacity:0;visibility:hidden;background-color:#0009;width:100%;height:100%;transition:opacity .2s ease-in-out,visibility .2s;position:fixed;top:0;left:0}body.search-input-active .search-overlay{opacity:1;visibility:visible}body[id=page-step3] .search-container,body[id=page-step4] .search-container{z-index:6;width:calc(100% - 32px);max-width:calc(var(--w) - 8px);will-change:bottom;backface-visibility:hidden;padding:1.6rem .4rem calc(.8rem + env(safe-area-inset-bottom)) .4rem;background:0 0;margin-top:0;position:fixed;bottom:0;left:50%;transform:translate(-50%)}body[id=page-step3].search-input-active .search-container,body[id=page-step4].search-input-active .search-container{bottom:calc(var(--search-keyboard-inset) + var(--search-floating-gap));padding:16px .4rem .8rem}body[id=page-step3].search-input-active,body[id=page-step4].search-input-active{overscroll-behavior:none;overflow:hidden}.search-input{border:1px solid var(--line);background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAzpJREFUeAHtWcF12zAMhd0FPAI7QXPsLfIETo89xZkg9gSWJkg6QZQJ6h57qjJB3A04gjdwgejzmVVJkZRlqX31fw+B6JAgP0hCJER0wQX/NyZ0IvI8n7G6YlmwKDwrq4qG7FheWCpus6ee0JkAD0KxumdZsswoDSXLM9uo6EQkE4DHNywr6+eK5Sf0jutoq76i48zILGVWuy3L2q6fiiQC3NENqyc6erykRE+C0JLllrDUJpNJvtlsCuqAaAJFUWwOh0OOYsVyd4rnQCSnmohgC5tJ+yOKQGPwMuWP1BMwqw9Uz4Zs9HkKiWmogjV4Mfqpz8EL2J54fk51pJJ98pTS/l3A+JKVGfBndNY7qqraZ1n2jR9lNj7y84x/+x7T1ruEsEZ/UD21BZdzOjO4iwx9CuYxwaFtCUmoVCzlEIMXYMCF1X8QU48hRXWoI8vgUJAlq1kyLOFW+GbAsC9PCZVdgAhknHYbqu8jkEEP7X0DCRZCJMO+8OIPAmigqHEkGBKYhWcUs7a6rhm4gX6hcVFBX7dVchH4AH2WmJ+ACvqqrZKLgILu7czeBVhGmmWGqOiElwA32tH4ME703jeCZ6GR8c8TCMJFQMuftnU3IBS09lVwEdg3Go8CXF0VnrWvnouAif+t4WsAmP5bg4mLgGmwoHER9UJ1EbDPIanpkj6xsMbjhessJIM3s7CiEWCdx3ToUuMLo+YUej/SLDw0xuGF70JTUX0WMUmswYBLjGxgTRHnsbYX2R30KnQm7wt49xiHFTHplWmLMc1qjeLXc7/YsFRNEqHkchnTbhowKvdTuVi8GT8XicbgNSXcBGPOQhKJdjAuJHp9wVnpm052gwSwDiVzJhtKsbxKto56ANuR9PwrHTetpqOjVIyN1Ox0TsdNpqneaCUlAkFB7GT46S2xS1iqdFxK89C9PIkAOldWJ4SOKqr3ys4VOcxXHE6jX3OedUm/3/rWthMa9nWIRDIBq6Ml1V9ommvXXAVFzyDKUecLy6OHsNSPItGZgNWZEJCDl2QPrsh/ezLfyLZ5RM4zlsTJBDwdG8+Ld/d5x/xSDIneCfSNJgkuv7f//9ffieFx8wHkggsuaOAX511Cj10OBZcAAAAASUVORK5CYII=) 1.2rem/2.4rem 2.4rem no-repeat;border-radius:2.2rem;width:100%;height:4.4rem;padding:1rem 1.2rem 1rem 4rem;font-size:1.6rem;font-weight:300;box-shadow:0 0 12px #0000001f}.search-input::placeholder{color:gray}.search-result-count{color:#000;margin:0 1.2rem 1.2rem;font-size:1.4rem;font-weight:600;line-height:1.6}body.search-input-active .search-result-count{color:#fff}body[id=page-takarabako] .main{justify-content:center;align-items:flex-start;padding-top:.8rem;display:flex}.treasure-card{background:#fff;border-radius:2.2rem;width:100%;max-width:35.8rem;overflow:hidden}.card-header{align-items:center;gap:.4rem;padding-top:.8rem;display:flex}.card-header_icon{width:3.2rem;height:3.2rem;margin-left:1.6rem}.card-header_title{margin:0;font-size:2rem;font-weight:600}.card-header_close-btn{cursor:pointer;color:#ccc;background:0 0;border:none;margin-left:auto;margin-right:.9rem;line-height:1}.card-header_close-btn img{width:3.2rem;height:3.2rem;display:block}.treasure-card .tag-list{gap:.4rem;padding:.8rem 1.8rem}.treasure-card .tag-item{margin:8px 0 0;padding:.6rem 1rem;font-size:1.5rem}.action-area{padding:2rem 2.4rem}.add-button{border:.2rem solid var(--primary);width:100%;height:4.7rem;color:var(--primary);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border-radius:9.9rem;font-size:2.2rem;font-weight:600;transition:background-color .2s,color .2s}.add-button:active{background-color:var(--primary);color:#fff}.loading_main{flex:1;justify-content:center;align-items:center;width:100%;max-width:39rem;margin:0 auto;padding-bottom:0;display:flex;position:relative}.diagnosis_loading{touch-action:none;flex-direction:column;justify-content:center;align-items:center;gap:2.4rem;width:100%;min-height:100%;display:flex}.diagnosis_visual{aspect-ratio:780/293;width:calc(100% - 3.2rem);max-width:35.8rem;position:relative;overflow:hidden}.diagnosis_frame{object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.diagnosis_frame[hidden]{display:none}.diagnosis_text{color:#000;letter-spacing:.002em;text-align:center;width:100%;max-width:33.4rem;margin:0;padding:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.5rem;font-weight:600;line-height:175%}.result_main{width:100%;max-width:39rem;margin:0 auto}.result_heading{color:#000;letter-spacing:.002em;text-align:left;width:100%;max-width:33.4rem;min-height:4.9rem;margin:0 auto;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:2.8rem;font-weight:600;line-height:175%}.result_card{background:#ffed90;border-radius:2.2rem;grid-template-rows:11.8rem 17.4rem 2.6rem auto;width:calc(100% - 3.2rem);max-width:35.8rem;min-height:40rem;margin-top:1.6rem;margin-left:auto;margin-right:auto;display:grid;overflow:hidden}.result_card_keyvisual{height:11.8rem}.result_card_estimate{color:#333;letter-spacing:.002em;text-align:center;width:calc(100% - 3.2rem);height:8.2rem;margin:2.8rem 1.6rem 0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.5rem;font-weight:600;line-height:175%}.result_card_estimate_label,.result_card_estimate_value_line{display:block}.result_card_estimate_amount{font-size:2.8rem;line-height:175%}.result_card_visual{height:17.4rem;padding-top:5rem}.result_card_illust{width:15.7rem;height:7.4rem;margin:0 auto;display:block}.result_card_treasure_label{color:#000;letter-spacing:.002em;text-align:center;width:calc(100% - 4.8rem);height:2.6rem;margin:0 auto;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.5rem;font-weight:600;line-height:175%}.result_card_detail{box-sizing:border-box;min-height:8.2rem;padding:1.2rem 2.4rem 2rem}.result_card_treasure_detail{color:#000;letter-spacing:.003em;text-align:left;width:100%;min-height:5rem;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.5rem;font-weight:400;line-height:169%}.result_card_treasure_detail span{display:block}.result_note,.result_contact_note{color:gray;letter-spacing:.002em;text-align:left;width:100%;max-width:31rem;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.2rem;font-weight:400;line-height:180%}.result_note{min-height:6.6rem;margin-top:2rem;margin-left:auto;margin-right:auto}.result_remaining{color:#000;letter-spacing:.002em;text-align:center;width:100%;max-width:33.4rem;min-height:2.6rem;margin:2rem auto 0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.5rem;font-weight:600;line-height:175%}.result_continue_button{color:#007aff;letter-spacing:.002em;white-space:nowrap;cursor:pointer;background:#fff;border:.2rem solid #007aff;border-radius:99.9rem;justify-content:center;align-items:center;width:100%;max-width:31rem;height:4.7rem;margin-top:2.4rem;margin-left:auto;margin-right:auto;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:2.2rem;font-weight:600;line-height:175%;text-decoration:none;display:flex}.result_continue_button:disabled{opacity:.5;pointer-events:none}.result_footer_note{color:#007aff;letter-spacing:.002em;text-align:center;width:100%;margin:0 0 1.2rem;font-size:1.2rem;font-weight:600;line-height:180%}.result_cta_row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;width:100%;max-width:34.2rem;margin-top:2rem;margin-left:auto;margin-right:auto;display:grid}.result_primary_button{color:#fff;letter-spacing:.002em;white-space:nowrap;cursor:pointer;text-align:center;box-sizing:border-box;background:#007aff;border:none;border-radius:99.9rem;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;width:100%;height:6.5rem;padding:.4rem 1.2rem;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:2.2rem;font-weight:600;line-height:1;display:flex}.result_primary_button_note{letter-spacing:.002em;vertical-align:middle;font-size:1.5rem;font-weight:600;line-height:1;display:inline-block}.result_contact_note{min-height:4.4rem;margin:2rem auto 4rem}.result_footer-action{z-index:10;background:#fff;border-radius:2.2rem 2.2rem 0 0;flex-direction:column;align-items:center;width:100%;padding:1.2rem 2.4rem 2rem;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 1.2rem #0000001f}body[id=page-step6] .result_footer-action .result_contact_note{text-align:center;color:gray;min-height:auto;margin:0;font-weight:300}body[id=page-step6] .result_footer-action .result_cta_row{gap:.8rem;margin:0}.kiyaku_main{width:100%;max-width:39rem;min-height:0;margin:0 auto}.kiyaku_title{color:#000;letter-spacing:.002em;width:100%;max-width:33.4rem;min-height:4.9rem;margin:0 auto;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:2.8rem;font-weight:600;line-height:175%}.kiyaku_cards{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;border-radius:2.2rem;flex:auto;width:calc(100% - 3.2rem);max-width:35.8rem;min-height:0;margin-top:1.6rem;margin-left:auto;margin-right:auto;overflow-y:auto}.kiyaku_card{background:#fff;width:100%}.kiyaku_card_heading{border-radius:2.2rem 2.2rem 0 0;padding:2rem 2.4rem 0}.kiyaku_card_intro{padding:1.2rem 2.4rem 0}.kiyaku_card_section_title{padding:2rem 2.4rem 0}.kiyaku_card_section_body{padding:1.2rem 2.4rem 0}.kiyaku_card_section2{padding-bottom:2rem}.kiyaku_card_privacy{border-radius:0 0 2.2rem 2.2rem;padding-bottom:2rem}.kiyaku_heading_text,.kiyaku_section_title,.kiyaku_body_text{color:#000;width:100%;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif}.kiyaku_heading_text,.kiyaku_section_title{letter-spacing:.002em;font-size:1.5rem;font-weight:600;line-height:175%}.kiyaku_body_text{letter-spacing:.002em;font-size:1.2rem;font-weight:400;line-height:180%}.kiyaku_policy_link{color:#007aff;font-weight:600;text-decoration:none}.kiyaku_notice{color:gray;letter-spacing:.002em;width:100%;max-width:31rem;min-height:4.4rem;margin:2rem auto 0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.2rem;font-weight:400;line-height:180%}.kiyaku_submit_button{color:#fff;letter-spacing:.002em;text-align:center;box-sizing:border-box;background:#007aff;border-radius:99.9rem;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;width:100%;max-width:31rem;height:6.5rem;margin-top:4rem;margin-left:auto;margin-right:auto;padding:.4rem 4.5rem;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:2.2rem;font-weight:600;line-height:1;text-decoration:none;display:flex}.kiyaku_submit_button_main{white-space:nowrap;display:inline-block}.kiyaku_submit_button_note{letter-spacing:.002em;vertical-align:middle;font-size:1.5rem;font-weight:600;line-height:1;display:inline-block}body[id=page-added\.html] .screen{grid-template-rows:auto 1fr auto;min-height:100dvh}body[id=page-added\.html] .main{flex-direction:column;align-items:center;padding:1.6rem 1.6rem 12rem;display:flex}.message-box{text-align:center;background:#fff;border-radius:2.2rem;width:100%;max-width:35.8rem;margin-top:1.1rem;padding:1.35rem 1.6rem;font-size:2.8rem;font-weight:600;position:relative}.message-box:after{content:"";border-top:1.5rem solid #fff;border-left:1rem solid #0000;border-right:1rem solid #0000;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.illustration-area{text-align:center;margin:1.5rem -1.6rem 2rem;padding:6rem 0}.illustration-takarabako{width:100%;height:10rem}body[id=page-added\.html] .treasure_row{justify-content:flex-end;width:100%;padding:2.1rem 4rem 0 0}.action-guide{flex-direction:column;align-items:center;width:100%;display:flex}.guide-text{margin:0;font-size:1.5rem;font-weight:600;line-height:1.75}.btn-continue{border:.2rem solid var(--primary);width:100%;max-width:31rem;height:4.7rem;color:var(--primary);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border-radius:9.9rem;margin-top:2rem;font-size:2.2rem;font-weight:600}.footer-action{width:100%;max-width:var(--w);box-sizing:border-box;z-index:10;background:#fff;border-radius:2.2rem 2.2rem 0 0;padding:2rem 4rem;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -.4rem 1.2rem #00000014}.btn-start-diagnosis{background:var(--primary);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:9.9rem;width:100%;max-width:31rem;height:4.7rem;margin:0 auto;font-size:2.2rem;font-weight:600;display:block}body[id=page-apply] .screen{background:var(--bg);grid-template-rows:auto 1fr}body[id=page-apply] .main{flex-direction:column;padding:1.5rem 1.6rem;display:flex}.apply-container{flex-direction:column;width:100%;max-width:39rem;margin:0 auto;display:flex}.apply-title{text-align:left;margin:0 0 1.6rem;padding:0 .8rem;font-size:2.8rem;font-weight:600}.apply-description{text-align:left;max-width:33.4rem;margin:0 0 2rem;padding:0 .8rem;font-size:2rem;font-weight:600;line-height:1.75}.info-group{flex-direction:column;gap:1.6rem;width:100%;margin-bottom:1.6rem;display:flex}.info-block{width:100%}.info-label{color:var(--text);text-align:left;margin-bottom:.8rem;padding-left:1.6rem;font-size:1.2rem;font-weight:600;display:block}.info-card{text-align:left;background:#fff;border-radius:2.2rem;width:100%;max-width:35.8rem;padding:1.6rem 2.4rem}.info-block:first-child .info-card,.info-block:nth-child(2) .info-card{padding-top:.8rem;padding-bottom:.8rem}.info-block:nth-child(3) .info-card{align-items:flex-start;height:auto;min-height:8.3rem;padding-top:1.2rem;padding-bottom:1.2rem;display:flex}.info-value{margin:0;font-weight:300}.info-value.large{font-size:2.8rem;font-weight:600;line-height:1.75}.info-value.items{font-size:1.5rem;font-weight:300;line-height:1.69}.apply-note{color:gray;text-align:left;max-width:31rem;margin:.4rem 2.4rem 2rem;font-size:1.2rem;font-weight:300;line-height:1.8}.tel-info{text-align:center;margin-top:2rem;margin-bottom:1.6rem;font-size:1.5rem;font-weight:600;line-height:1.75}.tel-info p{margin:0}.btn-tel-apply{background:var(--primary);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:9.9rem;justify-content:center;align-items:center;width:100%;max-width:31rem;height:4.7rem;margin:0 auto;font-size:2.2rem;font-weight:600;text-decoration:none;display:flex}.apply-note-sub{color:gray;text-align:left;margin:2rem 2.4rem;font-size:1.2rem;font-weight:300}.dialog-overlay{z-index:1000;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.dialog-box{background-color:#000000e6;border-radius:3.4rem;flex-direction:column;gap:1.2rem;width:29.8rem;padding:2.6rem 1.4rem;display:flex}.dialog-button{cursor:pointer;border:none;border-radius:9.9rem;justify-content:center;align-items:center;width:100%;height:4.6rem;font-size:1.5rem;font-weight:600;text-decoration:none;display:flex}.dialog-button.primary{color:#fff;background-color:#007affcc}.dialog-button.secondary{color:#fff;background-color:#dfdfdf33}[hidden]{display:none!important}body[id=page-takarabako-list] .screen{background:var(--bg);grid-template-rows:auto 1fr auto}body[id=page-takarabako-list] .main{padding:1.5rem 1.6rem calc(12rem + env(safe-area-inset-bottom));flex-direction:column;min-height:100dvh;display:flex}.takarabako-list-container{flex-direction:column;align-items:center;width:100%;display:flex}.list-title{text-align:left;width:100%;margin:0 0 1.6rem;padding-left:1.2rem;font-size:2.8rem;font-weight:600}.list-description{text-align:left;width:100%;margin:0 0 2.8rem;padding-left:1.2rem;font-size:2rem;font-weight:600}.takarabako-slots{flex-direction:column;gap:2rem;width:100%;margin-bottom:2rem;display:flex}.takarabako-card{background:#fff;border-radius:2.2rem;width:100%;padding:0 0 .3rem 1.6rem}.takarabako-card:not(.empty){padding-bottom:2rem}.takarabako-card.empty .card-header{padding-bottom:0}.takarabako-card.empty .card-empty-text{color:gray;padding:.4rem 0;font-size:1.5rem;display:block}.card-empty-text{margin-left:1.2rem;font-size:1.6rem;font-weight:600;display:none}.list-remaining-text{margin:0 0 2rem;font-size:1.5rem;font-weight:600}.btn-continue-add{border:.2rem solid var(--primary);width:100%;max-width:31rem;height:4.7rem;color:var(--primary);cursor:pointer;background:#fff;border-radius:9.9rem;font-size:2.2rem;font-weight:600}.btn-continue-add.empty-state{border:.2rem solid var(--primary);color:var(--primary);background:#fff}.btn-continue:disabled,.btn-continue-add:disabled{opacity:.5;pointer-events:none}body[id=page-takarabako-list] .footer-action{background:#fff}body[id=page-takarabako-list] .btn-start-diagnosis:disabled{cursor:not-allowed;background-color:#1677ff33}body[id=page-takarabako-list] .card-header_icon{width:3.2rem;height:3.2rem;margin:0}body[id=page-takarabako-list] .card-header_close-btn{cursor:pointer;color:#ccc;background:0 0;border:none;margin-left:auto;margin-right:.65rem;line-height:1}body[id=page-takarabako-list] .takarabako-card .tag-list{gap:.8rem .4rem;padding:1.2rem 0 0 .2rem}body[id=page-takarabako-list] .takarabako-card .tag-item{margin:0}.dialog-overlay-light{z-index:1000;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.dialog-box-light{background-color:#f4f4f4;border-radius:3.4rem;width:29.8rem;height:14rem;padding:2.4rem 1.4rem 1.6rem;box-shadow:0 .4rem 2.4rem #00000026}.dialog-title{text-align:left;color:#333;margin:0 0 2.4rem 1rem;font-size:1.5rem;font-weight:600;line-height:1.73}.dialog-actions{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.dialog-button-light{cursor:pointer;color:#333;background-color:#dfdfdf;border:none;border-radius:9.9rem;justify-content:center;align-items:center;width:13rem;height:4.6rem;font-size:1.5rem;font-weight:600;display:flex}body[id=page-top],body[id=page-service-details]{background:#fff}body[id=page-top] .screen,body[id=page-service-details] .screen{background:#fff;min-height:auto;display:block}body[id=page-top] .main,body[id=page-service-details] .main{padding:0 0 11.3rem}body[id=page-top] .top_main{width:100%;max-width:39rem;margin:0 auto}body[id=page-top] .top_main>*,body[id=page-top] .top_logo_block,body[id=page-top] .top_intro_block,body[id=page-top] .top_title_block,body[id=page-top] .top_illustration_block,body[id=page-top] .top_description_block,body[id=page-top] .top_service_section,body[id=page-top] .top_dots_block,body[id=page-top] .top_dots_text,body[id=page-top] .top_notice_number_block,body[id=page-top] .top_notice_description_block,body[id=page-top] .top_section_title_block,body[id=page-top] .top_personal_no_block,body[id=page-top] .top_recommend_section,body[id=page-top] .top_bottom_cta_block,body[id=page-top] .top_bottom_illustration_block,body[id=page-top] .top_bottom_note_block,body[id=page-top] .top_company_block{width:100%;max-width:39rem}body[id=page-top] .top_logo_image,body[id=page-top] .top_intro_text,body[id=page-top] .top_description_text,body[id=page-top] .top_notice_number_text,body[id=page-top] .top_notice_description_text,body[id=page-top] .top_bottom_note_text,body[id=page-top] .top_company_text{width:100%;max-width:33.4rem}body[id=page-top] .top_service_card,body[id=page-top] .top_service_icontext,body[id=page-top] .top_service_body,body[id=page-top] .top_service_button_row,body[id=page-top] .top_recommend_card,body[id=page-top] .top_recommend_illust,body[id=page-top] .top_recommend_heading_wrap,body[id=page-top] .top_recommend_body{width:100%;max-width:35.8rem}body[id=page-top] .top_service_body_text,body[id=page-top] .top_recommend_body_text,body[id=page-top] .top_service_button,body[id=page-top] .top_campaign_cta_button{width:100%;max-width:31rem}body[id=page-top] .top_recommend_heading_wrap{box-sizing:border-box}.top_main{background:#fff;width:39rem}.top_logo_block{width:39rem;height:14.868rem;padding:8rem 2.8rem 0}.top_logo_image{width:33.4rem;height:6.9rem;display:block}.top_hero_block{width:39rem;height:31.8rem;padding-top:2rem;padding-right:1.2rem;position:relative;overflow:hidden}.top_hero_text_image{width:29.8rem;height:29.8rem;display:block;position:absolute;top:2rem;right:10rem}.top_hero_illust{width:17rem;height:21rem;display:block;position:absolute;top:50%;right:.2rem;transform:translateY(-50%)}.top_intro_block{width:39rem;min-height:10.3rem;padding:2.8rem 2.8rem 0}.top_intro_text,.top_description_text,.top_service_body_text{color:#000;letter-spacing:.003em;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.5rem;font-weight:400;line-height:169%}.top_intro_text{width:33.4rem;min-height:7.5rem}.top_items_block{background:#fff;width:39rem;height:auto;padding-bottom:0;overflow:hidden}.top_items_image{object-fit:cover;width:41.2rem;height:14.3rem;margin-left:-1.1rem;display:block}.top_items_note{color:#000;letter-spacing:.002em;text-align:right;width:100%;margin:0;padding:.4rem 1.6rem 0;font-size:1.2rem;font-weight:400;line-height:1.8}.top_simulation_items_note{color:#000;letter-spacing:.002em;text-align:right;background:#ffed90;width:100vw;margin:0;padding:4px 1.6rem 0;font-size:1.2rem;font-weight:400;line-height:1.8;position:relative;left:50%;transform:translate(-50%)}.top_campaign_banner_section{background:#ffed90;flex-direction:column;align-items:center;width:100vw;padding:20px 16px 44px;display:flex;position:relative;left:50%;transform:translate(-50%)}.top_campaign_banner_image{border-radius:22px;width:358px;max-width:100%;height:auto;margin:0 0 32px;display:block;box-shadow:0 0 12px #0000001f}.top_campaign_banner_period{letter-spacing:.002em;text-align:center;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:18px;font-weight:600;line-height:1.75}.top_campaign_banner_note{letter-spacing:.003em;text-align:center;margin:32px 0 0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:15px;font-weight:400;line-height:1.69}.top_features_section{background:#f4f4f4;padding:40px 16px}.top_features_box{box-sizing:border-box;background:#fff;border-radius:22px;width:358px;max-width:100%;margin:0 auto;padding:0 16px 12px;box-shadow:0 0 12px #0000001f}.top_features_item{padding:13px 0}.top_features_item:last-child{padding-bottom:0}.top_features_item:not(:last-child){border-bottom:1px solid #e5e7eb}.top_features_item_header{align-items:center;gap:13px;margin-bottom:8px;display:flex}.top_features_item_icon{object-fit:contain;flex:0 0 44px;width:44px;height:44px;display:block}.top_features_item_title{letter-spacing:.002em;color:var(--primary);margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:20px;font-weight:600;line-height:1.75}.top_features_item_body{letter-spacing:.003em;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:15px;font-weight:400;line-height:1.69}.top_high_value_section{background:#fff;padding:40px 16px}.top_high_value_heading{letter-spacing:.002em;text-align:center;margin:0 0 52px;padding:0 38.5px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:28px;font-weight:600;line-height:1.75}.top_high_value_list{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}.top_high_value_item{box-sizing:border-box;background:#fff;border-radius:22px;align-items:center;gap:12px;width:358px;max-width:100%;min-height:152px;margin:0 auto;padding:12px 16px;display:flex;box-shadow:0 0 12px #0000001f}.top_high_value_item_image{object-fit:contain;flex:0 0 128px;width:128px;height:128px;display:block}.top_high_value_item_text{flex:0 0 186px;min-width:0}.top_high_value_item_title{letter-spacing:.002em;margin:0 0 8px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:20px;font-weight:600;line-height:1.75}.top_high_value_item_body{letter-spacing:.003em;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:15px;font-weight:400;line-height:1.69}.top_high_value_note{letter-spacing:.003em;color:var(--color-text-subtle,gray);margin:32px 0 0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:15px;font-weight:400;line-height:1.69}.top_service_flow_section{background:#f4f4f4;flex-direction:column;align-items:center;padding:40px 16px;display:flex}.top_service_flow_section .top_dots_block{padding:12px 0}.top_service_flow_title{letter-spacing:.002em;text-align:center;margin:0 0 52px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:28px;font-weight:600;line-height:1.75}.top_service_flow_step{text-align:center;box-sizing:border-box;background:#fff;border-radius:2.2rem;width:35.8rem;max-width:100%;padding:2.8rem 1.6rem;position:relative;box-shadow:0 0 1.2rem #0000001f}.top_service_flow_step_number{z-index:0;pointer-events:none;width:15.6rem;height:10.6rem;display:block;position:absolute;top:-1rem;left:19rem}.top_service_flow_step_illust{object-fit:contain;width:220px;height:166px;margin:0 auto;display:block}.top_service_flow_step_illust_portal{object-fit:cover;object-position:top;width:294px;height:370px}.top_service_flow_step_portal{flex-direction:column;align-items:center;gap:20px;margin-top:24px;display:flex}.top_service_flow_step_heading{z-index:1;letter-spacing:.002em;text-align:left;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:18px;font-weight:600;line-height:1.75;position:relative}.top_service_flow_step_body{letter-spacing:.003em;text-align:left;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:15px;font-weight:400;line-height:1.69}.top_service_flow_step_body_strong,.top_service_flow_step_body_label{letter-spacing:.002em;font-weight:600;line-height:1.75}.top_service_flow_step_button_row{justify-content:center;gap:12px;margin-top:16px;display:flex}.top_service_flow_step_button_row_single{flex-direction:column;align-items:center}.sd_campaign_detail_section{background:#ffed90;flex-direction:column;align-items:center;padding:40px 16px;display:flex}.sd_campaign_detail_title{letter-spacing:.002em;text-align:center;white-space:nowrap;height:49px;margin:0 0 60px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:28px;font-weight:600;line-height:1.75}.sd_campaign_detail_banner{border-radius:22px;width:358px;max-width:100%;height:auto;margin:0 0 32px;display:block;box-shadow:0 0 12px #0000001f}.sd_campaign_detail_lead{letter-spacing:.003em;margin:0;padding:0 12px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:15px;font-weight:400;line-height:1.69}.sd_campaign_detail_terms{box-sizing:border-box;width:100%;padding:24px 12px}.sd_campaign_detail_terms_title{letter-spacing:.002em;margin:0 0 24px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:20px;font-weight:600;line-height:1.75}.sd_campaign_detail_terms_body{letter-spacing:.003em;margin:0 0 24px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:15px;font-weight:400;line-height:1.69}.sd_campaign_detail_terms_note{letter-spacing:.002em;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:12px;font-weight:400;line-height:1.8}.sd_campaign_detail_button_row{justify-content:center;gap:8px;margin-top:24px;display:flex}.top_notice_number_text{color:#000;letter-spacing:.002em;text-align:center;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.8rem;font-weight:600;line-height:175%}.top_campaign_cta_button,.top_service_button,.top_service_small_button{color:#fff;letter-spacing:.002em;white-space:nowrap;background:#007aff;border:none;border-radius:99.9rem;justify-content:center;align-items:center;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:2.2rem;font-weight:600;line-height:175%;text-decoration:none;display:flex}.top_service_small_button{box-sizing:border-box;text-align:center;flex-direction:column;gap:.8rem;padding:.4rem 1.2rem;line-height:1}.top_service_small_button_note{letter-spacing:.002em;vertical-align:middle;font-size:1.5rem;font-weight:600;line-height:1;display:inline-block}.top_campaign_cta_button{width:31rem;height:4.7rem}.top_title_block{background:#f4f4f4;width:39rem;min-height:12.9rem;padding:4rem 0}.top_title_text{color:#000;letter-spacing:.002em;text-align:center;width:22.4rem;min-height:4.9rem;margin:0 auto;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:2.8rem;font-weight:600;line-height:175%}.top_illustration_block{background:#f4f4f4;width:39rem;height:18.5rem;padding:0 1rem}.top_illustration_image{width:19.1rem;height:18.5rem;margin:0 auto;display:block}.top_description_block{background:#f4f4f4;width:39rem;min-height:20.5rem;padding:4rem 2.8rem}.top_description_text{width:33.4rem;min-height:12.5rem}.top_service_section{background:#f4f4f4;width:39rem}.top_service_section_first{padding:1.2rem 1.6rem}.top_service_section_second{min-height:47.8rem;padding:1.2rem 1.6rem 2.8rem}.top_service_section_third{min-height:26.8rem;padding:1.2rem 1.6rem 4rem}.top_service_card{background:#fff;border-radius:2.2rem;width:35.8rem;min-height:28.8rem;padding:2.8rem 0;position:relative;box-shadow:0 0 1.2rem #0000001f}.service_card{background:#fff;border-radius:2.2rem;width:35.8rem;padding:2.8rem 0 1.5rem;position:relative;box-shadow:0 0 1.2rem #0000001f}.top_service_card_large{min-height:43.8rem}.top_service_card_small{min-height:21.6rem}.top_service_number{z-index:0;pointer-events:none;width:15.6rem;height:10.6rem;display:block;position:absolute;left:19rem}.top_service_number_1,.top_service_number_2,.top_service_number_3{top:-1rem}.top_service_icontext{z-index:1;gap:1.2rem;width:35.8rem;min-height:7rem;padding:0 2.4rem;display:flex;position:relative}.top_service_icon{flex:0 0 7rem;width:7rem;height:7rem;display:block}.top_service_heading{color:#000;letter-spacing:.002em;width:22.8rem;min-height:6.4rem;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.8rem;font-weight:600;line-height:175%}body[id=page-service-details] .top_service_icontext{box-sizing:border-box;align-items:center;width:100%}body[id=page-service-details] .top_service_heading{align-items:center;min-height:7rem;display:flex}.top_service_body{z-index:1;width:35.8rem;min-height:11.5rem;padding:2rem 2.4rem;position:relative}.top_service_body_large{min-height:26.5rem}.top_service_body_small{min-height:9rem}.top_service_body_text{width:31rem}.top_service_body_text_large{min-height:22.5rem}.top_service_button_row{z-index:1;width:35.8rem;position:relative}.top_service_button_row_single{padding:0 2rem}.top_service_button_row_double{justify-content:center;gap:.8rem;padding:0;display:flex}.top_service_button{width:31.8rem;height:4.7rem}.top_service_small_button{cursor:pointer;width:15.5rem;height:6.5rem}.top_dots_block{background:#f4f4f4;width:39rem;min-height:5.2rem}.top_dots_text{color:#fdd000;letter-spacing:.002em;text-align:center;width:39rem;min-height:5.2rem;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.5rem;font-weight:600;line-height:175%}.top_notice_number_block{background:#ffed90;width:39rem;min-height:8.8rem;padding:1.2rem 2.4rem}.top_notice_number_text{width:34.2rem;min-height:6.4rem}.top_notice_description_block{background:#f4f4f4;width:39rem;min-height:21.8rem;padding:2rem 2.8rem}.top_notice_description_text{color:gray;letter-spacing:.002em;width:33.4rem;min-height:17.6rem;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.2rem;font-weight:400;line-height:180%}.top_section_title_block{width:39rem;height:13.7rem;padding-top:4.8rem;padding-bottom:4rem}.top_section_title_block_recommend{background:#fff}.top_section_title_text{color:#000;letter-spacing:.002em;text-align:center;width:16.5rem;min-height:4.9rem;margin:0 auto;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:2.8rem;font-weight:600;line-height:175%}.top_section_title_text_wide{white-space:nowrap;width:26rem}.top_section_title_text_no_wrap{white-space:nowrap;width:18rem}.top_personal_no_block{background:#ffed90;width:39rem;height:19.1rem;padding:1rem;position:relative}.top_personal_no_card{background:#fff;border-radius:999rem;flex-direction:column;justify-content:flex-start;align-items:center;gap:.8rem;width:17.1rem;height:17.1rem;padding:2.4rem 0 2.8rem;display:flex;position:absolute;top:1rem;left:10.95rem}.top_personal_no_label,.top_personal_no_value{color:#000;text-align:center;justify-content:center;align-items:center;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;display:flex}.top_personal_no_label{letter-spacing:.002em;width:8.7rem;height:5.2rem;font-size:1.5rem;font-weight:600}.top_personal_no_value{letter-spacing:.002em;width:10.1rem;height:7.2rem;font-size:2.8rem;font-weight:600;line-height:128%}.top_bottom_note_text{letter-spacing:.002em;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.2rem;font-weight:400;line-height:180%}.top_company_text{letter-spacing:.002em;color:gray;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.2rem;font-weight:400;line-height:180%}.top_recommend_section{background:#fff;width:39rem;min-height:32.6rem;padding:4.4rem 1.6rem 2.4rem}.top_recommend_card{background:#fff;border-radius:2.2rem;width:35.8rem;min-height:25.8rem;padding-top:9.1rem;position:relative;box-shadow:0 0 1.2rem #0000001f}.top_recommend_illust{z-index:0;width:35.8rem;height:14.1rem;display:block;position:absolute;top:-5rem;left:0}.top_recommend_heading_wrap{z-index:1;background:#fff;justify-content:center;align-items:flex-start;width:35.8rem;min-height:5.2rem;padding:2rem 2.4rem 0;display:flex;position:relative}.top_recommend_heading{color:#000;letter-spacing:.002em;text-align:center;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.8rem;font-weight:600;line-height:175%}.top_recommend_body{z-index:1;background:#fff;border-radius:0 0 2.2rem 2.2rem;width:35.8rem;min-height:11.5rem;padding:2rem 2.4rem;position:relative}.top_recommend_body_text{color:#000;letter-spacing:.003em;width:31rem;min-height:7.5rem;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.5rem;font-weight:400;line-height:169%}.top_bottom_cta_block{background:#fff;width:39rem;height:12.7rem;padding:4rem}.top_bottom_illustration_block{background:#fff;width:39rem;height:29rem;padding-top:4rem;padding-bottom:4rem;padding-right:2rem;position:relative}.top_bottom_illustration_image{width:17rem;height:21rem;display:block;position:absolute;top:4rem;right:12rem}.top_bottom_note_block{background:#fff;width:39rem;min-height:41.2rem;padding:2rem 2.8rem 4rem}body[id=page-service-details] .top_bottom_note_block{background:#fff;width:39rem;min-height:20rem;padding:2rem 2.8rem 4rem}.top_bottom_note_text{color:#000;width:33.4rem;min-height:35.2rem}.top_company_block{background:#f4f4f4;width:39rem;min-height:10.6rem;padding:2rem 2.8rem}.top_company_text{width:33.4rem;min-height:6.6rem}.top_floating_action{z-index:20;box-sizing:border-box;background:#fff;border-radius:2.2rem 2.2rem 0 0;width:39rem;height:13.1rem;display:none;position:fixed;bottom:-1px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 0 1.2rem #0000001f}body[id=page-top] .top_floating_action{width:min(39rem, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right)));max-width:39rem}body[id=page-top].is-floating-action-visible .top_floating_action{display:block}.top_floating_action_note_wrap{box-sizing:border-box;background:#fff;border-radius:2.2rem 2.2rem 0 0;width:100%;height:3.4rem;padding:1.2rem 1rem 0}.top_floating_action_note_text{color:#007aff;letter-spacing:.002em;text-align:center;width:31.8rem;min-height:2.2rem;margin:0 auto;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:1.2rem;font-weight:600;line-height:180%}.top_floating_action_button_row{box-sizing:border-box;background:#fff;justify-content:center;gap:.8rem;width:100%;height:9.7rem;padding:1.6rem 0 0;display:flex}.top_floating_action_button{width:16.7rem}.sd_hero_block{width:39rem;padding:2rem 1.6rem 0}.sd_hero_image{width:100%;max-width:35.8rem;height:auto;display:block}.sd_description_illust_block{height:auto;padding:2rem 1rem 0}.sd_description_block{min-height:auto;padding:4rem 2.8rem}.sd_portal_links{margin-top:2rem}.sd_portal_link{color:var(--primary);font-size:1.5rem;font-weight:600;line-height:1.75;text-decoration:underline;display:block}.sd_portal_link:not(:last-child){margin-bottom:1.5rem}@media screen and (width<=767px){body[id=page-service-details] .sd_portal_link{align-items:center;min-height:4.4rem;padding:.4rem 0;display:inline-flex}body[id=page-service-details] .sd_portal_links>.sd_portal_link:first-of-type{margin-bottom:2rem}body[id=page-service-details] .sd_portal_link_group{margin-bottom:2.4rem}}.sd_merit_title_block{height:auto;padding:4rem 0}.sd_merit_title_text{text-align:center;width:auto;min-height:auto}.sd_merit_number{z-index:0;opacity:.2;pointer-events:none;width:15.6rem;height:10.6rem;position:absolute;top:-1rem;right:0}.sd_portal_info_section{background:#f4f4f4;padding:1.2rem 1.6rem 4rem}.sd_portal_card{text-align:left;background:#fff;border-radius:2.2rem;padding:2.4rem 2.4rem 0;box-shadow:0 .6rem 1.8rem #0000001a}.sd_portal_title{margin:0 0 2.5rem;font-size:1.5rem;font-weight:600}.sd_portal_link_group{margin-bottom:2rem}.sd_portal_link_group:last-of-type{margin-bottom:0}.sd_portal_logo{width:auto;height:5rem;margin-top:1.6rem;display:block}.sd_portal_description{max-width:31.8rem;margin:3rem auto;padding-top:2rem;font-size:1.5rem;font-weight:600;position:relative}.sd_portal_description:before{content:"";background-color:#e5e7eb;width:100%;max-width:31rem;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.sd_portal_app_image{width:29.4rem;height:auto;margin:0 auto;display:block}body[id=page-service-details] #title.top_title_block,.sd_description_illust_block,.sd_description_block{background-color:#fff}.sd_merit_title_block{background-color:#f4f4f4}body[id=page-service-details] .top_dots_block+.top_service_section{min-height:auto;padding:1.2rem 1.6rem}body[id=page-service-details] .main{padding-bottom:0}.for_pc{display:none}.back-to-top_row{justify-content:flex-end;margin-top:.1rem;margin-bottom:2.4rem;padding-right:2.4rem;display:flex}.back-to-top_link{color:var(--primary);letter-spacing:.002em;font-size:1.5rem;font-weight:600;line-height:1.75;text-decoration:none}body[id=page-step6] .back-to-top_row{margin:4.1rem 4rem 4.1rem 0;padding-right:0}body[id=page-added\.html] .back-to-top_row{width:100%;margin-top:2.1rem;margin-bottom:.5rem;padding:0 4rem 0 0}body[id=page-takarabako-list] .back-to-top_row{width:100%;margin-top:4.1rem;margin-bottom:0;padding:0 2.4rem 0 0}body[id=page-apply] .back-to-top_row{width:100%;margin-top:2.1rem;margin-bottom:0;padding:0 2.4rem 6.6rem 0}@media (width>=768px){.screen{max-width:720px}.section_title{text-align:center;font-size:3.2rem}.item_grid{grid-template-columns:repeat(3,1fr);gap:2.4rem 1.6rem}.treasure_row{justify-content:center;padding-top:3.2rem}.loading_main{padding-bottom:0}body[id=page-step6] .main,body[id=page-kiyaku] .main{padding-top:4rem}}body[id=page-service-details] .top_items_block>.top_items_note{background:#ffed90}.sd_campaign_banner_section{background:#ffed90;flex-direction:column;align-items:center;padding:20px 16px 44px;display:flex}.sd_campaign_banner_image{border-radius:22px;width:358px;max-width:100%;height:auto;margin:0 0 32px;display:block;box-shadow:0 0 12px #0000001f}.sd_campaign_banner_period{letter-spacing:.002em;text-align:center;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:18px;font-weight:600;line-height:1.75}.sd_campaign_banner_button{color:#fff;letter-spacing:.002em;text-align:center;background:var(--primary);border-radius:9999px;justify-content:center;align-items:center;width:310px;max-width:100%;height:47px;margin-top:32px;padding:0 16px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:22px;font-weight:600;line-height:1.75;text-decoration:none;display:flex}.sd_portal_info_section.sd_portal_info_section_primary{background:#f4f4f4;min-height:46.8rem;padding:2.4rem 1.6rem}.sd_portal_card.sd_portal_card_primary{width:100%;max-width:35.8rem;height:41.6rem;box-shadow:none;text-align:center;background:#ffed90;border-radius:22px;flex-direction:column;align-items:center;gap:1.2rem;margin:0 auto;padding:2rem 1rem;display:flex;overflow:hidden}.sd_portal_primary_content{flex-direction:column;order:2;align-items:center;width:100%;display:flex}.sd_portal_primary_illust{order:1;width:14rem;height:17.3rem;margin:0 auto;display:block}.sd_portal_cta_button{width:31.8rem;max-width:100%;height:7.1rem;min-height:unset;color:#fff;letter-spacing:0;text-align:center;background:var(--primary);border-radius:9999px;justify-content:center;align-items:center;padding:.8rem 2rem .4rem;font-size:1.4rem;font-weight:700;line-height:1.35;text-decoration:none;display:flex}.sd_portal_cta_text_sp,.sd_portal_cta_text_small,.sd_portal_cta_text_large{display:block}.sd_portal_cta_text_small,.sd_portal_cta_text_large{letter-spacing:.002em;font-weight:600;line-height:1.75}.sd_portal_cta_text_small{font-size:15px}.sd_portal_cta_text_large{margin-top:-4px;font-size:22px}.sd_portal_login_note{color:#000;letter-spacing:.003em;text-align:left;width:31rem;max-width:100%;height:10rem;margin:2rem 0 0;font-size:15px;font-weight:400;line-height:1.69}.mobile_sticky_cta{z-index:100;opacity:0;pointer-events:none;background:0 0;width:100%;height:145px;transition:opacity .2s,transform .2s;position:fixed;bottom:-1px;left:0;transform:translateY(100%)}.mobile_sticky_cta:before{z-index:0;content:"";background:#ffed90;border-top-left-radius:22px;border-top-right-radius:22px;width:100%;height:145px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.mobile_sticky_cta.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile_sticky_cta_button{z-index:1;color:#fff;text-align:center;background:var(--primary);border-radius:9999px;flex-direction:column;justify-content:center;align-items:center;width:342px;max-width:calc(100% - 48px);height:71px;padding:8px 16px 4px;text-decoration:none;display:flex;position:absolute;top:20px;left:max(24px,50vw - 171px)}.mobile_sticky_cta_text_small,.mobile_sticky_cta_text_large{letter-spacing:.002em;font-weight:600;line-height:1.75;display:block}.mobile_sticky_cta_text_small{font-size:15px}.mobile_sticky_cta_text_large{margin-top:-4px;font-size:22px}.mobile_sticky_cta_note{z-index:1;width:216px;height:22px;color:var(--primary);letter-spacing:.002em;text-align:center;white-space:nowrap;margin:0;font-size:12px;font-weight:600;line-height:1.8;position:absolute;bottom:20px;left:max(87px,50vw - 108px)}@media screen and (width<=767px){body[id=page-service-details] .main{padding-bottom:0}body[id=page-service-details] .top_company_block{padding-bottom:calc(16.5rem + env(safe-area-inset-bottom))}}@media screen and (width>=768px){:root{--bg:#fff}.screen{max-width:unset;min-width:990px}.for_sp{display:none}.for_pc{display:block}.mobile_sticky_cta{display:none}section{width:100%!important;min-height:unset!important}section>p{max-width:720px!important;min-height:unset!important;margin:0 auto!important}section>img:not(.top_logo_image),section>div:not(.top_logo_block,.top_portal_info){margin:0 auto!important}.top_intro_text,.top_description_text,.top_service_body_text{font-size:2rem}.top_notice_number_text{font-size:2.4rem}.top_main{width:100%}.top_logo_block{z-index:50;height:160px;padding:unset;background:#fffc;justify-content:flex-start;align-items:center;gap:0;padding-left:40px;display:flex;position:sticky;top:0}.top_logo_image{object-fit:contain;width:340px;height:70px}.top_portal_info{background-color:#ffed90;border-bottom-left-radius:22px;flex-direction:column;justify-content:flex-start;align-items:center;width:371px;height:160px;margin-left:auto;padding:28px 28px 8px;display:flex}.top_portal_info>p{color:var(--primary);letter-spacing:.002em;text-align:center;margin:0;font-size:20px;font-weight:600;line-height:1.75}.top_portal_cta_button{color:#fff;letter-spacing:.002em;background-color:var(--primary);border-radius:9999px;justify-content:center;align-items:center;width:315px;height:57px;padding:4px 20px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:28px;font-weight:600;line-height:1.75;text-decoration:none;display:flex}.top_hero_block{height:unset;margin-bottom:80px}.top_hero_image{max-width:860px}.top_intro_block{padding:unset}.top_intro_text{width:100%}.top_items_block{height:auto;overflow:unset;background:#fff;flex-direction:column;align-items:center;padding-bottom:0;display:flex}.top_items_image{width:100%;max-width:1280px;height:440px;margin-left:unset;object-fit:cover;object-position:top}.top_items_block>.top_items_note{letter-spacing:.002em;box-sizing:border-box;align-self:center;width:100%;padding:16px 160px 0;font-size:1.6rem;line-height:1.8;max-width:none!important;margin:0!important}.top_title_block{min-height:unset;padding:unset}.top_title_text{width:100%;min-height:unset;padding:80px 0;font-size:4.8rem}.top_illustration_block{height:unset;padding:unset;margin-bottom:80px}.top_illustration_image{width:100%;max-width:240px;height:auto}.top_description_block{padding:unset}.top_description_text{width:100%;min-height:unset;padding-bottom:40px}.sd_portal_link:not(:last-child){margin-bottom:unset}.sd_portal_links_line{background-color:#dfdfdf;width:1px;height:80px;display:block}.top_section_title_block{height:unset;padding:80px 0 50px}.top_section_title_text{width:100%;min-height:unset;font-size:4.8rem}.service_container{background-color:#f4f4f4;justify-content:center;gap:40px;width:100%;display:flex}.top_dots_block{display:none}.service_card,.top_service_card{width:100%;max-width:380px;padding:2.8rem 0 1.2rem;box-shadow:0 0 40px #0000001f}.top_service_section{max-width:380px;padding-left:0;padding-right:0}body[id=page-service-details] .top_dots_block+.top_service_section{min-height:auto;padding:1.2rem 0}.top_service_body{width:100%;min-height:unset}.top_service_body_text{width:100%}.sd_portal_info_section{padding:unset;padding:40px 0 100px}.sd_portal_card{padding:unset;justify-content:center;align-items:center;gap:88px;width:100%;max-width:1220px;display:flex;box-shadow:0 0 40px #0000002b}.sd_portal_card_left{flex-direction:column;align-items:center;gap:40px;display:flex}.sd_portal_title{text-align:center;margin:unset;font-size:1.6rem}.sd_portal_card_left_container{align-items:center;gap:48px;display:flex}.sd_portal_link_group{flex-direction:column;align-items:center;gap:20px;margin:0;display:flex}.sd_portal_link_group_line{background-color:#dfdfdf;width:1px;height:80px;display:block}.sd_portal_link{font-size:1.6rem}.sd_portal_logo{width:auto;height:38px}.sd_portal_qr{width:80px;height:auto}.sd_portal_app_image{width:376px;margin:unset;padding-top:28px}.sd_portal_info_section.sd_portal_info_section_primary{min-height:unset;background:#f4f4f4;padding:40px 0 100px}.sd_portal_card.sd_portal_card_primary{width:100%;max-width:1220px;height:269px;min-height:unset;box-shadow:none;background:#ffed90;border-radius:22px;flex-direction:row;align-items:flex-start;padding:0;display:flex;position:relative;overflow:hidden}.sd_portal_primary_content{order:0;width:auto;margin:0;position:static}.sd_portal_primary_illust{order:0;width:168px;height:208px;margin:0;position:absolute;top:36px;right:52px}.sd_portal_cta_button{width:680px;height:73px;min-height:unset;letter-spacing:.002em;border-radius:9999px;padding:12px;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:28px;font-weight:600;line-height:1.75;position:absolute;top:48px;left:270px}.sd_portal_login_note{letter-spacing:.003em;text-align:center;width:1058px;max-width:none;height:68px;margin:0;font-size:20px;font-weight:400;line-height:1.69;position:absolute;top:161px;left:81px}.sd_portal_login_note .for_pc{white-space:nowrap}.top_recommend_container{justify-content:center;gap:40px;padding-top:30px;padding-bottom:40px;display:flex}.top_recommend_section{max-width:358px}.top_recommend_heading{font-size:2.4rem}.top_recommend_card{box-shadow:0 0 40px #00000029}.top_recommend_body{padding-bottom:30px}.top_recommend_body_text{color:#000;letter-spacing:.003em;width:31rem;min-height:7.5rem;margin:0;font-family:Hiragino Kaku Gothic ProN,sans-serif;font-size:2rem;font-weight:400;line-height:169%}.top_bottom_note_text{width:100%;padding-bottom:40px;font-size:1.6rem}.top_company_block{background:#f4f4f4;width:100%;min-height:10.6rem;padding:40px 0}.top_company_text{width:100%;font-size:1.6rem}.sd_campaign_banner_section{padding:40px 16px}section>img.sd_campaign_banner_image{width:720px;margin:0 auto 68px!important}.sd_campaign_banner_period{font-size:24px}.sd_campaign_banner_button{display:none}.sd_campaign_detail_section{padding:80px 16px}.sd_campaign_detail_title{height:auto;margin:0 0 90px;font-size:48px;line-height:1.6}section>img.sd_campaign_detail_banner{width:720px;margin:0 auto 100px!important}.sd_campaign_detail_lead{width:720px;max-width:100%;font-size:20px;margin:0 auto 40px!important}.sd_campaign_detail_terms{width:720px;max-width:100%;margin:0 auto!important}.sd_campaign_detail_terms_title{margin-bottom:40px;font-size:28px}.sd_campaign_detail_terms_body{margin-bottom:36px;font-size:20px}.sd_campaign_detail_terms_note{font-size:16px}.top_hero_block{box-sizing:border-box;margin-top:3.3rem;margin-bottom:80px;padding-left:2.9rem;padding-right:2.9rem}.top_hero_block .top_hero_pc{justify-content:center;align-items:flex-end;gap:2.9rem;width:100%;max-width:91.8rem;margin:0 auto;display:flex}.top_hero_block .top_hero_text_image_pc{flex:0 52rem;width:100%;max-width:52rem;height:auto;display:block;margin:0!important}.top_hero_block .top_hero_illust_pc{flex:0 0 34rem;width:100%;max-width:34rem;height:auto;display:block;margin:0!important}}
