body{font-family:"Noto Sans JP",sans-serif}@media(max-width: 768px){.pc-only{display:none !important}}@media(min-width: 769px){.sp-only{display:none !important}}.header{width:100%;background:#0d2a49;position:fixed;top:0;left:0;z-index:100}.header-container{width:100%;max-width:960px;padding:15px 0 15px 0;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media(max-width: 768px){.header-container{max-width:100%;padding:10px}}.header-container .logo{flex-shrink:0;font-size:1.5rem;font-weight:700}.header-container .logo a{text-decoration:none;color:#fbfaf5}.header-container .logo img{width:130px;height:auto}@media(max-width: 768px){.header-container .logo img{width:80px}}.header-container .logo img:hover{opacity:.6}.header-container .search-input-container{position:relative;display:flex;align-items:center;justify-content:space-between;border:1px solid #ccc;border-radius:5px;width:250px}.header-container .search-field{border:none;padding:1px;background:rgba(0,0,0,0);outline:none;border-radius:5px;width:200px}.header-container .search-submit{background:none;border:none;cursor:pointer;color:#555;flex-shrink:0;width:30px;height:30px}.header-container .search-submit img{width:20px;height:20px;object-fit:contain}.header-menu-container{width:100%;background:#036}@media(max-width: 768px){.header-menu-container{max-width:100%}}.header-menu-container .menu{width:100%;max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:10px;list-style:none}@media(max-width: 768px){.header-menu-container .menu{width:100%;max-width:100%}}.header-menu-container .menu li{color:#fbfaf5;font-size:1.1rem;font-weight:700;padding:8px 20px}@media(max-width: 768px){.header-menu-container .menu li{font-size:.7rem}}.header-menu-container .menu a{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:5px;text-decoration:none;color:#fbfaf5;text-align:center;line-height:normal;transition:opacity .6s ease}@media(max-width: 768px){.header-menu-container .menu a{flex-direction:column}}.header-menu-container .menu a:hover{color:hsla(0,0%,100%,.8)}.footer{width:100%;min-width:1024px;padding:0 0 5px 0;background:#0d2a49;color:#fbfaf5}@media(max-width: 768px){.footer{width:100%;max-width:100%;min-width:0}}.footer-container{width:100%;max-width:960px;padding:1rem 0;margin:0 auto;display:flex;flex-direction:column;gap:1rem}@media(max-width: 768px){.footer-container{width:100%;max-width:100%;padding:10px}}.footer-container a{text-decoration:none;color:#fbfaf5}.footer-nav{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:10px;font-size:.8rem}@media(max-width: 768px){.footer-nav{max-width:100%;align-items:flex-start;font-size:.7rem}}.footer-nav__first{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.footer-nav__first ul{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.footer-nav__second{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media(max-width: 768px){.footer-nav__second{max-width:100%;flex-direction:column;gap:10px}}.footer-nav__second ul{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}@media(max-width: 768px){.footer-sns{display:flex;align-items:center;justify-content:center}}.footer-sns dl{display:flex;flex-direction:row;align-items:center;gap:1rem}.footer-sns ul{display:flex;flex-direction:row;gap:1rem}.footer-sns-link{display:block;width:26px;height:26px;text-indent:-9999px;overflow:hidden;position:relative}.footer-sns-link::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center}.footer-sns-x::before{background-image:url("../img/logo-sns-x.svg")}.footer-sns-instagram::before{background-image:url("../img/logo-sns-instagram.svg")}.footer-sns-facebook::before{background-image:url("../img/logo-sns-facebook-second.png")}.footer-copyright{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:.7rem}@media(max-width: 768px){.footer-copyright{justify-content:center}}.footer-copyright__title{display:flex;justify-content:flex-end}.pagination{width:100%;max-width:960px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:30px 0 0 0}@media(max-width: 768px){.pagination{padding:10px 0 0 0}}.pagination .invisible-dummy{visibility:hidden;pointer-events:none}.pagination .page-numbers{display:none !important}.pagination .prev,.pagination .next{display:inline-block !important;min-width:200px;text-decoration:none;color:#444;background-color:#fff;border:1px solid #ccc;padding:1rem;border-radius:.4rem;transition:background-color .2s,border-color .2s;text-align:center}@media(max-width: 768px){.pagination .prev,.pagination .next{min-width:150px}}.pagination .prev:hover,.pagination .next:hover{opacity:.6}body{margin:0;padding:0;background:#f4f4f4 !important;color:#3a3226 !important;overflow-x:hidden}.hero-section{width:100%;padding:120px 0 15px 0}@media(max-width: 768px){.hero-section{max-width:100%;padding:100px 20px 0 20px}}.hero-section-inner{width:100%;max-width:960px;margin:0 auto;display:flex;gap:10px;align-items:stretch}@media(max-width: 768px){.hero-section-inner{max-width:100%;flex-direction:column}}.hero-section .hero-main-visual{flex:3;position:relative;border-radius:.4rem;overflow:hidden;height:auto;display:flex}@media(max-width: 768px){.hero-section .hero-main-visual{flex:0 0 100%;aspect-ratio:4/5}}.hero-section .hero-main-title{position:absolute;bottom:20px;left:20px;right:20px;z-index:10;color:#fff;padding:5px 10px;background-color:rgba(0,0,0,.6);font-size:1.5rem;line-height:1.4;margin:0;border-radius:.4rem}@media(max-width: 768px){.hero-section .hero-main-title{bottom:10px;left:10px;right:10px;max-width:calc(100% - 20px);font-size:1rem;padding:10px}}.hero-section .hero-main-image{width:100%;height:100%;display:block;object-fit:cover;position:absolute;top:0;left:0}.hero-section .hero-main-image:hover{opacity:.6}.hero-section .hero-sub-content{flex:1;display:flex;flex-direction:column;gap:11px;height:auto}@media(max-width: 768px){.hero-section .hero-sub-content{flex-grow:0;overflow-y:auto}}.hero-section .hero-sub-item{flex:1;border-radius:.4rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:5px;background-color:#ddd23b;padding:10px;text-decoration:none}@media(max-width: 768px){.hero-section .hero-sub-item{flex-shrink:1}}.hero-section .hero-sub-item__thumb{flex:1;width:100%;padding:6px}.hero-section .hero-sub-item__thumb-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:.4rem}.hero-section .hero-sub-item__thumb .is-square{aspect-ratio:1/1}.hero-section .hero-sub-item__footer{display:block;padding:10px;flex-shrink:0;position:relative}@media(max-width: 768px){.hero-section .hero-sub-item__footer{padding:5px}}.hero-section .hero-sub-item__footer-title{font-weight:700;font-size:1.3rem;color:#fbfaf5}@media(max-width: 768px){.hero-section .hero-sub-item__footer-title{font-size:1rem}}.hero-section .hero-sub-item2{border-radius:.4rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);display:block;height:80px}.hero-section .hero-sub-item2-image{width:100%;height:100%;object-fit:cover;border-radius:.4rem}.divider-section{width:100%;padding:60px 0}.divider-section-inner{max-width:960px;margin:0 auto}.divider-section-inner .divider-line{border:none;margin:0;border-top:4px dashed #ddd23b}.post-section{width:100%;padding:0 0 40px 0}@media(max-width: 768px){.post-section{width:100%;max-width:100%}}.post-section a{text-decoration:none}.post-section-container{width:100%;max-width:960px;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:15px;margin:0 auto}@media(max-width: 768px){.post-section-container{width:100%;max-width:100%;padding:20px;gap:10px}}.post-section-container .inner-wrap{flex:0 1 calc(33.333% - 10px);box-sizing:border-box;background-color:#fff;border-radius:.4rem;height:auto;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;opacity:1;transition:opacity .1s ease}@media(max-width: 768px){.post-section-container .inner-wrap{flex:1 1 calc(50% - 10px);max-width:calc(50% - 0px)}}.post-section-container .inner-wrap:hover{opacity:.6}.post-section-container .inner-wrap .post-item{text-decoration:none}.post-section-container .inner-wrap .post-item-thumb{flex:2.414;display:flex;align-items:center;justify-content:center;width:100%;height:auto;aspect-ratio:3/2;overflow:hidden;position:relative}.post-section-container .inner-wrap .post-item-thumb .post-image{width:100%;height:100%;object-fit:cover;display:block}.post-section-container .inner-wrap .post-item-body{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:10px}.post-section-container .inner-wrap .post-item-title{font-size:1rem;font-weight:500;line-height:1.2;color:#595757}/*# sourceMappingURL=front-page.min.css.map */