@charset "utf-8";
/* CSS Document */

/* ページタイトル */
.page_title {
	background: url("../../../../common/img/title/service.webp") no-repeat center center;
	background-size: cover;
}
.cmn_heading {
	padding-bottom: var(--space-80);
}
.flow_flex {
	display: flex;
	gap: 50px;
}
.flow_arrow {
	writing-mode: vertical-rl;
	padding: 0 20px;
	position: relative;
	&::after {
		content: "";
		display: block;
		width: 100px;
		height: 80px;
		background: #EB8B03;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	p {
		font-weight: 600;
		letter-spacing: 1px;
		padding: 10px 0.25em;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: var(--big-txt);
		color: #000;
		background: linear-gradient(180deg, #FFB411 0%, #EB8B03 100%);
		margin-bottom: 80px;
	}
	@media screen and (max-width: 767px) {
		display: none;
	}
}
.table_2rows {
	width: 100%;
}
.pdf_flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.pdf_btn {
	max-width: calc(50% - 10px);
	width: 100%;
	box-shadow: 10px 10px 20px #0000001A;
	a {
		width: 100%;
		height: 100%;
		padding: 1em 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--main-color);
		font-size: var(--sub-title);
		font-weight: 600;
		position: relative;
	}
	img {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	&:hover {
		box-shadow: 3px 3px 6px #0000001A;
	}
	@media screen and (max-width: 767px) {
		max-width: 100%;
	}
}
.right_box {
	max-width: 878px;
	width: 100%;
	margin: 1em 0 0 auto;
}