#visual_top {
	overflow: hidden;
	width: 100%;
	height: 60vh;
	background-color: #fff;
	position: relative;
}

#visual_top > ul > li {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	animation: visualtopAnimation 50s linear infinite;
}

#visual_top > ul > li:nth-of-type(1) {
	background-image: url(../../files/home/vt1.jpg);
	animation-delay: 0s;
}

#visual_top > ul > li:nth-of-type(2) {
	background-image: url(../../files/home/vt2.jpg);
	animation-delay: 10s;
}

#visual_top > ul > li:nth-of-type(3) {
	background-image: url(../../files/home/vt3.jpg);
	animation-delay: 20s;
}

#visual_top > ul > li:nth-of-type(4) {
	background-image: url(../../files/home/vt4.jpg);
	animation-delay: 30s;
}

#visual_top > ul > li:nth-of-type(5) {
	background-image: url(../../files/home/vt5.jpg);
	animation-delay: 40s;
}

@keyframes visualtopAnimation {
	0% {
		opacity: 0;
		transform: scale(1.5); /* 1.3 */
		animation-timing-function: ease-in;
	}
	10% {
		opacity: 1;
		transform: scale(1.4); /* 1.2 */
		animation-timing-function: ease-out;
	}
	30% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(1.0);
	}
	100% {
		opacity: 0;
	}
}

#visual_top > ol > li {
	position: absolute;
	z-index: 10;
	top: calc(var(--pc-height) + 30px);
	left: 15px;
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.5);
}

#visual_top > ol > li > div {
	margin: 0;
	padding: 0;
	font-family: 'NotoSansJP-Medium', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
}

#visual_top > ol > li > div + div {
	padding-top: 0.8rem;
}

@media (min-width: 821px) {
	#visual_top {
		height: 56vw;
	}

	#visual_top > ol > li {
		top: calc(var(--pc-height) + 70px);
		left: 100px;
		width: initial;
	}

	#visual_top > ol > li > div {
		font-size: 34px;
	}
}
@media (min-width: 1400px) {
	#visual_top > ol > li > div {
		font-size: 34px;
	}
}

@keyframes visualtopCopyAnimation1 {
	0% {opacity: 0; transform: translateY(20px);}
	12% {opacity: 0; transform: translateY(20px);}

	13% {opacity: 1; transform: translateY(0px);}
	21.5% {opacity: 1; transform: translateY(0px);}

	22.5% {opacity: 0; transform: translateY(-30px);}
	100% {opacity: 0; transform: translateY(-30px);}
}

#visual_top > ol > li {
	opacity: 0;
	animation: visualtopCopyAnimation1 50s linear infinite;
}

#visual_top > ol > li:nth-of-type(1) {animation-delay: 0s;}
#visual_top > ol > li:nth-of-type(2) {animation-delay: 10s;}
#visual_top > ol > li:nth-of-type(3) {animation-delay: 20s;}
#visual_top > ol > li:nth-of-type(4) {animation-delay: 30s;}
#visual_top > ol > li:nth-of-type(5) {animation-delay: 40s;}

@keyframes visualtopCopyAnimation2 {
	0% {opacity: 0; transform: translateY(20px);}
	13% {opacity: 0; transform: translateY(20px);}

	14% {opacity: 1; transform: translateY(0px);}
	20% {opacity: 1; transform: translateY(0px);}

	21% {opacity: 0; transform: translateY(-30px);}
	100% {opacity: 0; transform: translateY(-30px);}
}

#visual_top > ol > li > div {

	opacity: 0;
	animation: visualtopCopyAnimation2 50s linear infinite;
}

#visual_top > ol > li:nth-of-type(1) > div {animation-delay: 0s;}
#visual_top > ol > li:nth-of-type(2) > div {animation-delay: 10s;}
#visual_top > ol > li:nth-of-type(3) > div {animation-delay: 20s;}
#visual_top > ol > li:nth-of-type(4) > div {animation-delay: 30s;}
#visual_top > ol > li:nth-of-type(5) > div {animation-delay: 40s;}

@keyframes visualtopCopyAnimation3 {
	0% {opacity: 0; transform: translateY(20px);}
	13.5% {opacity: 0; transform: translateY(20px);}

	14.5% {opacity: 1; transform: translateY(0px);}
	20.5% {opacity: 1; transform: translateY(0px);}

	21.5% {opacity: 0; transform: translateY(-30px);}
	100% {opacity: 0; transform: translateY(-30px);}
}

#visual_top > ol > li > div + div {
	opacity: 0;
	animation: visualtopCopyAnimation3 50s linear infinite;
}

#visual_top > ol > li:nth-of-type(1) > div + div {animation-delay: 0s;}
#visual_top > ol > li:nth-of-type(2) > div + div {animation-delay: 10s;}
#visual_top > ol > li:nth-of-type(3) > div + div {animation-delay: 20s;}
#visual_top > ol > li:nth-of-type(4) > div + div {animation-delay: 30s;}
#visual_top > ol > li:nth-of-type(5) > div + div {animation-delay: 40s;}

#visual_top > div {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	right: 15px;
	display: table;
	width: 170px;
	height: 130px;
	margin: 0;
	padding: 0;
}

#visual_top > div > a {
	display: table-cell;
	margin: 0;
	padding: 12px;
	border-radius: 18px;
	background-color: var(--footer_bg_over);
	/* background-color: rgba(0, 183, 228, 0.9); */
	background-repeat: no-repeat;
	background-position: center bottom -3px;
	background-size: 80px 130px;
	background-image: url(../../files/home/recruit.svg);
	vertical-align: bottom;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	overflow: hidden;
}

#visual_top > div > a:hover {
	background-color: var(--footer_bg);
	/* background-color: rgba(0, 183, 228, 1); */
	text-decoration: none;
}

#visual_top > div > a > div {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 20px;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 2.5;
	color: var(--footer_bg);
	text-decoration: none;
	position: relative;
	z-index: 1;
}

#visual_top > div > a > div::after {
	display: inline-block;
	transform: translateX(0);
	margin: 0 0 0 0.5em;
	padding: 0;
	vertical-align: 1px;
	font-family: 'FontAwesome';
	content: '\f061';
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	transition: all 0.3s;
}

#visual_top > div > a:hover > div::after {
	transform: translateX(0.15em);
}

@media (min-width: 1000px) {
	#visual_top > div {
		bottom: 50px;
		right: 50px;
		width: 220px;
		height: 160px;
	}

	#visual_top > div > a {
		padding: 15px;
		background-size: 90px 146px;
	}

	#visual_top > div > a > div {
		font-size: 16px;
		line-height: 2.5;
	}
}

/****************************
  home_news
****************************/

#home_news {
	width: 100%;
	margin: 0;
	padding: 30px 15px 0 15px;
}

@media (min-width: 768px) {
	#home_news {
		padding: 30px 0 0 15px;
	}
}
@media (min-width: 1000px) {
	#home_news {
		padding: 30px 0 0 30px;
	}
}

#home_news .article_title {
	font-size: 20px;
}

.home_news_index {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
}

.home_news_index > li {
	width: 100%;
	margin: 15px 0 0;
	padding: 10px;
	border: 1px solid #999;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	position: relative;
}

.home_news_index > li > a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.home_news_index > li > a:hover {
	text-decoration: none;
}

.home_news_index > li > a figure {
	overflow: hidden;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.home_news_index > li > a figure:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.1s ease-in-out;
}

.home_news_index > li > a:hover figure:after {
	transform: scale(1.1);
}

.home_news_index > li > a figure figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: transparent;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0);
}

.home_news_index > li > a:hover figure figcaption {
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 1);
}

.home_news_index > li > a figure, 
.home_news_index > li > a figure:after, 
.home_news_index > li > a figure figcaption {
	width: 90px;
	height: 75px;
}

.home_news_index > li > a dl {
	float: left;
	display: block;
	width: calc(100% - 90px);
	margin: 0;
	padding: 0 0 15px 10px;
}

.home_news_index > li > a dt {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	color: #2c343e;
}

.home_news_index > li > a dd {
	position: absolute;
	z-index: 3;
	right: 10px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	color: #666;
}

.home_news_index > li > a dd > b {
	display: inline;
	margin: 0 0 0 6px;
	padding: 0 2px 1px;
	background-color: #000;
	vertical-align: 1px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 1;
	color: #fff;
}

@media (min-width: 768px) {
	.home_news_index > li {
		width: calc(((100% - 45px) / 3));
		margin: 15px 15px 0 0;
	}

	.home_news_index > li > a dd {
		font-size: 13px;
	}

	.home_news_index > li > a dd > b {
		padding: 0 3px 2px;
		font-size: 11px;
	}
}
@media (min-width: 1000px) {
	.home_news_index > li {
		width: calc((100% - 75px) / 4);
	}

	.home_news_index > li > a figure, 
	.home_news_index > li > a figure:after, 
	.home_news_index > li > a figure figcaption {
		width: 90px;
		height: 90px;
	}
}
@media (min-width: 1400px) {
	.home_news_index > li {
		width: calc((100% - 90px) / 5);
	}
}

/****************************
  home_summary
****************************/

#home_summary {
	width: 100%;
	margin: 0;
	padding: 30px 15px 0;
}

#home_summary > div {
	width: 100%;
	margin: 0;
	padding: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../../files/home/10.jpg);
}

#home_summary > div > dl {
	margin: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}

#home_summary > div > dl > dt {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: rgba(125, 214, 255, 1);
}

#home_summary > div > dl > dd {
	margin: 0;
	padding: 1em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
}

@media (min-width: 1000px) {
	#home_summary {
		padding: 30px 30px 0;
	}

	#home_summary > div {
		height: 330px;
		padding: 5% 0 0 7%;
	}

	#home_summary > div > dl {
		width: 590px;
		padding: 15px;
	}

	#home_summary > div > dl > dt {
		font-size: 19px;
		line-height: 1;
	}

	#home_summary > div > dl > dd {
		font-size: 16px;
		line-height: 1.3;
	}
}

/****************************
  home_company
****************************/

#home_company {
	margin: 0;
	padding: 0px 15px 0;
}

#home_company > ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#home_company > ul > li {
	width: 100%;
	height: 180px;
	margin: 6px 0 0;
	padding: 0;
}

#home_company > ul > li > a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#home_company > ul > li > a > h2 {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: transform 0.3s;
}

#home_company > ul > li > a:hover > h2 {
	transform: translate(0, -10px);
	text-decoration: none;
}

#home_company > ul > li > a > p {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0 60px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7;
	opacity: 0;
	transition: top 0.4s, opacity 0.4s;
}

#home_company > ul > li > a:hover > p {
	top: 20px;
	text-decoration: none;
	opacity: 1;
}

#home_company > ul > li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#home_company > ul > li:nth-of-type(1) {
	background-image: url(../../files/home/20.jpg);
}

#home_company > ul > li:nth-of-type(2) {
	background-image: url(../../files/home/21.jpg);
}

#home_company > ul > li:nth-of-type(3) {
	background-image: url(../../files/home/22.jpg);
}

#home_company > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #fff;
	transition: background-color 0.7s;
}

#home_company > ul > li > a:hover {
	background-color: var(--footer_bg);
}

#home_company .article_title {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#home_company .article_title > i {
	border-color: #fff;
}

@media (min-width: 1000px) {
	#home_company {
		margin: 0;
		padding: 30px 30px 0;
	}

	#home_company > ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#home_company > ul > li {
		width: calc((100% / 3) - 3px);
		height: 330px;
		padding: 0;
	}

	#home_company > ul > li > a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	#home_company > ul > li > a > h2 {
		position: absolute;
		bottom: 40px;
		left: 0;
		width: 100%;
		text-align: center;
		transition: transform 0.3s;
	}

	#home_company > ul > li > a:hover > h2 {
		transform: translate(0, -20px);
		text-decoration: none;
	}

	#home_company > ul > li > a > p {
		position: absolute;
		top: 30px;
		left: 0;
		margin: 0;
		padding: 0 60px;
		text-align: left;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 1.7;
		opacity: 0;
		transition: top 0.4s, opacity 0.4s;
	}

	#home_company > ul > li > a:hover > p {
		top: 60px;
		text-decoration: none;
		opacity: 1;
	}
}

/****************************
  home_works
****************************/

#home_works {
	width: 100%;
	margin: 0;
	padding: 30px 15px 0;
}

#home_works > div {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

#home_works > div > div {
	margin: 0;
	padding: 15px;
	text-align: left;
}

#home_works > div > div + div {
	padding: 0;
	border-top: 1px solid #000;
}

#home_works > div > div + div > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0 1vw;
}

.works_figure {
	overflow: hidden;
	display: block;
	width: 28vw;
	height: 28vw;
	margin: 2vw 1vw;
}

.works_figure > a {
	display: table;
	width: 28vw;
	height: 28vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-decoration: none;
}

.works_figure > a > figcaption {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0);
}

#home_works > div > div > p {
	margin: 0;
	padding: 12px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7;
}

#home_works > div > div > span {
	display: block;
	margin: 0 0 0 auto;
	padding: 15px 0 0;
	text-align: right;
}

@media (min-width: 1000px) {
	#home_works {
		padding: 30px 30px 0;
	}

	#home_works > div {
		display: table;
	}

	#home_works > div > div {
		display: table-cell;
		padding: 2vw 4vw;
		vertical-align: middle;
	}

	#home_works > div > div + div {
		width: 48vw;
		padding: 1.5vw 0;
		border: none;
		border-left: 1px solid #000;
	}

	#home_works > div > div + div > div {
		justify-content: flex-start;
		padding: 0;
	}

	.works_figure {
		width: 14vw;
		height: 14vw;
		margin: 0 0 0 1.5vw;
	}

	.works_figure > a {
		width: 14vw;
		height: 14vw;
		transition: all 0.1s ease-in-out;
	}

	.works_figure > a:hover {
		transform: scale(1.1);
	}

	.works_figure > a > figcaption {
		font-size: 14px;
		line-height: 1;
		transition: all 0.1s ease-in-out;
	}

	.works_figure > a:hover > figcaption {
		background-color: rgba(0, 0, 0, 0.3);
		color: rgba(255, 255, 255, 1);
	}

	#home_works > div > div > p {
		padding: 0.8vw 0 0;
		font-size: 16px;
		line-height: 1.7;
	}

	#home_works > div > div > span {
		padding: 0.3vw 0 0;
	}
}

/****************************
  home_recruit
****************************/

#home_recruit {
	width: 100%;
	margin: 0;
	padding: 30px 15px 0;
}

#home_recruit > ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#home_recruit > ul > li {
	height: 120px;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

#home_recruit > ul > li:nth-of-type(1) {
	background-position: center center;
	background-image: url(../../files/home/40.jpg);
}

#home_recruit > ul > li:nth-of-type(2) {
	height: initial;
	padding: 30px 15px 15px;
	border: 1px solid #000;
	background-image: none;
	background-color: #fff;
}

#home_recruit > ul > li:nth-of-type(3) {
	background-position: center center;
	background-image: url(../../files/home/41.jpg);
}

#home_recruit > ul > li > p {
	margin: 0;
	padding: 15px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

#home_recruit > ul > li > span {
	display: block;
	padding: 15px 0 0 auto;
	text-align: right;
}

@media (min-width: 1000px) {
	#home_recruit {
		padding: 30px 30px 0;
	}

	#home_recruit > ul {
		display: flex;
		justify-content: space-between;
	}

	#home_recruit > ul > li {
		height: initial;
	}

	#home_recruit > ul > li:nth-of-type(1) {
		width: 22%;
	}

	#home_recruit > ul > li:nth-of-type(2) {
		width: calc(46% - 60px);
		padding: 30px 30px 30px;
	}

	#home_recruit > ul > li:nth-of-type(3) {
		width: 32%;
	}

	#home_recruit > ul > li > p {
		padding: 15px 0 0;
		font-size: 16px;
		line-height: 1.7;
	}

	#home_recruit > ul > li > span {
		padding: 15px 0 0;
	}
}

/****************************
  footer_contact
****************************/

#footer_contact {
	width: 100%;
	margin: 0;
	padding: 30px 15px;
}

#footer_contact > div {
	width: 100%;
	margin: 0;
	padding: 15px;
	background-image: url(../../files/home/home_footer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#footer_contact > div > div {
	margin: 0;
	padding: 0;
}

#footer_contact > div > div p {
	margin: 0;
	padding: 10px 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
}

#footer_contact > div > div > span {
	display: block;
	margin: 0;
	padding: 10px 0 0 auto;
	text-align: right;
}

#footer_contact > div > div + div {
	margin: 0;
	padding: 60px 0 0;
	background-color: transparent;
	text-align: center;
}

#footer_contact > div > div + div > a {
	display: inline-block;
	min-width: 200px;
	margin: 0 auto;
	padding: 10px 10px;
	border: 1px solid #000;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

#footer_contact > div > div + div > a:hover {
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

#footer_contact > div > div + div > a > div > figure {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border-radius: 50%;
	background-color: rgba(245, 228, 142, 1);
	background-image: url(../../files/home/home_contact.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 90%;
	text-align: center;
	transition: all 0.3s;
}

#footer_contact > div > div + div > a:hover > div > figure {
	background-color: rgba(243, 219, 96, 1);
}

#footer_contact > div > div + div > a > div h3 {
	padding: 10px 0 0;
}

#footer_contact > div > div + div > a > div h3 b {
	display: block;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	color: #333;
}

#footer_contact > div > div + div > a > div h3 i {
	display: block;
	margin: 0;
	padding: 5px 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 1;
	color: #333;
}

@media (min-width: 1000px) {
	#footer_contact {
		padding: 30px 30px;
	}

	#footer_contact > div {
		display: flex;
		justify-content: space-around;
		align-items: center;
		height: 340px;
		padding: 0 0 0 8vw;
	}

	#footer_contact > div > div {
		width: 34vw;
		margin: 0;
		padding: 1.2vw;
		background-color: rgba(255, 255, 255, 0.4);
	}

	#footer_contact > div > div p {
		margin: 0;
		padding: 1.5vw 0 0;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 1;
	}

	#footer_contact > div > div > span {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0.3vw 0 0;
		text-align: right;
	}

	#footer_contact > div > div + div {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: transparent;
	}

	#footer_contact > div > div + div > a {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: initial;
		width: 320px;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 1px solid #000;
		background-color: rgba(255, 255, 255, 0.9);
		text-align: center;
	}

	#footer_contact > div > div + div > a:hover {
		background-color: rgba(255, 255, 255, 1);
		text-decoration: none;
	}

	#footer_contact > div > div + div > a > div > figure {
		width: 170px;
		height: 170px;
		margin: 0 auto;
		padding: 0;
		border-radius: 50%;
		background-color: rgba(245, 228, 142, 1);
		background-image: url(../../files/home/home_contact.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 90%;
		text-align: center;
		transition: all 0.3s;
	}

	#footer_contact > div > div + div > a:hover > div > figure {
		background-color: rgba(243, 219, 96, 1);
	}

	#footer_contact > div > div + div > a > div h3 {
		padding: 25px 0 0;
	}

	#footer_contact > div > div + div > a > div h3 b {
		display: block;
		margin: 0;
		padding: 0;
		font-style: normal;
		font-weight: normal;
		font-size: 23px;
		line-height: 1;
		color: #333;
	}

	#footer_contact > div > div + div > a > div h3 i {
		display: block;
		margin: 0;
		padding: 10px 0 0;
		font-style: normal;
		font-weight: normal;
		font-size: 22px;
		line-height: 1;
		color: #333;
	}
}
@media (min-width: 1400px) {
	#footer_contact > div {
		height: 400px;
	}
}

/* HOME HIDDEN */
a#toTop {
	display: none;
	background: none;
}
