@keyframes bg-gradient{0%{background-position:0% 0%}50%{background-position:25% 50%}75%{background-position:50% 100%}100%{background-position:100% 100%}}.p-page-header .bg{background:rgba(0,0,0,0) url("../images/entry/bg_header.jpg") 50% 50% no-repeat;background-size:cover}@media screen and (max-width:767px){.p-page-header .bg{background:rgba(0,0,0,0) url("../images/entry/bg_header_sp.jpg") 50% 50% no-repeat;background-size:cover}}.entry select.pref{color:#a7a7a7}.entry select.pref option{color:#000}.entry .error-txt{margin-top:1.2rem;font-size:1.4rem;color:#d10009;letter-spacing:.08em}@media screen and (max-width:767px){.entry .error-txt{margin-top:2.6666666667vw;font-size:3.4666666667vw}}.entry .input01{padding:0 2rem;width:100%;height:5rem;font-size:1.6rem;border-radius:.4rem;border:1px solid rgba(112,112,112,.05);background-color:#f8f8f8;letter-spacing:.08em}@media screen and (max-width:767px){.entry .input01{padding:0 4vw;font-size:3.4666666667vw;height:10.6666666667vw}}.entry .input01::placeholder{color:#a7a7a7}.entry .input01.error{background-color:#fff8f8;border-color:#d10009}.entry .input01.error::placeholder{color:#f2aaae}.entry .textarea01{padding:1.2rem 2rem;width:100%;height:23rem;font-size:1.6rem;border-radius:.4rem;border:1px solid rgba(112,112,112,.05);background-color:#f8f8f8;letter-spacing:.08em}@media screen and (max-width:767px){.entry .textarea01{padding:2.6666666667vw 4vw;font-size:3.4666666667vw;height:10.6666666667vw}}.entry .textarea01::placeholder{color:#a7a7a7}.entry .textarea01.error{background-color:#fff8f8;border-color:#d10009}.entry .textarea01.error::placeholder{color:#f2aaae}.entry .radio01{display:flex;align-items:center;gap:0 1.8rem;cursor:pointer}@media screen and (max-width:767px){.entry .radio01{gap:0 2.6666666667vw}}.entry .radio01 .radio{position:relative;display:block;width:2.2rem;height:2.2rem;border-radius:100vh;border:1px solid #d6d6d6;background-color:#f2f2f2}@media screen and (max-width:767px){.entry .radio01 .radio{width:4.8vw;height:4.8vw}}.entry .radio01 .radio::before{content:"";position:absolute;bottom:50%;right:50%;transform:translate(50%, 50%);width:.9rem;height:.9rem;border-radius:100vh;background-color:#0883cb;display:none}@media screen and (max-width:767px){.entry .radio01 .radio::before{width:2.6666666667vw;height:2.6666666667vw}}.entry .radio01 input{display:none}.entry .radio01 input:checked+.radio::before{display:block}.entry .radio01 .txt{font-size:1.6rem;letter-spacing:.08em}@media screen and (max-width:1024px){.entry .radio01 .txt{flex:1}}@media screen and (max-width:767px){.entry .radio01 .txt{font-size:3.4666666667vw;letter-spacing:0}}.entry .checkbox01{display:flex;align-items:center;gap:0 1.4rem}@media screen and (max-width:767px){.entry .checkbox01{gap:0 2.6666666667vw}}.entry .checkbox01 .checkbox{position:relative;display:block;width:2rem;height:2rem;border-radius:4px;border:1px solid #d6d6d6;background-color:#f2f2f2;cursor:pointer}@media screen and (max-width:767px){.entry .checkbox01 .checkbox{width:4.8vw;height:4.8vw}}.entry .checkbox01 .checkbox::before{content:"";position:absolute;bottom:50%;right:50%;transform:translate(50%, 50%);width:1.2rem;height:.9rem;background:rgba(0,0,0,0) url("../images/common/ico_check.svg") 50% 50% no-repeat;display:none}@media screen and (max-width:767px){.entry .checkbox01 .checkbox::before{width:3.2vw;height:2.4vw}}.entry .checkbox01 input{display:none}.entry .checkbox01 input:checked+.checkbox{border-color:#0883cb;background-color:#0883cb}.entry .checkbox01 input:checked+.checkbox::before{display:block}.entry .checkbox01 .txt{font-size:1.6rem;letter-spacing:.08em}@media screen and (max-width:767px){.entry .checkbox01 .txt{font-size:3.4666666667vw;line-height:1.7}}.entry .selectBox{position:relative;width:100%;height:5rem;border-radius:.4rem;border:1px solid rgba(112,112,112,.05);background-color:#f8f8f8}@media screen and (max-width:767px){.entry .selectBox{height:10.6666666667vw}}.entry .selectBox .arrowBG{position:absolute;top:-1px;right:-1px;width:3.6rem;height:5rem;border-radius:0 .4rem .4rem 0;background-color:#0883cb;transition:all .6s cubic-bezier(0.215, 0.61, 0.355, 1)}@media screen and (max-width:767px){.entry .selectBox .arrowBG{width:8vw;height:10.6666666667vw}}.entry .selectBox .arrow{content:"";position:absolute;bottom:50%;right:1.1rem;transform:translateY(50%);width:1rem;height:.8rem;background-color:#fff;clip-path:polygon(50% 100%, 0 0, 100% 0);transition:all .6s cubic-bezier(0.215, 0.61, 0.355, 1)}@media screen and (max-width:767px){.entry .selectBox .arrow{width:2.1333333333vw;height:1.6vw}}.entry .selectBox select{position:relative;z-index:2;width:100%;height:100%;padding:0 4rem 0 2rem;font-size:1.6rem;letter-spacing:.08em;cursor:pointer}@media screen and (max-width:767px){.entry .selectBox select{padding:0 8vw 0 4vw;font-size:3.4666666667vw}}.entry .selectBox select:hover+.arrowBG{opacity:.7}.entry .selectBox select:hover+.arrow{opacity:.7}.entry .selectBox.error{background-color:#fff8f8;border-color:#d10009}.entry .selectBox.error select{color:#f2aaae}.entry .btn01{display:flex;align-items:center;justify-content:center;padding:0 1rem;width:100%;height:5rem;font-size:1.4rem;color:#fff;border-radius:.4rem;background:#0883cb}@media screen and (max-width:767px){.entry .btn01{padding:0 2.6666666667vw;height:10.6666666667vw;font-size:3.4666666667vw}}.entry .btn01:hover{opacity:.7}.entry__inner01{padding-bottom:14.4rem}@media screen and (max-width:767px){.entry__inner01{padding-bottom:16vw}}.entry__nav ul{position:relative;display:flex;justify-content:center;padding:0;margin:0 auto;width:72rem;gap:0 9rem}@media screen and (max-width:767px){.entry__nav ul{width:86.6666666667vw;gap:0 15.4666666667vw}}.entry__nav ul::before{content:"";position:absolute;left:0;bottom:50%;transform:translateY(50%);width:100%;height:3px;border-top:3px dotted #363636}@media screen and (max-width:767px){.entry__nav ul::before{top:8vw;bottom:auto;transform:none;height:2px;border-top:2px dotted #363636}}.entry__nav ul li{position:relative;display:flex;align-items:center;justify-content:center;background-color:#fff;width:18rem;gap:0 1.5rem}@media screen and (max-width:767px){.entry__nav ul li{padding:0 1.3333333333vw;width:18.6666666667vw;display:block}}.entry__nav ul li .num{display:flex;align-items:center;justify-content:center;width:8rem;height:8rem;font-size:2.4rem;font-weight:500;color:#0883cb;border-radius:100vh;background-color:#fff;border:2px solid #0883cb}@media screen and (max-width:767px){.entry__nav ul li .num{width:16vw;height:16vw;font-size:4.2666666667vw}}.entry__nav ul li .jpn{display:block;font-size:2rem;font-weight:700}@media screen and (max-width:767px){.entry__nav ul li .jpn{margin-top:.8vw;font-size:4vw;text-align:center}}.entry__nav ul li.current .num{color:#fff;background-color:#0883cb}.entry__box01{margin-top:7rem}@media screen and (max-width:767px){.entry__box01{margin-top:10.6666666667vw}}.entry__box01+.entry__box01{margin-top:5.5rem}@media screen and (max-width:767px){.entry__box01+.entry__box01{margin-top:13.3333333333vw}}@media screen and (max-width:767px){.entry__box01.confirm{margin-top:8vw}}.entry__box01 .etcBox{display:none}.entry__box01 .etcBox .table01{margin-top:0;border-top:none}.entry__box01 .etcBox+.table01{margin-top:0;border-top:none}.entry__box01 .table01{table-layout:fixed;margin-top:4rem;width:100%;border-top:1px solid #e1e1e1}@media screen and (max-width:767px){.entry__box01 .table01{margin-top:5.3333333333vw}}.entry__box01 .table01 th{position:relative;padding:2.9rem 0 2.9rem 3rem;border-bottom:1px solid #e1e1e1;width:33rem;font-size:1.6rem;line-height:2;font-weight:700;text-align:left;letter-spacing:.08em}@media screen and (max-width:767px){.entry__box01 .table01 th{display:block;padding:4vw 0 2.6666666667vw;width:100%;font-size:3.4666666667vw;border-bottom:none;letter-spacing:0}}.entry__box01 .table01 th .required{position:absolute;right:0;top:3.6rem;padding-bottom:1px;display:flex;align-items:center;justify-content:center;width:6rem;height:2rem;font-size:1.2rem;font-weight:500;color:red;border-radius:2px;border:1px solid red}@media screen and (max-width:767px){.entry__box01 .table01 th .required{position:relative;top:0;width:14.4vw;height:auto;margin-left:4vw;font-size:2.6666666667vw;padding:.5333333333vw 0;line-height:1;display:inline-block;text-align:center}}.entry__box01 .table01 td{font-size:1.6rem;letter-spacing:.08em;padding:2rem 2rem 2rem 3rem;border-bottom:1px solid #e1e1e1;vertical-align:middle}@media screen and (max-width:767px){.entry__box01 .table01 td{padding:0 0 5.3333333333vw;display:block;font-size:3.4666666667vw}}.entry__box01 .table01 td .txt01{margin-top:1rem;letter-spacing:.07em;font-size:1.4rem;color:#000}@media screen and (max-width:767px){.entry__box01 .table01 td .txt01{margin-top:2.6666666667vw;font-size:3.4666666667vw}}.entry__box01 .table01 td .input-txt{display:flex;gap:0 1rem}@media screen and (max-width:767px){.entry__box01 .table01 td .input-txt{gap:0 2.6666666667vw}}.entry__box01 .table01 td .input-txt .inner01{width:20rem}@media screen and (max-width:767px){.entry__box01 .table01 td .input-txt .inner01{flex:1;width:auto}}.entry__box01 .table01 td .input-txt .inner02{width:20rem}@media screen and (max-width:767px){.entry__box01 .table01 td .input-txt .inner02{width:50.6666666667vw}}.entry__box01 .table01 td .input-txt .inner03{width:13.3rem}@media screen and (max-width:767px){.entry__box01 .table01 td .input-txt .inner03{width:29.8666666667vw}}.entry__box01 .table01 td .list-birth{display:flex;gap:0 1.8rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-birth{gap:0 2.6666666667vw}}.entry__box01 .table01 td .list-birth li{display:flex;align-items:center;width:15.4rem;gap:0 1.8rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-birth li{width:auto;gap:0 2.6666666667vw}}.entry__box01 .table01 td .list-birth li.year .selectBox{width:12rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-birth li.year .selectBox{width:24.2666666667vw}}.entry__box01 .table01 td .list-birth li.month .selectBox{width:10rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-birth li.month .selectBox{width:19.7333333333vw}}.entry__box01 .table01 td .list-birth li.day .selectBox{width:10rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-birth li.day .selectBox{width:19.7333333333vw}}.entry__box01 .table01 td .list-birth li .txt{font-size:1.6rem}.entry__box01 .table01 td .list-radio{padding:1.2rem 0}@media screen and (max-width:767px){.entry__box01 .table01 td .list-radio{padding:0}}.entry__box01 .table01 td .list-radio li+li{margin-top:1.5rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-radio li+li{margin-top:2.6666666667vw}}.entry__box01 .table01 td .list-radio.flex{padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem 4.8rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-radio.flex{gap:2.6666666667vw 10.6666666667vw}}.entry__box01 .table01 td .list-radio.flex li+li{margin-top:0}.entry__box01 .table01 td .list-adress li{display:flex;align-items:center}@media screen and (max-width:767px){.entry__box01 .table01 td .list-adress li{display:block}}.entry__box01 .table01 td .list-adress li+li{margin-top:2rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-adress li+li{margin-top:4vw}}.entry__box01 .table01 td .list-adress li .ttl{font-size:1.6rem;font-weight:700;letter-spacing:.08em;width:15rem;padding-right:2rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-adress li .ttl{width:100%;padding-right:0;font-size:3.4666666667vw}}.entry__box01 .table01 td .list-adress li .txtBox{flex:1}.entry__box01 .table01 td .list-adress li .txtBox .selectBox{width:23rem}@media screen and (max-width:767px){.entry__box01 .table01 td .list-adress li .txtBox .selectBox{width:50.6666666667vw}}.entry__box01 .table01 td .list-check{display:flex;flex-wrap:wrap;gap:2rem 0;padding:1.2rem 0}@media screen and (max-width:767px){.entry__box01 .table01 td .list-check{padding:0;gap:4vw 0}}.entry__box01 .table01 td .list-check li{width:50%}@media screen and (max-width:767px){.entry__box01 .table01 td .list-check li{padding-right:2.6666666667vw}.entry__box01 .table01 td .list-check li:nth-child(even){padding-right:0}.entry__box01 .table01 td .list-check li .txt{flex:1}}.entry__box01 .table01 td .resume-txt{padding-top:.9rem;font-size:1.6rem;line-height:1.75}@media screen and (max-width:767px){.entry__box01 .table01 td .resume-txt{padding-top:2.4vw;font-size:3.4666666667vw;line-height:1.7}}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume{margin-top:-1rem}}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume{padding-top:5.3333333333vw;margin-top:0}}.entry__box01 .table01 td .list-resume li+li{margin-top:2rem}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume li+li{margin-top:1rem}}.entry__box01 .table01 td .list-resume li dl{display:flex;align-items:center}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume li dl{display:block}}.entry__box01 .table01 td .list-resume li dl dt{position:relative;width:30rem;font-size:1.6rem;font-weight:700;line-height:2}@media screen and (max-width:1280px){.entry__box01 .table01 td .list-resume li dl dt{width:20rem;font-size:1.4rem}}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume li dl dt{width:100%;display:flex;align-items:center;height:4rem;font-size:1.4rem;line-height:1}}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume li dl dt{height:auto;font-size:3.4666666667vw;margin-bottom:4vw}}.entry__box01 .table01 td .list-resume li dl dt .required{position:absolute;right:0;bottom:50%;transform:translateY(50%);padding-bottom:1px;display:flex;align-items:center;justify-content:center;width:6rem;height:2rem;font-size:1.2rem;font-weight:500;color:red;border-radius:2px;border:1px solid red}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume li dl dt .required{position:relative;bottom:auto;transform:none;width:5.4rem;height:auto;margin-left:1.5rem;font-size:1rem;padding:.2rem;line-height:1;display:inline-block;text-align:center}}.entry__box01 .table01 td .list-resume li dl dd{flex:1;display:flex;gap:0 1rem;padding-left:3.2rem}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume li dl dd{padding-left:0}}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume li dl dd{flex-direction:column;align-items:flex-end;gap:2.6666666667vw 0}}.entry__box01 .table01 td .list-resume li dl dd label{flex:1;display:block}.entry__box01 .table01 td .list-resume li dl dd label input[type=file]{display:none}@media print,screen and (min-width:768px){.entry__box01 .table01 td .list-resume li dl dd label{flex:1}}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume li dl dd label{width:100%}}.entry__box01 .table01 td .list-resume li dl dd .file-txt{position:relative;display:flex;align-items:center;flex:1;padding:0 2rem;height:5rem;border-radius:.4rem;border:1px solid rgba(112,112,112,.05);background-color:#f8f8f8;letter-spacing:.08em}@media screen and (max-width:1280px){.entry__box01 .table01 td .list-resume li dl dd .file-txt{font-size:1.4rem}}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume li dl dd .file-txt{font-size:1.4rem;height:5rem;padding:0 1.5rem}}.entry__box01 .table01 td .list-resume li dl dd .file-txt .placeholder{color:#a7a7a7}.entry__box01 .table01 td .list-resume li dl dd .file-txt .file-remove{position:absolute;bottom:50%;right:1rem;transform:translateY(50%);width:7.9rem;height:2.8rem;background:rgba(0,0,0,0) url("../images/common/ico_remove.svg") 0 0 no-repeat;background-size:100% auto;font-size:0}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume li dl dd .file-txt .file-remove{right:1rem;width:2.8rem;height:2.8rem;background:rgba(0,0,0,0) url("../images/common/ico_remove_sp.svg") 0 0 no-repeat;background-size:100% auto}}.entry__box01 .table01 td .list-resume li dl dd .file-txt.error{background-color:#fff8f8;border-color:#d10009}.entry__box01 .table01 td .list-resume li dl dd .file-txt.error .txt{color:#f2aaae}.entry__box01 .table01 td .list-resume li dl dd .file-btn{position:relative;display:flex;align-items:center;width:18.3rem;height:5rem;padding:0 2.3rem;font-size:1.4rem;color:#fff;border-radius:.4rem;background:#0883cb}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume li dl dd .file-btn{font-size:3.4666666667vw;width:40.5333333333vw;height:10.6666666667vw;padding:0 3.4666666667vw}}@media print,screen and (min-width:768px){.is-view-pc .entry__box01 .table01 td .list-resume li dl dd .file-btn:hover{opacity:.7}}.entry__box01 .table01 td .list-resume li dl dd .file-btn::before{content:"";position:absolute;bottom:50%;right:2rem;transform:translateY(50%);width:1.5rem;height:1.5rem;background:rgba(0,0,0,0) url("../images/common/ico_upload.svg") 0 0 no-repeat;background-size:100% auto}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume li dl dd .file-btn::before{right:4.5333333333vw;width:3.2vw;height:3.2vw}}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume.confirm li+li{margin-top:5.3333333333vw}}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume.confirm li dl{display:flex}}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume.confirm li dl{display:block}}.entry__box01 .table01 td .list-resume.confirm li dl dt{width:30rem}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume.confirm li dl dt{width:33rem}}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume.confirm li dl dt{display:block;height:auto;width:100%}}@media screen and (max-width:767px){.entry__box01 .table01 td .list-resume.confirm li dl dd{display:block}}.entry__box01 .table01 td .list-resume .error-txt{margin-left:33rem}@media screen and (max-width:1280px){.entry__box01 .table01 td .list-resume .error-txt{margin-left:23rem}}@media screen and (max-width:1024px){.entry__box01 .table01 td .list-resume .error-txt{margin-left:0}}.entry__ttl01{font-size:2.6rem;font-weight:700;letter-spacing:.08em;color:#0883cb}@media screen and (max-width:767px){.entry__ttl01{font-size:5.3333333333vw}}.entry__txt{margin-top:5rem;font-size:1.8rem;line-height:2;letter-spacing:.05em;text-align:center}@media screen and (max-width:767px){.entry__txt{margin-top:9.3333333333vw;font-size:3.4666666667vw}}.entry__txt01{font-size:1.6rem;line-height:2;letter-spacing:.05em;text-align:center}@media screen and (max-width:767px){.entry__txt01{font-size:3.4666666667vw}}.entry__txt01 a{color:#0883cb;text-decoration:underline}@media print,screen and (min-width:768px){.is-view-pc .entry__txt01 a:hover{text-decoration:none}}.entry__txt02{margin:3rem 0 -2rem;font-size:1.6rem;line-height:2;letter-spacing:.05em}@media screen and (max-width:767px){.entry__txt02{margin:8vw 0 0;font-size:3.4666666667vw}}.entry__txt02 b{font-weight:700}.entry__privacyTxt{margin-top:2rem;text-align:center}@media screen and (max-width:767px){.entry__privacyTxt{margin-top:4vw}}.entry__privacyTxt .checkbox01{justify-content:center}.entry__privacyTxt .checkbox01 .txt{font-size:1.6rem;font-weight:700}@media screen and (max-width:767px){.entry__privacyTxt .checkbox01 .txt{font-size:3.4666666667vw;text-align:left}}.entry__btn01{margin:3.5rem auto 0;width:40rem}@media screen and (max-width:767px){.entry__btn01{margin:8vw auto 0;width:80vw}}.entry__btn01 button.no-event{opacity:.5;pointer-events:none}.entry__btnBox{position:relative;display:flex;justify-content:center;gap:0 4rem}@media screen and (max-width:1024px){.entry__btnBox{flex-direction:column;align-items:center;gap:2rem 0}}@media screen and (max-width:767px){.entry__btnBox{gap:5.3333333333vw 0}}.entry__btnBox li{width:40rem}@media screen and (max-width:767px){.entry__btnBox li{width:80vw}}.entry__btnBox li.btnBack{position:absolute;left:0;width:auto}@media screen and (max-width:1024px){.entry__btnBox li.btnBack{position:relative;left:0}}.entry .complete__ttl{position:relative;max-width:75rem;margin:7.5rem auto 0;text-align:center}@media screen and (max-width:767px){.entry .complete__ttl{margin-top:13.3333333333vw}}.entry .complete__ttl .jpn{padding:1.8rem 0;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;line-height:1.5;letter-spacing:.08em;color:#268ac4;border-top:2px solid #268ac4;border-bottom:2px solid #268ac4}@media screen and (max-width:767px){.entry .complete__ttl .jpn{bottom:0;font-size:5.8666666667vw;padding:4vw 2.6666666667vw;line-height:1.45;border-top:1px solid #268ac4;border-bottom:1px solid #268ac4}}.entry .complete__ttl .en{position:absolute;bottom:-1.4rem;right:50%;transform:translateX(50%);display:block;font-size:1.6rem;font-weight:700;font-family:"Robot",sans-serif;letter-spacing:.08em;color:#268ac4;background-color:#fff;padding:0 1.5rem}@media screen and (max-width:767px){.entry .complete__ttl .en{bottom:-2.6666666667vw;font-size:3.4666666667vw;padding:0 2.6666666667vw;white-space:nowrap}}.entry .complete__txt{margin-top:6.5rem;font-size:2rem;font-weight:500;text-align:center;line-height:2.25}@media screen and (max-width:767px){.entry .complete__txt{margin-top:8vw;font-size:4vw;line-height:2}}.entry .complete__bg01{height:31.5rem}@media screen and (max-width:767px){.entry .complete__bg01{height:48vw}}.entry .complete__btn{display:flex;justify-content:center;margin-top:5rem}@media screen and (max-width:767px){.entry .complete__btn{margin-top:9.3333333333vw}}.l-footer{padding-top:7rem}@media screen and (max-width:767px){.l-footer{padding-top:10.6666666667vw}}