/*
#mainVisual
---------------------------*/
#mainVisual {
	position: relative;
	background-image: url(../img/top/mv-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 295px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainVisual:before {
	content: "";
	display: block;
	background-color: rgba(49, 90, 158, 0.25);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
#mainVisual .mainText {
	position: relative;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05em;
	filter: drop-shadow(0 2px 7px #315a9e) drop-shadow(0 2px 7px #315a9e);
	z-index: 2;
}
#mainVisual .mainText span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	padding-top: 15px;
}
@media (min-width: 768px) {
	#mainVisual {
		min-height: 460px;
	}
	#mainVisual .mainText {
		font-size: 30px;
		font-weight: 500;
		margin-top: -10px;
		letter-spacing: 0.1em;
	}
	#mainVisual .mainText span {
		font-size: 18px;
		font-weight: 500;
		padding-top: 10px;
	}
}
@media (min-width: 1000px) {
	#mainVisual:before {
		content: none;
	}
	#mainVisual #mvBottomInner {
		width: 800px;
	}
}

#mvBottom {
	position: relative;
	text-align: center;
	background-color: #315A9E;
	color: #fff;
	padding: 0 4% 25px;
	z-index: 2;
}
#mvBottom #mvBottomInner {
	position: relative;
	margin: auto;
}
#mvBottom #mvBottomInner:after {
	content: "";
	display: block;
	background-color: #315A9E;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 66%;
	border-radius: 3px;
}
#mvBottom .readText {
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-size: 16px;
	padding: 15px 0 10px;
}
#mvBottom p {
	line-height: 1.8;
}
#mvBottom #scroll {
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	z-index: 2;
	display: inline-block;
	text-decoration: none;
	margin: auto;
}
#mvBottom #scroll img {
	width: 5px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	animation: sdb 1.5s infinite;
	-webkit-animation: sdb 1.5s infinite;
}
#mvBottom #scroll p {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-top: 20px;
}
@media (min-width: 768px) {
	#mvBottom #mvBottomInner {
		padding: 40px 50px 50px;
	}
	#mvBottom #mvBottomInner:after {
		top: -40px;
		width: auto;
		border-radius: 5px;
	}
	#mvBottom #mvBottomInner p {
		font-size: 16px;
	}
	#mvBottom p {
		font-size: 16px;
		line-height: 2;
	}
	#mvBottom #scroll {
		top: -80px;
	}
	#mvBottom #scroll img {
		width: 7px;
	}
	#mvBottom #scroll p {
		font-size: 13px;
		padding-top: 30px;
	}
}
@media (min-width: 1000px) {
	#mvBottom #mvBottomInner {
		width: 800px;
	}
	#mvBottom .readText {
		font-size: 28px;
		padding: 0 0 25px;
	}
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}
/*
#service_company
---------------------------*/
#service_company .service_company_Wrap {
	background-color: rgba(59, 142, 246, 0.2);
	padding-top: 25px;
	padding-bottom: 32px;
	overflow: hidden;
}
#service_company .service_company_Wrap .service_companyBox {
	position: relative;
	width: 83%;
	border: 6px solid #fff;
	margin: auto;
}
#service_company .service_company_Wrap .service_companyBox:before {
	content: "";
	display: block;
	background-color: rgba(49, 90, 158, 0.2);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
#service_company .service_company_Wrap .service_companyBox .contentNameBox {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
#service_company .service_company_Wrap .service_companyBox .contentName {
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	letter-spacing: 0.16em;
	font-size: 16px;
	color: #fff;
	filter: drop-shadow(0 2px 7px #315a9e) drop-shadow(0 2px 7px #315a9e);
}
#service_company .service_company_Wrap .service_companyBox + div {
	margin-top: 15px;
}
@media (min-width: 768px) {
	#service_company .service_company_Wrap {
		padding-top: 50px;
		padding-bottom: 65px;
	}
	#service_company .service_company_Wrap > div {
		display: flex;
		justify-content: space-between;
	}
	#service_company .service_company_Wrap .service_companyBox {
		width: 48.5%;
		border: 10px solid #fff;
	}
	#service_company .service_company_Wrap .service_companyBox + div {
		margin-top: 0;
	}
}
@media (min-width: 1000px) {
	#service_company .service_company_Wrap .service_companyBox .contentName {
		font-size: 28px;
	}
}

/*
#contact
---------------------------*/
#contact > div {
	background-image: url(../img/top/contact-bg.png);
	background-position: left top;
	background-repeat: repeat;
	background-size: 9px 9px;
	padding-top: 25px;
	padding-bottom: 42px;
}
#contact .contactInner {
	width: 68%;
	background-color: #fff;
	margin: auto;
}
#contact .contactInner > div {
	width: 100%;
	text-align: center;
}
#contact .contactInner > div + div {
	background-color: rgba(210, 210, 210, 0.2);
	color: #3c3c3c;
	padding: 20px 4% 35px;
}
#contact .contactInner .address {
	letter-spacing: 0.03em;
	line-height: 1.5;
}
#contact .contactInner .time {
	line-height: 1.6;
}
#contact .contactInner .time span {
	display: block;
}
#contact .contactInner .no {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.03em;
}
#contact .contactInner .no span {
	font-size: 12px;
	padding-right: 5px;
}
#contact .mapField {
	overflow: hidden;
	position: relative;
}
#contact .mapField iframe {
	width: 100%;
	height: 170px;
}
#contact .contentTitle {
	display: none;
}
#contact .noContent {
	padding: 10px 0;
}
@media (min-width: 768px) {
	#contact > div {
		background-size: 18px 18px;
		padding-top: 47px;
		padding-bottom: 60px;
	}
	#contact .contactInner {
		display: flex;
		align-items: stretch;
		width: auto;
	}
	#contact .contactInner > div {
		width: 50%;
	}
	#contact .contactInner > div + div {
		padding: 50px 0;
	}
	#contact .contactInner p {
		font-size: 16px;
	}
	#contact .contactInner .no {
		font-size: 36px;
	}
	#contact .contactInner .no + .no {
		padding-top: 10px;
	}
	#contact .contactInner .no span {
		font-size: 24px;
		padding-right: 10px;
	}
	#contact .mapField iframe {
		height: 350px;
	}
	#contact .contentTitle {
		display: block;
	}
	#contact .noContent {
		padding: 25px 0;
	}
}
@media (min-width: 1000px) {
	#contact .time {
		line-height: 1;
	}
	#contact .time span {
		display: inline-block;
		padding-left: 1em;
	}
}

/*# sourceMappingURL=top.css.map */