.header{display:flex;justify-content:space-between;height:100px;width:100%;z-index:30;transition:all .2s ease-out;color:#444;box-shadow:none;font-weight:500;margin-bottom:4em;background-image:none}@media screen and (max-width:768px){.header{margin-bottom:0;height:18vw}}.header .logo{display:flex;float:left;text-decoration:none;height:88px;width:25%;justify-content:center;flex-direction:column;padding:5px 10px;background-image:url(/img/parts/logo.png);background-position:50%;background-size:contain;background-repeat:no-repeat;background-origin:content-box}@media screen and (max-width:768px){.header .logo{height:80px;width:30%}}.header .menu{display:flex;margin-top:20px}.header .menu li a{color:#fff;display:block;font-weight:700;padding:1em}.header .menu li.menu_contact_btn a{overflow:hidden;transition:.3s;height:6rem;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#7ca6a4;color:#fff;font-size:2.6rem}.header .menu li.menu_contact_btn a:hover{-webkit-transform:unset;transform:unset}@media screen and (max-width:1023px){.header .menu{display:none}}.header .menu-icon{cursor:pointer;padding:32px 22px 15px;position:absolute;right:0;top:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fdd23d;border-radius:0 0 0 5px;text-align:center;font-size:.5em;font-weight:700;letter-spacing:-.05em}.header .menu-icon .navicon{background:#333;display:block;height:2px;position:relative;transition:background .2s ease-out;width:22px;margin-bottom:1em}.header .menu-icon .navicon:after,.header .menu-icon .navicon:before{background:#333;content:"";display:block;height:100%;position:absolute;transition:all .2s ease-out;width:100%}.header .menu-icon .navicon:before{top:8px}.header .menu-icon .navicon:after{top:-8px}.header .menu-btn{display:none}.header .menu-btn:checked~.menu{background-color:#fcfcfc;color:#292929;height:calc(100vh - 66px);max-height:calc(100vh - 66px)}.header .menu-btn:checked~.menu-icon .navicon{background:transparent}.header .menu-btn:checked~.menu-icon .navicon:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header .menu-btn:checked~.menu-icon .navicon:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before{top:0}.header address{font-style:normal;color:#fff;font-weight:700;display:flex}.header address .tel{background-image:url(/img/icon/icon_tel.svg);background-size:1em;background-position:center left .3em;display:block;width:15rem;text-align:center;padding:.5rem 1em;margin:.2rem 0;font-size:1.5em}@media screen and (max-width:768px){.header address .tel{display:none}}.header address .doc{background-image:url(/img/icon/icon_doc.svg);background-size:1.2em;background-position:center left 1em;border:2px solid #fff;border-radius:2em;display:block;color:#fff;text-align:center;width:15rem;padding:.5rem}@media screen and (max-width:768px){.header address .doc{width:auto;padding:.5rem 1rem .5rem 2.5rem;margin-right:80px;margin-top:10px}}.header address .contact{display:block;background-image:url(/img/icon/icon_mail.svg);background-size:2rem;background-position:center top 1rem;background-color:#366d80;padding-top:3.5rem;color:#fff;height:100px;width:185px;text-align:center;margin-left:1rem}@media screen and (max-width:768px){.header address .contact{display:none}}@media screen and (min-width:961px){.header .menu-icon{display:none}}