@charset "UTF-8";
.s-head {
		margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
		.s-head {
				margin-bottom: 50px;
		}
}

.s-head__heading {
		margin-bottom: 10px;
		text-align: center;
}
@media screen and (max-width: 767px) {
		.s-head__heading {
				margin-bottom: 20px;
		}
}

.s-head__ended {
		margin-top: 20px;
		margin-bottom: 50px;
		text-align: center;
		font-size: 6.5rem;
		line-height: 1.2;
		font-weight: 700;
}
@media screen and (max-width: 767px) {
		.s-head__ended {
				padding: 0 8%;
				margin-bottom: 35px;
				font-size: 4rem;
		}
}

@media screen and (max-width: 767px) {
		.s-head__group {
				padding: 0 8%;
		}
}

.s-head__text {
		margin-bottom: 20px;
		text-align: center;
		color: #4c4c4c;
		font-size: 3rem;
		line-height: 1.5;
		font-weight: 700;
}
@media screen and (max-width: 767px) {
		.s-head__text {
				text-align: left;
				font-size: 2rem;
				line-height: 1.65;
		}
}

.s-head__wrap {
		display: flex;
		justify-content: center;
}
@media screen and (max-width: 767px) {
		.s-head__wrap {
				display: block;
		}
}

.s-head__list {
		margin-top: 20px;
		font-size: 4.5rem;
		line-height: 1.3;
		font-weight: 700;
}
@media screen and (max-width: 767px) {
		.s-head__list {
				margin-top: 10px;
				font-size: 3.5rem;
		}
}

.s-head__item {
		margin-bottom: 0.3em;
		padding-left: 1.2em;
		text-indent: -1.2em;
		color: #4c4c4c;
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: 400;
}
@media screen and (max-width: 767px) {
		.s-head__item {
				margin-bottom: 0.5em;
		}
}
.s-head__item:last-child {
		color: #e8483c;
		font-weight: 700;
}
.s-head__item::before {
		color: #d9b12a;
		content: "●";
		margin-right: 0.2em;
}
.s-head__item a {
		font-weight: 700;
}

.s-list {
		display: flex;
		flex-flow: row wrap;
		gap: 180px 30px;
		margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
		.s-list {
				flex-flow: column wrap;
				gap: 100px;
				margin-bottom: 150px;
		}
}

.s-card {
		width: 370px;
}
@media screen and (max-width: 767px) {
		.s-card {
				width: 100%;
		}
}

.s-card__pict {
		margin-bottom: 20px;
		text-align: center;
}
.s-card__pict a {
		pointer-events: none;
		transition: transform 0.8s, border-color 0.8s;
		transition-timing-function: ease;
		display: block;
		padding: 30px 0;
		border: 6px solid #d1aa36;
		background-color: #ffffff;
		border-radius: 40px;
}
@media screen and (max-width: 767px) {
		.s-card__pict a {
				padding: 10px 0;
		}
}
.s-card__pict a:hover {
		border-color: #eb5d52;
		transform: scale(0.95);
}
.s-card__pict.is-disabled a {
		pointer-events: none;
}

.s-card__text {
		margin-bottom: 30px;
		text-align: center;
		line-height: 1.3;
		font-weight: 700;
}
@media screen and (max-width: 767px) {
		.s-card__text {
				margin-bottom: 20px;
		}
}

.s-card__co {
		margin-bottom: 0.2em;
		font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
		.s-card__co {
				font-size: 1.8rem;
		}
}

.s-card__name {
		margin-bottom: 0.2em;
		font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
		.s-card__name {
				font-size: 2rem;
		}
}
.s-card__name:empty {
		height: 2.99rem;
}
@media screen and (max-width: 767px) {
		.s-card__name:empty {
				height: 0;
		}
}

.s-card__note {
		font-size: 1.4rem;
		font-weight: 400;
}
.s-card__note::before {
		content: "※";
}

.s-card__button {
		width: 250px;
		margin: auto;
		margin-bottom: 20px;
}

.s-card__link {
		text-align: center;
		font-size: 1.7rem;
		font-weight: 500;
}
.s-card__link.is-disabled a {
		pointer-events: none;
		color: #999999;
}
.s-card__link a:hover {
		color: #eb5d52;
}

.s-aside {
		width: 550px;
		margin: auto;
		margin-bottom: 100px;
		padding: 60px 0 80px;
		border: 7px solid #37a47c;
		background-color: #ffffff;
		border-radius: 40px;
		text-align: center;
}
@media screen and (max-width: 767px) {
		.s-aside {
				width: 100%;
				padding: 35px;
				border-width: 6px;
		}
}

.s-aside__head {
		margin-bottom: 50px;
		font-family: kinuta-maruminold-stdn, serif;
		font-weight: 700;
		line-height: 1.3;
}
@media screen and (max-width: 767px) {
		.s-aside__head {
				margin-bottom: 30px;
		}
}

.s-aside__heading {
		margin-bottom: 15px;
		color: #37a47c;
		font-size: 5rem;
}
@media screen and (max-width: 767px) {
		.s-aside__heading {
				margin-bottom: 10px;
				font-size: 3rem;
		}
}

.s-aside__text {
		color: #4c4c4c;
		font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
		.s-aside__text {
				font-size: 1.7rem;
		}
}

.s-aside__pict {
		display: inline-block;
		margin-bottom: 50px;
}
.s-aside__pict a {
		transition: transform 0.8s;
		display: block;
}
.s-aside__pict a:hover {
		transform: scale(0.95);
}

.s-aside__button {
		width: 250px;
		margin: auto;
}
@media screen and (max-width: 767px) {
		.s-aside__button {
				width: 100%;
				max-width: 200px;
		}
}

.s-link {
		text-align: center;
		font-family: kinuta-maruminold-stdn, serif;
		font-weight: 700;
}
@media screen and (max-width: 767px) {
		.s-link {
				text-align: left;
		}
}

.s-link__heading {
		margin-bottom: 50px;
		font-size: 3rem;
		line-height: 1.8;
}
@media screen and (max-width: 767px) {
		.s-link__heading {
				margin-bottom: 30px;
				font-size: 2rem;
		}
}

.s-link__item {
		margin-bottom: 1.5em;
		font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
		.s-link__item {
				font-size: 1.9rem;
		}
}