@charset "utf-8";
/* CSS Document */


.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright{
	float: right;
	margin-left: 1.5em;
}
.alignleft{
	float: left;
	margin-right: 1.5em;
}



/* .cat_list_wrap
----------------------------------------- */
.cat_list_wrap {
    position: relative;
    display: flex;
}
.cat_list_wrap .cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.0rem;
}
.cat_list_wrap .cat_list .cat_btn {
    display: flex;
}
.cat_list_wrap .cat_list .cat_btn > a {
    display: flex;
}
.cat_list_wrap .cat_list .cat_btn > .btn span {
    font-size: 1.2rem;
    line-height: calc(24/12);
    letter-spacing: 0.06em;
    font-weight: 600;
    padding: 0 1.5rem 0.1rem;
    border: 1px solid #707070;
    transition: all .6s;
}
.cat_list_wrap .cat_list .cat_btn > .btn:hover {
    opacity: 1;
}
.cat_list_wrap .cat_list .cat_btn > .btn.current span {
    color: #FFFFFF;
    border: 1px solid #32514C;
    background-color: #32514C;
}
.cat_list_wrap .cat_list .cat_btn > .btn:hover span {
    color: #FFFFFF;
    border: 1px solid #32514C;
    background-color: #32514C;
}

@media screen and (max-width: 768px) {

}



/* #news_list_wrap
----------------------------------------- */
#news_list_wrap {
}

#news_list_wrap .inner {
    max-width: 90rem;
    padding-top: 6rem;
    padding-bottom: 10rem;
}

#news_list_wrap > .sec_fix_ttl .sec_ttl {
    color: #333333;
}

.post_list_wrap.news {
}

.post_list_wrap.news .post_list {
    margin: auto;
	width: 100%;
    border-top: 1px solid #D9D9D9;
}

.post_list_wrap.news .post_list > li {
    width: 100%;
    min-height: 11rem;
    padding: 4.0rem 0 4rem;
    border-bottom: 1px solid #D9D9D9;
}
.post_list_wrap.news .post_list > li:not(:lang()) {
}

.post_list_wrap.news .post_list > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_list_wrap.news .post_list .txt_con {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.post_list_wrap.news .post_list .info_con {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 2.5rem;
}
.post_list_wrap.news .post_list .info_con .date {
    font-size: 1.9rem;
    line-height: calc(23/19);
    letter-spacing: -0.02em;
    margin-top: -0.1em;
    color: #333333;
}
.post_list_wrap.news .post_list .info_con .tag {
    margin-left: 1rem;
}
.post_list_wrap.news .post_list .info_con .tag .list {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}
.post_list_wrap.news .post_list .info_con .tag .list > li {
    display: flex;
}
.post_list_wrap.news .post_list .info_con .tag .list > li span {
    font-size: 1.2rem;
    line-height: calc(14.4/12);
    padding: 0.5rem 1.5rem;
    color: #808080;
    background-color: #FFFFFF;
    border-radius: 10rem;
}

.post_list_wrap.news .post_list .txt_con .ttl {
    font-size: 1.6rem;
    line-height: calc(25/16);
    color: #3C4B40;
    /*overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
}

.post_list_wrap.news .post_list .txt_con .btn_wrap {
    margin-left: auto;
}

.post_list_wrap.news .post_list .thumbnail {
    width: 12rem;
    min-width: 12rem;
    margin-left: 3rem;
}
.post_list_wrap.news .post_list .thumbnail img {
    overflow: hidden;
    border-radius: 0.3rem;
    width: 100%;
    /*height: 100%;*/
    aspect-ratio: 20 / 11;
    object-fit: cover;
}

.post_list_wrap.news .post_list > li > a:hover {
    /*opacity: 1;*/
}
.post_list_wrap.news .post_list > li > a:hover .btn_wrap .btn::after {
    transform: translate(30%,-50%);
}
.post_list_wrap.news .post_list > li > a:hover .btn_wrap .btn {
    opacity: 1;
    background-color: #000000;
}
.post_list_wrap.news .post_list > li > a:hover .btn_wrap .btn span {
    color: #FFFFFF;
}


@media screen and (max-width: 768px) {

#news_list_wrap .inner {
    max-width: 61rem;
    padding-top: 6rem;
    padding-bottom: 10rem;
}


.post_list_wrap.news .post_list > li {
    min-height: 18.5rem;
    padding: 4rem 0 4rem;
}
.post_list_wrap.news .post_list > li:not(:lang()) {
}

.post_list_wrap.news .post_list > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_list_wrap.news .post_list .txt_con {
    width: 100%;
    flex-flow: column;
    gap: 2rem 0;
}

.post_list_wrap.news .post_list .info_con {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 2.5rem;
}
.post_list_wrap.news .post_list .info_con .date {
    font-size: 2.4rem;
}

.post_list_wrap.news .post_list .txt_con .ttl {
    font-size: 2.8rem;
    line-height: calc(36/28);
}

}



/* #post_single_wrap
----------------------------------------- */
#post_single_wrap {
}
#post_single_wrap .inner {
    max-width: 90rem;
    padding-top: 10rem;
    margin-bottom: 10rem;
}

#post_single_wrap .post_ttl_wrap {
}
#post_single_wrap .post_ttl_wrap .ttl_wrap {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: column;
    gap: 3rem 0;
}
#post_single_wrap .post_ttl_wrap h1 {
}
#post_single_wrap .post_ttl_wrap h1 .ttl {
    font-size: 3.2rem;
	line-height: calc(58/32);
}

#post_single_wrap .post_ttl_wrap .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem 0;
}
#post_single_wrap .post_ttl_wrap .info .date {
    font-size: 2.4rem;
    line-height: calc(23/24);
    letter-spacing: -0.02em;
    color: #333333;
}
#post_single_wrap .post_ttl_wrap .info .tag {
}
#post_single_wrap .post_ttl_wrap .info .tag .list {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}
#post_single_wrap .post_ttl_wrap .info .tag .list > li {
    display: flex;
}
#post_single_wrap .post_ttl_wrap .info .tag .list > li span {
    font-size: 1.2rem;
    line-height: calc(14.4/12);
    padding: 0.5rem 1.5rem;
    color: #808080;
    background-color: #FFFFFF;
    border-radius: 10rem;
}

#post_single_wrap .inner > .btn_wrap {
    margin-top: 8rem;
}


@media screen and (max-width: 768px) {

#post_single_wrap .inner {
    max-width: 61rem;
    padding-top: 10rem;
    margin-bottom: 10rem;
}

#post_single_wrap .post_ttl_wrap .ttl_wrap {
    gap: 3rem 0;
}
#post_single_wrap .post_ttl_wrap h1 {
}
#post_single_wrap .post_ttl_wrap h1 .ttl {
    font-size: 3.8rem;
	line-height: calc(58/38);
}

#post_single_wrap .post_ttl_wrap .info {
    grid-gap: 1rem 0;
}
#post_single_wrap .post_ttl_wrap .info .date {
    font-size: 3rem;
}

#post_single_wrap .post_ttl_wrap .info .tag .list > li span {
    font-size: 3rem;
}

#post_single_wrap .inner > .btn_wrap {
    margin-top: 6rem;
}
    
}



/* #post_single_wrap .post_con
----------------------------------------- */
#post_single_wrap .post_con {
    width: 100%;
    padding-top: 8rem;
    font-size: 1.6rem;
    line-height: calc(34/16);
    letter-spacing: -0.03em;
}

#post_single_wrap .post_con h2 {
	font-size: 2.4rem;
    line-height: calc(38/24);
    font-weight: 600;
	margin-top: 8rem;
	margin-bottom: 4rem;
    position: relative;
}
#post_single_wrap .post_con .inner h2:first-child {
    margin-top: 0;
}
/*#post_single_wrap .post_con h2::before {
	content: '';
    display: block;
    width: 6rem;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 0.9em;
    left: -4rem;
    transform: translate(-100%,-50%);
}*/

#post_single_wrap .post_con h3 {
    font-size: 2.0rem;
    line-height: calc(28/20);
    font-weight: 600;
	margin-top: 6rem;
	margin-bottom: 2rem;
    position: relative;
}

#post_single_wrap .post_con h4 {
    font-size: 1.8rem;
    line-height: calc(26/18);
    font-weight: 600;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
    position: relative;
}

#post_single_wrap .post_con img {
}

#post_single_wrap .post_con ul {
}
#post_single_wrap .post_con ul li {
    padding-left: 1.2em;
    position: relative;
}
#post_single_wrap .post_con ul li::before {
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: calc(1em - 0.2rem);
    left: 0.2rem;
}

#post_single_wrap .post_con ol {
    padding-left: 1.2em;
}
#post_single_wrap .post_con ol li {
    list-style: decimal;
    padding-left: 0.1em;
}

#post_single_wrap .post_con a {
    text-decoration: underline;
}

#post_single_wrap .post_con a.btn {
    text-decoration: none;
}

#post_single_wrap .post_con > p {
    /*text-indent: 1em;*/
}

#post_single_wrap .post_con table {
    width: 100%;
    border-top: 1px solid #FFFFFF;
    /*border-collapse: inherit;
    border-radius: 0.5rem;
    background-color: #FFFFFF;*/
}
#post_single_wrap .post_con table th,
#post_single_wrap .post_con table td {
    padding: 2rem 0;
    border-bottom: 1px solid #FFFFFF;
    vertical-align: middle;
}
/*.info_table tbody > tr th:last-child,
.info_table tbody > tr td:last-child {
    border-right: none;
}
.info_table tbody > tr:last-child th,
.info_table tbody > tr:last-child td {
    border-bottom: none;
}*/
#post_single_wrap .post_con table th {
    white-space: nowrap;
    font-weight: 500;
    padding-right: 4rem;
}
#post_single_wrap .post_con table td {
    width: 100%;
}
#post_single_wrap .post_con table th a,
#post_single_wrap .post_con table td a {
    text-decoration: underline;
    font-weight: 600;
}

#post_single_wrap .post_con .wp-caption {
    width: auto !important;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#post_single_wrap .post_con .wp-caption img {
    overflow: hidden;
    margin-bottom: 1rem;
}
#post_single_wrap .post_con .wp-caption .wp-caption-text {
    margin: 0;
    font-size: 1.2rem;
    line-height: calc(24/12);
    color: #666666;
}

#post_single_wrap .post_con p:not(:first-child)  {
    /*margin-bottom: 3rem;*/
    margin-top: 2em;
}

#post_single_wrap .post_con blockquote {
    font-size: 1.4rem;
    line-height: calc(28/14);
    border: 1px solid #000000;
    border-radius: 0.5rem;
    padding: 3rem;
    padding-bottom: 2.5rem;
}


#post_single_wrap .post_con .wp-caption {
	width: auto !important;
    max-width: 100%;
}


#post_single_wrap .swiper-container,
#post_single_wrap .swiper-wrapper,
#post_single_wrap .swiper-slide {
	width: 100%;
}

#post_single_wrap .swiper-container {
	width: 100%;
    max-width: calc(502/550*100%);
    margin-left: auto;
    position: relative;
}

#post_single_wrap .slide_wrap {
    width: 100%;
    position: relative;
}
#post_single_wrap .slide_wrap img {
}

#post_single_wrap .caption {
    font-size: 1.2rem;
    line-height: calc(19/12);
    font-weight: 500;
    margin-top: 0.6em;
}

:root {
    --swiper-navigation-size: 6rem;
}

#post_single_wrap .swiper-pagination {
    bottom: -3rem;
}
#post_single_wrap .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    background-color: #c8c8c8;
}
#post_single_wrap .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #a0a0a0;
}

#post_single_wrap .swiper-button-prev,
#post_single_wrap .swiper-button-next {
}
#post_single_wrap .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}
#post_single_wrap .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(100%);
}
#post_single_wrap .swiper-button-prev::after,
#post_single_wrap .swiper-button-next::after {
    display: none;
}

#post_single_wrap .slider_none .swiper-button-prev,
#post_single_wrap .slider_none .swiper-button-next {
    display: none;
}

#post_single_wrap .foot_wrap {
    width: 100%;
    padding-top: 8rem;
}
#post_single_wrap .foot_wrap .pagenavi {
    align-items: center;
}
#post_single_wrap .foot_wrap .pagenavi > li {
    display: flex;
    flex-flow: column;
}
#post_single_wrap .foot_wrap .pagenavi > li.prev {
    width: 25%;
    align-items: flex-start;
}
#post_single_wrap .foot_wrap .pagenavi > li.all {
    width: auto;
    align-items: center;
}
#post_single_wrap .foot_wrap .pagenavi > li.next {
    width: 25%;
    align-items: flex-end;
}

#post_single_wrap .foot_wrap .pagenavi .btn {
    display: flex;
    align-items: center;
}

#post_single_wrap .foot_wrap .pagenavi .btn .arrow {
    /*width: 1rem;*/
    display: flex;
    margin-bottom: 0.2em;
    transition: all .6s;
}
#post_single_wrap .foot_wrap .pagenavi .btn .arrow img {
    width: 100%;
    height: auto;
}
#post_single_wrap .foot_wrap .pagenavi .next .btn .arrow {
    margin-left: 1rem;
}
#post_single_wrap .foot_wrap .pagenavi .prev .btn .arrow {
    transform: scale(-1,1);
    margin-right: 1rem;
}
#post_single_wrap .foot_wrap .pagenavi .next .btn:hover .arrow {
    transform: translateX(0.5rem);
}
#post_single_wrap .foot_wrap .pagenavi .prev .btn:hover .arrow {
    transform: scale(-1,1) translateX(0.5rem);
}

#post_single_wrap .foot_wrap .pagenavi .btn span {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #32514C;
    position: relative;
}
/*#post_single_wrap .foot_wrap .pagenavi .btn span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
}*/


#post_single_wrap .img_layout.column2 {
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 0.5rem));
    grid-gap: 1rem 1rem;
}

#post_single_wrap .post_con .info_table_wrap {
    margin-top: 10rem;
}


@media screen and (max-width: 768px) {
#post_single_wrap .post_con {
    padding-top: 10rem;
    font-size: 2.6rem;
    line-height: calc(52/26);
    letter-spacing: -0.03em;
}

#post_single_wrap .post_con h2 {
	font-size: 3.2rem;
	margin-top: 8rem;
	margin-bottom: 4rem;
}

#post_single_wrap .post_con h3 {
    font-size: 3.0rem;
	margin-top: 6rem;
	margin-bottom: 2rem;
}

#post_single_wrap .post_con h4 {
    font-size: 2.8rem;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}


#post_single_wrap .post_con ul li {
    padding-left: 1.2em;
    position: relative;
}
#post_single_wrap .post_con ul li::before {
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: calc(1em - 0.2rem);
    left: 0.2rem;
}

#post_single_wrap .post_con ol {
    padding-left: 1.2em;
}
#post_single_wrap .post_con ol li {
    list-style: decimal;
    padding-left: 0.1em;
}

#post_single_wrap .post_con a {
    text-decoration: underline;
}

#post_single_wrap .post_con a.btn {
    text-decoration: none;
}

#post_single_wrap .post_con > p {
    /*text-indent: 1em;*/
}

#post_single_wrap .post_con table {
    width: 100%;
    border-top: 1px solid #FFFFFF;
}
#post_single_wrap .post_con table th,
#post_single_wrap .post_con table td {
    padding: 2rem 0;
    border-bottom: 1px solid #FFFFFF;
    vertical-align: middle;
}

#post_single_wrap .post_con table th {
    white-space: nowrap;
    font-weight: 500;
    padding-right: 4rem;
}
#post_single_wrap .post_con table td {
    width: 100%;
}
#post_single_wrap .post_con table th a,
#post_single_wrap .post_con table td a {
    text-decoration: underline;
    font-weight: 600;
}

#post_single_wrap .post_con .wp-caption {
    width: auto !important;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#post_single_wrap .post_con .wp-caption img {
    overflow: hidden;
    margin-bottom: 1rem;
}
#post_single_wrap .post_con .wp-caption .wp-caption-text {
    font-size: 1.8rem;
}

#post_single_wrap .post_con p:not(:first-child)  {
    /*margin-bottom: 3rem;*/
    margin-top: 2em;
}

#post_single_wrap .post_con blockquote {
    font-size: 1.8rem;
    border-radius: 0.5rem;
    padding: 3rem;
    padding-bottom: 2.5rem;
}


#post_single_wrap .post_con .wp-caption {
	width: auto !important;
    max-width: 100%;
}


#post_single_wrap .swiper-container,
#post_single_wrap .swiper-wrapper,
#post_single_wrap .swiper-slide {
	width: 100%;
}

#post_single_wrap .swiper-container {
	width: 100%;
    max-width: calc(502/550*100%);
    margin-left: auto;
    position: relative;
}

#post_single_wrap .slide_wrap {
    width: 100%;
    position: relative;
}
#post_single_wrap .slide_wrap img {
}

#post_single_wrap .caption {
    font-size: 1.2rem;
    line-height: calc(19/12);
    font-weight: 500;
    margin-top: 0.6em;
}

:root {
    --swiper-navigation-size: 6rem;
}

#post_single_wrap .swiper-pagination {
    bottom: -3rem;
}
#post_single_wrap .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    background-color: #c8c8c8;
}
#post_single_wrap .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #a0a0a0;
}

#post_single_wrap .swiper-button-prev,
#post_single_wrap .swiper-button-next {
}
#post_single_wrap .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}
#post_single_wrap .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(100%);
}
#post_single_wrap .swiper-button-prev::after,
#post_single_wrap .swiper-button-next::after {
    display: none;
}

#post_single_wrap .slider_none .swiper-button-prev,
#post_single_wrap .slider_none .swiper-button-next {
    display: none;
}

#post_single_wrap .foot_wrap {
    width: 100%;
    padding-top: 6rem;
}
#post_single_wrap .foot_wrap .pagenavi {
    align-items: center;
}
#post_single_wrap .foot_wrap .pagenavi > li {
    display: flex;
    flex-flow: column;
}
#post_single_wrap .foot_wrap .pagenavi > li.prev {
    width: 25%;
    align-items: flex-start;
}
#post_single_wrap .foot_wrap .pagenavi > li.all {
    width: auto;
    align-items: center;
}
#post_single_wrap .foot_wrap .pagenavi > li.next {
    width: 25%;
    align-items: flex-end;
}

#post_single_wrap .foot_wrap .pagenavi .btn {
    display: flex;
    align-items: center;
}

#post_single_wrap .foot_wrap .pagenavi .btn .arrow {
    /*width: 1rem;*/
    display: flex;
    margin-bottom: 0.2em;
    transition: all .6s;
}
#post_single_wrap .foot_wrap .pagenavi .btn .arrow img {
    width: 100%;
    height: auto;
}
#post_single_wrap .foot_wrap .pagenavi .next .btn .arrow {
    margin-left: 1rem;
}
#post_single_wrap .foot_wrap .pagenavi .prev .btn .arrow {
    transform: scale(-1,1);
    margin-right: 1rem;
}
#post_single_wrap .foot_wrap .pagenavi .next .btn:hover .arrow {
    transform: translateX(0.5rem);
}
#post_single_wrap .foot_wrap .pagenavi .prev .btn:hover .arrow {
    transform: scale(-1,1) translateX(0.5rem);
}

#post_single_wrap .foot_wrap .pagenavi .btn span {
    font-size: 3.1rem;
}

#post_single_wrap .img_layout.column2 {
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 0.5rem));
    grid-gap: 1rem 1rem;
}

#post_single_wrap .post_con .info_table_wrap {
    margin-top: 10rem;
}
  
}




/* pagenation
----------------------------------------- */
#pagenation {
	text-align: center;
    margin: 11rem auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#pagenation #pagenation-list {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0 2rem;
	position: relative;
}
#pagenation #pagenation-list::after {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    transition: all .6s;
    position: absolute;
    bottom: -1rem;
    left: 0;
    transform: translate(0,100%);
    opacity: 1;
    z-index: -1;
}

#pagenation #pagenation-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list li > a,
#pagenation #pagenation-list li > span {
	font-size: 1.9rem;
    letter-spacing: -0.02em;
	line-height: 1;
    margin-top: -0.2em;
    padding: 0 0.3rem;
    color: #333333;
    transition: all .6s;
}
#pagenation #pagenation-list li > a:hover,
#pagenation #pagenation-list li > span:hover,
#pagenation #pagenation-list li > span.current {
	opacity: 1;
    color: #333333;
}

#pagenation #pagenation-list li > a::after,
#pagenation #pagenation-list li > span::after {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    transition: all .6s;
    position: absolute;
    bottom: -1rem;
    left: 0;
    transform: translate(0,100%);
    opacity: 1;
    z-index: -1;
}
#pagenation #pagenation-list li > a:hover::after,
#pagenation #pagenation-list li > span:hover::after,
#pagenation #pagenation-list li > span.current::after {
	opacity: 1;
    background-color: #333333;
}

#pagenation .next {
    margin-left: 1rem;
    margin-top: 0.2em;
}
#pagenation .prev {
    margin-right: 1rem;
    margin-top: 0.2em;
}

#pagenation #pagenation-list a.post_arrow {
    position: relative;
    width: 1.3rem;
    height: 2.5rem;
}

#pagenation .pager {
	position: relative;
    z-index: 1;
}
#pagenation .pager a {
	display: flex;
}
#pagenation .pager-next {
	margin-left: 3rem;
}
#pagenation .pager-prev {
	margin-right: 3rem;
}
#pagenation .pager-next a::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.9rem;
    height: 1.2rem;
    background: url("../images/next.svg") no-repeat center center / contain;
    transform: translate(-50%, -50%);
}
#pagenation .pager-prev a::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.9rem;
    height: 1.2rem;
    background: url("../images/prev.svg") no-repeat center center / contain;
    transform: translate(-50%, -50%);
}

#pagenation .pager a:hover {
	opacity: .6;
}


#pagenation #pagenation-list .omit{
	font-size: 1.2rem;
    letter-spacing: 0.02em;
}


@media screen and (max-width: 768px) {
#pagenation {
	margin: 10rem auto 0;
}
#pagenation #pagenation-list {
	grid-gap: 0 6rem;
}
#pagenation #pagenation-list li > a,
#pagenation #pagenation-list li > span {
	font-size: 3.2rem;
    padding: 0 0.5rem;
}

#pagenation .pager-next {
	margin-left: 7rem;
}
#pagenation .pager-prev {
	margin-right: 7rem;
}
#pagenation .pager-next a::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.4rem;
    height: 2rem;
    background: url("../images/next.svg") no-repeat center center / cover;
    transform: translate(-50%, -50%);
}
#pagenation .pager-prev a::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.4rem;
    height: 2rem;
    background: url("../images/prev.svg") no-repeat center center / cover;
    transform: translate(-50%, -50%);
}


}
