html {
	overflow-y: scroll;
}

/* ----- body ----- */

body {
	color: #161E1F;
	font-family: "Noto Sans JP", sans-serif;
}

body.single {
	padding: 0;
}

body.no-scroll {
	overflow: hidden;
}

/* ----- wrapper ----- */

.c-wrap421 {
	margin-inline: auto;
	max-width: calc(421px + 80px);
	padding-inline: 40px;
	width: 100%;
}

.c-wrap572 {
	margin-inline: auto;
	max-width: calc(572px + 80px);
	padding-inline: 40px;
	width: 100%;
}

.c-wrap675 {
	margin-inline: auto;
	max-width: calc(675px + 80px);
	padding-inline: 40px;
	width: 100%;
}

.px0 {
	padding-inline: 0px;
}

.px11 {
	padding-inline: 11px;
}

.px20 {
	padding-inline: 20px;
}

.px30 {
	padding-inline: 30px;
}

.pt120 {
	padding-top: 120px;
}

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

picture {
	display: block;
}

img {
	width: 100%;
}

button {
	cursor: pointer;
}

/* ----- header.php ----- */

.swiper-slide {
	width: auto;
}

.s-of-hidden {
	overflow: hidden;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.tx-green {
	color: #006835;
}

.tx-red {
	color: #dd3737;
}

.s-op-hover {
	cursor: pointer;
	transition: 0.5s;
}

.s-op-hover:hover {
	opacity: 0.6;
}

.s-img-hover:hover img {
	scale: 1.15;
}

.s-img-hover .s-img {
	overflow: hidden;
}

.s-img-hover img {
	transition: 0.5s;
}

.c-fv {
	height: 200px;
	width: 100%;
}

.c-fv img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.c-page-head {
	display: flex;
	flex-direction: column;
	gap: 69px;
	padding: 16px 40px 55px;
}

.c-breadcrumb {
	display: flex;
	gap: 1em;
}

.c-breadcrumb.--article {
	padding-inline: 41px;
}

.c-breadcrumb__text {
	font-size: 16px;
	white-space: nowrap;
}

.c-breadcrumb__text.--title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.c-heading__title {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 500;
}

.c-heading__title-ja {
	font-size: 18px;
}

.c-heading-sub {
	align-items: center;
	display: flex;
	gap: 29px;
}

.c-heading-sub__title {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
}

.c-heading-sub__title-ja {
	font-size: 16px;
}

.c-button {
	align-items: center;
	background: #006835;
	color: #fff;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	height: 72px;
	justify-content: center;
	margin-inline: auto;
	position: relative;
	width: 280px;
}

.c-button.--prev:hover::after {
	left: 18px;
	right: auto;
}

.c-button.--prev::after {
	left: 27px;
	right: auto;
	transform: translateY(-50%) rotate(180deg);
}

.c-button:hover::after {
	right: 18px;
}

.c-button::after {
	content: ">";
	font-size: 32px;
	font-weight: 300;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}

.c-pagination {
	display: flex;
	flex-direction: column;
	gap: 35px;
	margin-top: 59px;
}

.c-pagination__buttons {
	display: flex;
	gap: 20px;
}

.c-pagination__nums {
	display: flex;
	gap: 1em;
	justify-content: center;
}

.c-pagination__nums .page-numbers {
	color: #a9a9a9;
	font-size: 18px;
}

.c-pagination__nums .page-numbers.current {
	color: #006835;
}

@media screen and (min-width: 1080px) {

.c-wrap421 {
	max-width: 1360px;
	width: 90%;
}

.c-wrap572 {
	max-width: 1360px;
	width: 90%;
}

.c-wrap675 {
	max-width: 1360px;
	width: 90%;
}

.c-wrap572 {
	max-width: 1080px;
}

.c-wrap572.--pc1441 {
	max-width: 1441px;
}

.c-wrap572.--pc1361 {
	max-width: 1361px;
}

.c-pc-wrap {
	margin-inline: auto;
	max-width: 1360px;
	padding-inline: 40px;
	width: 100%;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

.c-fv {
	height: 420px;
}

.c-page-head {
	gap: 87px;
	margin: 0 auto;
	max-width: 1361px;
	padding-block: 16px 73px;
	width: 100%;
}

.c-breadcrumb.--article {
	padding: 0;
}

.c-heading {
	flex-direction: row;
	gap: 62px;
	justify-content: start;
}

.c-heading.--col {
	flex-direction: column;
	gap: 17px;
}

.c-heading__title-ja {
	font-size: 24px;
}

.c-heading-sub {
	gap: 60px;
}

.c-heading-sub__title {
	font-size: 32px;
}

.c-heading-sub__title-ja {
	font-size: 24px;
}

.c-button {
	font-size: 24px;
	height: 88px;
	width: 360px;
}

.c-pagination {
	gap: 70px;
	margin-top: 122px;
}

}

