.latest-articles{background-color:color-mix(in srgb, var(--accent) 40%, transparent);padding-block:96px;scroll-margin-top:80px}.latest-articles__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:48px;display:flex}.latest-articles__head-left{align-items:center;gap:16px;display:flex}.latest-articles__bar{height:40px}@media screen and (width>=640px){.latest-articles__bar{height:48px}}.latest-articles__eyebrow{letter-spacing:.03em;text-transform:uppercase;color:var(--primary);font-size:14px;font-weight:600;display:block}.latest-articles__title{margin:0;font-size:24px;font-weight:700}@media screen and (width>=640px){.latest-articles__title{font-size:30px}}@media screen and (width>=1024px){.latest-articles__title{font-size:36px}}.latest-articles__view-all{background-color:var(--primary);color:var(--primary-foreground);text-align:center;border-radius:6px;flex-shrink:0;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .25s;box-shadow:0 1px 2px #0000000d}.latest-articles__view-all:hover{background-color:color-mix(in srgb, var(--primary) 90%, transparent)}.latest-articles__view-all--head{display:none}@media screen and (width>=640px){.latest-articles__view-all--head{display:inline-block}}.latest-articles__view-all--bottom{box-sizing:border-box;width:100%;margin-top:24px;display:block}@media screen and (width>=640px){.latest-articles__view-all--bottom{display:none}}.latest-articles__list{border:1px solid var(--border);background-color:var(--card);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.latest-articles__item{color:inherit;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;text-decoration:none;transition:background-color .25s;display:flex}.latest-articles__item+.latest-articles__item{border-top:1px solid var(--border)}.latest-articles__item:hover{background-color:color-mix(in srgb, var(--accent) 40%, transparent)}@media screen and (width>=640px){.latest-articles__item{flex-direction:row;align-items:center;gap:24px}}.latest-articles__date{color:var(--muted-foreground);flex-shrink:0;font-size:14px;font-weight:500}.latest-articles__item-title{flex-grow:1;margin:0;font-weight:600}.latest-articles__chevron{color:var(--muted-foreground);flex-shrink:0;display:none}@media screen and (width>=640px){.latest-articles__chevron{display:block}}.contact-form{padding-block:96px 48px;scroll-margin-top:80px}.contact-form__head{text-align:center;max-width:672px;margin-inline:auto}.contact-form__title{margin:0;font-size:24px;font-weight:700}@media screen and (width>=640px){.contact-form__title{font-size:30px}}.contact-form__lead{color:color-mix(in srgb, var(--foreground) 70%, transparent);margin-top:16px;line-height:1.625}.contact-form__tabs{margin-inline:auto;flex-wrap:wrap;justify-content:center;gap:8px;max-width:800px;margin-top:40px;display:flex}@media screen and (width<=639px){.contact-form__tabs{flex-direction:column}}.contact-form__tab{border:1px solid var(--border);background-color:var(--background);width:100%;color:var(--muted-foreground);cursor:pointer;border-radius:9999px;padding:10px 20px;font-size:14px;font-weight:700;transition:background-color .2s,color .2s,border-color .2s}@media screen and (width>=640px){.contact-form__tab{width:auto}}.contact-form__tab:hover{opacity:1;border-color:var(--ring)}.contact-form__tab.is-active{border-color:var(--primary);background-color:var(--primary);color:#fff}.contact-form__panel[hidden]{display:none}.contact-form__form{margin-inline:auto;border:1px solid var(--border);background-color:var(--card);border-radius:16px;max-width:800px;margin-top:24px;padding:24px;box-shadow:0 1px 2px #0000000d}@media screen and (width>=640px){.contact-form__form{padding:40px}}.contact-form__grid{flex-wrap:wrap;gap:24px 20px;display:flex}.contact-form__item{width:100%}@media screen and (width>=640px){.contact-form__item{width:calc(50% - 10px)}.contact-form__item--full{width:100%}}.contact-form__label{align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:inline-flex}.contact-form__label:after{content:"任意";background-color:var(--muted-foreground);color:#fff;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500}.contact-form__label--required:after{content:"必須";background-color:var(--destructive)}.contact-form__control{box-sizing:border-box;border:1px solid var(--input);background-color:var(--background);width:100%;color:var(--foreground);border-radius:8px;padding:10px 14px;font-family:inherit;font-size:16px;transition:border-color .2s,box-shadow .2s}.contact-form__control::placeholder{color:color-mix(in srgb, var(--foreground) 40%, transparent)}.contact-form__control:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 25%, transparent);outline:none}.contact-form__control--textarea{resize:vertical;min-height:140px}.contact-form__control.is-invalid{border-color:var(--destructive)}.contact-form__field-error{color:var(--destructive);margin:6px 0 0;font-size:13px;font-weight:600}.contact-form__field-error[hidden]{display:none}.contact-form__control--select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:18px;padding-right:40px}.contact-form__honeypot{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.contact-form__agreement{color:color-mix(in srgb, var(--foreground) 80%, transparent);cursor:pointer;align-items:flex-start;gap:10px;margin-top:32px;font-size:14px;line-height:1.6;display:flex}.contact-form__agreement input{width:18px;height:18px;accent-color:var(--primary);flex-shrink:0;margin-top:3px}.contact-form__agreement a{color:var(--primary);text-decoration:underline}.contact-form__turnstile-wrap,.contact-form__submit-wrap{justify-content:center;margin-top:24px;display:flex}.contact-form__submit{border-radius:9999px;min-width:220px;height:52px;font-size:16px}.contact-form__submit:disabled{cursor:not-allowed;opacity:.6}.contact-form__status{text-align:center;min-height:1.2em;margin:16px 0 0;font-size:14px;font-weight:600}.contact-form__status--success{color:#16a34a}.contact-form__status--error{color:var(--destructive)}.floating-cta{z-index:45;background-color:var(--primary);color:var(--primary-foreground);opacity:0;pointer-events:none;border-radius:9999px;align-items:center;gap:8px;padding:14px 22px;font-size:20px;font-weight:700;text-decoration:none;transition:opacity .3s,transform .3s;display:inline-flex;position:fixed;bottom:20px;right:20px;transform:translateY(16px);box-shadow:0 8px 20px #0003}.floating-cta[data-visible=true]{opacity:1;pointer-events:auto;transform:translateY(0)}.floating-cta__label{white-space:nowrap}@media screen and (width<=400px){.floating-cta__label{display:none}.floating-cta{padding:14px}}
