/**handles:block-acf-hero-page,block-acf-faq**/
.heropage{display:flex;flex-direction:column;padding-top:564px}.hero-bg,.hero-bgm{position:absolute!important;left:0;top:0;width:100%;height:664px;max-height:46vw;overflow:hidden;z-index:1}.hero-bgm{height:0;padding-bottom:117%}.hero-bg img,.hero-bgm img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}.herop-content{background:#000;color:#fff;padding:32px;z-index:9}.herop-content h1{margin-bottom:32px;max-width:657px}@media only screen and (max-width:1280px){.heropage{padding-top:calc(46.11vw - 64px)}}@media only screen and (max-width:820px){.heropage{padding-top:calc(117vw - 64px)}.hero-bg{display:none}.hero-bgm{display:block!important}}
.faq-item{padding:32px 0;border-bottom:4px solid #00a8c1}.faq-item:first-child{padding-top:0}.faq-item h3{position:relative;padding-right:32px;cursor:pointer}.faq-item h3:after{position:absolute;display:block;content:'';right:0;top:0;width:24px;height:24px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" fill="%2300A8C1"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center;transform:rotate(180deg);-ms-transition:all .3s ease-out;transition:all .3s ease-out}.faq-item.open h3:after{transform:rotate(90deg)}.accordion-txt p{padding-top:16px}