@charset "utf-8";

/* -----------------------------------------------------------
    anchor-area
-------------------------------------------------------------- */
.anchor-area {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: center;
	margin: 80px 0 0;
}

.anchor-area a {
	align-items: center;
	border: 1px solid var(--cmnblack);
	border-radius: 3px;
	color: var(--cmnblack);
	font-size: 1.7rem;
	display: flex;
	justify-content: center;
	height: 66px;
	width: 300px;
	position: relative;
}

.anchor-area a:hover {
	background: var(--cmnbg7);
	border-color: var(--sub2);
	color: var(--sub2);
}

.anchor-area a::before {
	content: "\f078";
	color: var(--cmnblack);
	font: 900 1.3rem/1 var(--webicon);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 15px;
	transition: .5s;
}

.anchor-area a:hover::before {
	color: var(--sub2)!important;
}

@media screen and (max-width: 768px) {
	.anchor-area {
		gap: 15px;
		margin: 40px 0 0;
	}

	.anchor-area a {
		font-size: 1.6rem;
		height: 60px;
		width: calc((100% - 15px) / 2);
	}

	.anchor-area a::before {
		font-size: 1.1rem;
		right: 8px;
	}
}

/* -----------------------------------------------------------
    sidejob-area
-------------------------------------------------------------- */
.sidejob-area {
	background: var(--cmnbg5);
	padding: 90px 0;
	margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
	.sidejob-area {
		padding: 45px 0;
		margin: 50px 0 0;
	}
}

/* -----------------------------------------------------------
    costfix-cmn-ttl 共通 見出し
-------------------------------------------------------------- */
.costfix-cmn-ttl {
	background: var(--main);
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 3.2rem;
	font-weight: bold;
	padding: 13px 25px 11px;
	line-height: 1.5;
	letter-spacing: .03em;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.costfix-cmn-ttl {
		border-radius: 2px;
		padding: 10px 15px;
		font-size: 2.2rem;
	}
}

/* -----------------------------------------------------------
   flow-cv
-------------------------------------------------------------- */
.flow-cv {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0 0;
	gap: 15px;
	justify-content: center;
}

.flow-cv .cmn_cv {
	height: 65px;
	width: calc((100% - 250px - 50px) / 2);
}

.flow-cv .flow-tel {
	align-items: center;
	color: var(--cmnblack);
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0 15px 0 0;
}

.flow-cv .flow-tel p {
	line-height: 1 !important;
}

.flow-cv .flow-tel .num {
	align-items: center;
	font: 700 3.2rem /1 var(--serif);
	display: flex;
	letter-spacing: .03em;
	padding: 0 0 0 28px;
	position: relative;
	justify-content: center;
	gap: 3px;
	width: fit-content;
	margin: 0;
}

.flow-cv .flow-tel .num::before {
	content: "";
	background: url("../img/cmn_tel.svg")center/contain no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 41%;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
	left: 0;
}

.flow-cv .flow-tel .timewrap {
	font-size: 1.6rem;
	letter-spacing: .02em;
	padding: 0 0 0 4px;
}

.flow-cv .flow-tel .time {
	font-size: 1.45rem;
	padding: 0 4px;
}

.flow-cv .cmn_cv a {
	height: 65px;
	width: 100%;
}

.flow-cv .cmn_cv a::before {
	border-right-width: 35px;
}

.flow-cv .cmn_cv a::after {
	border-left-width: 23px;
}

.flow-cv [data-cmncv="form"] a::before, .flow-cv [data-cmncv="form"] a::after {
	border-top-width: 35px;
	border-bottom-width: 35px;
}

.flow-cv [data-cmncv="line"] a::before, .flow-cv [data-cmncv="line"] a::after {
	border-top-width: 35px;
	border-bottom-width: 35px;
}

.flow-cv .cmn_cv span {
	font-size: 1.8rem;
	letter-spacing: .02em;
}

.flow-cv [data-cmncv="line"] span {
	padding: 0 0 0 30px;
}

.flow-cv [data-cmncv="form"] span {
	padding: 0 0 0 65px;
}

.flow-cv [data-cmncv="line"] span::before {
	width: 26px;
	height: 32px;
}

.flow-cv [data-cmncv="form"] span::before {
	width: 55px;
	height: 29px;
}

@media screen and (min-width: 769px) {
	.flow-cv .cmn_cv a:hover::before {
		transform: translateX(-30%);
	}

	.flow-cv .cmn_cv a:hover::after {
		transform: translateX(30%);
	}
}

@media screen and (max-width: 768px) {
	.flow-cv {
		flex-direction: column;
		margin: 25px 0 0;
		gap: 15px;
	}

	.flow-cv .flow-tel {
		text-decoration: none;
		margin: 0 0 10px;
	}

	.flow-cv .cmn_cv {
		height: auto;
		width: 100%;
	}

	.flow-cv .cmn_cv a {
		height: 60px;
	}
}

/* -----------------------------------------------------------
   flow-block
-------------------------------------------------------------- */
.flow-area {
	margin: 80px 0 0;
}

.flow-area .flow-block {
	border: 1px solid var(--border2);
	border-radius: 4px;
	background: #fff;
	padding: 45px 50px 50px;
	position: relative;
}

.flow-block-wrap .flow-block:first-of-type {
	margin-top: 30px;
}

.flow-block-wrap .flow-block:not(:last-child)::after {
	content: "";
	background: url("../img/cmn-anchor.svg")center/contain no-repeat;
	width: 40px;
	height: 40px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -50px;
	z-index: 2;
}

.flow-area .flow-block + .flow-block {
	margin-top: 60px;
}

.flow-area .flow-block-ttl {
	align-items: center;
	display: flex;
	color: var(--txtblue);
	font-size: 3.1rem;
	font-weight: bold;
	gap: 12px;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	justify-content: center;
}

.flow-area .flow-block-ttl span {
	align-items: center;
	display: flex;
	color: var(--txtblue);
	flex-shrink: 0;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: var(--serif);
	justify-content: center;
	width: 26px;
	height: 26px;
	line-height: 1;
	position: relative;
}

.flow-area .flow-block-ttl span::before {
	border: 1px solid var(--txtblue);
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%)rotate(45deg);
	transform: translate(-50%, -50%)rotate(45deg);
}

.flow-area .flow-block-top {
	align-items: center;
	display: flex;
	gap: 30px;
	margin: 20px 0 0;
}

.flow-area .flow-block-txt {
	line-height: 1.8;
}

.flow-area .flow-block-txt.w100 {
	margin: 30px 0 0;
}

.flow-area .flow-block .img-wrap {
	width: 300px;
	height: 220px;
}

.flow-area .flow-block .txt-wrap {
	width: calc(100% - 340px);
}

.flow-area .flow-block .cmn-list-dot.type-col {
	gap: 5px;
	margin: 10px 0 0;
}

.flow-area .flow-block .cmn-list-dot.type-col li {
	padding: 0 0 0 12px;
}

.flow-area .flow-block .cmn-list-dot.type-col li::before {
	width: 6px;
	height: 6px;
	top: 8px;
}

.flow-area .flow-point-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0 0 20px;
}

.flow-area .flow-point-list li {
	align-items: center;
	color: #DD5F52;
	display: flex;
	letter-spacing: .03em;
	line-height: 1.3;
	padding: 0 0 0 18px;
	position: relative;
}

.flow-area .flow-point-list li::before {
	content: "\f14a";
	font: 900 1.6rem/1 var(--webicon);
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.flow-area .flow-block-txt + .flow-block-txt {
	margin: 20px 0 0;
}

.flow-area .staff-wrap {
	border: 4px solid #dee9f6;
	border-radius: 6px;
	position: relative;
	padding: 20px 30px;
	margin: 35px 0 0;
}

.flow-area .staff-wrap::before, .flow-area .staff-wrap::after {
	color: #dee9f6;
	position: absolute;
	font-size: 9rem;
}

.flow-area .staff-wrap::before {
	content: "“";
	top: -20px;
	left: 20px;
}

.flow-area .staff-wrap::after {
	content: "”";
	bottom: -70px;
	right: 20px;
}

.flow-area .staff-body {
	align-items: center;
	display: flex;
	gap: 30px;
}

.flow-area .staff-img {
	width: 60px;
	flex-shrink: 0;
}

.flow-area .staff-img img {
	width: 100%;
}

.flow-area .staff-catch {
	font-size: 2rem;
	font-weight: bold;
	color: var(--lineblue);
	line-height: 1.5;
	margin: 0 0 10px;
}

.flow-area .staff-txt {
	line-height: 1.8;
}

.flow-area .staff-txt + .staff-txt {
	margin-top: 10px;
}

.flow-area .disc-list {
	line-height: 1.6;
	margin: 10px 0;
}

.flow-area .disc-list li {
	padding-left: 1.6rem;
	position: relative;
	line-height: 1.7;
}

.flow-area .disc-list li::before {
	content: "・";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.flow-area .disc-list li + li {
	margin-top: 5px;
}

.flow-schedule {
	align-items: center;
	display: flex;
	gap: 25px;
	margin: 30px 0 0;
}

.flow-area .flow-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--border2);
}

.flow-area .flow-table thead th {
	padding: 10px;
	background: var(--cmnbg5);
	line-height: 1.5;
	text-align: center;
}

.flow-area .flow-table tbody td {
	padding: 10px;
	line-height: 1.5;
	text-align: center;
}

/*ボーダー指定*/
.flow-area .flow-table thead th:not(:last-child), .flow-area .flow-table tbody td:not(:last-child) {
	border-right: 1px solid var(--border2);
}

.flow-area .flow-table tbody tr:not(:last-child) td {
	border-bottom: 1px solid var(--border2);
}

.flow-area .kome {
	margin: 10px 0 0;
	text-indent: -1.6rem;
	padding-left: 1.6rem;
}

@media (hover: hover) and (pointer: fine) {
	.flow-area .flow-cv-btn:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	.flow-area {
		background: transparent;
		padding: 0;
		margin: 40px 0 0;
	}

	.flow-block-wrap .flow-block:first-of-type {
		margin-top: 20px;
	}

	.flow-area .flow-block {
		border-radius: 2px;
		gap: 20px;
		padding: 20px 20px 25px;
	}

	.flow-area .flow-block + .flow-block {
		margin-top: 20px;
	}

	.flow-area .flow-block .flow-block-ttl {
		font-size: 2.1rem;
		gap: 10px;
	}

	.flow-area .flow-block .flow-block-ttl span {
		font-size: 1.6rem;
		width: 20px;
		height: 20px;
	}

	.flow-area .flow-block-ttl span::before {
		width: 20px;
		height: 20px;
		top: 48%;
	}

	.flow-area .flow-block-top {
		flex-direction: column;
		gap: 15px;
		margin: 15px 0 0;
	}

	.flow-block-wrap .flow-block:not(:last-child)::after {
		width: 35px;
		height: 35px;
		bottom: -25px;
	}

	.flow-area .flow-block .img-wrap {
		width: 100%;
	}

	.flow-area .flow-block .txt-wrap {
		width: 100%;
	}

	.flow-area .flow-point-list {
		margin: 15px 0;
		gap: 12px;
	}

	.flow-area .flow-point-list li {
		width: 100%;
		font-size: 1.5rem;
		text-align: center;
	}

	.flow-area .flow-cv-box {
		margin: 20px 0 0;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}

	.flow-area .staff-wrap {
		border-radius: 4px;
		padding: 20px 15px;
		margin: 25px 0 0;
	}

	.flow-area .staff-body {
		display: block;
	}

	.flow-area .staff-img {
		width: 40px;
		position: absolute;
		right: -10px;
		bottom: -20px;
	}

	.flow-area .staff-wrap::after {
		display: none;
	}

	.flow-area .staff-wrap::before {
		font-size: 8rem;
		left: 12px;
	}

	.flow-area .staff-catch {
		font-size: 1.7rem;
	}

	.flow-area .staff-txt {
		font-size: 1.5rem;
	}

	.flow-schedule {
		flex-direction: column;
		gap: 15px;
		margin: 20px 0 0;
	}
}

/* -----------------------------------------------------------
   
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {}