@charset "utf-8";

/* -----------------------------------------------------------
    流れ  サイト全体で使用
-------------------------------------------------------------- */
/* -----------------------------------------------------------
    フォームのみ
-------------------------------------------------------------- */
.flow-confirm-wrap {
	border: 5px solid var(--sub);
	padding: 0 30px 30px;
}

.flow-confirm-wrap .flow-confirm-block {
	display: none;
}

.flow-confirm-wrap .flow-confirm-block.body-current {
	display: block;
}

.flow-confirm-nav {
	display: flex;
	margin: 30px 0 0;
}

.flow-confirm-nav li {
	background: var(--cmnbg3);
	border-right: 3px solid #fff;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 15px 25px 15px 35px;
	position: relative;
	cursor: pointer;
}

.flow-confirm-nav li::before {
	content: "\f107";
	color: var(--main);
	font: 900 1.3rem/1 var(--webicon);
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 17px;
}

.flow-confirm-nav li.current {
	background: var(--sub);
}

@media screen and (max-width: 768px) {
	.flow-confirm-nav li {
		width: calc(100% / 3);
		font-size: 1.5rem;
		padding: 13px 5px 20px 5px;
		text-align: center;
		line-height: 1.2;
	}

	.flow-confirm-nav {
		width: calc(100% - 40px);
		margin: 20px auto 0;
	}

	.flow-confirm-nav li:last-child {
		border-right: none;
	}

	.flow-confirm-nav li::before {
		top: auto;
		-webkit-transform: translatex(-50%);
		transform: translateX(-50%);
		left: 50%;
		bottom: 3px;
	}

	.flow-confirm-wrap {
		border: none;
		padding: 0 0 25px;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}

/* -----------------------------------------------------------
    流れ共通
-------------------------------------------------------------- */
.flow-area .flow-box-header {
	align-items: flex-start;
	display: flex;
	gap: 25px;
}

.flow-area .flow-box-wrap {
	position: relative;
	margin: 50px 0 0;
}

.flow-area .flow-box-wrap::before {
	border-left: 1px solid var(--main);
	content: "";
	position: absolute;
	left: 16px;
	top: 0;
	height: 100%;
	width: 1px;
}

.flow-area .flow-box {
	margin: 35px 0 0;
}

.flow-area .flow-box-header .text {
	color: var(--main);
	font-size: 2.7rem;
	font-weight: 750;
	letter-spacing: .06em;
}

.flow-area .flow-box-header .num {
	align-items: center;
	background: var(--cmnbg);
	border: 1px solid var(--main);
	color: var(--main);
	display: flex;
	justify-content: center;
	font: 700 1.7rem /1 var(--en);
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	z-index: 2;
}

.flow-area .flow-box-body {
	align-items: center;
	display: flex;
	gap: 40px;
	margin: 17px 0 0;
	padding: 0 0 0 60px;
}

.flow-area .flow-contact .flow-box-body {
	align-items: flex-start;
}

.flow-area .flow-box-img {
	aspect-ratio: 350/220;
	flex-shrink: 0;
	overflow: hidden;
	width: 350px;
}

.flow-area .flow-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flow-area .flow-box-text {
	width: 100%;
}

.flow-area .flow-box-text .txt {
	line-height: 1.9;
}

.flow-area .flow-box-text .txt:not(:first-of-type) {
	margin: 20px 0 0;
}

.flow-area .flow-box-text .caption {
	margin: 20px 0 0;
}

.flow-area .flow-box-attention {
	background: #fff;
	width: 100%;
	padding: 16px 20px 16px 50px;
	position: relative;
	margin: 20px 0 0 0;
	letter-spacing: .05em;
	line-height: 1.6;
}

.flow-area .flow-box-attention::before {
	content: "";
	background: url("../img/cmn-info-icon.svg")center/contain no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.flow-area .flow-box-wrap {
		margin: 30px 0 0;
	}

	.flow-box-wrap::before {
		left: 22px;
	}

	.flow-area .flow-box {
		margin: 35px 0 0;
	}

	.flow-area .flow-box-header {
		gap: 10px;
	}

	.flow-area .flow-box-header .text {
		font-size: 2.2rem;
		letter-spacing: .02em;
		padding: 0 0 5px;
		line-height: 1.3;
	}

	.flow-area .flow-box-header .num {
		font-size: 1.6rem;
		width: 28px;
		height: 28px;
		padding: 0 0 2px;
	}

	.flow-area .flow-box-body {
		padding: 0 0 0 30px;
		flex-direction: column;
		gap: 15px;
	}

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

	.flow-area .flow-box-text .txt {
		line-height: 2.2;
		letter-spacing: .09em;
	}

	.flow-area .flow-box-attention {
		font-size: 1.5rem;
		padding: 16px 15px 16px 42px;
		line-height: 1.7;
	}
	
	.flow-area .flow-box-attention::before {
		width: 25px;
		height: 25px;
		left: 10px;
	}

}

/* -----------------------------------------------------------
    flow-confirm
-------------------------------------------------------------- */
.flow-area .flow-confirm {
	background: #fff;
	padding: 50px;
	margin: 30px 0 0;
}

.flow-area .flow-confirm-catch {
	align-items: center;
	display: flex;
	color: var(--sub2);
	gap: 7px;
	font-size: 2.3rem;
	font-weight: bold;
}

.flow-area .flow-confirm-catch::before {
	content: "\f071";
	font: 900 2.5rem/1 var(--webicon);
}

.flow-area .flow-confirm-intro {
	margin: 20px 0 0;
}

.flow-area .flow-confirm-block {
	margin: 40px 0 0;
}

.flow-area .flow-confirm-subttl {
	font-size: 2.2rem;
	font-weight: bold;
	align-items: center;
	display: flex;
	gap: 8px;
	letter-spacing: .03em;
	margin: 0 0 30px;
}

.flow-area .flow-confirm-subttl span {
	align-items: center;
	background: var(--cmnblack);
	border: 1px solid;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font: 600 1.6rem /1 var(--en);
	justify-content: center;
	height: 30px;
	width: 30px;
}

/*flow-inspection---------------------------------------*/
.flow-area .flow-inspection {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.flow-area .flow-inspection-img {
	width: 55%;
	flex-shrink: 0;
}

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

.flow-area .flow-inspection-gallery {
	width: 740px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.flow-area .flow-inspection-gallery-img {
	aspect-ratio: 1044/250;
	border: 1px solid var(--main);
	width: 100%;
	position: relative;
}

.flow-area .flow-inspection-gallery-img::before {
	align-items: center;
	background: var(--main);
	bottom: 0;
	content: '\f00e';
	color: #fff;
	display: flex;
	font: 900 1.6rem/1 var(--webicon);
	position: absolute;
	padding: 2px 0 0;
	right: 0;
	justify-content: center;
	width: 30px;
	height: 30px;
	z-index: 2;
}

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

.flow-area .flow-inspection-gallery figucaption {
	color: var(--main);
	display: block;
	font-weight: 600;
	text-align: center;
	margin: 5px auto 0;
	line-height: 1.4;
}
.flow-area .flow-inspection-list li {
	padding: 0 0 0 15px;
	position: relative;
	line-height: 1.6;
	margin: 0 0 15px;
}

.flow-area .flow-inspection-list li:last-child {
	margin: 0;
}

.flow-area .flow-inspection-list li.notdot {
	color: var(--sub2);
	padding: 0;
	font-weight: 500;
	font-size: 1.7rem;
}

.flow-area [data-inspectionlist="row"] {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.flow-area .flow-inspection-list li::before {
	content: "";
	border-radius: 50%;
	background: var(--sub);
	width: 7px;
	height: 7px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow-area .flow-inspection-list li.notdot::before {
	display: none;
}

/*flow-spec--------------------------------------------*/
.flow-area .flow-spec {
	display: flex;
	gap: 30px;
}

.flow-area .flow-spec figure {
	width: calc((100% - 90px) / 4);
}

.flow-area .flow-spec-img {
	aspect-ratio: 1/.6;
	width: 100%;
}

.flow-area .flow-spec img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flow-area .flow-spec figcaption {
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	margin: 10px 0 0;
	line-height: 1.3;
}

.flow-area .flow-spec-note {
	background: var(--cmnbg3);
	margin: 20px 0 0;
	padding: 20px;
}

.flow-area .flow-spec-note p {
	font-weight: 500;
	position: relative;
	padding: 0 0 0 32px;
}

.flow-area .flow-spec-note p::before {
	content: "";
	background: url("../img/cmn-info-icon.svg")center/contain no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*flow-pay--------------------------------------------*/
.flow-area .flow-pay dt {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: .03em;
	display: block;
	margin: 0 0 30px;
}

.flow-area .flow-pay-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.flow-area .flow-pay-cate {
	border: 1px solid var(--border1);
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 15px;
	line-height: 1.4;
	min-width: 170px;
	text-align: center;
}

.flow-area .flow-pay-item {
	align-items: center;
	display: flex;
	gap: 25px;
}

.flow-area .flow-pay-item.pay-w100 {
	width: 100%;
}

.flow-area .flow-pay-logo {
	align-items: center;
	display: flex;
	gap: 20px;
}

.flow-area .flow-pay-logo img {
	max-height: 40px;
	max-width: 95px;
}

@media screen and (max-width: 768px) {
	.flow-area .flow-confirm {
		padding: 0 0 25px;
		margin: 20px 0 0;
	}

	.flow-area .flow-confirm-catch {
		color: #fff;
		background: var(--sub2);
		justify-content: center;
		gap: 5px;
		font-size: 1.6rem;
		line-height: 1.3;
		padding: 10px 3px 12px;
	}

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

	.flow-area .flow-confirm-intro {
		margin: 15px 0 0;
		padding: 0 20px;
		letter-spacing: .09em;
	}

	.flow-area .flow-confirm-block {
		margin: 25px 0 0;
		padding: 0 20px;
	}

	.flow-area .flow-confirm-subttl {
		font-size: 1.7rem;
		line-height: 1.3;
		margin: 0 0 15px;
	}

	.flow-area .flow-confirm-subttl span {
		font-size: 1.4rem;
		height: 26px;
		width: 26px;
		padding: 0 0 2px;
	}

	/*flow-inspection--------------------------------------------*/
	.flow-area .flow-inspection {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.flow-area .flow-inspection-list li {
		padding: 0 0 0 15px;
		margin: 0 0 10px;
	}
	
	.flow-area .flow-inspection-list li.notdot {
		font-size: 1.6rem;
	}

	.flow-area .flow-inspection-list li::before {
		width: 6px;
		height: 6px;
		top: 10px;
		-webkit-transform: unset;
		transform: unset;
	}

	.flow-area .flow-inspection-img {
		width: 100%;
	}
	
	.flow-area .flow-inspection-gallery {
		width: 100%;
	}
	
	.flow-area .flow-inspection-gallery-img::before {
		font-size: 1.3rem;
		width: 24px;
		height: 24px;
	}
	
	.flow-area .flow-inspection-gallery figucaption {
		text-align: left;
		font-size: 1.5rem;
	}

	/*flow-spec--------------------------------------------*/
	.flow-area .flow-spec {
		flex-wrap: wrap;
		gap: 10px;
	}

	.flow-area .flow-spec figure {
		align-items: center;
		display: flex;
		gap: 15px;
		width: 100%;
	}

	.flow-area .flow-spec-img {
		width: 40%;
		flex-shrink: 0;
	}

	.flow-area .flow-spec figcaption {
		text-align: left;
		font-size: 1.6rem;
		margin: 0;
		line-height: 1.5;
	}

	.flow-area .flow-spec-note p::before {
		background: url("../img/cmn-info-icon.svg")center/contain no-repeat;
		width: 25px;
		height: 25px;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.flow-area .flow-spec-note p {
		padding: 0 0 0 30px;
		font-size: 1.5rem;
		letter-spacing: .03em;
	}

	.flow-area .flow-spec-note {
		padding: 15px 15px 15px 10px;
	}

	.flow-area .flow-pay dt {
		color: #fff;
		background: var(--sub2);
		justify-content: center;
		gap: 5px;
		font-size: 1.6rem;
		line-height: 1.3;
		padding: 10px 3px 12px;
		text-align: center;
		margin: 0 0 25px;
	}

	.flow-area .flow-pay dd {
		padding: 0 20px;
	}

	.flow-area .flow-pay-list {
		gap: 25px 15px;
	}

	.flow-area .flow-pay-item {
		width: calc((100% - 15px) / 2);
	}

	.flow-area .flow-pay-cate {
		font-size: 1.6rem;
		min-width: unset;
		width: 100%;
		padding: 8px 10px 10px;
	}

	.flow-area .flow-pay-item {
		flex-direction: column;
		gap: 15px;
	}

	.flow-area .flow-pay-logo {
		flex-wrap: wrap;
		gap: 15px;
	}
}

/* -----------------------------------------------------------
     ガラスリペア
-------------------------------------------------------------- */
.flow-area .repair-flow-crack {
	display: flex;
	gap: 20px;
	width: 100%;
}

.flow-area [class^="repair-flow-crack__"] {
	border: 1px solid #ddd;
	padding: 15px 30px;
}

.flow-area .repair-flow-crack__img {
	align-items: center;
	display: flex;
	gap: 30px;
	width: 65%;
	flex-shrink: 0;
}

.flow-area .repair-flow-crack__img .img {
	flex-shrink: 0;
	width: 45%;
}

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

.flow-area .repair-flow-crack__img figcaption {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .05em;
}

.flow-area .repair-flow-crack__img figcaption span {
	position: relative;
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 0 0 0 13px;
	margin: 0 0 15px;
}

.flow-area .repair-flow-crack__img figcaption span::before {
	content: "";
	border-radius: 50%;
	background: var(--sub);
	width: 7px;
	height: 7px;
	left: 0;
	position: absolute;
	top: 58%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow-area .repair-flow-crack__list {
	display: flex;
	width: 35%;
	flex-direction: column;
	justify-content: center;
}

.flow-area .repair-flow-crack__list li {
	font-size: 1.7rem;
	font-weight: 500;
	padding: 0 0 0 15px;
	position: relative;
	line-height: 1.5;
	margin: 0 0 15px;
}

.flow-area .repair-flow-crack__list li:last-child {
	margin: 0;
}

.flow-area .repair-flow-crack__list li::before {
	content: "";
	border-radius: 50%;
	background: var(--sub);
	width: 7px;
	height: 7px;
	left: 0;
	position: absolute;
	top: 58%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.flow-area .repair-flow-crack {
		flex-direction: column;
	}

	.flow-area [class^="repair-flow-crack__"] {
		padding: 15px;
	}

	.flow-area .repair-flow-crack__list {
		width: 100%;
	}

	.flow-area .repair-flow-crack__list li {
		font-size: 1.6rem;
	}

	.flow-area .repair-flow-crack__list li::before {
		top: 12px;
		-webkit-transform: unset;
		transform: unset;
	}

	.flow-area .repair-flow-crack__img {
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}

	.flow-area .repair-flow-crack__img figcaption {
		font-size: 1.5rem;
	}

	.flow-area .repair-flow-crack__img figcaption span {
		font-size: 1.6rem;
		margin: 0 0 10px;
	}

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

/* -----------------------------------------------------------
    カーフィルム施工
-------------------------------------------------------------- */
.flow-area .carfilm-flow {
	border-left: 1px solid var(--border2);
	border-top: 1px solid var(--border2);
	display: grid;
	grid-template-columns: 1fr 1fr 630px;
	margin: 0 auto 0 0;
}

.flow-area .carfilm-flow li {
	border-right: 1px solid var(--border2);
	border-bottom: 1px solid var(--border2);
	padding: 20px;
	line-height: 1.8;
}

.flow-area .carfilm-flow-item1 {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}

.flow-area .carfilm-flow-item2 {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}

.flow-area .carfilm-flow-item3 {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
}

.flow-area .carfilm-flow-item4 {
	grid-row: 2 / 3;
	grid-column: 1 / 3;
}

.flow-area .carfilm-flow-item5 {
	grid-row: 2 / 3;
	grid-column: 3 / 4;
}

.flow-area .flow-area .carfilm-flow li span {
	font-size: 1.9rem;
	font-weight: 600;
	position: relative;
}

@media screen and (max-width: 768px) {
	.flow-area .carfilm-flow {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.flow-area .carfilm-flow li {
		border-right-color: var(--border1);
		border-bottom-color: var(--border1);
		font-size: 1.5rem;
		width: 100%;
		padding: 18px 5px 18px 15px;
		line-height: 1.7;
	}

	.flow-area .carfilm-flow li span {
		font-size: 1.7rem;
		display: block;
	}

}