@charset "UTF-8";.footer-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;background-color:#f3f2ee;padding:5rem 1rem}@media(min-width:768px){.footer-section{padding:5rem 2rem}}.footer-container{display:flex;width:100%;max-width:960px;flex-direction:column;align-items:stretch;justify-content:space-between;gap:2rem}@media(min-width:768px){.footer-container{flex-direction:row}}.footer-wrapper{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.5rem}.footer-head{margin-bottom:.5rem;font-size:14px;font-weight:700;color:#e45c04}.footer-text{font-size:14px}.header-section{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;height:4rem;flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem;padding-left:1rem;padding-right:1rem;transition:transform .4s .05s linear}@media(min-width:1280px){.header-section{height:6rem;padding-left:4rem;padding-right:4rem}}.header-logo{margin-right:auto;width:277px}@media(min-width:768px){.header-logo{min-width:272px;width:388px;margin-bottom:.375rem}}.header-link{display:none;font-size:14px;white-space:nowrap;padding:0 2px 2px;box-sizing:border-box}.header-link:hover{border-bottom:1px solid var(--black);margin-bottom:-1px}@media(min-width:1280px){.header-link{display:flex}}.header-link-white{display:none;height:3.25rem;min-width:12rem;flex-direction:row;align-items:center;justify-content:center;border-radius:9999px;background-color:#fff;font-size:14px;transition:transform .3s;box-shadow:0 10px 10px rgba(0,0,0,.2);font-weight:700;white-space:nowrap}.header-link-white:hover{transform:scale(1.1)}@media(min-width:1280px){.header-link-white{display:flex}}.header-link-orange{display:none;height:3.25rem;min-width:12rem;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;border-radius:9999px;font-size:14px;color:#fff;box-shadow:0 10px 10px rgba(0,0,0,.2);transition:transform .3s;font-weight:700;white-space:nowrap;background:linear-gradient(45deg,#ef6004,#ff8c61)}.header-link-orange .icon{background-color:#f0f0f0;caret-color:transparent;height:20px;-webkit-mask-image:url(/img/download.svg);mask-image:url(/img/download.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:14px}.header-link-orange:hover{transform:scale(1.1)}@media(min-width:1280px){.header-link-orange{display:flex}}.header-button{display:flex;height:44px;width:44px;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px}@media(min-width:1280px){.header-button{display:none}}.header-button-icon{display:flex;flex-direction:row;gap:.5rem}.header-button-icon span{height:6px;width:6px;border-radius:9999px;background-color:#000}.header-button-text{font-size:12px;color:#000}.modal-open{overflow-y:hidden}.menu-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:40;display:none;flex-direction:column;align-items:stretch;justify-content:center;padding:1rem;background:#fff}.menu-modal.open{align-items:center;display:flex;overflow-y:scroll}.menu-close{display:flex;height:44px;width:44px;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;font-size:12px;color:#000}.menu-close span{height:6px;width:6px;border-radius:9999px;background-color:#000}.menu-header{position:fixed;top:0;left:0;right:0;height:4rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem;padding-left:1rem;padding-right:1rem;background-color:#fff}.menu-logo{margin-right:auto;width:277px}@media(min-width:768px){.menu-logo{min-width:272px;width:388px;margin-bottom:.375rem}}.menu-content{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:66px;width:100%;max-width:500px;padding-top:96px}.menu-links{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:24px}.menu-link{font-size:24px;letter-spacing:.1em}.menu-actions{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:16px}.menu-actions-header{font-size:16px}.menu-action{font-size:16px;letter-spacing:.1em;width:100%;background:var(--base);padding:12px;display:flex;flex-flow:column;align-items:center;justify-content:center;border-radius:12px;font-weight:700}.opacity-trans-enter-from{opacity:0}.opacity-trans-enter-active{transition-duration:.2s;transition-delay:.1s}.opacity-trans-leave-to{opacity:0}.opacity-trans-leave-active{transition:.2s}.form-modal-base{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;display:none;flex-direction:column;align-items:stretch;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0005}@media(min-width:768px){.form-modal-base{align-items:center}}.form-modal-base *{font-family:yu gothic,游ゴシック,YuGothic,游ゴシック体,ヒラギノ角ゴ pro w3,メイリオ,sans-serif}.form-modal-base.open{display:flex}.form-modal{position:relative;border-radius:1.5rem;background-color:#fff;padding:2rem 1rem;box-shadow:var(--shadow);max-height:100%;box-sizing:border-box}@media(min-width:768px){.form-modal{min-width:600px;padding:3rem}}.form-modal-container{display:flex;flex-flow:column;align-items:stretch;justify-content:start;height:100%;gap:1rem}.form-close{position:absolute;top:12px;right:12px}@media(min-width:768px){.form-close{top:12px;right:12px}}.form-header{display:flex;flex-direction:column;align-items:center;gap:1rem}.form-header-logo{width:232px}.form-header-text{font-size:16px}@media(min-width:768px){.form-header-text{font-size:20px}}.form-header-sub{font-size:12px;text-align:center}.form-header-sub br{display:none}@media(min-width:768px){.form-header-sub br{display:block}}.form-scroll{overflow-y:auto}.form{display:grid;grid-template-columns:1fr;grid-template-rows:max-content;gap:.5rem}@media(min-width:768px){.form{padding-right:8px;grid-template-columns:172px max-content}}.form-input-row,.form-checkbox-row,.form-radio-row{display:grid}@media(min-width:768px){.form-input-row,.form-checkbox-row,.form-radio-row{display:contents;gap:.5rem}}.form-input-row p,.form-checkbox-row p,.form-radio-row p{display:flex;height:40px;flex-direction:row;align-items:center;font-size:14px}.form-input-row p,.form-radio-row p{margin:auto 0}.form-checkbox-row p{margin:0 0 auto}.form-radio-row.required p:after,.form-input-row.required p:after,.form-checkbox-row.required p:after{display:inline-block;content:"必須";font-size:10px;color:var(--white);background:#ef4d3b;border-radius:2px;margin-left:4px;padding:1px 8px}.form-input-row input{height:40px;border-radius:.5rem;background-color:#f2f2f2;padding-left:.75rem;padding-right:.75rem;outline-color:#ec5f04;font-weight:400;min-width:0}.form-input-row input:focus{background-color:#fff}.form-input-row textarea{height:136px;flex:1;border-radius:.5rem;background-color:#f2f2f2;padding:.5rem .75rem;outline-color:#ec5f04;font-weight:400}.form-input-row textarea::-moz-placeholder{font-size:12px}.form-input-row textarea::placeholder{font-size:12px}.form-input-row textarea:focus{background-color:#fff}.form-input-yen-wrapper{display:grid;grid-template-columns:auto max-content;gap:8px;align-items:center}.form-checkbox-list{display:grid;grid-template-columns:1fr}@media(min-width:768px){.form-checkbox-list{grid-template-columns:repeat(1,minmax(0,1fr))}}.form-checkbox-item{display:flex;height:40px;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;font-size:12px}.form-checkbox-item input{height:20px;width:20px;border-radius:.5rem;background-color:#e4e4e4}.form-checkbox-item input[checked]{background-color:#fde68a}.form-checkbox-item span{flex:1}.form-radio-list{display:flex;flex-flow:row;align-items:center;justify-content:start;gap:8px}.form-notice{margin-top:12px;grid-column:1/-1;align-self:center;font-size:12px}.form-submit{grid-column:1/-1;margin-top:.5rem;margin-bottom:.5rem;margin-left:auto;margin-right:auto;display:flex;min-height:2.75rem;width:160px;flex-direction:row;align-items:center;justify-content:center;align-self:center;border-radius:9999px;padding:6px .5rem;font-size:16px;font-weight:700;color:#fff;box-shadow:var(--shadow);background:linear-gradient(45deg,#ef6004,#ff8c61)}.form-document-body{display:flex;flex-direction:column;justify-content:start;align-items:stretch;gap:.5rem;overflow-y:auto}@media(min-width:768px){.form-document-body{display:grid;grid-template-rows:1fr auto;grid-template-columns:1fr 300px;gap:24px}}.document-sells{display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-start;gap:12px}@media(min-width:768px){.document-sells{grid-row:1;grid-column:2;border-left:1px solid orange;align-self:stretch;padding:16px 24px}}.document-sells p{font-size:14px;display:flex;flex-flow:row;justify-content:flex-start;align-items:center}.document-sells p::before{content:"";width:14px;height:14px;margin-right:8px;background-color:#f98c18;caret-color:transparent;-webkit-mask-image:url(/img/check.svg);mask-image:url(/img/check.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.document-sells img{width:100%}.form-document-footer{display:flex;flex-flow:column;align-items:center;justify-content:start;gap:8px}@media(min-width:768px){.form-document-footer{grid-row:2;grid-column:1/span 2;justify-self:center}}.bgskew::before{content:"";position:absolute;top:0;left:-130%;background:#fff;width:120%;height:100%;transform:skewX(-25deg)}.bgskew:hover::before{animation:skewanime .7s forwards}@keyframes skewanime{100%{left:-10%}}@font-face{font-family:myyuminchoc;src:local("YuMincho-Demibold"),local("YuMincho Demibold")}.yuminchoReco{font-family:yumincho,myyuminchoc}@supports(-ms-ime-align:auto){.yuminchoReco{font-family:yu mincho demibold}}