#body-wrapper{display:flex;flex-direction:row}aside{max-width:240px;width:100%;border-right:1px solid #e0712f;background-color:#fff}@media(max-width: 768px){aside{display:none}}main{width:calc(100% - 240px);background-color:#f8f8f6}@media(max-width: 768px){main{width:100%;overflow:hidden}}.menu-wrap{display:flex;flex-direction:column;align-items:center;position:fixed;top:50px;left:20px;width:200px}.menu-wrap .logo{padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid #222}.menu-wrap .logo img{width:127px}.menu-wrap nav{display:flex;text-align:center;gap:15px;margin-bottom:50px}.menu-wrap nav a:hover p{color:#e0712f}.link-set{text-align:center;display:flex;flex-direction:column}.link-set a{color:#727272}.sns-link{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:40px}.sns-link svg{width:24px;height:24px;fill:#222}#contact{display:flex;flex-direction:column;align-items:center}#contact .contact-wrapper{background-color:#e0712f;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;box-sizing:border-box;gap:50px;min-width:600px;max-width:1000px;border-radius:8px;margin:auto}@media(max-width: 768px){#contact .contact-wrapper{padding:50px 20px;min-width:100%;border-radius:0}}#contact .contact-wrapper p{color:#fff}#contact .contact-wrapper .title h2{color:#fff}#contact .contact-wrapper .cta-wrapper{display:flex;align-items:center;gap:50px}@media(max-width: 768px){#contact .contact-wrapper .cta-wrapper{flex-direction:column;gap:25px;align-items:center}#contact .contact-wrapper .cta-wrapper .cta-inner{text-align:center}}#contact .contact-wrapper .cta-wrapper img{width:1px}@media(max-width: 768px){#contact .contact-wrapper .cta-wrapper img{display:none}}#contact #f-logo{max-width:250px;-o-object-fit:contain;object-fit:contain;margin:100px auto}@media(max-width: 768px){#contact #f-logo{max-width:150px;margin:50px auto}}#contact .f-line{width:100%;background-color:#e0712f;display:flex;padding:5px 10px;align-items:center;justify-content:space-between;width:100%}#contact .f-line p{color:#fff;font-size:10px;letter-spacing:normal;line-height:100%;font-weight:500}#contact .f-line a{color:#fff;font-size:12px;letter-spacing:1px;line-height:120%;display:flex;font-weight:500;font-family:"Noto Serif JP";align-items:center}#contact .f-line a svg{width:10px;aspect-ratio:1/1}#mob_logo{position:fixed;top:10px;left:10px;z-index:999;display:none}@media(max-width: 768px){#mob_logo{display:block}}#mob_logo img{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}header{width:100%;position:fixed;margin:0 !important;top:0px;z-index:99}header .header-wrapper{background:rgba(230,225,218,.8);width:100%;height:70px;position:relative;display:flex;align-items:center;justify-content:center;padding:0px 50px;box-sizing:border-box;gap:30px}@media(max-width: 1480px){header .header-wrapper{padding:0px 30px;gap:20px}}@media(max-width: 768px){header .header-wrapper{display:none}}header .header-wrapper .logo-h-wrapper .logo{width:285px}@media(max-width: 1480px){header .header-wrapper .logo-h-wrapper .logo{width:200px}}@media(max-width: 768px){header .header-wrapper .logo-h-wrapper .logo{width:150px}}header .header-wrapper .header_menu_wrapper nav{width:100%;position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;text-align:left;font-size:24px;color:#0f1a2b;font-family:"Noto Sans JP"}header .header-wrapper .header_menu_wrapper nav .nav-link{display:flex;align-items:center;justify-content:center;padding:10px 0px;font-size:24px}header .header-wrapper .header_menu_wrapper nav .nav-link.active{border-bottom:2px solid #e0712f;display:flex;align-items:center;justify-content:center;padding:10px 0px;color:#e0712f}@media(max-width: 1480px){header .header-wrapper .header_menu_wrapper nav{gap:15px}header .header-wrapper .header_menu_wrapper nav .nav-link{font-size:20px}}@media(max-width: 768px){header .header-wrapper .header_menu_wrapper nav{gap:10px}header .header-wrapper .header_menu_wrapper nav .nav-link{font-size:16px}}header .hamburger{position:fixed;top:0px;right:10px;width:48px;height:48px;border:none;background:rgba(0,0,0,0);cursor:pointer;z-index:1000;display:none}@media(max-width: 768px){header .hamburger{display:block}}header .hamburger .hamburger__line{position:absolute;left:11px;width:42px;height:5px;background-color:#ea5413;transition:all .4s}header .hamburger .hamburger__line:nth-of-type(1){top:15px}header .hamburger .hamburger__line:nth-of-type(2){top:27px}header .hamburger .hamburger__line:nth-of-type(3){top:40px}header .hamburger.active .hamburger__line:nth-of-type(1){transform:translateY(15px) rotate(-45deg)}header .hamburger.active .hamburger__line:nth-of-type(2){opacity:0}header .hamburger.active .hamburger__line:nth-of-type(3){transform:translateY(-9px) rotate(45deg)}header .nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;visibility:hidden;opacity:0;transition:all .6s;z-index:900}header .nav-overlay.active{visibility:visible;opacity:1}header .nav-overlay__content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center;width:-moz-fit-content;width:fit-content}header .nav-overlay__content .logo{width:200px}header .nav-overlay__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;flex-direction:column;align-items:center}header .nav-overlay__link{display:inline-block;padding:10px;color:#ea5413;font-size:16px;text-decoration:none;transition:color .3s}header .nav-overlay__link:hover{color:#ea5413}