@charset "UTF-8";

@media print, screen and (min-width: 46.9375em) {
	.p-info .c-tab {
		max-width: 1240px;
	}
}

.p-link {
	-webkit-transition: color 0.16s;
	transition: color 0.16s;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
.p-link[target$=_blank]:not(.p-link[href$=".pdf"])::after {
	margin-left: 10px;
	color: inherit;
	font-size: 0.8em;
	content: "\e901";
	text-decoration: none;
	font-weight: normal;
	font-family: "icomoon";
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 46.875em) {
	.p-link[target$=_blank]:not(.p-link[href$=".pdf"])::after {
		margin-left: 5px;
		font-size: 1.1rem;
	}
}
.p-link.--underline span {
	text-decoration: underline;
}
@media print, screen and (min-width: 46.9375em) {
	.p-link:hover {
		color: #e68432;
	}
}
@media screen and (max-width: 46.875em) {
	.p-link {
		font-size: 1.6rem;
	}
}

.c-tab__content-inner {
	padding: 20px;
}
@media screen and (max-width: 46.875em) {
	.c-tab__content-inner {
		padding: 20px 15px;
	}
}

.c-table .c-title-lv4 span {
	font-size: 2rem;
}
.c-table .c-title-lv4 span::before {
	top: 8px;
}
@media screen and (max-width: 46.875em) {
	.c-table .c-title-lv4 span {
		font-size: 1.6rem;
	}
	.c-table .c-title-lv4 span::before {
		top: 6px;
	}
}
.c-table ul li {
	text-indent: -1em;
	padding-left: 1em;
}

.p-info__inner {
	background-color: #fff;
	padding: 80px 60px;
}
@media screen and (max-width: 46.875em) {
	.p-info__inner {
		padding: 40px 15px;
	}
}

.p-info__cnt:not(:last-child) {
	margin-bottom: 120px;
}
@media screen and (max-width: 46.875em) {
	.p-info__cnt:not(:last-child) {
		margin-bottom: 60px;
	}
}

.c-button {
	line-height: 1.4;
}

.c-tab__content hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
.c-tab__content.--content-yellow .p-info__ttl span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd890));
	background: linear-gradient(transparent 60%, #ffd890 60%);
}
.c-tab__content.--content-yellow .c-title-lv3::before {
	background-color: #ffd890;
}
.c-tab__content.--content-yellow .c-title-lv4 span::before {
	background-color: #ffd890;
}
.c-tab__content.--content-yellow hr {
	border: 1px solid #ffd890;
}
.c-tab__content.--content-yellow .p-info__links li .c-headline-lv4 span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffd890));
	background: linear-gradient(transparent 50%, #ffd890 50%);
}
.c-tab__content.--content-yellow .p-anchor {
	background-color: #ffd890;
	border: 2px solid #ffd890;
}
.c-tab__content.--content-yellow .c-button.--color {
	background-color: #ffd890;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	color: #333;
	border-color: #ffd890;
}
.c-tab__content.--content-yellow .c-button.--color::after {
	color: #333;
}
@media print, screen and (min-width: 46.9375em) {
	.c-tab__content.--content-yellow .c-button.--color:hover {
		color: #333 !important;
	}
	.c-tab__content.--content-yellow .c-button.--color:hover::after {
		color: #333 !important;
	}
}
@media screen and (max-width: 46.875em) {
	.c-tab__content.--content-yellow .c-button.--color {
		padding: 20px 0;
		font-size: 1.6rem !important;
	}
	.c-tab__content.--content-yellow .c-button.--color::after {
		font-size: 1.7rem !important;
	}
}
.c-tab__content.--content-blue .p-info__ttl span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #9ed8f5));
	background: linear-gradient(transparent 60%, #9ed8f5 60%);
}
.c-tab__content.--content-blue .c-title-lv3::before {
	background-color: #9ed8f5;
}
.c-tab__content.--content-blue .c-title-lv4 span::before {
	background-color: #9ed8f5;
}
.c-tab__content.--content-blue hr {
	border: 1px solid #9ed8f5;
}
.c-tab__content.--content-blue .p-info__links li .c-headline-lv4 span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #9ed8f5));
	background: linear-gradient(transparent 50%, #9ed8f5 50%);
}
.c-tab__content.--content-blue .p-anchor {
	background-color: #9ed8f5;
	border: 2px solid #9ed8f5;
}
.c-tab__content.--content-blue .c-button.--color {
	background-color: #9ed8f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	color: #333;
	border-color: #9ed8f5;
}
.c-tab__content.--content-blue .c-button.--color::after {
	color: #333;
}
@media print, screen and (min-width: 46.9375em) {
	.c-tab__content.--content-blue .c-button.--color:hover {
		color: #333 !important;
	}
	.c-tab__content.--content-blue .c-button.--color:hover::after {
		color: #333 !important;
	}
}
@media screen and (max-width: 46.875em) {
	.c-tab__content.--content-blue .c-button.--color {
		font-size: 1.6rem !important;
	}
	.c-tab__content.--content-blue .c-button.--color::after {
		font-size: 1.7rem !important;
	}
}
.c-tab__content.--content-pink .p-info__ttl span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd0d0));
	background: linear-gradient(transparent 60%, #ffd0d0 60%);
}
.c-tab__content.--content-pink .c-title-lv3::before {
	background-color: #ffd0d0;
}
.c-tab__content.--content-pink .c-title-lv4 span::before {
	background-color: #ffd0d0;
}
.c-tab__content.--content-pink hr {
	border: 1px solid #ffd0d0;
}
.c-tab__content.--content-pink .p-info__links li .c-headline-lv4 span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffd0d0));
	background: linear-gradient(transparent 50%, #ffd0d0 50%);
}
.c-tab__content.--content-pink .p-anchor {
	background-color: #ffd0d0;
	border: 2px solid #ffd0d0;
}
.c-tab__content.--content-pink .c-button.--color {
	background-color: #ffd0d0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	color: #333;
	border-color: #ffd0d0;
}
.c-tab__content.--content-pink .c-button.--color::after {
	color: #333;
}
@media print, screen and (min-width: 46.9375em) {
	.c-tab__content.--content-pink .c-button.--color:hover {
		color: #333 !important;
	}
	.c-tab__content.--content-pink .c-button.--color:hover::after {
		color: #333 !important;
	}
}
@media screen and (max-width: 46.875em) {
	.c-tab__content.--content-pink .c-button.--color {
		font-size: 1.6rem !important;
	}
	.c-tab__content.--content-pink .c-button.--color::after {
		font-size: 1.7rem !important;
	}
}
@media screen and (max-width: 46.875em) {
	.c-tab__content hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.p-info__ttl {
	font-size: 5rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 120px;
}
@media screen and (max-width: 46.875em) {
	.p-info__ttl {
		font-size: 2.8rem;
		margin-bottom: 60px;
	}
}

.p-info__links {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	row-gap: 100px;
}
.p-info__links li .c-headline-lv4 {
	margin-bottom: 33px;
	text-align: center;
	font-weight: 700;
}
@media print, screen and (min-width: 46.9375em) {
	.p-info__links li .c-headline-lv4 {
		padding: 0 10px;
		font-size: clamp(25.5px, 0px + 2.3611111111vw, 34px);
	}
}
@media screen and (max-width: 46.875em) {
	.p-info__links li .c-headline-lv4 {
		margin-bottom: 20px;
	}
}
.p-info__links li .p-info__link {
	margin-top: 30px;
}
.p-info__links li .p-info__link .c-button__link {
	max-width: 100%;
	font-size: 2.6rem;
}
.p-info__links li .p-info__link .c-button__link[target$=_blank]:not(.p-info__links li .p-info__link .c-button__link[href$=".pdf"]) {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 23px;
}
.p-info__links li .p-info__link .c-button__link[target$=_blank]:not(.p-info__links li .p-info__link .c-button__link[href$=".pdf"]) span {
	padding-left: 48px;
}
.p-info__links li .p-info__link .c-button__link[target$=_blank]:not(.p-info__links li .p-info__link .c-button__link[href$=".pdf"])::after {
	position: inherit;
	content: "\e901";
	-webkit-transform: none;
	transform: none;
	font-size: 2.3rem;
	right: 0;
}
@media screen and (max-width: 46.875em) {
	.p-info__links li .p-info__link .c-button__link {
		font-size: 1.6rem;
		min-height: 52px;
	}
	.p-info__links li .p-info__link .c-button__link[target$=_blank]:not(.p-info__links li .p-info__link .c-button__link[href$=".pdf"]) {
		padding: 0 20px;
		gap: 15px;
	}
	.p-info__links li .p-info__link .c-button__link[target$=_blank]:not(.p-info__links li .p-info__link .c-button__link[href$=".pdf"]) span {
		padding-left: 32px;
	}
	.p-info__links li .p-info__link .c-button__link[target$=_blank]:not(.p-info__links li .p-info__link .c-button__link[href$=".pdf"])::after {
		font-size: 1.4rem !important;
	}
}
@media screen and (max-width: 46.875em) {
	.p-info__links li .p-info__link {
		margin-top: 20px;
	}
}
@media screen and (max-width: 46.875em) {
	.p-info__links {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 60px;
	}
}

.p-anchors {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 80px;
}
@media screen and (max-width: 46.875em) {
	.p-anchors {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 15px;
		margin-bottom: 40px;
	}
}

.p-anchor {
	border-radius: 100vh;
	padding: 0 50px;
	min-height: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	background-position: left bottom;
	-webkit-transition: background-size 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s ease;
	transition: background-size 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s ease;
}
.p-anchor::after {
	content: "\e900";
	font-weight: normal;
	font-family: "icomoon";
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 32px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	font-size: 2rem;
}
@media print, screen and (min-width: 46.9375em) {
	.p-anchor:hover {
		background-size: 100% 100%;
	}
}
@media screen and (max-width: 46.875em) {
	.p-anchor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 0 10px;
		gap: 10px;
	}
	.p-anchor::after {
		content: "\e900";
		font-weight: normal;
		font-family: "icomoon";
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		text-transform: none;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: inherit;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		font-size: 1.6rem;
		right: unset;
		top: unset;
	}
}

.p-anchor__date {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-anchor__date {
	font-size: 1.6rem;
	line-height: 1.4;
}