@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500;700&family=Roboto:wght@100;300;400;500;700&family=Shippori+Mincho:wght@400;500;700&display=swap");
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	scroll-behavior: auto;
}

body {
	position: relative;
	background-color: #f0f0f0;
	height: 100%;
	color: #333;
	font-size: 16px;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
	body {
		font-size: 16px;
	}
}

h6, h5, h4, h3, h2, h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1, .h1 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 500;
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.5rem;
	}
}

h2, .h2 {
	font-family: "Shippori Mincho", serif;
	font-size: calc(1.3rem + 0.9vw);
	font-weight: 500;
}
@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 2.25rem;
	}
}

h3, .h3 {
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: calc(1.275rem + 0.6vw);
	font-weight: 700;
}
@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 1.75rem;
	}
}

h4, .h4 {
	font-size: calc(1.25rem + 0.3vw);
}
@media (min-width: 1200px) {
	h4, .h4 {
		font-size: 1.5rem;
	}
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

address {
	margin-bottom: 1.5rem;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
}

blockquote {
	margin: 0 0 1rem;
}

small {
	font-size: 0.875em;
}

mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

sub,
sup {
	font-size: 0.75em;
}

a {
	color: #333;
	text-decoration: underline;
}
a img {
	transition: opacity 0.3s ease;
}
a:hover {
	color: #00552e;
}
a:hover img {
	opacity: 0.8;
}

pre,
code,
kbd,
samp {
	font-size: 1em;
}

pre {
	margin-bottom: 1.5rem;
	font-size: 0.875em;
}

pre code {
	font-size: inherit;
}

code {
	font-size: 0.875em;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	background-color: #212529;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
}

figure {
	margin: 0 0 1.5rem;
}
figure figcaption {
	font-size: 0.875em;
	text-align: center;
}

img,
svg {
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

table {
	margin-bottom: 1.5rem;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: auto;
	}
}
_::-webkit-full-page-media, _:future, :root .wrapper {
	height: 100vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.site-header {
	background-color: #fff;
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	min-height: 120px;
}
@media (max-width: 767.98px) {
	.header-top {
		border-bottom: 1px solid #00552e;
		width: 100%;
		height: 64px;
		min-height: auto;
		padding-right: calc(64px + 1rem);
		position: relative;
		z-index: 998;
	}
	.gnav-open .header-top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}
.header-title {
	margin: 0;
	min-width: 40%;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
}
.header-title-text {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.75rem;
}
@media (max-width: 767.98px) {
	.header-title-text {
		font-size: 0.625rem;
	}
}
.header-title-logo {
	max-width: 256px;
	height: auto;
}
@media (max-width: 767.98px) {
	.header-title-logo {
		max-width: 180px;
	}
}
@media (max-width: 767.98px) {
	.header-title {
		width: 100%;
	}
}
.header-access {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media (max-width: 767.98px) {
	.header-access {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 2;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		justify-content: center;
		background-color: #fff;
		border-top: 1px solid #ebebeb;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding: 8px 4px;
	}
}
.header-access > * {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
@media (max-width: 767.98px) {
	.header-access > * {
		padding-right: 0;
		padding-left: 0;
	}
}
.header-access-tel {
	order: 2;
}
@media (min-width: 992px) {
	.header-access-tel {
		order: 1;
	}
}
@media (max-width: 767.98px) {
	.header-access-tel {
		display: flex;
		justify-content: space-around;
		padding-right: 4px;
		padding-left: 4px;
	}
}
.header-access-tel .pc-tel {
	color: inherit;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
}
.header-access-tel .pc-tel::before {
	content: "TEL";
	display: inline-block;
	border-radius: 4px;
	background-color: #00552e;
	margin-right: 0.5em;
	padding: 0.2em;
	color: #fff;
	font-size: 0.4em;
	line-height: 1;
	vertical-align: middle;
}
@media (min-width: 1200px) {
	.header-access-tel .pc-tel {
		font-size: 2rem;
	}
}
@media (max-width: 767.98px) {
	.header-access-tel .pc-tel {
		display: none;
	}
}
.header-access-tel .sp-tel {
	display: none;
	background-color: #096c3f;
	width: calc(33.3333333333vw - 16px);
	max-width: 160px;
	height: 16vw;
	max-height: 80px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(3.5vw, 1.4em);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	.header-access-tel .sp-tel {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}
.header-access-tel .sp-tel::before {
	content: "\f2a0";
	display: inline-block;
	width: 100%;
	transform: translateY(0.2em);
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-size: min(6.5vw, 2.03125rem);
	font-weight: 900;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
.header-access-form {
	display: flex;
	order: 1;
	margin-right: -0.3125rem;
	margin-left: -0.3125rem;
}
@media (min-width: 992px) {
	.header-access-form {
		order: 2;
	}
}
@media (max-width: 767.98px) {
	.header-access-form {
		justify-content: space-around;
		margin: 0;
	}
}
.header-access-form > * {
	padding-right: 0.3125rem;
	padding-left: 0.3125rem;
}
@media (max-width: 767.98px) {
	.header-access-form > * {
		padding-right: 4px;
		padding-left: 4px;
	}
}
.header-access-form a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #aaa;
	width: 120px;
	height: 48px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
@media (min-width: 1200px) {
	.header-access-form a {
		width: 160px;
		height: 60px;
	}
}
@media (max-width: 767.98px) {
	.header-access-form a {
		width: calc(33.3333333333vw - 16px);
		max-width: 160px;
		height: 16vw;
		max-height: 80px;
		font-family: "Noto Sans JP", sans-serif;
		font-size: min(3.5vw, 1.4em);
	}
	.header-access-form a::before {
		display: inline-block;
		width: 100%;
		transform: translateY(0.2em);
		font-family: "Font Awesome 6 Free";
		font-style: normal;
		font-size: min(6.5vw, 2.03125rem);
		font-weight: 900;
		font-variant: normal;
		line-height: 1;
		text-rendering: auto;
	}
}
.header-access-form .reservation a {
	background-color: #b7282e;
	transition: background-color 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
	.header-access-form .reservation a::before {
		content: "\f073";
	}
}
.header-access-form .reservation a:hover {
	background-color: #e8161f;
}
.header-access-form .document a {
	background-color: #274a78;
	transition: background-color 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
	.header-access-form .document a::before {
		content: "\f56c";
	}
}
.header-access-form .document a:hover {
	background-color: #2d61a5;
}
.header-nav {
	background-color: #00552e;
	color: #fff;
}
.header-nav-items {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.header-nav-items li {
	border-width: 1px;
	border-color: #fff;
	border-style: none;
	border-right-style: solid;
	width: 12.5%;
	max-width: 160px;
}
.header-nav-items li:first-child {
	border-left-style: solid;
}
.header-nav-items li a {
	display: block;
	padding: 0.625rem 0.125rem;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.header-nav-items li a:hover {
	background-color: #096c3f;
}
@media (min-width: 992px) {
	.header-nav-items li a {
		font-size: 1rem;
	}
}
@media (max-width: 767.98px) {
	.header-nav {
		position: fixed;
		top: 64px;
		right: -100%;
		z-index: 997;
		background-color: #3a5b52;
		width: 100%;
		height: 100vh;
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}
	.gnav-open .header-nav {
		right: 0;
		visibility: visible;
		opacity: 1;
	}
	.header-nav-items {
		display: block;
		padding-top: 2rem;
		max-height: calc(100vh - 80px - 64px);
		overflow-y: auto;
	}
	.header-nav-items li {
		border-style: none;
		width: 100%;
		max-width: none;
	}
	.header-nav-items li:first-child {
		border-left-style: none;
	}
	.header-nav-items li a {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 52px;
		padding-right: 1rem;
		padding-left: 1rem;
		font-size: 1rem;
		text-align: left;
	}
	.header-nav-items li a::after {
		content: "\f105";
		display: inline-block;
		margin-left: 1rem;
		font-family: "Font Awesome 6 Free";
		font-style: normal;
		font-weight: 900;
		font-variant: normal;
		line-height: 1;
		text-rendering: auto;
	}
}
@media (min-width: 768px) {
	.nav-fixed .header-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
		width: 100%;
	}
}

.nav-toggle {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	display: block;
	background-color: #00552e;
	width: 64px;
	height: 64px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.gnav-open .nav-toggle {
	background-color: #3a5b52;
}
@media (min-width: 768px) {
	.nav-toggle {
		display: none;
	}
}
.nav-toggle-border {
	position: relative;
	display: block;
	background-color: #fff;
	width: 28px;
	height: 2px;
	margin-top: 24px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.nav-toggle-border::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	display: block;
	background-color: #fff;
	width: 40px;
	height: 2px;
	transition: all 0.2s ease-in-out;
}
.nav-toggle-border::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	background-color: #fff;
	width: 16px;
	height: 2px;
	transition: all 0.2s ease-in-out;
}
.gnav-open .nav-toggle-border {
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
}
.gnav-open .nav-toggle-border::before {
	top: 0;
	transform: rotate(-135deg);
	width: 24px;
}
.gnav-open .nav-toggle-border::after {
	top: 0;
	transform: rotate(135deg);
	width: 24px;
}

.site-footer {
	background-color: #e8ecef;
	padding-top: 1.5rem;
	padding-bottom: 2rem;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-optical-sizing: auto;
	font-style: normal;
}

.footer-flexwrap {
	display: flex;
	flex-wrap: wrap;
}

.footer-left {
	flex: 0 0 auto;
	width: 40%;
}
@media (max-width: 767.98px) {
	.footer-left {
		width: 100%;
		text-align: center;
	}
}

.footer-right {
	flex: 0 0 auto;
	width: 60%;
	text-align: right;
}
@media (max-width: 767.98px) {
	.footer-right {
		width: 100%;
		text-align: center;
	}
}

.footer-logo {
	width: 100%;
	max-width: 180px;
	height: auto;
}
@media (max-width: 767.98px) {
	.footer-logo {
		width: 40%;
		margin-bottom: 1.5rem;
	}
}

.footer-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0 -0.75rem;
	padding: 0;
}
@media (max-width: 767.98px) {
	.footer-menu {
		justify-content: center;
		margin-bottom: 2rem;
	}
}
.footer-menu li {
	position: relative;
	flex: 0 0 auto;
	padding: 0 0.75rem 0.5rem;
}
.footer-menu li::before {
	content: "|";
	position: absolute;
	left: 0;
}
.footer-menu li:first-child::before {
	content: none;
}
.footer-menu li a {
	color: #000;
	text-decoration: none;
}
.footer-menu li a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 0.75rem;
}

.button1 {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 4px;
	min-width: 240px;
	padding: 1rem 0.5rem;
	color: #000;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	transition: all 0.2s ease-in-out;
}
.button1:hover {
	border-color: #fff;
	background-color: #00552e;
	color: #fff;
}

.entry-links {
	background-color: #00552e;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #fff;
	text-align: center;
}
.entry-links-msg {
	font-size: 1.5rem;
	font-weight: 700;
}
.entry-links-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.entry-links-btns .button1 {
	background-color: #fff;
	color: #00552e;
	font-size: 1.25rem;
	font-weight: 700;
}
.entry-links-btns .button1:hover {
	color: #fff;
	background-color: #00552e;
}
.entry-links-btn-wrap {
	padding: 1rem;
}
.entry-links-tel {
	margin-top: 1rem;
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 2rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.entry-links-tel {
		font-size: 3rem;
	}
	.entry-links-tel::before {
		content: "TEL";
		display: inline-block;
		font-size: 0.5em;
		background-color: #fff;
		border-radius: 4px;
		margin-right: 0.25em;
		padding: 0.1em;
		color: #00552e;
		line-height: 1;
		vertical-align: middle;
	}
}
.entry-links-tel a {
	color: #fff;
	text-decoration: none;
}
@media (min-width: 768px) {
	.entry-links-tel a {
		pointer-events: none;
	}
}
.entry-links-tel .fa-phone {
	margin-right: 0.25em;
}
@media (min-width: 768px) {
	.entry-links-tel .fa-phone {
		display: none;
	}
}

.sansui-guide {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.sansui-guide::before, .sansui-guide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.sansui-guide::before {
	z-index: -2;
	background-color: #fff;
}
.sansui-guide::after {
	z-index: -1;
	background-image: url("../images/pattern_black.png");
	background-repeat: repeat;
	background-size: 200px 200px;
	opacity: 0.035;
}
.sansui-guide-title {
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (max-width: 575.98px) {
	.sansui-guide-title {
		max-width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
}
.sansui-guide-title img {
	max-width: 100%;
	height: auto;
}
.sansui-guide-msg .large-msg {
	text-align: center;
	font-size: 1.5rem;
}
@media (min-width: 768px) {
	.sansui-guide-msg .large-msg {
		font-size: 1.75rem;
	}
}
.sansui-guide-msg .nomal-msg {
	font-weight: 500;
}
@media (min-width: 768px) {
	.sansui-guide-msg .nomal-msg {
		text-align: center;
	}
}
.sansui-guide .reien {
	padding-top: 1rem;
}
.sansui-guide .reien-title {
	font-size: 1.25rem;
	font-weight: 700;
}
.sansui-guide .reien-lists {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	background-color: #e6eae3;
	margin: 0;
	padding: 0.5rem;
}
@media (min-width: 768px) {
	.sansui-guide .reien-lists {
		padding: 1rem;
	}
}
.sansui-guide .reien-lists > li {
	flex: 0 0 auto;
	width: 50%;
	padding: 0.5rem;
}
@media (min-width: 768px) {
	.sansui-guide .reien-lists > li {
		width: 33.3333333333%;
	}
}
@media (min-width: 992px) {
	.sansui-guide .reien-lists > li {
		width: 16.6666666667%;
	}
}
.sansui-guide .reien-city {
	display: inline-block;
	background-color: #5c8934;
	margin-bottom: 0.5rem;
	padding: 0.35em 0.5em;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1;
}
.sansui-guide .reien a {
	text-decoration: none;
}
.sansui-guide .reien-photo {
	margin-bottom: 0.5rem;
}
.sansui-guide .reien-photo img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
}
.sansui-guide .reien-name {
	font-size: 0.875rem;
}

.news-lists {
	list-style: none;
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
.news-lists-item {
	border-top: 1px solid #ababab;
}
.news-lists-item:last-child {
	border-bottom: 1px solid #ababab;
}
.news-lists-item a {
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0.25rem;
	line-height: 1.5;
}
.news-lists-item .news-time {
	transform: translateY(-0.02rem);
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 0.825rem;
}
@media (min-width: 768px) {
	.news-lists-item .news-time {
		width: 8rem;
	}
	.news-lists-item .news-time::before {
		content: "";
		display: inline-block;
		background-color: #00552e;
		-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
		        clip-path: polygon(0 0, 100% 50%, 0 100%);
		width: 8px;
		height: 10px;
		margin-right: 0.25rem;
	}
}
.news-lists-item .news-title {
	width: 100%;
	margin-bottom: 0;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 500;
}
@media (min-width: 768px) {
	.news-lists-item .news-title {
		width: calc(100% - 8rem);
	}
}

.modal-news-title {
	border-bottom: 1px solid #00552e;
	padding: 0.75rem 0;
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}
.modal-news-date {
	font-size: 0.825rem;
}
.modal-news-content {
	margin-top: 2rem;
}
.modal-news-content img {
	max-width: 100%;
	height: auto;
}
.modal-news-content h2 {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.25rem;
	line-height: 1.5;
}
.modal-news-content h3 {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
}
.modal-news-content p {
	margin-bottom: 1rem;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
	background: #00552e;
}

.page-header {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 200px;
}
@media (min-width: 768px) {
	.page-header {
		height: 300px;
	}
}
.page-header::before {
	content: "";
	position: absolute;
	top: -5%;
	left: -5%;
	z-index: -2;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 110%;
	height: 110%;
	filter: blur(4px);
}
.page-header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.05;
}
.page-header-title {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 4px #000;
}

.page-contents .section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.home-slider {
	background-color: #fff;
	width: 100%;
	max-width: 1296px;
	margin-right: auto;
	margin-left: auto;
	aspect-ratio: 1/1;
}
@media (min-width: 768px) {
	.home-slider {
		aspect-ratio: 1296/550;
	}
}
.home-slider .swiper-slide img {
	max-width: 100%;
	height: auto;
}
.home-slider-outer {
	background-image: url("../images/home_intro_background.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.home-slider .swiper-button-next, .home-slider .swiper-button-prev {
	color: #fff;
}
@media (max-width: 767.98px) {
	.home-slider .swiper-button-next, .home-slider .swiper-button-prev {
		display: none;
	}
}

.home-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.home-news {
	background-color: #e6eae3;
}

.home-guidance-eitai {
	padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
	.home-guidance-eitai .img-1 {
		position: relative;
		z-index: 2;
		width: 90%;
		margin-left: auto;
	}
	.home-guidance-eitai .img-2 {
		position: relative;
		z-index: 1;
		width: 80%;
		transform: translate(-10%, -10%);
	}
}
@media (min-width: 768px) {
	.home-guidance-eitai {
		padding-bottom: 8rem;
	}
	.home-guidance-eitai .content-img {
		height: 60vw;
	}
	.home-guidance-eitai .content-img .img-1 {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 80%;
	}
	.home-guidance-eitai .content-img .img-2 {
		position: absolute;
		top: 60%;
		left: 0;
		z-index: 2;
		width: 80%;
	}
}
.home-guidance-grave {
	padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
	.home-guidance-grave .img-1 {
		position: relative;
		z-index: 2;
		width: 70%;
	}
	.home-guidance-grave .img-2 {
		position: relative;
		z-index: 1;
		width: 90%;
		transform: translate(20%, -10%);
	}
}
@media (min-width: 768px) {
	.home-guidance-grave {
		padding-bottom: 8rem;
	}
	.home-guidance-grave .content-img {
		height: 60vw;
	}
	.home-guidance-grave .content-img .img-1 {
		position: absolute;
		top: 0;
		left: 20%;
		z-index: 1;
		width: 60%;
	}
	.home-guidance-grave .content-img .img-2 {
		position: absolute;
		top: 70%;
		left: 10%;
		z-index: 2;
		width: 80%;
	}
}
.home-guidance-shizenso {
	padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
	.home-guidance-shizenso .img-1 {
		position: relative;
		z-index: 2;
		width: 90%;
	}
	.home-guidance-shizenso .img-2 {
		position: relative;
		z-index: 1;
		width: 80%;
		transform: translate(40%, -10%);
	}
}
@media (min-width: 768px) {
	.home-guidance-shizenso {
		padding-bottom: 8rem;
	}
	.home-guidance-shizenso .content-img {
		height: 60vw;
	}
	.home-guidance-shizenso .content-img .img-1 {
		position: absolute;
		top: 15%;
		left: 0;
		z-index: 1;
		width: 90%;
	}
	.home-guidance-shizenso .content-img .img-2 {
		position: absolute;
		top: 70%;
		left: 30%;
		z-index: 2;
		width: 70%;
	}
}

.parallax-separator {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	width: 100%;
	height: 65vw;
	overflow: hidden;
}
@media (min-width: 768px) {
	.parallax-separator {
		height: 40vw;
		max-height: 600px;
	}
}
.parallax-separator img {
	display: block;
	width: 100%;
	height: auto;
}

.home-others-gallery {
	margin-bottom: 48px;
	text-align: center;
}
.home-others-gallery .photo-gallery {
	position: relative;
}
.home-others-gallery .swiper-button-next, .home-others-gallery .swiper-button-prev {
	position: absolute;
	display: block;
	width: 40px;
	height: 50px;
	cursor: pointer;
	background: #00552e;
}
.home-others-gallery .swiper-button-next::after, .home-others-gallery .swiper-button-prev::after {
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-others-gallery .swiper-button-next {
	right: 0;
}
.home-others-gallery .swiper-button-prev {
	left: 0;
}
.home-others-gallery .swiper-slide a img {
	max-width: 90%;
}
@media (min-width: 768px) {
	.home-others-gallery .swiper-slide a img {
		max-width: 100%;
	}
}
.home-others-chirashi {
	max-width: 420px;
	margin-right: auto;
	margin-bottom: 3rem;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
.home-others-chirashi .chirashi-title {
	margin-bottom: 1rem;
}
.home-others-chirashi a {
	text-decoration: none;
}
.home-others-chirashi .flyer {
	text-align: center;
}
.home-others-chirashi .flyer img {
	max-width: 100%;
	height: auto;
}
.home-others-banner .other-page-links {
	list-style: none;
	max-width: 420px;
	margin: 0 auto;
	padding: 0 1rem;
}
.home-others-banner .other-page-links > li {
	margin-bottom: 1.5rem;
}
.home-others-banner .other-page-links > li img {
	max-width: 100%;
	height: auto;
}

.eohaka-no1 {
	margin-top: 3rem;
}
.eohaka-no1-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #f9fdee;
	background-image: linear-gradient(150deg, #ffffec, #f9fdee 70%, #fff 72%, #f9fdee 73%, #ffffcf);
	border: 10px solid #b00002;
	-o-border-image: linear-gradient(150deg, #1a6333, #3eb042 70%, #196032) 1;
	   border-image: linear-gradient(150deg, #1a6333, #3eb042 70%, #196032) 1;
	width: 90%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.eohaka-no1-img {
	width: 30%;
	margin: 0;
	padding: 1rem;
}
@media (max-width: 767.98px) {
	.eohaka-no1-img {
		width: 100%;
		padding-bottom: 0;
	}
	.eohaka-no1-img .mark_no1 {
		display: block;
		width: 80%;
		max-width: 160px;
		margin-right: auto;
		margin-left: auto;
	}
}
.eohaka-no1-text {
	width: 70%;
	padding: 1rem;
}
@media (max-width: 767.98px) {
	.eohaka-no1-text {
		width: 100%;
	}
}
.eohaka-no1-text p {
	margin: 0;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
}
.eohaka-no1-text p.note {
	margin-top: 0.5rem;
	padding-left: 1.25em;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	text-indent: -1.25em;
}
.eohaka-no1-text p.note::before {
	content: "※";
}

.eitai-price-tbl {
	margin-right: auto;
	margin-left: auto;
}
.eitai-price-tbl th, .eitai-price-tbl td {
	width: 224px;
	min-width: 160px;
}
.eitai-price-tbl thead th {
	text-align: center;
}
.eitai-price-tbl tbody th {
	text-align: center;
}
.eitai-price-tbl tbody td {
	text-align: center;
}
.eitai-price-tbl.border-tbl th {
	background-color: #f9f9f9;
	font-weight: 400;
}
.eitai-price-tbl.border-tbl td {
	background-color: #fff;
	font-weight: 700;
}
.eitai-price-tbl.border-tbl tbody th {
	font-weight: 700;
}
@media (max-width: 767.98px) {
	.eitai-price-tbl.border-tbl td, .eitai-price-tbl.border-tbl th {
		padding: 0.5rem 0.75rem;
	}
}

.jituyoshinan {
	display: inline-block;
	background-color: #e60012;
	border-radius: 5px;
	padding: 2px 8px;
	color: #fff571;
	font-weight: 700;
}
.jituyoshinan .torokubango {
	display: inline-block;
	margin-left: 0.5em;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
}

.shizenso-heading {
	margin-bottom: 1rem;
	font-size: min(9vw, 48px) !important;
	text-align: center;
}

.shizenso-price {
	font-weight: 700;
}
.shizenso-price .num {
	display: inline-block;
	margin-right: 0.25em;
	font-size: 1.5em;
}

.senchaku {
	border-width: 2px;
	border-color: #c7161d;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 80%;
	max-width: 360px;
	margin-top: 3rem;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: min(8vw, 40px);
	text-align: center;
	letter-spacing: 0.2em;
}

.faq-dl {
	padding-bottom: 3rem;
}
.faq-dl dt {
	position: relative;
	background-color: #e6ece9;
	padding: 1rem 1rem 1rem 3.25rem;
	font-size: 1.125rem;
}
.faq-dl dt::before {
	content: "Q";
	position: absolute;
	top: 1.25rem;
	left: 1rem;
	display: inline-block;
	background-color: #00552e;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
}
.faq-dl dd {
	margin-bottom: 2rem;
	padding: 1rem;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.font-serif {
	font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-700 {
	font-weight: 700;
}

.fs-10 {
	font-size: 1rem;
}

.fs-11 {
	font-size: 1.1rem;
}

.fs-12 {
	font-size: 1.2rem;
}

.fs-13 {
	font-size: 1.3rem;
}

.fs-14 {
	font-size: 1.4rem;
}

.fs-15 {
	font-size: 1.5rem;
}

.fs-16 {
	font-size: 1.6rem;
}

.fs-17 {
	font-size: 1.7rem;
}

.fs-18 {
	font-size: 1.8rem;
}

.fs-19 {
	font-size: 1.9rem;
}

.fs-20 {
	font-size: 2rem;
}

.fs-22 {
	font-size: 2.2rem;
}

.fs-24 {
	font-size: 2.4rem;
}

.fs-26 {
	font-size: 2.6rem;
}

.fs-28 {
	font-size: 2.8rem;
}

.fs-30 {
	font-size: 3rem;
}

.fs-32 {
	font-size: 3.2rem;
}

.fs-36 {
	font-size: 3.6rem;
}

.fs-40 {
	font-size: 4rem;
}

.fs-48 {
	font-size: 4.8rem;
}

.fs-60 {
	font-size: 6rem;
}

.fs-72 {
	font-size: 7.2rem;
}

.color-main {
	color: #00552e;
}

.color-sub {
	color: #0b308e;
}

.color-white {
	color: #fff;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-110 {
	margin-top: 110px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-110 {
	margin-bottom: 110px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-110 {
	padding-top: 110px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pb-110 {
	padding-bottom: 110px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

@media (max-width: 767.98px) {
	.mt-sp-10 {
		margin-top: 10px !important;
	}
	.mt-sp-20 {
		margin-top: 20px !important;
	}
	.mt-sp-30 {
		margin-top: 30px !important;
	}
	.mt-sp-40 {
		margin-top: 40px !important;
	}
	.mt-sp-50 {
		margin-top: 50px !important;
	}
	.mt-sp-60 {
		margin-top: 60px !important;
	}
	.mt-sp-70 {
		margin-top: 70px !important;
	}
	.mt-sp-80 {
		margin-top: 80px !important;
	}
	.mt-sp-90 {
		margin-top: 90px !important;
	}
	.mt-sp-100 {
		margin-top: 100px !important;
	}
	.mt-sp-110 {
		margin-top: 110px !important;
	}
	.mt-sp-120 {
		margin-top: 120px !important;
	}
	.mb-sp-10 {
		margin-bottom: 10px !important;
	}
	.mb-sp-20 {
		margin-bottom: 20px !important;
	}
	.mb-sp-30 {
		margin-bottom: 30px !important;
	}
	.mb-sp-40 {
		margin-bottom: 40px !important;
	}
	.mb-sp-50 {
		margin-bottom: 50px !important;
	}
	.mb-sp-60 {
		margin-bottom: 60px !important;
	}
	.mb-sp-70 {
		margin-bottom: 70px !important;
	}
	.mb-sp-80 {
		margin-bottom: 80px !important;
	}
	.mb-sp-90 {
		margin-bottom: 90px !important;
	}
	.mb-sp-100 {
		margin-bottom: 100px !important;
	}
	.mb-sp-110 {
		margin-bottom: 110px !important;
	}
	.mb-sp-120 {
		margin-bottom: 120px !important;
	}
	.pt-sp-10 {
		padding-top: 10px !important;
	}
	.pt-sp-20 {
		padding-top: 20px !important;
	}
	.pt-sp-30 {
		padding-top: 30px !important;
	}
	.pt-sp-40 {
		padding-top: 40px !important;
	}
	.pt-sp-50 {
		padding-top: 50px !important;
	}
	.pt-sp-60 {
		padding-top: 60px !important;
	}
	.pt-sp-70 {
		padding-top: 70px !important;
	}
	.pt-sp-80 {
		padding-top: 80px !important;
	}
	.pt-sp-90 {
		padding-top: 90px !important;
	}
	.pt-sp-100 {
		padding-top: 100px !important;
	}
	.pt-sp-110 {
		padding-top: 110px !important;
	}
	.pt-sp-120 {
		padding-top: 120px !important;
	}
	.pb-sp-10 {
		padding-bottom: 10px !important;
	}
	.pb-sp-20 {
		padding-bottom: 20px !important;
	}
	.pb-sp-30 {
		padding-bottom: 30px !important;
	}
	.pb-sp-40 {
		padding-bottom: 40px !important;
	}
	.pb-sp-50 {
		padding-bottom: 50px !important;
	}
	.pb-sp-60 {
		padding-bottom: 60px !important;
	}
	.pb-sp-70 {
		padding-bottom: 70px !important;
	}
	.pb-sp-80 {
		padding-bottom: 80px !important;
	}
	.pb-sp-90 {
		padding-bottom: 90px !important;
	}
	.pb-sp-100 {
		padding-bottom: 100px !important;
	}
	.pb-sp-110 {
		padding-bottom: 110px !important;
	}
	.pb-sp-120 {
		padding-bottom: 120px !important;
	}
}
.border-tbl {
	border-color: #adadad;
	vertical-align: top;
}
.border-tbl > :not(caption) > * {
	border-width: 1px 0;
}
.border-tbl > :not(caption) > * > * {
	background-color: #f9f9f9;
	padding: 1rem 1.5rem;
	border-width: 0 1px;
	font-size: 0.875em;
}
.border-tbl th {
	background-color: #e6ece9;
	font-weight: 400;
}

@media (max-width: 767.98px) {
	.sp-none {
		display: none;
	}
}

@media (min-width: 768px) {
	.pc-none {
		display: none;
	}
}

.bg-wh {
	background-color: #fff;
}

.title1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	font-family: "Shippori Mincho", serif;
	font-size: calc(1.275rem + 0.6vw);
	font-weight: 400;
}
@media (min-width: 1200px) {
	.title1 {
		font-size: 1.75rem;
	}
}
.title1::before, .title1::after {
	content: "";
	width: 5%;
	max-width: 50px;
	height: 1px;
	background-color: #2a2a2a;
}
.title1::before {
	margin-right: 1rem;
}
.title1::after {
	margin-left: 1rem;
}

.title-large {
	font-family: "Shippori Mincho", serif;
	font-size: calc(1.3rem + 0.9vw);
}
@media (min-width: 1200px) {
	.title-large {
		font-size: 2.25rem;
	}
}

.title-middle {
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: calc(1.275rem + 0.6vw);
	font-weight: 700;
}
@media (min-width: 1200px) {
	.title-middle {
		font-size: 1.75rem;
	}
}

.title-small {
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: calc(1.25rem + 0.3vw);
	font-weight: 500;
}
@media (min-width: 1200px) {
	.title-small {
		font-size: 1.5rem;
	}
}

.title-border {
	border-bottom: 1px solid #00552e;
	padding-bottom: 0.5em;
}

.fade-in {
	visibility: hidden;
	opacity: 0;
	transition: all 1s 0.5s;
}
.fade-in.is-invew {
	opacity: 1;
	visibility: visible;
}

.fade-in-up {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s 0.2s;
	transform: translate(0, 20px);
}
.fade-in-up.is-invew {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.box-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box-contents-column {
	flex: 0 0 auto;
	width: 100%;
	max-width: 540px;
	padding: 2rem 1rem 0;
}
@media (min-width: 768px) {
	.box-contents-column {
		width: 50%;
	}
	.column-3 .box-contents-column {
		width: 33.3333333333%;
	}
}
@media (min-width: 992px) {
	.box-contents-column {
		padding: 5rem 2rem 0;
	}
	.column-3 .box-contents-column {
		padding: 5rem 1rem 0;
	}
}
.box-contents-item {
	border: 1px solid #adadad;
	height: 100%;
	padding: 2rem;
}
@media (max-width: 991.98px) {
	.box-contents-item {
		padding: 1rem;
	}
}
.box-contents-item p:last-child {
	margin-bottom: 0;
}
.box-contents-img {
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 4/3;
}
.box-contents-heading {
	color: #00552e;
	margin-bottom: 1rem;
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contents-wrap .content-img {
	position: relative;
	width: 90%;
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.contents-wrap .content-img {
		width: 50%;
	}
}
.contents-wrap .content-img img {
	max-width: 100%;
	height: auto;
}
.contents-wrap .content-text {
	width: 100%;
}
@media (min-width: 768px) {
	.contents-wrap .content-text {
		width: 50%;
	}
}
.contents-wrap .content-text-inner {
	width: 90%;
	margin-left: auto;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
@media (min-width: 768px) {
	.contents-wrap .content-text-inner {
		max-width: 80%;
	}
}
.contents-wrap.img-fit {
	margin-left: calc(50% - 50vw);
}
.contents-wrap.img-r .content-img {
	margin-left: auto;
}
@media (min-width: 768px) {
	.contents-wrap.img-r .content-img {
		order: 2;
	}
}
@media (min-width: 768px) {
	.contents-wrap.img-r .content-text {
		order: 1;
	}
}
.contents-wrap.img-r .content-text-inner {
	margin-left: 0;
	margin-right: auto;
}

.section-title-large {
	margin-top: 4rem;
	margin-bottom: 4rem;
	text-align: center;
}

.section-title-small {
	margin-bottom: 2rem;
	line-height: 1.8;
}

.section-paragraph {
	line-height: 2.5;
}

.align-dl {
	max-width: 600px;
}
.align-dl > dt {
	float: left;
	padding-bottom: 0.25rem;
	padding-left: 0.5em;
	width: 6em;
	font-weight: 500;
}
.align-dl > dd {
	padding-right: 0.5em;
	padding-bottom: 0.25rem;
	padding-left: 7em;
	font-weight: 500;
}
.align-dl > dd::after {
	clear: both;
}
.align-dl.dtw120 > dt {
	width: 120px;
}
.align-dl.dtw120 > dd {
	padding-left: calc(120px + 1em);
}
.align-dl.dtw160 > dt {
	width: 160px;
}
.align-dl.dtw160 > dd {
	padding-left: calc(160px + 1em);
}
.align-dl.dtw200 > dt {
	width: 200px;
}
.align-dl.dtw200 > dd {
	padding-left: calc(200px + 1em);
}

.border-dl {
	max-width: 600px;
}
.border-dl > dt {
	float: left;
	padding-bottom: 0.25rem;
	padding-left: 0.5em;
	width: 6em;
	font-weight: 500;
}
.dtw120 .border-dl > dt {
	width: 120px;
}
.border-dl > dd {
	border-bottom: 1px solid #adadad;
	padding-right: 0.5em;
	padding-bottom: 0.25rem;
	padding-left: 7em;
	font-weight: 500;
}
.border-dl > dd::after {
	clear: both;
}
.dtw120 .border-dl > dd {
	padding-left: calc(120px + 1em);
}
.border-dl.dtw120 > dt {
	width: 120px;
}
.border-dl.dtw120 > dd {
	padding-left: calc(120px + 1em);
}
.border-dl.dtw160 > dt {
	width: 160px;
}
.border-dl.dtw160 > dd {
	padding-left: calc(160px + 1em);
}
.border-dl.dtw200 > dt {
	width: 200px;
}
.border-dl.dtw200 > dd {
	padding-left: calc(200px + 1em);
}

.styled-list-01 {
	list-style: none;
	padding-left: 0;
}
.styled-list-01 > li {
	padding-left: 1.25em;
}
.styled-list-01 > li::before {
	content: "●";
	display: inline-block;
	color: #00552e;
	text-indent: -1.25em;
}

.txtimg {
	display: grid;
	grid-template-columns: 17fr 15fr;
	overflow: hidden;
}
@media (min-width: 768px) {
	.txtimg {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
@media (max-width: 767.98px) {
	.txtimg {
		grid-template-columns: 1fr;
		gap: 40px;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
.txtimg-image {
	position: relative;
	aspect-ratio: 4/3;
	align-self: center;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (min-width: 768px) {
	.txtimg-image {
		width: 53.125vw;
	}
}
.txtimg-image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (min-width: 768px) {
	.txtimg-text {
		width: 46.875vw;
		padding: 0 6vw 0 5vw;
	}
}
@media (max-width: 767.98px) {
	.txtimg-text {
		gap: 40px;
	}
}