@charset "UTF-8";
/*---------------私たちの想い*/
.thought .box {
	max-width: 920px;
	margin: 0 auto;
}
.thought .box h3.catch {
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 1.7em;
	text-align: center;
}
.thought .box .thought_logo {
	max-width: 300px;
	margin: 0 auto 4em;
}
@media screen and (max-width: 768px) {
	.thought .box h3.catch {
		font-size: 2.6rem;
	}
	.thought .box .thought_logo {
		max-width: 260px;
	}
}
@media screen and (max-width: 480px) {
	.thought .box h3.catch {
		font-size: 2rem;
	}
	.thought .box .thought_logo {
		max-width: 200px;
		margin: 0 auto 3.6em;
	}
}

.thought .cazofornia {
	padding: 120px 0 0;
}
.thought .cazofornia h3.catch {
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 1.7em;
	text-align: center;
}
.thought .cazofornia .thought_logo {
	max-width: 300px;
	margin: 0 auto 4em;
}
.thought .cazofornia .img_cazofornia {
	display: flex;
	flex-wrap: wrap;
}
.thought .cazofornia .img_cazofornia li {
	width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
	.thought .cazofornia {
		padding: 80px 0 0;
	}
	.thought .cazofornia h3.catch {
		font-size: 2.6rem;
	}
	.thought .cazofornia .thought_logo {
		max-width: 260px;
	}
	.thought .cazofornia .img_cazofornia li {
		width: calc(100% / 2);
	}
}
@media screen and (max-width: 480px) {
	.thought .cazofornia {
		padding: 50px 0 0;
	}
	.thought .cazofornia h3.catch {
		font-size: 2rem;
	}
	.thought .cazofornia .thought_logo {
		max-width: 200px;
		margin: 0 auto 3.6em;
	}
	.thought .cazofornia .img_cazofornia {
		flex-direction: column;
	}
	.thought .cazofornia .img_cazofornia li {
		width: 100%;
	}
}



