@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
	z-index: 99;
}
/* ---- main ---- */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 80vh;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 40rem;
	}
}



/* -------------------------------------------

about

------------------------------------------- */
.top-about {
	position: relative;
	background: 
		url(../img/deco-2.png) no-repeat right bottom,
		url(../img/texture-1.jpg) center top;
	background-size: 
		52rem auto,
		88rem auto;
	padding: 10rem 0 36rem 0;
	z-index: 10;
}
.top-about::before {
	content: "";
	width: 28rem;
	height: 28rem;
	background: #00803c;
	border-radius: 50%;
	position: absolute;
	left: 6rem;
	top: -3rem;
	opacity: 0.4;
}
.top-about .img-1,
.top-about .img-2,
.top-about .img-3 {
	position: absolute;
}
.top-about .img-1 {
	right: 0;
	top: 3rem;
	width: 34rem;
}
.top-about .img-2 {
	left: 0;
	bottom: 4rem;
	width: 40rem;
}
.top-about .img-3 {
	right: 15rem;
	bottom: -2rem;
	width: 38rem;
}
@media screen and (max-width: 768px) {
	.top-about {
		background: 
			url(../img/deco-2.png) no-repeat right bottom,
			url(../img/texture-1.jpg) center top;
		background-size: 
			22rem auto,
			88rem auto;
		padding: 2rem 0;
	}
	.top-about::before {
		width: 24rem;
		height: 24rem;
		left: -2rem;
		top: -3rem;
	}
	.top-about .img-1,
	.top-about .img-2,
	.top-about .img-3 {
		position: relative;
	}
	.top-about .img-1 {
		right: auto;
		top: auto;
		width: 24rem;
		margin-left: auto;
	}
	.top-about .img-2 {
		left: auto;
		bottom: auto;
		width: 47%;
	}
	.top-about .img-3 {
		right: auto;
		bottom: -4rem;
		width: 50%;
	}
	.img-wrap {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		padding-right: 1.5rem;
	}
}
/* ---- wrap ---- */
.top-about .wrap {
	color: #fff;
	margin-left: 20rem;
}
.top-about h2 {
	color: var(--yellow);
	line-height: 1;
	font-size: 4rem;
	font-weight: 500;
	margin-bottom: 3rem;
}
.top-about p {
	font-size: 1.3rem;
	line-height: 2.2;
}
.top-about p span {
	display: block;
	margin-top: 3rem;
	padding-left: 8rem;
}
@media screen and (max-width: 768px) {
	.top-about .wrap {
		margin-left: 0;
		padding: 2rem 3rem 1.5rem 3rem;
	}
	.top-about h2 {
		text-align: center;
	}
	.top-about p {
		font-size: 1.4rem;
	}
	.top-about p span {
		padding-left: 0;
	}
}



/* -------------------------------------------

service

------------------------------------------- */
.top-service {
	padding: 8rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-service > * {
	width: 46%;
}
.top-service > div {
	padding-right: 12rem;
}
.top-service h2 {
	text-align: left;
}
.top-service p {
	margin-bottom: 6rem;
}
.top-service .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-service {
		padding: 8rem 0 10rem 0;
		display: block;
	}
	.top-service > * {
		width: 100%;
	}
	.top-service > div {
		padding: 0 3rem;
	}
	.top-service h2 {
		text-align: center;
	}
	.top-service figure {
		margin-bottom: 3.5rem;
	}

	.top-service p {
		margin-bottom: 4rem;
	}
	.top-service .more {
		margin: 0 auto;
	}	
}



/* -------------------------------------------

works

------------------------------------------- */
.top-works {
	position: relative;
	background: #f4f4f2;
	padding: 10rem 0;
}
.top-works > figure {
	position: absolute;
	right: 0;
	top: -11.5rem;
	width: 39%;
}
@media screen and (max-width: 768px) {
	.top-works {
		padding: 8rem 3rem;
	}
	.top-works > figure {
		top: -5rem;
		width: 65%;
	}
}
/* ---- ul ---- */
.top-works ul {
	margin-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top-works ul li {
	width: 48%;
	margin-right: 4%;
}
.top-works ul li:nth-child(2n) {
	margin-right: 0;
}
.top-works ul li:nth-child(n + 3) {
	margin-top: 5rem;
}
.top-works ul li figcaption {
	background: #fff;
	border-radius: 10rem;
	color: #006e3c;
	text-align: center;
	line-height: 1.3;
	padding: 0.8rem 0;
	font-size: 1.6rem;
	width: 60%;
	margin: 1rem auto 0 auto;
}
.top-works ul li:nth-child(2) figcaption {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.top-works ul {
		display: block;
	}
	.top-works ul li {
		width: 100%;
		margin-right: 0;
	}
	.top-works ul li:not(:last-child) {
		margin-bottom: 4rem;
	}	
	.top-works ul li:nth-child(n + 3) {
		margin-top: 0;
	}	
	.top-works ul li figcaption {
		font-size: 2rem;
		width: 70%;
	}
	.top-works ul li:nth-child(2) figcaption {
		width: 100%;
	}	
}



/* -------------------------------------------

area

------------------------------------------- */
.top-area {
	padding: 0 0 10rem 0;
	background-color: #f4f4f2;	
	position: relative;	
}
.top-area .img-1,
.top-area .img-2 {
	position: absolute;
}
.top-area .img-1 {
	left: -6rem;
	top: -28rem;
	width: 56rem;
}
.top-area .img-2 {
	right: 0;
	bottom: -5rem;
	z-index: 10;
	width: 40rem;
}
@media screen and (max-width: 768px) {
	.top-area {
		padding: 2rem 3rem 6rem 3rem;
	}
	.top-area .img-1,
	.top-area .img-2 {
		position: absolute;
	}
	.top-area .img-1 {
		left: -6rem;
		top: -10rem;
		width: 24rem;
	}
	.top-area .img-2 {
		right: 0;
		bottom: -1rem;
		z-index: 10;
		width: 18rem;
	}	
}
/* ---- wrap ---- */
.top-area .wrap {
	background: #fff;
	border-radius: 2rem;
	border: solid 0.5rem #ede8da;
	padding-bottom: 4rem;
	width: 72rem;
	margin: 0 auto;
}
.top-area h2 {
	color: #006e3c;
	background: #ede8da;
	width: 16rem;
	height: 4rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10rem;
	font-weight: 500;
	font-size: 2rem;
	position: relative;
	top: -2.1rem;
	padding-bottom: 0.15rem;
}
.top-area .wrap > div {
	display: flex;
	align-items: center;
	padding: 0 5rem 0 2rem;
}
.top-area .wrap > div > figure {
	width: 20%;
}
.top-area .wrap > div > dl {
	width: 80%;
	padding-right: 3rem;
	display: flex;
	flex-wrap: wrap;
}
.top-area .wrap > div > dl dt {
	width: 30%;
	color: #006e3c;	
	font-weight: bold;
	font-size: 1.7rem;
	border-right: solid 0.18rem #006e3c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-area .wrap > div > dl dd {
	width: 70%;
	padding-left: 4rem;
}
.top-area .wrap > div > dl dt:not(:last-of-type),
.top-area .wrap > div > dl dd:not(:last-of-type) {
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.top-area .wrap {
		width: 100%;
		position: relative;
	}
	.top-area .wrap > div {
		display: block;
		padding: 0 2rem;
	}
	.top-area .wrap > div > figure {
		width: 9rem;
		position: absolute;
		right: -1.5rem;
		top: -4.5rem;
	}
	.top-area .wrap > div > dl {
		width: 100%;
		padding-right: 0;
		display: block;
	}
	.top-area .wrap > div > dl dt {
		width: 100%;
		border-right: none;
		border-bottom: solid 0.18rem #006e3c;
		padding-bottom: 0.5rem;
	}
	.top-area .wrap > div > dl dd {
		width: 100%;
		padding-left: 0;
		padding-top: 1rem;
	}
	.top-area .wrap > div > dl dt:not(:last-of-type) {
		margin-bottom: 0;
	}	
}



/* -------------------------------------------

faq

------------------------------------------- */
.top-faq {
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-faq {
		padding: 8rem 3rem;
	}
}
/* ---- wrap ---- */
.top-faq .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-faq .wrap > * {
	width: 48%;
}
.top-faq .wrap > figure {
	padding: 0 4rem;
}
.top-faq h2 {
	text-align: left;
}	
.top-faq p {
	margin-bottom: 4rem;
}
.top-faq .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-faq .wrap {
		display: block;
	}
	.top-faq .wrap > * {
		width: 100%;
	}
	.top-faq .wrap > figure {
		padding: 0;
		margin-bottom: 3rem;
	}
	.top-faq h2 {
		text-align: center;
	}	
	.top-faq .more {
		margin: 0 auto;
	}	
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	padding: 8rem 0;
	background: #f4f4f2;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem 6rem 3rem;
	}
}
/* ---- wrap ---- */
.top-access .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-access .wrap .gmap {
	width: 38rem;
	position: relative;
}
.top-access .wrap .gmap::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/bg-map.png) no-repeat center / contain;
	position: absolute;
	right: -2rem;
	bottom: -2rem;
	z-index: 0;
}
.top-access .wrap .gmap iframe {
	height: 29.5rem;
	border-radius: 2rem;
	position: relative;
	z-index: 10;
}
.top-access .wrap > div:last-of-type {
	width: 42rem;
}
.top-access .more {
	margin: 2rem 0 0 auto;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		display: block;
	}
	.top-access .wrap .gmap {
		width: 100%;
		margin-bottom: 2rem;
	}
	.top-access .wrap .gmap::before {
		display: none;
	}
	.top-access .wrap .gmap iframe {
		height: 32rem;
	}
	.top-access .wrap > div:last-of-type {
		width: 100%;
	}
	.top-access .more {
		margin: 2rem auto;
	}	
}



/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.top-contact {
		padding: 0;
	}
}
/* ---- wrap ---- */
.top-contact .wrap {
	background: url(../img/dot.png) center;
	background-size: 4rem auto;
	display: flex;
	color: #fff;
}
.top-contact .wrap > div:nth-of-type(1) {
	width: 52%;
	padding: 5rem 12rem;
}
.top-contact .wrap > div:nth-of-type(2) {
	width: 48%;
	background: url(../img/top-bg-1.png) no-repeat center left;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 3rem;
}
.top-contact h2 {
	color: #fffbc7;
	margin-bottom: 2rem;
}
.top-contact h2 span {
	position: relative;
	border-bottom: none;
}
.top-contact h2 span::before {
	content: "";
	width: 5rem;
	height: 5rem;
	background: url(../img/deco-4.png) no-repeat left top / contain;
	position: absolute;
	left: -2.4rem;
	top: -1.8rem
}
.top-contact p {
	margin-bottom: 2.5rem;
	padding: 0 2rem;
}
@media screen and (max-width: 768px) {
	.top-contact .wrap {
		display: block;
	}
	.top-contact h2 {
		margin-bottom: 3rem;
	}	
	.top-contact .wrap > div:nth-of-type(1) {
		width: 100%;
		padding: 3rem 12rem 2rem 12rem;
	}
	.top-contact .wrap > div:nth-of-type(2) {
		width: 100%;
		background: url(../img/texture-1.jpg) center;
		background-size: 88rem auto;
		padding: 4rem 3rem;
	}
	.top-contact p {
		margin-bottom: 3rem;
		padding: 0;
	}	
}



/* -------------------------------------------

blog

------------------------------------------- */
.top-blog {
	background: url(../img/texture-1.jpg) center top;
	background-size: 88rem auto;
	padding: 8rem 0;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-blog {
		padding: 8rem 3rem;
	}	
}
.top-blog h2 {
	color: #fffbc7;
}
.top-blog h2 span {
	border-bottom: solid 0.2rem #fffbc7;
}
.top-blog .more-wrap {
	margin-top: 4rem;
}
.topNews_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    list-style: none;
}
.topNews_item {
    display: inline-block;
    width: calc(33.33333333333% - 3rem * 2/3);
}
.topNews_image {
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    padding: 35%;
    aspect-ratio: 1/1;
}
.topNews_image img,
.topNews_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
}
.topNews_content {
    margin-top: 1.5rem; 
}
.topNews_date {
    font-size: 1.2rem;
    width: fit-content;
    color: #fff;
}
.topNews_btn {
    display: flex;
    justify-content: center;
    margin: auto;
}
.news_link {
	color: #fff;
}
@media screen and (max-width: 767px) {
.topNews_list {
    flex-direction: column;
        margin-bottom: 32px;
    }
    .topNews_item {
        width: 100%;
    }
}
/* ---- news index ---- */
.news_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
.news_item {
    display: flex;
    gap: 1.2rem;
    cursor: pointer;
}
.news_item:hover {
    opacity: 0.5;
}
.news_image {
    position: relative;
    width: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.news_image img,
.news_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
    object-fit: cover;
}
.news_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}
.news_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem;
}
.news_caption {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.news_date {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
    align-self: flex-end;
}
.news_day {
    font-size: 2rem;
    text-align: right;
}
.news_month {
    font-size: 1.2rem;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 3rem;
}
.pagination-number,
.pagination-arrow {
    font-size: 1.6rem;
    padding: 8px 12px;
}
.pagination-number.active {
    background-color: orange;
    color: white;
    cursor: default;
}
.pagination-no-number {
    align-self: center;
}
@media screen and (max-width: 767px) {
    .news_container {
        grid-template-columns: 1fr;
    }
    .news_item {
        flex-direction: column;
    }
    .news_image {
        width: 100%;
    }
    .news_content {
        width: calc(100% - 24px);
    }
}
/* ---- blog detail ---- */
.blogdetail_image img,
.blogdetail_image video {
    width: 100%;
    height: auto;
}
.blogdetail_content {
    margin-top: 3rem;
    font-size: 1.8rem;
}
.blogdetail_back-link {
    margin-top: 4rem;
    text-align: center;
}
.blogdetail_back-link a {
    color: var(--prime);
    position: relative;
    padding: 1rem 4rem;
}
.blogdetail_caption{
    white-space: pre-wrap; 
}



/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}


/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--prime);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



/* -------------------------------------------

faq

------------------------------------------- */
/* ---- faq-ttl ---- */
.faq-ttl {
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 0.9rem 6rem 1rem 2rem;
    position: relative;
    transition: all .3s;
	background: #fcfdf1;	
}
.faq-ttl i {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 2rem;
    top: calc(50% - 0.75rem);
}
.faq-ttl i::before,
.faq-ttl i::after {
    content: "";
    background: var(--prime);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.faq-ttl i::before {
    width: 100%;
    height: 0.2rem;
}
.faq-ttl i::after {
    width: 0.2rem;
    height: 100%;
    transition: all .3s;
}
.faq-ttl.open i::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.faq-ttl:hover {
    cursor: pointer;
}
.faq-ttl > span:nth-child(1),
.faq-content > span:nth-child(1) {
    color: var(--prime);
    font-size: 2rem;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
}
.faq-ttl > span:nth-child(2) {
    font-size: 1.6rem;
    padding-left: 1.5rem;
}
/* ---- faq-content ---- */
.faq-content {
    display: flex;
    padding: 1rem 2rem 2rem 2rem;
}
.faq-content > span:nth-child(2) {
    padding-left: 1.5rem;
    padding-top: 0.75rem;
}

.arch {
	position: absolute;
	left: 0;
	top: -0.1rem;
	pointer-events: none;
}