@charset "UTF-8";
/* CSS Document */
img, a {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#hero img {
	width: 100%;
	max-width: 1920px;
	height: 640px;
	object-fit: cover;
	object-position: center top;
}
#main {
	padding: 53.7px 21.2px 47.4px;
	max-width: 1200px;
	margin: 0 auto;
}
#title {
	margin-bottom: 31.5px;
}
#title div {
	margin-bottom: 15px;
}
#service-title h2, #corporate-title h2 {
	padding: 6.3px;
	margin-bottom: 0;
}
#service, #corporate {
	margin-right: -10.6px;
	margin-left: -10.6px;
}
.mb-23 {
	margin-bottom: 29.8px;
}
.mb-25-2 {
	margin-bottom: 25.2px;
}
.my-6-3 {
	margin-top: 6.3px;
	margin-bottom: 6.3px;
}
.px-10-6 {
	padding: 12.6px 10.6px;
	max-width: 589.4px;
	margin: 0 auto;
}
.school {
	color: #fff;
	text-shadow: 0 0 2.65px #000;
	padding-top: calc(23% - 31.8px);
	padding-bottom: calc(23% - 31.8px);
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url("https://res.cloudinary.com/dz2gksfy0/image/upload/f_auto,q_auto/v1651467631/tomody.com/school-tomody_wcpw8m.jpg") no-repeat center/cover;
	position: relative;
	transition: .25s;
}
.school:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 5.3px rgba(0, 0, 0, .5);
	background: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url("https://res.cloudinary.com/dz2gksfy0/image/upload/f_auto,q_auto/v1651467631/tomody.com/school-tomody_wcpw8m.jpg") no-repeat center/cover;
}
.studio {
	color: #fff;
	text-shadow: 0 0 2.65px #000;
	padding-top: calc(23% - 31.8px);
	padding-bottom: calc(23% - 31.8px);
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url("https://res.cloudinary.com/dz2gksfy0/image/upload/f_auto,q_auto/v1651467631/tomody.com/studio-tomody_aqn4es.jpg") no-repeat center/cover;
	position: relative;
	transition: .25s;
}
.studio:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 5.3px rgba(0, 0, 0, .5);
	background: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url("https://res.cloudinary.com/dz2gksfy0/image/upload/f_auto,q_auto/v1651467631/tomody.com/studio-tomody_aqn4es.jpg") no-repeat center/cover;
}
.corporate {
	color: #fff;
	text-shadow: 0 0 2.65px #000;
	padding-top: calc(23% - 31.8px);
	padding-bottom: calc(23% - 31.8px);
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url("https://res.cloudinary.com/dz2gksfy0/image/upload/f_auto,q_auto/v1651467631/tomody.com/corporate-tomody_tcmqnw.png") no-repeat center/cover;
	position: relative;
	transition: .25s;
}
.corporate:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 5.3px rgba(0, 0, 0, .5);
	background: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url("https://res.cloudinary.com/dz2gksfy0/image/upload/f_auto,q_auto/v1651467631/tomody.com/corporate-tomody_tcmqnw.png") no-repeat center/cover;
}
#profile {
	color: #fff;
	background-color: #333;
	padding: 36.1px 21.2px;
}
#profile a {
	width: 68px;
	padding: 6.3px 0;
}
#map iframe {
	vertical-align: bottom;
}
#footer {
	background-color: #ccc;
	padding: 60px 0 41.1px;
}
@media (min-width: 768px) {
	#service > div {
		width: 50%;
	}
	#corporate > div {
		width: 50%;
	}
}