#mv {
	max-width: 1384px;
	padding-top: 37%;
	margin: 0 auto;
	position: relative;
}
#mv #mv-img {
	width: calc(50% + 50vw);
	height: 100%;
	border-radius: 16px 0 0 16px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
}
#mv #mv-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
#recordSec {
	display: flex;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media screen and (max-width: 738px) {
	#recordSec {
		display: block;
	}
}
#recordSec .sec-title {
	width: 14%;
}
@media screen and (max-width: 738px) {
	#recordSec .sec-title {
		width: auto;
	}
}
#recordSec .sec-content {
	width: 86%;
}
@media screen and (max-width: 738px) {
	#recordSec .sec-content {
		width: auto;
	}
}
.updated {
	font-size: 80%;
	display: block;
	text-align: right;
	color: #6d8c76;
}
#recordList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -3.33%;
	margin-top: -1%;
}
@media screen and (max-width: 738px) {
	#recordList {
		width: auto;
	}
}
#recordList .recordList-item {
	width: 30%;
	margin-left: 3.33%;
	margin-top: 1%;
	padding: 4.5% 2%;
	position: relative;
	text-align: center;
	border: 1px solid #bccdc1;
	border-radius: 50%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	#recordList .recordList-item {
		width: 46.67%;
		padding: 6.5% 2%;
	}
}
#recordList .recordList-item .recordList-image {
	width: 50%;
	padding-top: 50%;
	position: relative;
}
#recordList .recordList-item .recordList-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
#recordList .recordList-item .recordList-text {
	font-size: 22px;
	font-size: clamp(10px, 1.5vw, 22px);
	white-space: nowrap;
	color: #6d8c76;
	text-align: center;
}
#recordList .recordList-item .num {
	font-size: 230%;
	line-height: 1;
	color: #60c67c;
}
.sec-lead {
	font-size: 19px;
	margin-bottom: 3em;
}
@media screen and (max-width: 738px) {
	.sec-lead {
		font-size: 15.2px;
	}
}
#whatSec #whatList .whatList-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
@media screen and (max-width: 738px) {
	#whatSec #whatList .whatList-item {
		display: block;
		margin-top: 40px;
	}
}
#whatSec #whatList .whatList-item:first-child {
	margin-top: 0;
}
#whatSec #whatList .whatList-image {
	width: 47%;
	border-radius: 16px;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	#whatSec #whatList .whatList-image {
		width: auto;
	}
}
#whatSec #whatList .whatList-text {
	width: 47%;
	position: relative;
	padding: 5vw 0;
}
@media screen and (max-width: 738px) {
	#whatSec #whatList .whatList-text {
		width: auto;
		padding: 50px 0 0;
	}
}
#whatSec #whatList .whatList-num {
	font-size: 120px;
	font-size: clamp(80px, 8.6vw, 120px);
	line-height: 1;
	font-weight: 300;
	font-family: "Noto Serif", serif;
	opacity: 0.05;
	position: absolute;
	left: -0.3em;
	top: -0.6em;
}
#whatSec #whatList .whatList-tit {
	font-size: 28px;
	font-weight: 500;
	font-family: "Noto Serif", serif;
	margin-bottom: 0.8em;
	position: relative;
}
@media screen and (max-width: 738px) {
	#whatSec #whatList .whatList-tit {
		font-size: 22.4px;
	}
}
#pamphletSec .image {
	max-width: 700px;
	margin: 0 auto 40px;
}
#pamphletSec .lead {
	margin-bottom: 2em;
	text-align: center;
}
#pamphletSec .lead .lead1 {
	font-size: 21px;
}
#pamphletSec .lead .lead3 {
	padding: 20px 40px;
	border: #60c67c 2px solid;
	background-color: #fff;
	width: fit-content;
	margin: 2rem auto 0;
	font-size: 18px;
}
#pamphletSec .lead .lead3 .line {
	display: inline-block;
	background: linear-gradient(transparent 80%, rgba(255, 218, 0, 0.8) 80%, rgba(255, 218, 0, 0.8) 100%, transparent 100%);
}
@media screen and (max-width: 738px) {
	#pamphletSec .image {
		max-width: 550px;
		margin: 0 auto 20px;
	}
	#pamphletSec .lead {
		text-align: left;
	}
	#pamphletSec .lead .lead1 {
		font-size: 16px;
	}
	#pamphletSec .lead .lead3 {
		padding: 10px 10px;
		width: fit-content;
		margin: 2rem auto 0;
		font-size: 14px;
	}
}
#pamphletSec .lead .lead2 {
	font-size: 14px;
	margin-top: 2em;
}
@media screen and (max-width: 738px) {
	#pamphletSec .lead .lead2 {
		font-size: 9.8px;
	}
}

/*202501*/
.btnArea {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.btnArea a {
	display: block;
	padding: 20px;
	background: #ffda00;
	border-radius: 8px;
}
.btnArea a:hover {
	display: block;
	transform: translateY(4px);
	opacity: 1;
}
.btnArea .btnMain {
	font-weight: 700;
	font-size: 18px;
	font-family: "Noto Serif", serif;
}
.btnMicroCopy {
	margin-bottom: 8px;
	/* color: #60c67c; */
	background: White;
	border-radius: 20px;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.swiper1 .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	@media screen and (max-width: 738px) {
		display: flex;
		gap: initial;
		grid-template-columns: initial;
	}
}

.swiper-slide {
	height: auto;
}
.swiper-area {
	overflow: clip;
}