@charset "utf-8";*{box-sizing:border-box}body{width:100%;background-color:#fff0f0;color:#333;font-size:16px;line-height:1.8em;font-family:"Lato","Zen Kaku Gothic New",serif,sans-serif;font-style:normal;font-weight:500}@media screen and (min-width:600px){body{font-size:18px}}a:hover{opacity:.8}.content_title{font-size:1.25rem;width:fit-content;margin-bottom:20px;position:relative}.content_title:after{content:"";position:absolute;bottom:-.2em;left:50%;transform:translateX(-50%);width:80%;height:3px;border-radius:3px;background:#4caf50}li a{display:block}.arrow-left{position:relative;display:inline-flex;justify-content:center;align-items:center;width:1rem;height:1rem;margin-right:.3rem;margin-top:2px}.arrow-left:before{content:"";position:absolute;top:50%;left:0;width:.7rem;height:2px;background-color:#fff;border-radius:.5rem;transform-origin:top left;transform:rotate(-45deg)}.arrow-left:after{content:"";position:absolute;bottom:50%;left:0;width:.7rem;height:2px;background-color:#fff;border-radius:.5rem;transform-origin:bottom left;transform:rotate(45deg)}.arrow-right{position:relative;display:inline-block;width:1rem;height:1rem;margin-left:.1rem}.arrow-right:before{content:"";position:absolute;bottom:50%;right:0;width:.6rem;height:2px;background-color:#fff;border-radius:.5rem;transform-origin:bottom right;transform:rotate(-45deg)}.arrow-right:after{content:"";position:absolute;top:50%;right:0;width:.6rem;height:2px;background-color:#fff;border-radius:.5rem;transform-origin:top right;transform:rotate(45deg)}.link-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;height:100%;padding:10px;margin:15px 0 0;font-size:1rem;font-weight:400;line-height:1rem;color:#fff;background-color:#4caf50;border-radius:5px}@media screen and (min-width:1024px){.content_title{font-size:1.75rem;margin-bottom:30px}.link-btn{margin:25px 0 0;font-weight:500}}header{position:fixed;top:0;left:0;width:100%;z-index:1000}.current-page{color:#4caf50;font-weight:400;text-decoration:none;pointer-events:none;cursor:default;position:relative}.current-page:before{content:"";display:inline-block;position:absolute;left:0;bottom:-.7em;width:100%;height:3px;border-radius:3px;background:#4caf50}#pc_header{display:none}#sp_header{display:flex;justify-content:space-between;align-items:center;height:70px;background-color:#fff;padding:10px;box-shadow:0 1px 5px rgb(0 0 0/20%)}#sp_head_logo{height:100%;margin-right:15px}#sp_head_logo h1{width:100%;height:100%;display:block}#sp_head_logo a{display:block;width:100%;height:100%}#sp_head_logo img{width:100%;height:100%;object-fit:contain}.menu-toggle{background-color:#4caf50;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;height:50px;width:50px;min-width:50px;min-height:50px;padding:0;position:relative;z-index:9999}.menu-toggle span{position:absolute;height:3px;width:24px;background-color:#fff;border-radius:2px;transition:transform .3s,opacity .3s}.menu-toggle span:nth-child(1){top:9px}.menu-toggle span:nth-child(2){top:17px}.menu-toggle span:nth-child(3){top:25px}.menu-toggle:after{content:"Menu";position:absolute;top:24px;left:4px;color:#fff;font-size:.8rem;letter-spacing:.1rem;text-transform:uppercase}.menu-toggle.active:after{content:"閉じる";left:7px;letter-spacing:0rem}.menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.sp_top_menu{opacity:0;position:absolute;top:0;right:0;background-color:#fff;width:100vw;height:100dvh;padding:10px;box-shadow:0px 4px 8px rgba(0,0,0,.2);transform:translateX(100%);transition:transform .5s ease;z-index:1000}.sp_top_menu:after{content:"";position:absolute;bottom:40px;right:-30px;width:200px;height:200px;background-image:url(//suita-ikigai.org/wp-content/themes/suita-ikigai-wp3/css/../images/logo_icon.png);background-size:contain;background-repeat:no-repeat;opacity:.8;z-index:-1}.sp_top_menu.menu-open{opacity:1;transform:translateX(0)}.sp_nav_home{display:flex;justify-content:center;align-items:center;width:fit-content;height:50px;font-size:1rem;border:2px solid #4caf50;border-radius:5px;text-align:center}.sp_nav_home a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;line-height:1rem;color:#4caf50;font-weight:500}.sp_nav_home_arrow-left{position:relative;display:inline-flex;justify-content:center;align-items:center;width:1rem;height:1rem;margin-right:.3rem;margin-top:2px}.sp_nav_home_arrow-left:before{content:"";position:absolute;top:50%;left:0;width:.7rem;height:2px;background-color:#4caf50;border-radius:.5rem;transform-origin:top left;transform:rotate(-45deg)}.sp_nav_home_arrow-left:after{content:"";position:absolute;bottom:50%;left:0;width:.7rem;height:2px;background-color:#4caf50;border-radius:.5rem;transform-origin:bottom left;transform:rotate(45deg)}.sp_top_menu_list{font-size:1.2rem;font-weight:500;padding:2vh 30px}.sp_top_menu_list:before{content:"MENU";display:block;width:100%;margin:0 auto 20px;color:#ff9800;text-align:center}.sp_top_menu_list li{position:relative;margin:2vh 0;padding:7px}.sp_top_menu_list li:after{position:absolute;bottom:0;left:0;content:"";width:100%;height:3px;background-color:#ff9800;border-radius:3px}.sp_nav_close{display:flex;justify-content:center;align-items:center;width:fit-content;height:50px;font-size:1rem;border:2px solid #4caf50;border-radius:5px;text-align:center;padding:1rem;color:#4caf50;position:relative;margin:0 auto;background-color:#fff;font-weight:500}.sp_nav_cross{position:relative;display:inline-flex;justify-content:center;align-items:center;width:1rem;height:1rem;margin-right:.5rem}.sp_nav_cross:before{content:"";position:absolute;bottom:0;left:0;width:1.2rem;height:2px;background-color:#4caf50;border-radius:.5rem;transform-origin:top left;transform:rotate(-45deg)}.sp_nav_cross:after{content:"";position:absolute;top:0;left:0;width:1.2rem;height:2px;background-color:#4caf50;border-radius:.5rem;transform-origin:bottom left;transform:rotate(45deg)}#sp-fixed-menu{position:absolute;bottom:0dvh;left:0;right:0;z-index:9999;width:100%;box-sizing:border-box;display:flex;justify-content:space-between}#sp-fixed-menu ul{display:flex;width:100%;height:60px}#sp-fixed-menu ul li{width:50%}.sp-fixed-menu-contact{background-color:#f5a10d;border-right:2px solid #fff}.sp-fixed-menu-application-form{background-color:#0582ff;border-left:2px solid #fff}#sp-fixed-menu ul li a{display:block;width:100%;height:100%;text-align:center;line-height:60px;color:#fff;font-weight:500}@media screen and (min-width:768px){#sp_header{display:none}#pc_header{background-color:#fff;display:block;box-shadow:0 1px 5px rgb(0 0 0/20%)}#pc_head_wrap{max-width:1140px;margin:0 auto;padding:20px;display:flex;font-size:1rem}#pc_head_logo{width:38%;max-width:340px;margin:auto 15px auto 0}.pc_top_logo{display:block}.pc_top_logo img{width:100%}.head_wrap{margin-left:auto;width:auto}#pc_top_sns{display:flex;width:fit-content;height:30px;margin-left:auto}#pc_top_sns div{width:30px;height:30px}#pc_top_sns .Instagram{margin-left:1em}#pc_top_sns div a{display:block}#pc_top_sns div a img{width:100%}.pc_top_menu{display:block;width:fit-content;margin-left:auto}.pc_top_menu_list{display:flex;font-size:1rem;line-height:1rem;padding-top:.8rem;justify-content:flex-end}.pc_top_menu_list li{margin:0 2%;white-space:nowrap}.pc_top_menu_list li:nth-child(1){margin-left:0;display:none}.pc_top_menu_list .submenu li:nth-child(1){display:block}.pc_top_menu_list li:nth-child(5){margin-right:0;display:none}.pc_top_menu_list li a{padding:0 .1em 0}.pc_top_menu_list li a:hover{color:#4caf50;font-weight:500;position:relative}.pc_top_menu_list li.has-submenu:hover .parent-title{color:#4caf50;font-weight:500}.pc_top_menu_list li a:hover:before,.pc_top_menu_list li.has-submenu:hover .parent-title:before{content:"";display:inline-block;position:absolute;left:0;bottom:-.7em;width:100%;height:3px;border-radius:3px;background:#4caf50}#pc_top_contact{background-color:#f5a10d;width:120px;height:60px;min-width:120px;display:flex;justify-content:center;align-items:center;border-radius:.5em;margin-left:15px;box-shadow:0 1px 5px rgb(0 0 0/20%)}#pc_top_contact:hover{box-shadow:none}#pc_top_contact a{display:inline-block;width:100%;height:100%;text-align:center;line-height:60px;text-decoration:none;color:#fff;font-size:1rem;font-weight:500}}@media screen and (min-width:1024px){#pc_head_logo{width:auto;max-width:340px}.pc_top_menu{width:510px;margin-left:auto}.pc_top_menu_list li:nth-child(1){display:block}.pc_top_menu_list li:nth-child(5){display:block}#pc_top_contact{width:140px;min-width:140px;margin-left:1.5em}}footer{width:100%;background-color:#fff;display:block;box-shadow:0 -1px 5px rgb(0 0 0/20%)}.footer_wrap{display:block;max-width:1140px;margin:0 auto;padding:40px 20px 10px;font-size:1rem}.footer_left{width:100%}.footer_right{width:100%}.footer-info{width:100%;max-width:1140px;margin:0 auto;text-align:center;padding:5px 0;border-top:1px solid #333}.footer_title{width:auto;max-width:340px;margin-bottom:25px}.footer_logo{display:block}.footer_logo img{width:100%}.footer_address{white-space:nowrap}.footer_address .address{line-height:1.5rem;margin-bottom:1rem;font-weight:500}.footer_address .yubin{display:block;width:100%}.footer_address .tel_fax{display:block;letter-spacing:.05rem}.footer_address .tel span{font-size:1.5rem;font-weight:600;padding:0 5px}#foot_link_wrap{display:flex;margin:20px 0}#foot_link_wrap div:nth-child(1){margin-right:15px}#foot_link_wrap div div:nth-child(1){margin-bottom:15px}#foot_link_wrap a{display:flex;align-items:center;text-decoration:none;color:#fff;font-weight:500;line-height:1.8rem}#foot_link_wrap a img{width:18px;margin:0 6px}.foot_link_left,.foot_link_right{max-width:150px}.foot_link_left div,.foot_link_right div{width:100%;display:inline-block;border-radius:5px;font-size:.875em}.foot_contact{background-color:#f5a10d}.foot_admin{background-color:purple}.foot_instagram{background-color:#cc0179}.foot_line{background-color:#4dc764}#menu-foot_menu{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:left;padding:10px;gap:5px 10px}#menu-foot_menu li{width:30%;min-width:210px}#menu-foot_menu li a{position:relative;padding-left:.3rem;color:inherit;display:block}#menu-foot_menu li a:before{content:"";position:absolute;left:0;bottom:50%;width:.5rem;height:2px;background-color:#333;border-radius:.5rem;transform-origin:bottom left;transform:rotate(-135deg)}#menu-foot_menu li a:after{content:"";position:absolute;left:0;top:50%;width:.5rem;height:2px;background-color:#333;border-radius:.5rem;transform-origin:top left;transform:rotate(135deg)}.footer-info{font-size:.75rem}@media screen and (min-width:1024px){.footer_wrap{display:flex}.footer_left{width:40%}.footer_right{width:60%;margin-top:auto}.footer_address .tel_fax{display:flex;align-items:flex-end;gap:10px}.address br{display:none}#menu-foot_menu{height:240px;padding:0 0 18px 30px}}@media screen and (min-width:1140px){#menu-foot_menu{height:200px}}.pc_top_menu_list li.has-submenu{position:relative}.pc_top_menu_list .parent-title{display:inline-block;cursor:pointer;position:relative}.pc_top_menu_list .parent-title:hover{color:#4caf50}.pc_top_menu_list li.has-submenu:after{content:"";position:absolute;top:calc(100% - 3px);left:0;width:100%;height:30px}.pc_top_menu_list .has-submenu .submenu{display:none;position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%);background:#fff;list-style:none;margin:0;padding:10px;border-radius:.5em;box-shadow:0 1px 5px rgb(0 0 0/20%);min-width:fit-content;text-align:center;z-index:1000}.pc_top_menu_list .submenu li{margin:0 auto 20px;width:fit-content}.pc_top_menu_list .submenu li:last-child{margin-bottom:0}.pc_top_menu_list .submenu a{display:block;margin:10px;color:#333}.pc_top_menu_list li.has-submenu:hover .submenu{display:block}