@charset "UTF-8";*{box-sizing:border-box}body{padding:0;margin:0;font-family:system-ui,Hiragino Sans,YuGothic,Meiryo,sans-serif;line-height:2;color:#040b2d}input,select,textarea{font-size:16px;height:56px}ul{list-style:none;margin:0;padding:0}p{margin:0;padding:0}.mb50{margin-bottom:50px}.mb40{margin-bottom:40px}.mb20{margin-bottom:20px}.textCenter{text-align:center}@media (max-width:768px){body{font-size:.8rem}.spNone{display:none}}.container{width:1200px;margin:0 auto}.documentContainer{display:flex;justify-content:space-between;align-items:flex-start;padding:50px 0 100px}.documentContainer>div{width:47%}.documentH2{font-size:20px;font-weight:800;color:#040b2d;margin:0 0 30px;line-height:1.6}.documentH3{font-size:18px;font-weight:800;color:#2982cc;padding-bottom:10px;border-bottom:solid 1px #b2c4c7;margin-bottom:15px}.documentList{list-style:disc;margin-left:1em}.swiper img{width:100%}.swiperBox{position:relative;margin-bottom:50px}.swiperNav{position:absolute;left:50%;bottom:-30px;transform:translateX(-50%);display:flex;justify-content:space-between;align-items:center;width:100%}.swiper-button-next,.swiper-button-prev{color:#333;width:24px;height:24px;top:50%;transform:translateY(-50%)}.swiper-button-next:after,.swiper-button-prev:after{font-size:16px}@media (max-width:1280px){.container{width:90%;margin:0 auto}}@media (max-width:768px){.documentContainer{flex-direction:column-reverse;padding:30px 0 50px}.documentContainer>div{width:100%}.documentH2{font-size:18px;margin:0 0 20px}.documentH3{font-size:16px;padding-bottom:5px;margin-bottom:10px}}.documentForm{border:solid 1px #b2c4c7;background-color:#fafafa;padding:30px 40px 40px}.progressbar{font-family:Barlow,sans-serif;position:relative;margin:25px auto 30px;padding:0;display:flex;justify-content:space-between}.progressbar li{position:relative;list-style-type:none;text-align:center;text-transform:uppercase;width:33.333%;color:#fff;counter-increment:steps}.progressbar li:before{display:block;width:48px;height:48px;margin:0 auto;content:'';line-height:58px;font-size:18px;text-align:center;border-radius:50%;background-color:#b0b2bd;content:counter(steps,decimal-leading-zero);position:relative;z-index:3}.progressbar li:after{position:absolute;z-index:1;top:50%;transform:translateY(-50%);left:-50%;width:100%;height:2px;content:'';background-color:#b0b2bd}.progressbar li:first-child:after{content:none}.progressbar li.active{color:#fff}.progressbar li.complete{color:#040b2d}.progressbar li.active:before{background-color:#fff;color:#040b2d;border:solid 2px #040b2d}.progressbar li.active span{color:#040b2d}.progressbar li.complete:before{background-color:#040b2d;color:#fff}.progressbar li.active:after,.progressbar li.complete:after{background-color:#040b2d}.progressbar li span{position:absolute;top:2px;left:50%;transform:translateX(-50%);color:#fff;font-family:"Barlow Condensed",sans-serif;font-size:12px;z-index:5}.formH3{background-color:#040b2d;color:#fff;font-size:14px;font-weight:600;padding:8px 15px}.formH3 span{font-family:Barlow,sans-serif;font-weight:500}.formLabel{font-size:14px;font-weight:600;margin-bottom:10px}.labelRequired{border:solid 1px #f5b2b2;color:#ea6464;font-size:12px;padding:4px 16px;border-radius:16px;margin-left:.5em}.labelOptional{border:solid 1px #bac1c7;color:#7a8995;font-size:12px;padding:4px 16px;border-radius:16px;margin-left:.5em}.form2column{display:flex;justify-content:space-between}.form2column>div{width:48%}.submitBox{display:flex;gap:10px}.submitBtn{background-color:#2982cc;color:#fff;font-size:1rem;font-weight:600;width:100%;border-radius:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:1em}.submitBtnLast{font-size:.8rem}.backBtn{background-color:#b0b2bd;color:#fff;font-size:.8rem;font-weight:600;width:100%;border-radius:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:1em;width:30%}.p-formButton-unanswered{background-color:#d9d9d9;color:#fff;font-size:1rem;font-weight:600;width:100%;border-radius:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:1em}.recruitmentStatus{position:relative;margin-bottom:.5rem;z-index:0;border:solid 1px #dbe6e8;border-radius:4px;cursor:pointer}.recruitmentStatus:checked{background-color:#ccc}.recruitmentStatus input[type=radio]:checked+label{color:#3c4e65}.recruitmentStatus [type=radio]:checked+label{display:flex}.recruitmentStatus label{padding:.8rem 1rem .8rem .7rem;width:100%}[type=radio]:checked,[type=radio]:not(:checked){padding:0;margin:0;width:100%;height:100%}[type=radio]+label:hover,[type=radio]:checked,[type=radio]:focus+label{background-color:#dbe6e8;color:#3c4e65}[type=radio]:not(:checked)+label::before{font-family:"Font Awesome 5 Free";color:#3c4e65;content:'\f111';position:relative;background-color:transparent;transform:initial;padding-right:.25em}[type=radio]:checked+label::before{font-family:"Font Awesome 5 Free";color:#3c4e65;content:'\f192';position:relative;background-color:transparent;transform:initial;padding-right:.25em}[type=radio]:checked+label::after,[type=radio]:not(:checked)+label::after{content:none}[type=radio]:checked+label,[type=radio]:not(:checked)+label{padding-left:.7rem}.privacy-policy{font-size:.8rem;line-height:1.6}.privacy-policy .d-flex{display:flex;gap:15px}.privacy-policy img{width:80px}.confirmList{margin-bottom:2em}.confirmList li{border-bottom:solid 1px #ccc;padding:.5em}.confirmLabel{font-weight:600}@media (max-width:768px){.documentForm{margin-bottom:60px;padding:20px 15px 20px}.formH3{font-size:12px;padding:4px 10px}.submitBtn{font-size:.8rem}.p-formButton-unanswered{font-size:.8rem}.privacy-policy img{width:48px}}.documentHeading{background:url(https://cdn.geechs-job.com/image/client/document/document_header_bg.webp) center center no-repeat;background-size:cover;height:200px}.containerDocumentHeading{display:flex;align-items:center;height:100%}.containerDocumentHeading h2{font-size:32px;font-weight:800}.documentCategory{display:flex;justify-content:flex-end;gap:10px}.categoryLink{background-color:#040b2d;color:#fff;text-decoration:none;font-size:14px;font-weight:600;padding:10px 15px 10px 10px}.categoryLink::before{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f358";padding-right:.5em}.documentIndexH3{font-size:20px;font-weight:800;color:#040b2d;border-bottom:solid 1px #b2c4c7;padding-bottom:10px;margin-bottom:30px}.documentIndexList{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:70px}.documentIndexList::after{content:"";display:block;width:32%}.documentIndexList li{border:solid 1px #b2c4c7;background-color:#fafafa;padding:30px;width:32%;margin-bottom:30px;display:flex;flex-direction:column}.documentIndexList img{width:100%;margin-bottom:10px}.documentIndexH4{font-size:18px;font-weight:800;color:#040b2d;margin:0 0 10px;line-height:1.6}.documentIndexTxt{font-size:14px;line-height:1.6;margin-bottom:15px}.downloadBtn{background-color:#2982cc;color:#fff;padding:18px 30px;border-radius:28px;text-decoration:none;width:100%;line-height:1.2;display:flex;justify-content:space-between;font-weight:600;margin-top:auto}.downloadBtn::after{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f019"}.documentContact{background:url(https://cdn.geechs-job.com/image/client/document/download_contact_bg.webp) top center no-repeat;background-size:cover;padding:80px 0}.documentContactContainer{width:786px;padding:40px 50px;background-color:#fff;margin:0 auto}.documentContactH3{font-size:28px;font-weight:800;color:#040b2d;margin:0}.documentContactBtn{background-color:#040b2d;color:#fff;text-decoration:none;display:flex;align-items:center;padding:22px 32px;font-size:24px;font-weight:800;margin-top:20px}.documentContactBtn::after{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f054";margin-left:auto}.documentContactBtnRemark{display:flex;background-color:#fff;color:#040b2d;font-size:16px;padding:5px 20px;margin-right:15px;border-radius:22px}@media (max-width:1200px){.documentIndexList li{width:48%}}@media (max-width:768px){.documentHeading{height:120px;background-position:right center}.containerDocumentHeading h2{font-size:24px}.documentCategory{gap:5px}.categoryLink{font-size:12px}.documentIndexH3{font-size:18px;padding-bottom:5px;margin-bottom:15px}.documentIndexList{margin-bottom:40px}.documentIndexList li{padding:20px 30px;width:100%;margin-bottom:20px}.documentIndexH4{font-size:16px;margin:0 0 10px}.downloadBtn{font-size:14px}.documentContact{padding:40px 0}.documentContactContainer{width:90%;padding:20px}.documentContactH3{font-size:18px}.documentContactTxt{font-size:14px}.documentContactBtn{flex-direction:column;padding:10px 15px;font-size:18px;position:relative}.documentContactBtn::after{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px}.documentContactBtnRemark{font-size:12px;padding:5px 15px;margin-right:0;border-radius:22px}}.footer{padding:60px 0;background-color:#040b2d;color:#fff}.footer ol{margin:20px 0 0;font-size:12px;line-height:140%;counter-reset:count 0;list-style-type:none}.footer ol li{position:relative;padding:0 0 10px 20px}.footer ol li:before{counter-increment:count 1;content:"*" counter(count);display:inline-block;position:absolute;top:0;left:0}.footer p{font-size:12px;margin-bottom:20px}.footer .signature{display:flex;align-items:center;margin-bottom:20px}.footer .logo-geechs-job,.footer .logo-img{width:150px;margin-top:5px;margin-right:16px}.footer .svg-data-path{fill:#fff}.footer-remark{margin-top:20px}.tel{display:flex;justify-content:flex-start;align-items:center}.tel a{font-size:28px;font-weight:600;margin-right:20px;font-family:Rajdhani,sans-serif}.tel a:hover{color:#adc7cc}.tel li{display:flex;align-items:center}.tel li:first-child::before{margin-right:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f095";transform:scaleX(-1)}.copyright{display:flex;justify-content:space-between;margin-top:40px;padding-top:40px;border-top:1px solid #fafbfc}.copyright a::after{margin-left:8px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f35d"}.copyright a:hover{color:#adc7cc}footer a{color:#fff;text-decoration:none;transition:all .5s}@media (max-width:768px){.footer{padding:30px 0 50px}.footer ol,.footer p{font-size:10px}.copyright,.tel{flex-direction:column}}.js--validation{position:relative}#complete .l-container{width:fit-content;margin:0 auto;padding:40px 80px;border:solid 1px #b2c4c7;background-color:#fafafa;text-align:center;max-width:1120px;margin:60px auto}#complete .l-title{margin:0 auto 20px}#complete .l-footer{display:flex;align-items:center;gap:30px;width:fit-content;margin-top:40px;font-size:.8rem}#complete .p-link-back-lp{background-color:#b2c4c7;color:#fff;padding:18px 60px;border-radius:28px;text-decoration:none;width:fit-content;line-height:1.2;display:flex;justify-content:center;font-weight:600;margin:0 auto 80px}#complete .only-sp{display:none}@media (max-width:768px){#complete .l-container{width:90%;padding:30px 20px;margin:60px auto 30px}#complete .l-footer{gap:10px;font-size:.7rem}#complete .p-link-back-lp{margin:0 auto 40px}#complete .only-sp{display:block}}
