@import url('common.css');

.seo-ter
{
	font-size: 16pt;
}

.seo-ter .main-top
{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 140px;
	margin-bottom: 30px;
	padding: 45px 10px 100px;
}

.seo-ter .main-top::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../assets/public/experiences/main.png) no-repeat center top;
	background-size: cover;
}

.seo-ter .main-top .ttl
{
	padding: 6px 14px;
	text-align: center;
	font-size: 27pt;
	font-weight: 500;
	color: white;
	background: black;
}

.seo-ter .main-top .subttl
{
	padding: 4px 60px;
	text-align: center;
	font-size: 24pt;
	font-weight: normal;
	color: white;
	background: url(../assets/images/yellow-arrowflea.svg) no-repeat left center black;
}

.seo-ter .chapo
{
	max-width: 900px;
	margin: 30px auto 0;
	padding: 12px 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid black;
}

.seo-ter .chapo STRONG
{
	color: var(--v-smky2-base);
}

.seo-ter .arrows
{
	padding: 110px 30px 0;
	background: url(../assets/public/commons/blue-arrows.svg) no-repeat center top;
}

.seo-ter .panel1,
.seo-ter .panel2,
.seo-ter .panel3,
.seo-ter .panel4
{
	max-width: 1032px;
	margin: auto;
}

.seo-ter .panel1 .subpane
{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	margin: 0 10px;
}

.seo-ter .panel1 .left
{
	width: 900px;
	max-width: 96vw;
	padding: 20px 20px 20px 120px;
	text-align: center;
	font-style: italic;
	background: url(../assets/public/commons/place.png) no-repeat 20px center;
	background-size: 74px;
	border: 1px solid var(--v-smky1-base);
	border-radius: 30px;
}

.seo-ter .panel1 .picture
{
	width: 400px;
	max-width: 100vw;
	height: 300px;
	max-height: 80vw;
	background: url(../assets/public/experiences/bzh.png) no-repeat center center;
	background-size: contain;
}

.seo-ter .panel2 .subpane
{
	background-color: var(--v-bkgray-base);
	border-radius: 30px;
}

.seo-ter .panel2 .ttl
{
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
}

.seo-ter .panel2 .list
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin: 30px auto 0;
	padding: 0 0 20px 0;
}

.seo-ter .panel2 .item
{
	display: flex;
	align-items: center;
	max-width: 470px;
	height: 70px;
	padding-left: 90px;
	font-size: 14pt;
	background: url(../assets/public/experiences/blue-hand.svg) no-repeat left center;
	background-size: 70px;
}
.seo-ter .panel2 .item.i2 { background-image: url(../assets/public/experiences/security.svg) }
.seo-ter .panel2 .item.i3 { background-image: url(../assets/public/commons/wave-chart.png) }

.seo-ter .panel2 .note,
.seo-ter .panel4 .note
{
	max-width: 760px;
	margin: -18px auto 20px;
	padding: 38px 30px 30px 68px;
	text-align: center;
	background: url(../assets/public/commons/blue-arrow.svg) no-repeat left 10px;
	background-size: 60px;
}

.seo-ter .panel3 .list
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin: 30px auto;
	padding: 20px 0;
	border: 1px solid black;
	border-radius: 30px;
}

.seo-ter .panel3 .item
{
	display: flex;
	align-items: center;
	max-width: 300px;
	height: 70px;
	padding-left: 90px;
	font-size: 14pt;
	background: url(../assets/public/experiences/real-estate.png) no-repeat left center;
	background-size: 70px;
}
.seo-ter .panel3 .item.i2 { background-image: url(../assets/public/commons/euro-hand.png) }
.seo-ter .panel3 .item.i3 { background-image: url(../assets/public/experiences/hammer.svg) }

.seo-ter .panel4 .subpane
{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	color: white;
	background-color: black;
	border-radius: 30px;
}

.seo-ter .panel4 .ttl
{
	padding-top: 10px
}

.seo-ter .panel4 STRONG
{
	color: var(--v-smky2-base);
}

.seo-ter .panel4 .left
{
	max-width: 510px;
}

.seo-ter .panel4 .list
{
	display: flex;
	flex-direction: column;
	margin: 0 30px 0 40px;
}

.seo-ter .panel4 .item
{
	padding: 30px 10px 30px 80px;
	font-size: 14pt;
	font-style: italic;
	background: url(../assets/ico/pro-b.svg) no-repeat left center;
	background-size: 60px;
}
.seo-ter .panel4 .item.i2 { background-image: url(../assets/public/experiences/blue-smartphone.svg) }
.seo-ter .panel4 .item.i3 { background-image: url(../assets/public/experiences/white-hand.svg) }

.seo-ter .panel4 .picture
{
	width: 400px;
	max-width: 100vw;
	height: 300px;
	max-height: 70vw;
	background: url(../assets/public/experiences/bzh-smouky.svg) no-repeat center center;
	background-size: contain;
}

.seo-ter .link
{
	margin: -30px auto 30px;
}

.seo-ter .panel5 .subpane
{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.seo-ter .panel5 .bottom
{
	margin: 30px;
	text-align: center;
}

.seo-ter .start-project
{
	margin: 30px;
	padding-right: 0;
}

.seo-ter .more
{
	max-width: 440px;
	margin: 20px auto;
	padding: 14px 20px 14px 74px;
	font-size: 18pt;
	font-weight: bold;
	color: var(--v-smky2fg-base);
	background: url(../assets/public/commons/handshake-blk.svg) no-repeat 20px center var(--v-smky2-base);
	background-size: 40px;
	border-radius: 10px;
}

.seo-ter .panel6
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin: 30px auto;
}

.seo-ter .panel6 .item
{
	width: 450px;
	margin: 0 10px 0 40px;
	padding: 28px 10px 28px 100px;
	background: url(../assets/public/commons/path.png) no-repeat left center;
	background-size: 76px;
}
.seo-ter .panel6 .item.i2 { background-image: url(../assets/public/commons/idea.png) }
.seo-ter .panel6 .item.i3 { background-image: url(../assets/public/commons/euro.png) }
.seo-ter .panel6 .item.i4 { background-image: url(../assets/public/commons/calendar.png) }

@media (max-width: 1200px)
{
	.seo-ter .main-top
	{
		gap: 100px;
		padding: 40px 10px 60px;
	}

	.seo-ter .main-top .ttl
	{
		font-size: 24pt;
	}

	.seo-ter .main-top .subttl
	{
		font-size: 21pt;
	}
}

@media (max-width: 1050px)
{
	.seo-ter
	{
		font-size: 15pt;
	}

	.seo-ter .main-top
	{
		gap: 60px;
		margin-bottom: 24px;
		padding: 30px 10px 25px;
	}

	.seo-ter .main-top .ttl
	{
		font-size: 21pt;
	}

	.seo-ter .main-top .subttl
	{
		font-size: 18pt;
	}

	.seo-ter .panel3 .list
	{
		margin: 20px 10px;
	}
}

@media (max-width: 910px)
{
	.seo-ter .chapo
	{
		margin: 24px 10px 0;
	}
}

@media (max-width: 800px)
{
	.seo-ter .panel1 .subpane
	{
		flex-direction: column;
		margin-top: 14px;
	}

	.seo-ter .panel4 .subpane,
	.seo-ter .panel5 .subpane
	{
		flex-direction: column;
	}
}

@media (max-width: 500px)
{
	.seo-ter .main-top .subttl
	{
		font-size: 16pt;
	}

	.seo-ter .more
	{
		font-size: 15pt;
		max-width: 390px;
	}

	.seo-ter .panel6
	{
		justify-content: left;
	}

	.seo-ter .panel6 .item
	{
		width: unset;
	}
}

@media (max-width: 450px)
{
	.seo-ter .main-top .subttl
	{
		font-size: 14pt;
	}

	.seo-ter .more
	{
		font-size: 13pt;
		max-width: 360px;
	}
}
