.m_contact-btn._auto-width {
	width: max-content;
	padding: 0 3em;
}
.m_contact-btn._icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
}
.m_contact-btn._icon::after {
	content: '';
	width: 1.2em;
	height: 1.2em;
	background: center no-repeat;
}
.m_contact-btn._icon._icon-out::after {
	background-image: url(../images/global/icon_out.svg);
}

.index_activity {
	background: transparent;
	padding-top: 0;
}
.index_activity .m_heading {
	margin-bottom: clamp(20px,20px + 20*(100vw - 375px)/393,40px);
}
.activity__contents {
	background: #fffbda;
}
.activity__image {
}
.activity__image img {
	height: 100%;
	object-fit: cover;
}
.activity__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
}
.activity__text h3 {
	text-align: center;
	font-size: clamp(16px,16px + 6*(100vw - 375px)/393,22px);
	font-weight: 400;
	color: #000;
}
.activity__text p {
	text-align: center;
	margin-top: 1em;
	font-size: clamp(12px,12px + 2*(100vw - 375px)/393,14px);
}
.activity__buttons {
	margin-top: clamp(20px,20px + 10*(100vw - 375px)/393,30px);
}
@media only screen and (min-width: 960px) {
	.activity__contents {
		display: flex;
	}
	.activity__image {
		flex-basis: 50%;
	}
	.activity__text {
		flex-basis: 50%;
	}
	.activity__text h3 {
		text-align: left;
	}
	.activity__text p {
		text-align: left;
	}
}

.index_attempt__lead {
	line-height: 2;
	text-align: center;
	margin-top: clamp(20px,20px + 10*(100vw - 375px)/393,30px);
}
.index_attempt__buttons {
	margin-top: clamp(20px,20px + 10*(100vw - 375px)/393,30px);
}
.index_attempt__buttons .m_contact-btn {
	margin-top: 0;
}


.footer-logo {
	width: 100%;
	max-width: 400px;
}
.footer-logo a {
	display: block;
}