.header{height:72px;position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 4px 8px rgba(25,21,21,.1);background-color:#fff}@media screen and (max-width: 768px){.header{height:64px}}.header .header__nav{padding:8px 0;display:flex;justify-content:space-between;align-items:center}.header .header__nav .header__logo{width:160px}@media screen and (max-width: 768px){.header .header__nav .header__logo{width:144px}}.header .header__nav .header__logo img{width:100%;height:100%;object-fit:contain;vertical-align:middle}.header .header__nav .header__cta{display:flex;gap:24px}@media screen and (max-width: 768px){.header .header__nav .header__cta{gap:16px}}.header .header__nav .header__cta .header__cta-btn{display:flex;gap:4px;flex-direction:column;align-items:center;text-decoration:none;color:#2c2c2c;font-size:14px;font-weight:500;line-height:1;transition:all .3s ease}@media screen and (max-width: 768px){.header .header__nav .header__cta .header__cta-btn{font-size:12px}}.header .header__nav .header__cta .header__cta-btn.line{color:#06c755}.header .header__nav .header__cta .header__cta-btn:hover{opacity:.8}.header .header__nav .header__cta .header__cta-btn img{width:24px;height:24px}.footer{background-color:#2c2c2c;color:#fff;padding:40px 0}.footer .footer__list{margin:0 auto;display:flex;justify-content:center}.footer .footer__list .footer__item{color:#d4d4d4;list-style:none;font-size:14px;text-decoration:none;transition:all .3s ease;border-right:1px solid #d4d4d4;padding:0 24px}.footer .footer__list .footer__item:hover{color:#fff}.footer .footer__list .footer__item:last-child{border-right:none}.footer .footer__copyright{text-align:center;font-size:12px;color:#d4d4d4;margin-top:16px}.btn__primary{background-color:#038442;color:#fff;font-weight:500;padding:16px 32px;border-radius:8px;transition:all .3s ease;text-decoration:none;cursor:pointer}.btn__primary:hover{background-color:#1c9054;color:#fff}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{font-family:"Noto Sans JP",sans-serif;letter-spacing:1px;color:#2c2c2c;line-height:1.75}section{padding:80px 0}section .section__title{font-size:48px;font-weight:700;color:#2c2c2c;text-align:center;margin-bottom:40px}@media screen and (max-width: 992px){section .section__title{font-size:36px}}@media screen and (max-width: 768px){section .section__title{font-size:32px}}@media screen and (max-width: 480px){section .section__title{font-size:28px}}section.bg__mesh{background-image:url(../img/lp/bg01.svg)}.container{max-width:1200px;margin:0 auto;padding:0 16px}
