@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ----全体font---- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
.post_content h2,
.post_content h3 {
	margin: 0;
}
.dis_none {
	display: none;
}

/* ----font---- */
.en_ft {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* ----改行・整形---- */
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}

/* ----見出し---- */
.h2_ttl {
    font-size: clamp(1.2rem, 0.3rem + 1.5vw, 1.5rem) !important;
    font-weight: bold !important;
    position: relative;
    margin: 0 0 40px !important;
    line-height: 1.5 !important;
	letter-spacing: 0.3rem;
	padding: 5px 10px !important;
}

/* ----ボタン---- */
.cmn_btn {
    min-width: 400px;
	margin: 0 auto;
}
.cmn_btn a {
	min-width: 400px;
	box-shadow: none;
	background: none;
	padding: 15px 2vw;
	position: relative;
	transition: .2s;
	color: #634033 !important;
	font-size: clamp(1rem, 0.7rem + 0.5vw, 1.1rem) !important;
    font-weight: bold;
    text-align: center;
	border-radius: 40px;
	z-index: 0;
    transition: .2s;
}
.cmn_btn a::before {
	position: absolute;
    content: "";
    border: 2px solid #634033;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 40px;
    transition: .2s;
    z-index: -1;
    left: 0;
}
.cmn_btn a::after {
	content: "";
	background: #E3C3B7;
    top: auto;
    border-radius: 40px;
    height: 100%;
    width: 100%;
    z-index: -2;
    right: -5px;
    bottom: -5px;
	transform: none;
    transition: .2s;
}
.cmn_btn.wh a::after {
	background: #fff;
}
.cmn_btn a:hover {
	background: none;
}
.cmn_btn a:hover::before {
	top: 0;
	left: 0;
}
.cmn_btn a:hover::after {
    right: 0;
    bottom: 0;
    transition: .2s;
	transform: none;
}

/* ----ヘッダー---- */
.l-header {
	position: absolute;
	background: none;
}
.l-header .l-container {
	max-width: 100%;
	padding-right: 0;
}
.l-fixHeader {
	background: rgba(255, 255, 255, 0.8);
}
.l-fixHeader .l-container {
	max-width: 100%;
	padding-right: 0;
	justify-content: space-between;
}
.-series .l-header__logo {
	min-width: 150px;
	margin-right: 1vw;
	padding: 15px 0;
	display: none;
}
.-series .c-headLogo {
	margin-right: 0;
}
.-series .l-header__gnav {
	width: 100%;
	margin-left: 11vw;
}
.c-gnav {
	height: 90px;
}
.c-gnav>.menu-item.n_dis {
	display: none;	
}
.c-gnav>.menu-item>a {
	padding: 0 1vw;
	transition: .2s;
}
.c-gnav>.menu-item>a:hover {
	color: var(--color_deep01);
}
.c-gnav>.menu-item>a:after {
	display: none;
}
.c-gnav>.menu-item>a .ttl {
	font-weight: bold;
	font-style: normal;
	font-size: clamp(0.85rem, 0.4rem + 0.75vw, 1rem);
	order: 2;
}
.c-gnav li.contact {
	margin-left: auto;
}
.c-gnav li.contact a {
	background: url(../../uploads/2025/07/icon_mail.svg) no-repeat left 3.2vw center / 2vw 3vw !important;
    font-weight: normal;
    padding: 15px 3vw 15px 6vw;
    margin-left: 2vw;
    transition: .2s;
}
.c-gnav li.contact a .ttl {
	font-size: clamp(0.8rem, 0.5rem + 0.5vw, 0.9rem);
}
.c-gnav li.contact a:hover{
	color: var(--color_deep01);
	filter: invert(25%) sepia(98%) saturate(298%) hue-rotate(115deg) brightness(96%) contrast(92%);
}
.l-fixHeader__logo {
	min-width: 90px;
	padding: 15px 0;
	margin-right: 1vw;
}
.l-fixHeader .c-gnav {
	margin-top: 0;
	height: 100%;
}
.l-header__menuBtn {
	display: block !important;
	left: 0;
	position: absolute;
	width: 11vw;
	height: 90px;
}
.c-iconBtn__icon:before {
	display: none;
}
.p-spMenu__closeBtn .c-iconBtn__icon:before {
	display: block;
	color: #fff;
	font-weight: bold;
}
.c-iconBtn__label {
	font-family: "Open Sans", sans-serif;
	font-size: clamp(1.8rem, -0.6rem + 4vw, 2.6rem);
	font-weight: bold;
	color: var(--color_main);
	letter-spacing: 0.1rem;
}
.p-spMenu {
	display: block !important;
}
.p-spMenu__overlay {
	background: var(--color_deep03);
	opacity: 0.4;
}
.p-spMenu__inner {
	width: 35vw;
    max-width: 450px;
	box-shadow: none;
	transition: transform 0.45s, -webkit-transform 0.25s;
}
.p-spMenu__inner::before {
	background: var(--color_deep03);
	border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
}
.p-spMenu__body {
	overflow: hidden;
	padding: 50px 4vw 10vw;
}
.c-widget__title.-spmenu {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 40px;
	padding: 0;
	background: none;
}
.c-spnav>.menu-item>a {
	font-size: clamp(1rem, 0.7rem + 0.5vw, 1.1rem);
}
.c-spnav>.menu-item.contact>a i {
	display: none;
}
.c-spnav>.menu-item.dis_none {
	display: none;
}
.c-spnav a {
	color: #fff;
	border-bottom: none;
	font-size: 1.4rem;
	padding: .6em 1em .6em 1.5em;
}
.p-spMenu__body .sns_list .swl-inline-icon:after {
	background: #fff;
}
.p-spMenu__body .in_logo {
	max-width: 250px;
}

/* ----コンテンツヘッダー---- */
.l-topTitleArea {
	background: var(--color_main);
	height: 33vh;
	color: #fff !important;
	position: relative;
}
.c-filterLayer__img {
    display: none;
}
.l-topTitleArea div.l-topTitleArea__body {
    text-shadow: unset;
    color: var(--color_deep01);
	padding: 0;
}
.c-pageTitle {
	display: flex;
	flex-direction: column;
	font-style: normal;
    font-weight: bold;
	margin-top: 60px;
	font-size: 2rem !important;
    letter-spacing: 0.1rem;
	text-indent: 220px;
	text-align: left;
	position: relative;
}
.c-postTitle__ttl {
	display: flex;
	flex-direction: column;
	font-style: normal;
    font-weight: bold;
	margin-top: 60px;
	font-size: 1.4rem !important;
    letter-spacing: 0;
	text-indent: 220px;
	text-align: left;
	position: relative;
}
.c-pageTitle::before,
.c-postTitle__ttl::before {
    content: "";
    position: absolute;
	background: url(../../uploads/2025/08/c-header.png) no-repeat center / cover;
	width: 144px;
	height: 94px;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto 0;
}

/* ----パンくずー---- */
.p-breadcrumb {
	padding-top: 92px !important;
}
.p-breadcrumb::before {
    content: "";
    position: absolute;
    background: url(../../uploads/2025/07/bg_triangle_gr.svg) no-repeat center top / cover;
    width: 100%;
    height: 70px;
    top: 0;
    max-width: 100%;
}
.p-breadcrumb__text .__home:before {
	color: var(--color_deep02);
    font-size: 1rem;
    padding-right: 10px;
}

/* ----コンテンツ---- */
.swell-block-fullWide + .swell-block-fullWide {
	margin-top: 0;
}
.swell-block-fullWide {
	margin-bottom: 0;
}
.swell-block-fullWide__inner {
	padding: 0;
}
.swell-block-columns__inner {
	justify-content: space-between;
}
.l-content {
	margin-bottom: 16em !important;
}
.p-postList__meta :before {
	display: none;
}
.is-style-float>.swell-block-dl__dt:after {
	display: none;
}

/* ----概要---- */
.outlineBox {
	margin: 0 auto;
}
.outlineBox {
	justify-content: space-between;
}
.outlineBox .swell-block-dl__dt{
	width: 200px;
	background: var(--color_deep02);
	padding: 20px 25px;
    color: #fff;
	font-weight: 500;
    display: flex;
    align-items: stretch;
	margin-bottom: 5px;
}
.outlineBox .swell-block-dl__dt:after{
    display: none;
}
.outlineBox .swell-block-dl__dd{
	width: calc(100% - 200px - 5px);
	background: var(--color_main);
	padding: 20px 25px;
	margin-bottom: 5px;
}

/* ----ブログリスト---- */
.blogArea {
    padding-bottom: 6em !important;
}
.blogArea .p-postList {
    justify-content: space-between;
}
.blogArea .p-postList::before {
	content: "";
	display: block;
	width: calc(100% / 4 - 0.8vw);
	order: 1;
}
.blogArea .p-postList::after{
	content: "";
	display: block;
	width: calc(100% / 4 - 0.8vw);
}
.blogArea .p-postList li {
    width: calc(100% / 4 - 0.8vw) !important;
    padding: 0 !important;
}
.blogArea .p-postList__link {
    color: #fff;
}
.blogArea .p-postList .p-postList__thumb {
    border-radius: 20px;
    box-shadow: none;
}
.blogArea .p-postList .c-postThumb__figure {
    aspect-ratio: 1/1;
    border: 3px solid #634033;
    border-radius: 20px;
}
.blogArea .p-postList .p-postList__body {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0;
}
.blogArea .p-postList .p-postList__meta {
    order: 1;
}
.blogArea .p-postList .p-postList__times {
    opacity: 1;
    font-size: 0.85rem;
    font-weight: bold;
}
.blogArea .p-postList .p-postList__title {
    order: 2;
    font-size: clamp(1rem, 0.7rem + 0.5vw, 1.1rem);
    line-height: 1.6;
}

/* ----お知らせリスト---- */
.newsArea .n_ttl {
    justify-content: center;
}
.newsArea .n_ttl p {
    line-height: 1.4;
    margin-left: 10px;
}
.newsArea .p-postList {
    max-width: 630px;
    margin: 0 auto;
    border-top: 2px solid var(--color_deep02);
}
.newsArea .p-postList .p-postList__body {
    display: flex;
    font-weight: 600;
    align-items: baseline;
}
.newsArea .p-postList .p-postList__item {
    margin: 0;
}
.newsArea .p-postList .p-postList__link {
    padding: 10px 15px;
    position: relative;
    border-bottom: 2px solid var(--color_deep02);
}
.newsArea .p-postList .p-postList__meta {
    font-size: 1rem;
    margin: 0 60px 0 0;
    color: var(--color_deep02);
}
.newsArea .p-postList .p-postList__times {
    opacity: 1;
    padding: 0;
}
.newsArea .p-postList .p-postList__title {
    font-size: 1.2rem;
    font-weight: 600;
}
.newsArea .bg_cat {
    position: absolute;
    top: 130px;
    right: 0;
    height: 205px;
}

/* post_query */
.post_queryBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0;
	width: 90vw;
	margin: 0 auto;
}
.post_queryBox ul::before{
	content: "";
	display: block;
	width: calc(100% / 4 - 0.8vw);
	order: 1;
}
.post_queryBox ul::after{
	content: "";
	display: block;
	width: calc(100% / 4 - 0.8vw);
}
.post_queryBox ul li.wp-block-post {
	width: calc(100% / 4 - 0.8vw) !important;
    padding: 0;
	list-style: none;
	margin-bottom: 40px;
	position: relative;
    display: flex;
    flex-direction: column;
}
.post_queryBox ul li.wp-block-post figure {
    border-radius: 20px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 20px;
    border: 3px solid #634033;
}
.post_queryBox ul li.wp-block-post figure img {
    object-fit: cover;
    object-position: center;
    height: -webkit-fill-available;
	transition: .2s;
	height: 100%;
}
.post_queryBox ul li.wp-block-post figure:hover img {
	transform: scale(1.05);
	transition: .2s;
	opacity: .8;
}
.post_queryBox ul li.wp-block-post:hover .wp-block-post-date,
.post_queryBox ul li.wp-block-post:hover h2.wp-block-post-title{
	opacity: 1 !important;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date {
	font-size: 0.8rem;
	color: #474B53;
	margin-bottom: 5px;
	font-weight: bold;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title {
	font-size: 1rem !important;
	transition: .2s;
    margin: 0 0 8px;
	font-weight: bold;
	line-height: 1.6;
}
.post_queryBox ul li.wp-block-post a {
	color: #333;
}
.post_queryBox .wp-block-query-pagination {
	justify-content: center;
	margin-top: 2em;
}
.post_queryBox .wp-block-query-pagination-numbers {
	display: flex;
    align-items: center;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers {
	margin: 0 6px 0 0;
	border-radius: 20px;
}
[class*=page-numbers].current, [class*=page-numbers]:hover {
	background: var(--color_deep03);
}
.post_queryBox .wp-block-query-pagination .wp-block-query-pagination-next,
.post_queryBox .wp-block-query-pagination .wp-block-query-pagination-previous {
	background: var(--color_deep03);
    height: 100%;
    display: block;
    padding: 4px 15px;
    color: #fff;
	border-radius: 20px;
}
.p-articleThumb__img,
.p-articleThumb__youtube {
	box-shadow: none;
}

/* ----フッター---- */
.c-widget+.c-widget {
	margin: 0 auto;
}
.w-beforeFooter{
	margin: 0 auto;
}
.w-footer {
	margin: 0 auto;
    padding: 0;
    width: 100%;
}
.l-footer {
    margin-top: 10px;
}
.l-footer::before {
	content: "";
    position: absolute;
    background: url(../../uploads/2025/07/bg_triangle_gy.svg) no-repeat center top / cover;
    width: 100%;
    height: 100px;
    max-width: 100%;
    z-index: 7;
    top: -75px;
}
.l-footer__widgetArea {
	padding: 0;
}
.w-footer__box {
	width: 100%;
	margin: 0 auto;
}
.w-footer__box .swell-block-fullWide {
	padding-bottom: 2em !important;
}
.footer_in .swell-block-columns__inner {
	justify-content: space-between;	
}
.w-footer__box .wp-block-list{
    list-style: none;	
}
.w-footer__box .post_content li {
	line-height: 2.5;
	margin: 0;
}
.w-footer__box .sns_list {
    --the-gap: .5em 0.2em !important;
}
.w-footer__box .sns_list li a .swl-inline-icon {
	transition: .2s;	
}
.w-footer__box .sns_list li a:hover .swl-inline-icon {
	color: #9FADBD !important;
	transition: .2s;
}
.f_link .swell-block-columns__inner {
	justify-content: flex-start;
}
.footer-list {
    list-style: none;
    justify-content: center;
	padding-left: 0 !important;
}
.footer-list li {
	font-size: clamp(0.9rem, 0.6rem + 0.5vw, 1rem);
}
.footer-list li a{
	transition: .2s;
}
.footer-list li a strong{
	font-weight: 500;
}
.footer-list li a:hover {
    opacity: .7;
	transition: .2s;
}
.footer-list .s_list li {
	padding-left: 0.8em;
}
.footer-list .s_list li::before {
	position: absolute;
	left: 0;
    content: "-";
}
.f_link .f_contact {
	border-radius: 20px;
	padding: 20px 2vw;
}
.f_link .f_contact p {
	font-size: clamp(0.9rem, 0.6rem + 0.5vw, 1rem);
}
.f_link .f_contact .cmn_btn {
	min-width: auto;
}
.f_link .f_contact .cmn_btn a {
	min-width: auto;
	width: 100%;
}
.l-footer .copyright {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
    font-size: 0.75rem;
    padding: 0 30px 30px;
    letter-spacing: 0.02rem;
}
.c-fixBtn {
    background: url(../../uploads/2025/07/pagetop.png) no-repeat center / contain;
	width: 120px;
    height: 125px;
	border: none;
	opacity: 1;
	transition: .2s;
}
.c-fixBtn:hover {
    background-color: transparent !important;
    color: inherit !important;
    opacity: 0.7;
	transition: .2s;
}
.c-fixBtn__icon {
	display: none;
}

@media screen and (max-width: 1499px) {
.c-gnav>.menu-item.contact a {
	background: url(../../uploads/2025/07/icon_mail.svg) no-repeat left center / 3vw 4vw !important;
}
.c-gnav>.menu-item.contact>a .ttl {
	display: none;
}
}

@media screen and (max-width: 1359px) {
.c-gnav>.menu-item>a {
    padding: 0 0.8vw;
}	
}

/*---------------------------------------------pc_small---*/
@media screen and (max-width: 1279px) {
.l-header .l-container {
    padding-left: 0.5vw;
}
.l-fixHeader .l-container {
	padding-left: 1.5vw;
}
.c-gnav>.menu-item.contact a {
    background: url(../../uploads/2025/07/icon_mail.svg) no-repeat left center / 3vw 4vw !important;
	margin-left: 1vw;
}
.swell-block-fullWide__inner {
	width: 90vw;
    margin: 0 auto;
}
.l-topTitleArea__body {
	padding: 0 4vw !important;
}
.f_link .swell-block-column:first-child {
	--clmn-w--pc: 35% !important;
}
.f_link .swell-block-column:nth-child(2) {
	--clmn-w--pc: 65% !important;
}
}

/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
.h2_ttl {
	margin: 0 0 30px !important;
}
.l-header {
	background: none !important;
}
.l-header__menuBtn {
	width: 60px;
    height: 50px;
}
.c-iconBtn__label {
	font-size: 0.92rem;
	letter-spacing: 0;
}
.-series .l-header__inner {
    transform: none;
	justify-content: space-between;
	height: 50px;
}
.-series .l-header__logo {
	padding: 8px 0;
	margin: 5px auto 0;
	display: block;
}
.p-spMenu__inner {
	width: 90vw;
	max-width: none;
	transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);	
}
.p-spMenu__inner::before {
	background: rgba(99, 168, 77, .95);
	border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.l-header__customBtn {
    position: absolute;
    right: 0;
}
.l-header__customBtn .c-iconBtn__icon:before {
	display: block;
	font-weight: bold;
	color: #fff;
}
.p-spMenu__bottom {
	margin-top: 20px;
}
.p-spMenu__body {
    padding: 40px 6vw 10vw;
}
.p-spMenu__body .sns_list {
	margin-bottom: 20px;
}
.p-spMenu__body .in_logo {
	max-width: 180px;
}
.c-widget__title.-spmenu {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0.3em .45em;
	background: none;
}
.c-spnav>.menu-item>a {
	font-size: clamp(1rem, 0.8569rem + 0.5725vw, 1.2rem);
}
.c-spnav a {
	color: #fff;
	border-bottom: none;
	font-size: 1.4rem;
	padding: 0.5em 1em .5em 1.5em;
}
.l-topTitleArea {
	min-height: 180px;
    height: 25vh;
	margin-top: -50px;
}
.c-pageTitle {
	margin-top: 45px;
	font-size: clamp(1.4rem, 0.8986rem + 1.337vw, 1.7rem) !important;
	text-indent: 125px;
}
.c-postTitle__ttl {
	margin-top: 45px;
	font-size: clamp(1.1rem, 0.5986rem + 1.337vw, 1.4rem) !important;
	text-indent: 0;
	padding-left: 125px;
}
.c-pageTitle::before,
.c-postTitle__ttl::before {
	width: 100px;
	height: 65px;
	left: 15px;
}
.c-pageTitle__subTitle {
	margin-bottom: 5px;
}
.blogArea h2.en_ft {
    font-size: clamp(8.5rem, 1.8148rem + 17.8273vw, 12.5rem) !important;
}
.blogArea .p-postList li {
    width: calc(100% / 2 - 1.5vw) !important;
}
.newsArea .bg_cat {
    top: 10px;
    right: -10px;
    width: 16vw;
}
.newsArea .p-postList .p-postList__meta {
    font-size: 0.9rem;
    margin: 0 20px 0 0;
}
.newsArea .p-postList .p-postList__title {
    font-size: clamp(1rem, 0.6657rem + 0.8914vw, 1.2rem);
}
.post_queryBox ul::after{
	width: calc(100% / 2 - 1.5vw);
}
.post_queryBox ul li.wp-block-post {
	width: calc(100% / 2 - 1.5vw) !important;
}
.w-footer__box {
	padding-bottom: 0;
}
.footer-list {
	display: none;
}
.f_add {
	text-align: center;
}	
.f_add .f_logo figure {
	float: none;
	margin: 0 auto;
}
.f_add .u-mb-40 {
	margin-bottom: 2em !important;
}
.f_link .f_contact {
	max-width: 400px;
	margin: 0 auto;
    padding: 20px;
}
.c-fixBtn {
	width: 70px;
	height: 70px;
}
}

/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
.cmn_btn {
    min-width: 300px;
	margin: 0 auto;
}
.cmn_btn a {
	min-width: 300px;
}
.p-breadcrumb::before {
    height: 45px;
}
.c-pageTitle {
	text-align: center;
	text-indent: 0;
	margin-top: 100px;
}
.c-postTitle__ttl {
	text-align: center;
	text-indent: 0;
	margin-top: 100px;
	padding: 0;
}
.c-pageTitle::before,
.c-postTitle__ttl::before {
	left: 0;
    right: 0;
    margin: 0 auto;
    top: -70px;
}	
.l-content {
	margin-bottom: 10em !important;
}
.outlineBox .swell-block-dl {
	flex-direction: column;
}
.outlineBox .swell-block-dl__dt,
.outlineBox .swell-block-dl__dd {
	width: 100%;
}
.outlineBox .swell-block-dl__dt {
	background: var(--color_main);
	color: var(--color_deep02);
	margin-bottom: 0;
	padding: 8px 15px 0;
	border-bottom: 0;
	font-weight: bold;
}
.outlineBox .swell-block-dl__dd {	
	padding: 5px 15px 10px;
}
.blogArea {
    padding-bottom: 4em !important;
}
.blogArea .p-postListWrap {
    margin-bottom: 0;
}
.blogArea .p-postList .p-postList__body {
    padding: 5px 10px 0;
}
.newsArea .n_ttl {
    align-items: center;
}
.newsArea .n_ttl img {
    width: 150px !important;
}
.newsArea .n_ttl p {
    font-size: 2rem !important;
}
.newsArea .p-postList .p-postList__link {
    padding: 10px 5px;
}
.newsArea .p-postList .p-postList__body {
    flex-direction: column;
}
.newsArea p {
    margin-bottom: 30px !important;
}
.post_queryBox ul li.wp-block-post {
	margin-bottom: 30px;
}
.post_queryBox ul li.wp-block-post figure {
	margin-bottom: 10px;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title {
	margin: 0 0 5px;
}
.post_queryBox .wp-block-query-pagination-numbers {
	flex-wrap: wrap;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers {
	margin: 0 6px 6px 0;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers:last-child {
	margin-bottom: 6px !important;
}
.post_queryBox .wp-block-query-pagination-prev,
.post_queryBox .wp-block-query-pagination-next {
	margin-bottom: 6px;
}
.l-footer::before {
    top: -45px;
    height: 60px;
}
}