@charset "UTF-8";

.c-title-lv1 {
	text-align: center;
	font-size: 6.8rem;
	line-height: 1.2941176471;
}
@media screen and (max-width: 46.875em) {
	.c-title-lv1 {
		font-size: 4rem;
	}
}
@media screen and (max-width: 23.75em) {
	.c-title-lv1 {
		font-size: 10vw;
	}
}

.p-menu {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
@media screen and (max-width: 46.875em) {
	.p-menu {
		max-width: 520px;
		margin: 0 auto;
		gap: 20px;
	}
}
@media screen and (max-width: 23.75em) {
	.p-menu {
		gap: 16px;
	}
}

.p-menu__item {
	background-color: #ffffff;
	border-radius: 20px;
	width: 100%;
	min-height: 310px;
}
@media screen and (max-width: 46.875em) {
	.p-menu__item {
		border-radius: 10px;
		min-height: 190px;
	}
}
@media screen and (max-width: 23.75em) {
	.p-menu__item {
		min-height: 140px;
	}
}

.p-menu__item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.p-menu__item-link [class*=c-icon-] {
	color: #1d518b;
	font-size: 11.9rem;
	padding-left: 20px;
}
@media screen and (max-width: 46.875em) {
	.p-menu__item-link [class*=c-icon-] {
		font-size: 8rem;
	}
}
@media screen and (max-width: 23.75em) {
	.p-menu__item-link [class*=c-icon-] {
		font-size: 5rem;
	}
}
@media print, screen and (min-width: 46.9375em) {
	.p-menu__item-link:hover {
		opacity: 0.6;
		-webkit-transition: all 0.16s;
		transition: all 0.16s;
	}
}

.p-menu__item-txt {
	text-align: center;
	font-size: 3rem;
	line-height: 1.2666666667;
}
@media screen and (max-width: 46.875em) {
	.p-menu__item-txt {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 23.75em) {
	.p-menu__item-txt {
		font-size: 1.6rem;
	}
}