@charset "UTF-8";.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#f9f7e7 url(../img/common/loading_bg_pc.jpg) no-repeat center/cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:99999;-webkit-transition:opacity .6s ease,visibility .6s ease;-o-transition:opacity .6s ease,visibility .6s ease;transition:opacity .6s ease,visibility .6s ease}@media only screen and (max-width:767px){.loading-screen{background:#f9f7e7 url(../img/common/loading_bg_sp.jpg) no-repeat center/cover}}.loading-screen.loaded{opacity:0;visibility:hidden}.loading-screen .loading-content{text-align:center;position:relative}.loading-screen .kyochan{max-width:300px;margin:0 auto}@media only screen and (max-width:767px){.loading-screen .kyochan{max-width:180px}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadeInOut{0%,100%{opacity:.5}50%{opacity:1}}@keyframes fadeInOut{0%,100%{opacity:.5}50%{opacity:1}}.l-mv{aspect-ratio:96/25;width:100%;background:url(../img/top/img_mv.webp) no-repeat center/cover;position:relative;-webkit-clip-path:ellipse(100% 100% at 50% 0);clip-path:ellipse(100% 100% at 50% 0)}@media only screen and (max-width:767px){.l-mv{aspect-ratio:1/1;-webkit-clip-path:ellipse(150% 100% at 50% 0);clip-path:ellipse(150% 100% at 50% 0);background:url(../img/top/img_mv_sp.webp) no-repeat center/cover}}.l-mv .l-container{position:relative;height:100%;z-index:1}.l-mv__catch{width:100%;height:auto;font-size:26px;font-weight:700;font-family:"Zen Maru Gothic",sans-serif;letter-spacing:.1em;position:absolute;color:#333;text-align:center}@media only screen and (max-width:767px){.l-mv__catch{font-size:23px}}.l-mv__catch .txt{background-color:#fff;border-radius:5px;padding:0 20px;display:inline-block}@media only screen and (max-width:767px){.l-mv__catch .txt{background:0 0;padding:0;border-radius:0}}@media only screen and (max-width:767px){.l-mv__catch .txt span{background-color:#fff;border-radius:5px;padding:0 20px;display:inline-block}}@media only screen and (max-width:767px){.l-mv__catch .txt span:not(:last-of-type){margin-bottom:6px}}.l-mv__catch strong{color:#eb658d;font-weight:700}.l-mv__catch.top-left{top:80px;text-align:left;left:0}@media only screen and (max-width:767px){.l-mv__catch.top-left{left:15px;top:40px}}.l-mv__catch.top-center{top:80px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (max-width:767px){.l-mv__catch.top-center{top:40px}}.l-mv__catch.top-right{top:80px;right:0;text-align:right}@media only screen and (max-width:767px){.l-mv__catch.top-right{top:40px;right:15px}}.l-mv__catch.center-left{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:left;left:0}@media only screen and (max-width:767px){.l-mv__catch.center-left{top:35%;left:15px}}.l-mv__catch.center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:767px){.l-mv__catch.center{top:35%}}.l-mv__catch.center-right{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:right;right:0}@media only screen and (max-width:767px){.l-mv__catch.center-right{top:35%;right:15px}}.l-mv__catch.bottom-left{bottom:120px;text-align:left;left:0}.l-mv__catch.bottom-center{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:120px}.l-mv__catch.bottom-right{bottom:120px;right:0;text-align:right}.l-mv-header .l-container{padding-top:90px;position:relative;max-width:1010px}@media only screen and (max-width:767px){.l-mv-header .l-container{padding-top:80px}}.l-mv-header .house{position:absolute;top:-70px;right:-40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:596px}@media only screen and (max-width:767px){.l-mv-header .house{top:-35px;right:5px;width:192px}}.l-mv-header .kyochan{position:absolute;left:-80px;top:-180px;z-index:9}@media only screen and (max-width:767px){.l-mv-header .kyochan{left:0;top:-65px}}.l-mv-header .kyochan .txt{position:absolute;font-weight:700;line-height:1.375;font-size:16px;color:#b37bc4;right:-120px;bottom:90px;letter-spacing:.04em}@media only screen and (max-width:767px){.l-mv-header .kyochan .txt{font-size:12px;right:-106px;bottom:30px;letter-spacing:.02em;line-height:1.33333333}}.l-mv-header .kyochan .txt::before{width:36px;height:36px;right:calc(100% + 10px);position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:url(../img/common/arrow_purple.webp) no-repeat center/contain;content:""}@media only screen and (max-width:767px){.l-mv-header .kyochan .txt::before{right:calc(100% + 6px);width:30px;height:30px}}.l-mv-header .kyochan div{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:335px}@media only screen and (max-width:767px){.l-mv-header .kyochan div{width:150px}}.l-mv-header .kyochan .closed{position:relative;opacity:1;visibility:visible}.l-mv-header .kyochan .open{position:absolute;top:0;left:0;opacity:0;visibility:hidden}.l-mv-header .kyochan .link{position:absolute;width:100%;height:100px;background-color:transparent;z-index:9;width:210px;left:100px;top:70px;height:182px}@media only screen and (max-width:767px){.l-mv-header .kyochan .link{width:120px;left:50px;top:30px;height:90px}}.l-mv-header .kyochan .link:hover~.closed{opacity:0;visibility:hidden}.l-mv-header .kyochan .link:hover~.open{opacity:1;visibility:visible}.l-mv-header.swap-positions .house{right:auto;left:-40px}@media only screen and (max-width:767px){.l-mv-header.swap-positions .house{left:5px;right:auto}}.l-mv-header.swap-positions .kyochan{left:auto;right:130px}@media only screen and (max-width:767px){.l-mv-header.swap-positions .kyochan{right:0;left:auto}}.l-mv-header.swap-positions .kyochan .txt{right:-110px}@media only screen and (max-width:767px){.l-mv-header.swap-positions .kyochan .txt{right:80px;width:100%}}@media only screen and (max-width:767px){.l-mv-header.swap-positions .kyochan .txt::before{right:auto;left:92px;-webkit-transform:translateY(-50%) scaleX(-1);-ms-transform:translateY(-50%) scaleX(-1);transform:translateY(-50%) scaleX(-1)}}.l-mv-header .news-important{width:100%;display:block;border:2px solid #eb658d;padding:5px 35px 5px 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:30px;gap:20px;position:relative;z-index:9}@media only screen and (max-width:767px){.l-mv-header .news-important{border-radius:15px;display:block;padding:5px 40px 5px 20px;border:1px solid #eb658d}}.l-mv-header .news-important::after{position:absolute;right:15px;width:12px;height:14px;background-color:#eb658d;-webkit-clip-path:polygon(0 0,0 100%,100% 50%);clip-path:polygon(0 0,0 100%,100% 50%);content:"";display:block}@media only screen and (max-width:767px){.l-mv-header .news-important::after{width:8px;bottom:10px;height:9px}}.l-mv-header .news-important .label{font-weight:700;font-size:20px;letter-spacing:0;color:#eb658d}@media only screen and (max-width:767px){.l-mv-header .news-important .label{font-size:15px;width:100%}}.l-mv-header .news-important .date{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;font-size:17px}@media only screen and (max-width:767px){.l-mv-header .news-important .date{font-size:12px;width:100%;display:block}}.l-mv-header .news-important .ttl{font-size:18px;font-weight:700;letter-spacing:.02em;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}@media only screen and (max-width:767px){.l-mv-header .news-important .ttl{font-size:13px;width:100%}}body.background-black .p-event,body.background-blue .p-event,body.background-yellow .p-event{background:0 0}body.background-black .p-event .bg,body.background-blue .p-event .bg,body.background-yellow .p-event .bg{display:none}body.background-black .p-news__list,body.background-blue .p-news__list{background-color:#333}body.background-black .p-news__list .news-list li a,body.background-blue .p-news__list .news-list li a{border-bottom-color:#666}body.background-black .p-news__list .news-list li a .date,body.background-blue .p-news__list .news-list li a .date{color:#fff}body.background-black .p-news__list .news-list li a .title,body.background-blue .p-news__list .news-list li a .title{color:#fff}body.background-black .p-news__list .news-list li a:hover .title,body.background-blue .p-news__list .news-list li a:hover .title{color:#eb658d}body.background-blue .p-news__list{background-color:#004080}body.background-blue .p-news__list .news-list li a{border-bottom-color:#4d8fcc}body.background-yellow .p-news__list{background-color:#ffeb3b}body.background-yellow .p-news__list .news-list li a{border-bottom-color:#999}body.background-yellow .p-news__list .news-list li a .date{color:#333}body.background-yellow .p-news__list .news-list li a .title{color:#333}body.background-yellow .p-news__list .news-list li a:hover .title{color:#eb658d}body.background-yellow .p-sns__list li a{background-color:#ffeb3b}body.background-yellow .p-sns__list li a p{color:#333}body.background-black .p-sns__list li a,body.background-blue .p-sns__list li a{background-color:#333}body.background-black .p-sns__list li a p,body.background-blue .p-sns__list li a p{color:#fff}body.background-blue .p-sns__list li a{background-color:#004080}.p-event{background-color:#fceff3;padding:90px 0 80px 0;position:relative;z-index:1}@media only screen and (max-width:767px){.p-event{padding:40px 0 50px 0}}.p-event .bg{position:absolute;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:0;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:767px){.p-event .bg{-webkit-transform:translateY(-95%);-ms-transform:translateY(-95%);transform:translateY(-95%)}}.p-event .l-container{position:relative}.p-event .garland{width:198px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:-20px}@media only screen and (max-width:767px){.p-event .garland{width:87px;top:-30px}}.p-event .garland.left{left:50px}@media only screen and (max-width:767px){.p-event .garland.left{left:15px}}.p-event .garland.right{right:50px;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}@media only screen and (max-width:767px){.p-event .garland.right{right:15px}}.p-event .swiper-wrap{position:relative}@media only screen and (max-width:767px){.p-event .swiper-wrap{overflow:hidden;margin:0 calc(50% - 50vw);width:100vw}}.p-event .event-swiper{overflow:hidden;position:relative}@media only screen and (max-width:767px){.p-event .event-swiper{overflow:visible}}.p-event .event-swiper .swiper-slide a{aspect-ratio:2/1;overflow:hidden;border-radius:20px;display:block}.p-event .event-swiper .swiper-slide a .thumbnail{-webkit-filter:drop-shadow(0 0 10px rgba(0, 0, 0, .1));filter:drop-shadow(0 0 10px rgba(0, 0, 0, .1))}.p-event .event-swiper .swiper-slide a.has-category{font-weight:700;line-height:1.75;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px;padding:10px 40px}.p-event .event-swiper .swiper-slide a.has-category .icon{width:120px}.p-event .event-swiper .swiper-slide a.category-shougai{background:url(../img/top/bg_thumb_shougai.webp) no-repeat center/cover}.p-event .event-swiper .swiper-slide a.category-kourei{background:url(../img/top/bg_thumb_kourei.webp) no-repeat center/cover}.p-event .event-swiper .swiper-slide a.category-volunteer{background:url(../img/top/bg_thumb_volunteer.webp) no-repeat center/cover}.p-event .event-swiper .swiper-slide a.category-kodomo{background:url(../img/top/bg_thumb_kodomo.webp) no-repeat center/cover}.p-event .event-swiper .swiper-slide a.category-anyone{background:url(../img/top/bg_thumb_anyone.webp) no-repeat center/cover}.p-event .event-swiper .swiper-pagination{position:static;margin-top:30px}.p-event .event-swiper .swiper-pagination-bullet{margin:0 8px;width:10px;height:10px;border:1px solid #eb658d;opacity:1!important;background-color:transparent!important}.p-event .event-swiper .swiper-pagination-bullet-active{background-color:#eb658d!important}.p-event .swiper-button-next,.p-event .swiper-button-prev{width:35px;height:35px;position:absolute;top:50%;z-index:10}@media only screen and (max-width:767px){.p-event .swiper-button-next,.p-event .swiper-button-prev{width:25px;height:25px}}.p-event .swiper-button-next .swiper-navigation-icon,.p-event .swiper-button-prev .swiper-navigation-icon{display:none}.p-event .swiper-button-next{background:url(../img/top/slider_button.webp) no-repeat center/contain;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);right:0}@media only screen and (max-width:767px){.p-event .swiper-button-next{right:15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.p-event .swiper-button-prev{background:url(../img/top/slider_button_prev.webp) no-repeat center/contain;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);left:0}@media only screen and (max-width:767px){.p-event .swiper-button-prev{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:15px}}.p-event .btn-wrap{text-align:center;margin-top:40px}@media only screen and (max-width:767px){.p-event .btn-wrap{margin-top:30px}}.p-news{position:relative;padding:80px 0 60px 0}@media only screen and (max-width:767px){.p-news{padding:40px 0 0 0}}.p-news__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}@media only screen and (max-width:767px){.p-news__wrap{display:block}}.p-news__wrap .p-news__main{width:72.7%}@media only screen and (max-width:767px){.p-news__wrap .p-news__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}.p-news__wrap .sidebar{width:21.8%}@media only screen and (max-width:767px){.p-news__wrap .sidebar{width:100%;margin-top:34px}}.p-news__wrap .sidebar ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.p-news__wrap .sidebar ul{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}}.p-news__wrap .sidebar ul li a{display:block}.p-news .ttl-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:45px}@media only screen and (max-width:767px){.p-news .ttl-wrap{display:contents}}@media only screen and (max-width:767px){.p-news .c-btn{-webkit-box-ordinal-group:1000;-ms-flex-order:999;order:999;margin:0 auto}}.p-news__tabs{position:relative}.p-news__tabs::after{width:100%;height:5px;bottom:0;left:0;content:"";position:absolute;background-color:#999}.p-news__tabs.active-all::after{background-color:#999}.p-news__tabs.active-news::after{background-color:#ee935e}.p-news__tabs.active-recruit::after{background-color:#73b777}.p-news__tabs.active-jyosei::after{background-color:#79b9ec}.p-news__tabs ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:8px}@media only screen and (max-width:767px){.p-news__tabs ul{gap:0}}.p-news__tabs li a{text-align:center;display:block;padding:15px;border-radius:15px 15px 0 0;color:#fff;font-size:18px;font-weight:500;text-decoration:none;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);white-space:nowrap}@media only screen and (max-width:767px){.p-news__tabs li a{border-radius:8px 8px 0 0;padding:10px 0;font-size:14px}}.p-news__tabs li a.tab-all{background-color:#999}.p-news__tabs li a.tab-news{background-color:#ee935e}.p-news__tabs li a.tab-recruit{background-color:#73b777}.p-news__tabs li a.tab-jyosei{background-color:#79b9ec}.p-news__list{background-color:#fff;border-radius:0 0 20px 20px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);min-height:637px;position:relative;z-index:99}@media only screen and (max-width:767px){.p-news__list{min-height:525px;margin-bottom:42px}}.p-news__list .news-list{position:absolute;top:0;left:0;right:0;padding:13px 60px 45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}@media only screen and (max-width:767px){.p-news__list .news-list{padding:0 16px 24px}}.p-news__list .news-list:not([data-category=all]){display:none}.p-news__list .news-list li:last-child{border-bottom:none}.p-news__list .news-list li a{border-bottom:1px solid #e5e5e5;padding:17px 0 12px 0;display:block;position:relative;padding-right:65px}@media only screen and (max-width:767px){.p-news__list .news-list li a{padding:10px 0;padding-right:25px}}.p-news__list .news-list li a::after{content:"";display:block;width:16px;height:15px;background:url(../img/common/arrow_gray.webp) no-repeat center/contain;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0}@media only screen and (max-width:767px){.p-news__list .news-list li a::after{width:12px;height:11px;top:60%}}.p-news__list .news-list li a:hover .title{color:#eb658d;text-decoration:underline}.p-news__list .news-list li a .post-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-news__list .news-list li a .date{font-size:16px;font-weight:500;min-width:100px;color:#333}@media only screen and (max-width:767px){.p-news__list .news-list li a .date{font-size:14px;min-width:88px}}.p-news__list .news-list li a .category{display:inline-block;padding:4px 24px;border-radius:30px;font-size:13px;font-weight:500;color:#fff;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:767px){.p-news__list .news-list li a .category{font-size:12px;padding:2px 20px}}.p-news__list .news-list li a .category.tag-news{background-color:#ee935e}.p-news__list .news-list li a .category.tag-recruit{background-color:#73b777}.p-news__list .news-list li a .category.tag-jyosei{background-color:#79b9ec}.p-news__list .news-list li a .title{margin-top:3px;font-size:16px;font-weight:500;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#333}@media only screen and (max-width:767px){.p-news__list .news-list li a .title{margin-top:5px;font-size:12px;line-height:1.41666667;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;-o-text-overflow:ellipsis;text-overflow:ellipsis}}.p-news .illust01{position:absolute;left:0;z-index:-1;bottom:200px;width:368px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:767px){.p-news .illust01{position:static;margin-top:20px;width:100%}}.p-news .illust02{position:absolute;right:25px;bottom:-50px;z-index:9;width:103px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:767px){.p-news .illust02{width:50px;right:10px;bottom:-25px}}.p-sns{padding:60px 0 80px 0}@media only screen and (max-width:767px){.p-sns{padding-top:40px}}.p-sns .c-ttl{margin-bottom:30px}@media only screen and (max-width:767px){.p-sns .c-ttl{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width:767px){.p-sns .c-ttl .icon{display:block}}@media only screen and (max-width:767px){.p-sns .c-ttl .icon{height:40px}}.p-sns__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px}@media only screen and (max-width:767px){.p-sns__list{display:grid;gap:17px;grid-template-columns:repeat(2,1fr)}}.p-sns__list li a{width:180px;height:180px;border-radius:50%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;text-align:center}@media only screen and (max-width:767px){.p-sns__list li a{width:160px;height:160px}}.p-sns__list li a:hover{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-shadow:0 0 20px rgba(0,0,0,.15);box-shadow:0 0 20px rgba(0,0,0,.15)}.p-sns__list li a .icon{margin:0 auto 12px;width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){.p-sns__list li a .icon{width:53px;height:53px}}.p-sns__list li a p{font-weight:700;font-size:20px;color:#333;line-height:1}@media only screen and (max-width:767px){.p-sns__list li a p{font-size:17px}}body.font-large .l-mv__catch{font-size:31.2px}@media only screen and (max-width:767px){body.font-large .l-mv__catch{font-size:27.6px}}body.font-large .kyochan .txt{font-size:19.2px}@media only screen and (max-width:767px){body.font-large .kyochan .txt{font-size:14.4px}}body.font-large .news-important .label{font-size:24px}@media only screen and (max-width:767px){body.font-large .news-important .label{font-size:18px}}body.font-large .news-important .date{font-size:20.4px}@media only screen and (max-width:767px){body.font-large .news-important .date{font-size:14.4px}}body.font-large .news-important .ttl{font-size:21.6px}@media only screen and (max-width:767px){body.font-large .news-important .ttl{font-size:15.6px}}body.font-large .p-news__tabs li a{font-size:21.6px}@media only screen and (max-width:767px){body.font-large .p-news__tabs li a{font-size:16.8px}}body.font-large .p-news__list .news-list li a .date{font-size:19.2px}@media only screen and (max-width:767px){body.font-large .p-news__list .news-list li a .date{font-size:16.8px}}body.font-large .p-news__list .news-list li a .category{font-size:15.6px}@media only screen and (max-width:767px){body.font-large .p-news__list .news-list li a .category{font-size:14.4px}}body.font-large .p-news__list .news-list li a .title{font-size:19.2px}@media only screen and (max-width:767px){body.font-large .p-news__list .news-list li a .title{font-size:14.4px}}body.font-large .p-sns__list li a p{font-size:24px}@media only screen and (max-width:767px){body.font-large .p-sns__list li a p{font-size:20.4px}}