@charset "UTF-8";

.contents {
	width: 100%;
    padding: 60px 0;
}
section {
	padding: 120px 0;
}

@media screen and (max-width: 1194px) {
	section {
		padding: 90px 0;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
}
@media screen and (max-width: 559px) {
	.contents {
		padding: 45px 0;
	}
	section {
		padding: 60px 0;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	.contents {
		padding: 30px 0;
	}
	section {
		padding: 45px 0;
	}
}



/* レスポンシブ *
 * ****************************************** */

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}



.separation {
	padding-top: 20vw !important;
	position: relative;
}
.separation:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/founder/separation.svg) no-repeat !important;
	background-size: 100% !important;
    background-position: top !important;
	width: 100% !important;
	height: 100% !important;
	z-index: -1;
}

@media screen and (max-width: 559px) {
	.separation:before {
		background: url(../images/founder/separation_sp.webp) no-repeat !important;
		background-size: 100% !important;
		background-position: top !important;
	}
}



#introduction {
	padding-bottom: 30px;
}
#introduction .introduction-text {
	text-align: center;
    margin-top: 30px;
	font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 559px) {
	#introduction .introduction-text {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {
	#introduction .introduction-text {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
}



#parents {
	
}
#parents .parents-text {
	text-align: center;
    margin-top: 30px;
	font-size: 1.3rem;
}
#parents .parents-image {
	margin-top: 60px;
}


@media screen and (max-width: 768px) {
	#parents .parents-image {
		width: calc(100% + 90px);
		margin-left: -45px;
	}
}
@media screen and (max-width: 559px) {
	#parents .parents-text {
		font-size: 1.1rem;
	}
	#parents .parents-image {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
}
@media screen and (max-width: 430px) {
	#parents .parents-text {
		font-size: 1rem;
	}
	#parents .parents-image {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}
@media screen and (max-width: 320px) {
}


