:root{--primary-color: #01458c}html,body{height:100%}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fade-slide-enter-active,.fade-slide-leave-active{transition:opacity .5s ease,transform .5s ease}.fade-slide-enter-from,.fade-slide-leave-to{opacity:0;transform:translateY(20px)}.fade-slide-enter-to,.fade-slide-leave-from{opacity:1;transform:translateY(0)}body{font-family:hiragino-kaku-gothic-pron,sans-serif}main{background-color:#050426}img{display:block;max-width:744px}.wrapper{margin:0 auto;position:relative;width:100%;max-width:744px}.logo{position:absolute;left:30px;top:30px;z-index:2}.jumbotron{position:relative}.jumbotron img{margin:0 auto}.buttons{position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.fixedButtons{position:sticky;bottom:0;display:flex;max-width:744px;z-index:4}.fixedButtons img{width:100%}.cta-button{display:block;position:relative;overflow:hidden}.cta-button img{cursor:pointer}.cta-button:before{content:"";position:absolute;top:0;width:50%;height:100%;background:linear-gradient(120deg,#fff0,#fff9,#fff0);transform:skew(-20deg);animation:shine 3s infinite}.qa{background-color:#fff}form{padding:3em 20px;background-color:#e8eef4}.form-title{margin:0 auto 3em;padding-top:3em}.form-item{padding:18px 0}.form-item-label{display:flex;gap:10px}.form-item-label label{color:var(--primary-color);font-size:27px;font-weight:700}.form-item img{padding-bottom:10px}input,select{min-height:44px;padding:10px;width:100%;max-width:400px}form button{cursor:pointer;background:none;border:none;box-shadow:none;margin:5em auto;display:block;position:relative}ul{padding-left:0}ul li{list-style-type:none;align-items:center;display:flex;flex:1;flex-wrap:nowrap;white-space:nowrap;font-size:18px}.birthday{display:flex;gap:20px}.radio-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:10px}input[type=checkbox],input[type=radio]{width:60px}.notation-field{background:#fff;padding:20px;height:200px;overflow-y:scroll;display:flex;align-items:flex-start;justify-content:flex-start}.notation-action{justify-content:center}.privacy-checkbox{margin-left:0;margin-right:20px;background:#fff;border:1px solid rgb(100,90,90);padding:0 20px;cursor:pointer;min-height:30px;height:30px;margin-top:7px}.privacy-checkbox.active{background-color:var(--primary-color);color:#fff}.privacy-checkbox+span{display:inline-block;position:relative;top:-7px;left:-15px}.checkbox-wrapper{margin:0 auto;width:fit-content}.checkbox-form{display:flex}.checkbox-form .error-label{margin-top:7px}.error{position:relative}.error .error-label:after{content:"必須";display:block;font-size:15px;margin-right:10px;white-space:nowrap;color:#fff;background:#dc0000;line-height:15px;padding:5px;width:fit-content;position:relative}.loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite;position:absolute;top:28%;left:75%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}footer{background-color:var(--primary-color);margin-top:6em;min-width:744px;display:flex;align-items:center;justify-content:space-between}.fixedButtons+footer{margin-top:0;padding:1em 0}footer .logo{display:block;position:inherit;padding:20px;max-height:85px}.footer-nav{width:fit-content;color:#fff;display:none;gap:10px;margin-left:auto;padding-right:100px}.footer-nav.show{display:flex}.footer-nav a{color:#fff;text-decoration:none}.footer-nav a:hover{text-decoration:underline}.hamburger{margin-right:20px;width:30px;height:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:none;border:none;cursor:pointer;z-index:1000}.hamburger span{display:block;height:3px;width:25px;background:#fff;border-radius:2px;-webkit-transition:all .3s ease;transition:all .3s ease}.hamburger.open span:nth-child(1){-webkit-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){-webkit-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}.copyright{margin:0 auto;padding:1em 0;display:block;width:fit-content;color:#fff}.thanks{margin:6em auto 0}.thanks+a{margin-top:6em}.privacy-section{background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:744px;margin:0 auto;padding-top:3em}.privacy-list{display:flex;flex-direction:column;gap:20px}.privacy-item{border:3px solid var(--primary-color);padding:20px;max-width:1200px}.privacy-title{font-weight:900;font-size:20px;padding-left:15px;position:relative;display:flex;align-items:center}.privacy-title:before{content:"";margin-right:10px;height:80%;width:7px;background-color:var(--primary-color);display:block;position:absolute;left:0}@keyframes shine{0%{left:-75%}50%{left:125%}to{left:125%}}@media screen and (max-width: 744px){.logo{left:20px;top:20px;width:30%}footer{width:100%;min-width:fit-content}footer .logo{width:inherit}footer a.hide{opacity:0;pointer-events:none}.footer-nav.show{padding-right:0;position:absolute;left:20px}.form-title{max-width:90%}.wrapper{max-width:100%}.cta-button{width:90%;margin:0 auto}.checkbox-form{display:initial}.thanks{max-width:90%}.thanks+a{max-width:90%;margin:6em auto}img{max-width:100%}.buttons{left:0;transform:none}.fixedButtons{max-width:100%;left:0;transform:none}.loader{top:22%}}
