@charset "UTF-8";.interests_change{width:90%}.input_menu{margin-top:1.5rem}.interests .required:after{content:"必須";display:inline-block;clear:both;background:#ea5e00;font-size:clamp(.6rem,1.2vw,.75rem);color:#fff;text-align:center;border-radius:5px;padding:5px;right:6px}@media all and (max-width:639px){.interests .required:after{font-size:clamp(.4rem,2.5875vw,.71875rem)}}.interests .interests_title,.interests h3{padding-top:1em;font-size:1em;font-weight:700;padding-bottom:1em}.interests h3{font-size:1.1em}.interests .interests_subtitle,.interests h4{margin-bottom:.5em;margin-top:1.2em;font-size:1em;font-weight:700}.interests .data_none{padding:2em 0;text-align:center}.interests ul{margin-left:1.5em;display:flex}.interests ul li{margin:0;padding:0}.interests ul li:before{content:"/";padding-left:.5em;padding-right:.5em}.interests ul li:nth-child(1):before{display:none}.interests dl+dl dt{border-top:0}.interests dt{width:100%}.interests dd{width:100%;max-width:100%}.interests dd .wrap{display:flex;flex-wrap:wrap}.interests dd .wrap div:before{content:"/";padding-left:.5em;padding-right:.5em}.interests dd .wrap div:nth-child(1):before{display:none}.interests-list+.interests-list{margin-top:2em;padding-top:2em;border-top:1px solid #ddd}.interests-list-item{display:flex;flex-wrap:wrap;gap:5px}.interests-list-item-detail{padding-left:1.5em}.interests-list-item label{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border:1px solid #ccc;border-radius:50px;background-color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.2s;position:relative;white-space:nowrap;font-size:.9em}.interests-list-item label:before{content:"";position:absolute;top:-2px;right:7px;left:auto;bottom:0;margin:auto;width:23px;height:23px;border-radius:50%;border:2px dotted #fff;opacity:0}.interests-list-item label:after{content:"";display:inline-block;width:14px;height:14px;margin-left:5px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f39c12' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.interests-list-item input[type=checkbox]{display:none}.interests-list-item input[type=checkbox]:checked+label{background:#f39c12;color:#fff;border-color:#f39c12}.interests-list-item input[type=checkbox]:checked+label:before{animation:sparkle .5s ease-out}.interests-list-item input[type=checkbox]:checked+label:after{animation:interests_on .5s cubic-bezier(.61,-.25,.18,1.9) 1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff' stroke='none'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'%3E%3C/path%3E%3C/svg%3E")}@keyframes interests_on{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes sparkle{0%{transform:scale(.3);opacity:0}50%{opacity:.7}100%{transform:scale(1.3);opacity:0}}