@charset "UTF-8";

.p-main {
	margin-bottom: 80px;
}

.p-main__txt {
	text-align: center;
	font-size: 2.8rem;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 46.875em) {
	.p-main__txt {
		font-size: 1.8rem;
	}
}

.p-intro {
	margin-bottom: 80px;
}
@media screen and (max-width: 46.875em) {
	.p-intro {
		margin-bottom: 40px;
	}
}

.p-intro__list {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 46.875em) {
	.p-intro__list {
		margin-bottom: 20px;
	}
}

.p-intro__item {
	display: block;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
	color: #000;
}
@media screen and (max-width: 46.875em) {
	.p-intro__item {
		font-size: 1.4rem;
	}
}

.p-intro__txt {
	color: #ffffff;
	text-align: center;
}
@media screen and (max-width: 46.875em) {
	.p-intro__txt {
		text-align: left;
	}
}

.p-support {
	margin-bottom: 80px;
}
@media screen and (max-width: 46.875em) {
	.p-support {
		margin-bottom: 40px;
	}
}

.p-box {
	background-color: #ffffff;
	padding: 50px 40px;
	border-radius: 10px;
	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;
}
@media screen and (max-width: 46.875em) {
	.p-box {
		padding: 40px 20px 60px;
	}
}

.p-support__ttl {
	text-align: center;
	margin-bottom: 40px;
}
.p-support__ttl h3 {
	font-size: 3.4rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	font-weight: 1.7;
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 700;
}
@media screen and (max-width: 46.875em) {
	.p-support__ttl h3 {
		font-size: 2rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
}
.p-support__ttl p {
	text-align: center;
}

.p-support__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 46.875em) {
	.p-support__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.p-support__item {
	background-color: #f5f5f5;
	border-radius: 20px;
	padding: 40px 0;
	width: 300px;
}
@media screen and (max-width: 46.875em) {
	.p-support__item {
		padding: 30px 0;
		width: 100%;
		min-width: 300px;
	}
}

.p-support__item-inner {
	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;
	gap: 15px;
	margin-bottom: 15px;
}
.p-support__item-inner.--third {
	margin-bottom: 20px;
}
.p-support__item-inner img {
	height: 70px;
	width: auto;
}
@media screen and (max-width: 46.875em) {
	.p-support__item-inner img {
		height: 60px;
		width: auto;
	}
}
@media screen and (max-width: 46.875em) {
	.p-support__item-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 10px;
	}
}

.p-support__item-inner p {
	color: #e68432;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 46.875em) {
	.p-support__item-inner p {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}

.p-support__link {
	text-align: center;
	font-size: 2rem;
	line-height: 2 !important;
}
.p-support__link a {
	-webkit-transition: color 0.16s ease;
	transition: color 0.16s ease;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.p-support__link a .c-icon-pdf {
	padding-left: 5px;
	font-size: 2rem;
}
@media print, screen and (min-width: 46.9375em) {
	.p-support__link a:hover {
		color: #e68432;
	}
}
.p-support__link span {
	border-bottom: 2px solid;
}
@media screen and (max-width: 46.875em) {
	.p-support__link span {
		text-decoration: none;
		border-bottom: 1px solid;
	}
}
@media screen and (max-width: 46.875em) {
	.p-support__link {
		font-size: 1.6rem;
	}
}

.p-detail {
	padding: 80px 0;
}
@media screen and (max-width: 46.875em) {
	.p-detail {
		padding: 40px 0;
	}
}

.p-detail__table-wrapper {
	margin-bottom: 40px;
}
@media screen and (max-width: 46.875em) {
	.p-detail__table-wrapper {
		margin-bottom: 20px;
	}
}

.c-table.--entry-detail > tbody > tr > td {
	line-height: 1.4;
}

.p-detail__table-ttl {
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.06em;
	margin-left: 30px;
	position: relative;
}
.p-detail__table-ttl::before {
	content: "";
	background-color: #e68432;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
	-webkit-transform: translate(-100%, 50%);
	transform: translate(-100%, 50%);
}
@media screen and (max-width: 46.875em) {
	.p-detail__table-ttl::before {
		top: -2px;
		left: -10px;
	}
}
@media screen and (max-width: 46.875em) {
	.p-detail__table-ttl {
		margin-left: 25px;
	}
}

.p-detail__table-dt.--workplace {
	margin-left: 20px;
}
@media screen and (max-width: 46.875em) {
	.p-detail__table-dt.--workplace {
		margin-left: 16px;
	}
}

.p-detail__table-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
.p-detail__table-ul li {
	display: block;
}
@media screen and (max-width: 46.875em) {
	.p-detail__table-ul {
		gap: 32px;
	}
}

.p-detail__txt {
	color: #ffffff;
}