.header{position:fixed;width:100%;left:0;top:0;z-index:100;background-color:hsla(0,0%,100%,.95);transition:box-shadow .3s ease}.header .container{display:flex;justify-content:space-between;align-items:center;height:var(--header-height);transition:height .3s ease}.header .nav{display:flex;justify-content:flex-end;align-items:center;align-self:stretch}.header .nav .cta{line-height:1.5;padding:8px;margin-left:16px;transition:transform .3s ease;transform-origin:center right}.header .nav .cta .icon{font-size:24px;margin-right:8px}.header .nav .cta .tel{font-size:24px;white-space:nowrap}@media screen and (max-width: 1200px){.header .nav.pc{gap:8px}.header .nav.pc .nav__item,.header .nav.pc .nav__item a{font-size:16px;padding:4px;white-space:nowrap;margin:0}}@media screen and (max-width: 768px){.header .nav.pc{display:none}}.header .nav.sp{display:none}@media screen and (max-width: 768px){.header .nav.sp{display:flex}}.header .logotype{max-width:200px;height:32px;transition:transform .3s ease;transform-origin:center left}.menu-open .header,.is-scrolled .header{box-shadow:0 1px 2px rgba(0,0,0,.15)}@media screen and (max-width: 1200px){.header .nav .cta{margin-left:0}.header .nav .cta .cta__text{font-size:14px}.header .nav .cta .tel{font-size:22px}.header .nav .cta .icon{font-size:12px}.header .nav.pc .nav__item:last-child .nav__sub.is-items{right:0;left:auto;transform:translateX(0)}.header .nav.pc .nav__item:nth-last-child(2) .nav__sub.is-items{right:0;left:auto;transform:translateX(0)}.nav__sub.is-items .nav__item{white-space:normal;font-size:16px;padding:auto;width:150px}.nav__sub.is-items .nav__item a{white-space:pre-wrap;line-height:1.4}}@media screen and (max-width: 992px){.header .logotype{max-width:150px;height:24px}.header .nav.pc .nav__item,.header .nav.pc .nav__item a{font-size:14px;padding:2px}.header .nav.pc{gap:3px}.header .nav .cta .cta__text{font-size:12px}.header .nav .cta .tel{font-size:18px}.header .nav .cta .icon{font-size:12px}}@media screen and (max-width: 768px){.header .container{height:var(--header-height)}.header .logotype{width:150px;height:24px}.header .nav .cta{padding:var(--margin-s) var(--margin)}.header .nav .cta .icon{font-size:1.2em;margin-right:var(--margin-s)}.header .nav .cta__text{font-size:.8em;text-align:center}.header .nav .menu-action{display:flex;align-items:center;justify-content:center;width:var(--menu-action-size);height:var(--menu-action-size);margin-right:-10px}}@media screen and (max-width: 400px){.header .nav .cta__text{font-size:.65em}}.header .nav a{transition:transform .3s ease}html.is-scrolled .header .container{height:var(--header-height-s)}html.is-scrolled .header .logotype,html.is-scrolled .header .nav .cta{transform:scale(0.7)}.nav__item a{display:block;margin:0 .4em;padding:.4em;white-space:nowrap}.nav__item:hover>a,.nav__item.is-current>a{position:relative}.nav__item:hover>a::after,.nav__item.is-current>a::after{content:"";position:absolute;left:0;width:100%;bottom:4px;border-bottom:2px solid var(--primary)}.nav__item:hover .nav__sub{animation-name:nav__sub-open}.nav__item:not(:hover) .nav__sub{animation-name:nav__sub-close}.nav__sub{animation-duration:.3s;animation-fill-mode:forwards;position:absolute;display:flex;flex-direction:column;justify-content:center;padding-top:var(--margin);transition:transform .3s ease;border:1px solid var(--gray-light);border-radius:var(--radius);padding:var(--margin);background-color:#fff;box-shadow:var(--shadow);z-index:200}.nav__sub.is-items{width:420px;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;max-height:70vh;overflow-y:scroll}.nav__sub.is-items .nav__item{flex-basis:50%}.nav__sub.is-items .nav__item a{white-space:pre-wrap}@keyframes nav__sub-open{0%{visibility:hidden;opacity:0;transform:translate3d(0, 10px, 0)}1%{visibility:visible;opacity:0;transform:translate3d(0, 10px, 0)}100%{visibility:visible;opacity:1;transform:translate3d(0, 0, 0)}}@keyframes nav__sub-close{0%{visibility:visible;opacity:1;transform:translate3d(0, 0, 0)}99%{visibility:visible;opacity:0;transform:translate3d(0, 10px, 0)}100%{visibility:hidden;opacity:0;transform:translate3d(0, 10px, 0)}}.btn__primary{background-color:#ffe200;color:#393939;width:fit-content;padding:16px;text-decoration:none;transition:all .3s ease;display:inline-flex;justify-content:center;align-items:center;font-weight:500;font-size:16px}.btn__primary:hover{background-color:#ffe419}@media screen and (max-width: 480px){.btn__primary{width:100%}}.btn__wide{padding:16px 64px}.btn__full{width:100%}.br__desktop,.br__tablet,.br__mobile,.br__small{display:none}@media screen and (max-width: 1200px){.br__desktop{display:block}}@media screen and (max-width: 992px){.br__tablet{display:block}}@media screen and (max-width: 768px){.br__mobile{display:block}}@media screen and (max-width: 480px){.br__small{display:block}}*{font-family:"Noto Sans JP",sans-serif;box-sizing:border-box}section{padding:80px 0}@media screen and (max-width: 768px){section{padding:64px 0}}@media screen and (max-width: 480px){section{padding:40px 0}}.container{max-width:1200px;width:100%;margin:0 auto}@media screen and (max-width: 1200px){.container{padding:0 16px}}h2,h3,h4,h5,h6,p,ul,ol li{margin:0;padding:0}.section__head{text-align:center;margin-bottom:40px}@media screen and (max-width: 768px){.section__head{margin-bottom:32px}}.section__head .section__head-subtitle{font-size:24px;font-weight:700;position:relative;margin-bottom:8px;z-index:0}@media screen and (max-width: 992px){.section__head .section__head-subtitle{font-size:20px}}@media screen and (max-width: 768px){.section__head .section__head-subtitle{font-size:18px}}@media screen and (max-width: 480px){.section__head .section__head-subtitle{font-size:16px}}.section__head .section__head-subtitle::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:64px;height:100%;clip-path:polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);background-color:#ffe200;z-index:-1}@media screen and (max-width: 768px){.section__head .section__head-subtitle::before{width:48px}}.section__head .section__head-title{font-size:44px;font-weight:700;position:relative;line-height:1.25}@media screen and (max-width: 992px){.section__head .section__head-title{font-size:36px}}@media screen and (max-width: 768px){.section__head .section__head-title{font-size:28px}}@media screen and (max-width: 480px){.section__head .section__head-title{font-size:24px}}.section__head .section__head-title span{font-size:24px;font-weight:700}@media screen and (max-width: 992px){.section__head .section__head-title span{font-size:20px}}@media screen and (max-width: 768px){.section__head .section__head-title span{font-size:16px}}.section__head .section__head-title strong{color:#e64754}.bg__orange{background-color:#fcf9f5}.bg__red{background-color:#fdf5f6}
