:root{--light-green: #4EBEC5;--dark-green: #568285;--sub-green: #DBECED;--max-width: 1040px}@font-face{font-family:"Noto Sans JP";src:url("../../font/Noto_Sans_VariableFont.woff2") format("woff2")}body,html{width:100%;height:100%}body{overflow-x:hidden;font-family:"Noto Sans JP","Noto Sans","源ノ角ゴシック",sans-serif;line-height:2em;letter-spacing:1px;color:#000;margin:0;font-size:14px;display:block}@media screen and (min-width: 768px){body{line-height:2em;font-size:16px}}* a{text-decoration:none;color:#333}* a:hover{opacity:.8}* a:visited{color:inherit}* ul,* li{list-style:none;margin:0;padding:0}* p{margin:0}* img{max-width:100%}.inner{width:calc(100% - 40px);margin:0 auto;max-width:var(--max-width)}.inner--wide{max-width:none}.contents{margin-top:45px}@media screen and (min-width: 992px){.contents{margin-top:70px}}.section{padding:45px 0 0;margin:-45px auto 50px;display:block;width:100%}.section--gray{padding-top:90px;margin-top:0;margin-bottom:0}.section__wrapper{background-color:#f7f7f7;padding-bottom:50px}.section__heading{font-size:1.66666667rem;font-weight:700;margin-bottom:30px}@media screen and (min-width: 768px){.section{padding:70px 0 0;margin:-70px auto 180px}.section--gray{padding-top:140px;margin-top:0;margin-bottom:0}.section__wrapper{padding-bottom:90px}.section__heading{text-align:center;margin-bottom:70px}}.header{position:fixed;top:0;left:0;width:100%;height:45px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:100;background-color:#fff}.header__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__logo{width:130px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__logo h1{line-height:1em;margin:0;padding:0;width:100%}.header__menu{display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__menu li{margin:0 5px}.header__menu li a{display:inline-block;padding:5px 10px;font-weight:700}.header__btn{width:35px;height:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header__btn li{width:100%;height:2px;background-color:#000;-webkit-transition:.3s;transition:.3s}.header__btn.open li:nth-of-type(1){width:100%;-webkit-transform:translateY(9px) rotate(30deg);transform:translateY(9px) rotate(30deg)}.header__btn.open li:nth-of-type(2){width:100%;opacity:0}.header__btn.open li:nth-of-type(3){width:100%;-webkit-transform:translateY(-10px) rotate(-30deg);transform:translateY(-10px) rotate(-30deg)}@media screen and (min-width: 992px){.header{height:70px}.header__logo{width:200px}.header__btn{width:45px;height:30px}.header__btn li{height:3px}.header__btn.open li:nth-of-type(1){-webkit-transform:translateY(14px) rotate(30deg);transform:translateY(14px) rotate(30deg)}.header__btn.open li:nth-of-type(2){opacity:0}.header__btn.open li:nth-of-type(3){-webkit-transform:translateY(-15px) rotate(-30deg);transform:translateY(-15px) rotate(-30deg)}}.drawer{position:fixed;top:0;left:0;height:100vh;width:100%;background:-webkit-linear-gradient(156deg, var(--sub-green) 0%, var(--sub-green) 40%, #fff 40%, #fff 100%);background:linear-gradient(294deg, var(--sub-green) 0%, var(--sub-green) 40%, #fff 40%, #fff 100%);-webkit-transition:visibility .6s,opacity .6s,-webkit-transform .6s cubic-bezier(0.33, 1, 0.68, 1);transition:visibility .6s,opacity .6s,-webkit-transform .6s cubic-bezier(0.33, 1, 0.68, 1);transition:transform .6s cubic-bezier(0.33, 1, 0.68, 1),visibility .6s,opacity .6s;transition:transform .6s cubic-bezier(0.33, 1, 0.68, 1),visibility .6s,opacity .6s,-webkit-transform .6s cubic-bezier(0.33, 1, 0.68, 1);-webkit-transform:translate(100%, 0);transform:translate(100%, 0);z-index:90;visibility:hidden;opacity:0}.drawer.open{-webkit-transform:translate(0, 0);transform:translate(0, 0);visibility:visible;opacity:1}.drawer__inner{width:calc(100% - 80px);max-width:250px;height:100%;margin:0px auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.drawer__menu{width:100%}.drawer__menu li{padding:15px 10px 15px 0px}.drawer__menu li a{font-size:1.2rem;display:block;width:100%;font-weight:700}.drawer__sns{margin-top:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-right:auto}.drawer__sns a{width:45px;display:block;margin-right:35px}.drawer__sns a img{width:100%}.drawer__sns a:last-of-type{margin-right:0}.spnavi{position:fixed;z-index:85;left:0;bottom:0;width:100%;height:40px;background-color:var(--light-green);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-top:2px solid #fff}.spnavi__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:50%;height:100%;border-right:2px solid #fff;color:#fff;font-weight:700}.spnavi__link:visited{color:#fff}.spnavi__link:last-of-type{border-right:none}.spnavi__link img{width:20px}.spnavi__link:first-of-type img{width:30px}@media screen and (min-width: 768px){.spnavi{display:none}}.footer{background-color:var(--dark-green);color:#fff;padding:16px 0}.footer__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.footer__menu{margin-bottom:10px}.footer__menu li a{color:#fff}.footer__copyright{text-align:justify}@media screen and (min-width: 768px){.footer__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer__menu{margin-bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer__menu li:first-of-type{margin-right:40px}}.newsList__head{margin-bottom:5px}.newsList__heading{margin:0 0 30px;font-size:1.666666rem}.newsList__categorys{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.newsList__categorys li{padding:3px 8px;line-height:1em;cursor:pointer;margin-bottom:10px}.newsList__categorys li p,.newsList__categorys li a{display:inline-block;font-size:1rem;line-height:1em;margin:0;font-size:.8rem}.newsList__categorys li.active{border-bottom:1px solid #707070}.newsList__content{width:100%;padding-top:30px;border-top:1px solid #707070}.newsList__block{display:none}.newsList__block.active{display:block}.newsList__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;color:#000}.newsList__link:visited{color:#000}.newsList__title{width:100%;text-align:justify;font-size:1em;line-height:1.3em;font-weight:400;margin:0;margin-top:5px}.newsList__label{display:inline-block;width:90px;padding:5px 0;text-align:center;color:#fff;line-height:1em;font-size:.777778rem;letter-spacing:0}.newsList__label--gray{background-color:#8b8a8a}.newsList__label--blue{background-color:var(--light-blue)}.newsList__label--green{background-color:var(--light-green)}.newsList__date{line-height:1em;margin-left:5px}.newsList__continue{width:180px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;margin-left:auto;padding:12px 0;border:1px solid #707070;line-height:1em}@media screen and (min-width: 768px){.newsList__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto 5px;max-width:860px}.newsList__heading{margin-bottom:0}.newsList__categorys li{margin:0 7px;padding:3px 10px}.newsList__categorys li p,.newsList__categorys li a{font-size:1rem}.newsList__block{margin:0 auto;max-width:860px}.newsList__link{margin-bottom:20px}.newsList__label{width:95px}}.breadcrumbsWrap{width:calc(100% - 40px);max-width:1020px;margin:0px auto 10px}.breadcrumbsWrap .breadcrumbs span a{text-decoration:underline}@media screen and (min-width: 768px){.breadcrumbsWrap{margin-top:55px}}.breadcrumb{width:calc(100% - 40px);max-width:1020px;margin:80px auto 10px}.breadcrumb #breadcrumbs span a{text-decoration:underline}@media screen and (min-width: 768px){.breadcrumb{margin-top:130px}}.pagination{margin:0 auto;max-width:860px;margin-top:60px}.pagination .wp-pagenavi a:visited{color:inherit}.pagination .wp-pagenavi a,.pagination .wp-pagenavi span{color:#080808;border:none}@media screen and (min-width: 768px){.pagination .wp-pagenavi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.commonMessage__catch{font-weight:700;font-size:2rem;color:#333;line-height:1.45em}.commonMessage__explain{text-align:justify;margin-bottom:20px;font-size:1.125rem;line-height:1.88889em}.commonMessage__explain:last-of-type{margin-bottom:0}.commonMessage__explain br{display:none}@media screen and (min-width: 768px){.commonMessage__catch{text-align:center;margin-bottom:55px}.commonMessage__explain{text-align:center}.commonMessage__explain br{display:block}}.pagehead{position:relative;width:100%}.pagehead::before{content:"";display:block;padding-top:38%}.pagehead img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.pagehead__band{position:absolute;z-index:1;bottom:0;left:0;width:100%;background-color:rgba(78,182,196,.9137254902);padding:6px 0}.pagehead__band--green{background-color:rgba(112,173,124,.9137254902)}.pagehead__band--blue{background-color:rgba(78,151,196,.9137254902)}.pagehead__text{padding:0 30px}.pagehead__title{margin:0;color:#fff;font-size:1.25rem;font-weight:700;line-height:1em}@media screen and (min-width: 768px){.pagehead::before{padding-top:20%}.pagehead__band{padding:10px 0}}.commonPattern__block{width:calc(100% - 40px);margin:0 auto 25px;padding-bottom:20px;border-bottom:1px solid #000}.commonPattern__block:last-of-type{margin-bottom:0;border-bottom:none}.commonPattern__image{width:100%;position:relative;margin-bottom:20px}.commonPattern__image::before{content:"";display:block;padding-top:83%}.commonPattern__image img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.commonPattern__heading{margin:0 0 15px;font-size:1.625rem}.commonPattern__explain{text-align:justify}@media screen and (min-width: 992px){.commonPattern__block{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;border-bottom:none;padding-bottom:0}.commonPattern__block:nth-of-type(2n - 1){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.commonPattern__block:last-of-type{margin-bottom:0}.commonPattern__image{width:50%;margin:0}.commonPattern__text{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.commonPattern__textInner{margin:0 auto;width:calc(100% - (100vw - 1020px)/2 - 60px)}}@media screen and (min-width: 1200px){.commonPattern__textInner{margin:0 auto 0 60px}.commonPattern__block:nth-of-type(2n - 1) .commonPattern__textInner{margin:0 60px 0 auto}}.commonTable{width:100%}.commonTable tr{display:block;border-top:1px solid #000;padding:15px 10px}.commonTable tr:last-of-type{border-bottom:1px solid #000}.commonTable tr th,.commonTable tr td{line-height:1em;display:block;width:100%;text-align:left;font-size:1rem;line-height:1.65em}.commonTable tr th{font-weight:600;margin-bottom:10px}.commonTable tr td{font-weight:400;line-height:1.8em}@media screen and (min-width: 768px){.commonTable tr{display:table-row;padding:0}.commonTable tr th,.commonTable tr td{display:table-cell;padding:25px 0}.commonTable tr th{width:230px;margin-bottom:0;vertical-align:top}.commonTable tr td{width:calc(100% - 230px)}}/*# sourceMappingURL=common.min.css.map */