.contact-title{padding:96px 0 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.form-area{display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%}.form-wrap,.form-btnWrap,.mw_wp_form{display:flex;flex-direction:column;justify-content:center;gap:1rem;width:100%;max-width:640px}.form-block{flex:1}.form-block p{width:100%;padding-bottom:.5rem}.form-block input{width:100%;height:2.5rem;padding:0 .5rem}.form-block select{width:100%;height:2.5rem;padding:0 .5rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.select-wrap{position:relative;width:100%;color:var(--color-on-surface);margin-bottom:.5rem}.select-wrap:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;inline-size:16px;block-size:16px;background:no-repeat center/contain;background-image:url(//www.gyro.co.jp/wp-content/themes/next-gyro/assets/css/pages/../../img/icon/icon_arrow_bottom.svg);font-size:.9rem}.mw_wp_form_confirm .select-wrap:after{display:none}.form-block textarea{resize:none;width:100%;height:8rem;padding:.5rem}.form-block-kikkake p{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.mw_wp_form .form-block input[type=checkbox]{accent-color:var(--color-primary);width:18px;height:18px}.mw_wp_form .form-block label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.mw_wp_form .horizontal-item+.horizontal-item{margin:0}.form-block button{width:8rem;height:2rem}.form-btnWrap{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4rem;margin-top:4rem;max-width:640px}.mw_wp_form .form-btnWrap input[type=submit]{width:8rem;height:3rem;cursor:pointer;display:flex;justify-content:center;align-items:center;font-weight:600;border-radius:var(--radius-999);background:var(--color-on-surface);color:var(--color-on-primary);transition:.3s;outline:none}.mw_wp_form .form-btnWrap input[type=submit]:hover{background:var(--color-primary);outline:none}.mw_wp_form .form-btnWrap input[type=submit]:active{background:var(--color-primary);outline:none}.btn-back{width:8rem;height:3rem;cursor:pointer;display:flex;justify-content:center;align-items:center;font-weight:600;border-radius:var(--radius-999);border:2px solid var(--color-on-surface);background:0 0;color:var(--color-on-surface);transition:.3s}.btn-back:hover,.btn-back:active{color:var(--color-surface);background:var(--color-on-surface)}.form-complete{width:100%;height:50vh;display:flex;flex-direction:column;align-items:center;gap:4rem}.complete-text{width:100%;display:grid;gap:2rem;justify-content:center}