@charset "utf-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

body {
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.0rem;
	line-height: 2.0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ul, ol, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

img {
	border-style: none;
}

a {
	color: #00a9e0;
	text-decoration: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.robotoC {
	font-family: 'Roboto Condensed', sans-serif;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

body {
	opacity: 0;
}

body.show {
	opacity: 1;
}

@media screen and (min-width: 768px), print and (min-width: 0px) {
	
	a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}
	
	a:hover {
		opacity: 0.5;
	}
	
	header h1 {
		width: 140px;
		font-size: 0px;
		line-height: 0;
		position: fixed;
		top: 40px;
		left: 5%;
		z-index: 5555;
	}
	
	header h1 a {
		width: 100%;
		height: 54px;
		display: block;
		position: relative;
	}
	
	header h1 a:hover {
		opacity: 1;
	}
	
	header h1 img {
		width: 100%;
		height: auto;
		left: 0px;
		top: 0px;
		position: absolute;
		transition-property: opacity;
		transition-duration: 0.5s;
	}
	
	header h1 img:first-of-type {
		opacity: 0;
	}
	
	header h1 img:last-of-type {
		opacity: 1;
	}
	
	body.top header h1 img:first-of-type {
		opacity: 1;
	}
	
	body.top header h1 img:last-of-type {
		opacity: 0;
	}
	
	header nav ul {
		position: fixed;
		top: 46px;
		right: 5%;
		align-items: center;
		display: flex;
		z-index: 5554;
	}
	
	header nav ul li {
		margin: 0px 28px 0px 0px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 2.0rem;
		letter-spacing: 0.15em;
	}
	
	header nav ul li:last-of-type {
		margin: 0px 0px 0px 0px;
	}
	
	header nav ul li a {
		color: #333;
		text-decoration: none;
		transition-property: all;
		transition-duration: 0.5s;
	}
	
	body.top header nav ul li a {
		color: #fff;
	}
	
	header nav ul li:last-of-type a {
		padding: 10px 0px;
		width: 140px;
		background-color: #f49e2a;
		color: #fff;
		display: block;
		text-align: center;
	}
	
	.mv > h1 {
		width: 90%;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0.075em;
		text-shadow: 1px 1px 3px #000;
		left: 5%;
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
	}
	
	.mv > h1 span {
		margin: 0px auto 12px;
		font-family: 'Montserrat', sans-serif;
		font-size: 4.8rem;
		font-weight: 500;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0.10em;
		display: block;
	}
	
	.mv > h1 br {
		display: none;
	}
	
	.mv > p {
		width: 90%;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 2.6rem;
		text-align: center;
		letter-spacing: 0.075em;
		left: 5%;
		bottom: 24%;
		position: absolute;
	}
	
	.mv::after {
		content: "";
		width: 2px;
		height: 40px;
		background-color: #fff;
		font-size: 0px;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 50%;
		bottom: 0px;
		position: absolute;
		transform: translateX(-50%);
	}
	
	.mv > figure {
		width: 120px;
		margin: 0px 0px 0px -60px;
		position: absolute;
		left: 50%;
		bottom: 12%;
		justify-content: space-between;
		display: flex;
	}
	
	.mv > figure img {
		width: 40px;
		height: auto;
	}
	
	main > section > h1 {
		color: #999;
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0.1em;
	}
	
	main > section > h1 span {
		margin: 0px auto 4px;
		color: #333;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 3.6rem;
		font-weight: 400;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0.15em;
		display: block;
	}
	
	main > #business {
		padding: 160px 5% 0px;
		position: relative;
	}
	
	main > #business::before {
		content: "";
		width: 2px;
		height: 40px;
		background-color: #000;
		font-size: 0px;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 50%;
		top: 0px;
		position: absolute;
		transform: translateX(-50%);
	}
	
	main > #business > h1 {
		margin: 0px auto 60px;
	}
	
	#business .businessMain {
		display: flex;
	}
	
	#business .businessMain li {
		width: 25%;
		height: 630px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#business .businessMain li:nth-of-type(1) {
		background-image: url(../img/business01.jpg);
		background-size: cover;
	}
	
	#business .businessMain li:nth-of-type(2) {
		background-image: url(../img/business02.jpg);
		background-size: cover;
	}
	
	#business .businessMain li:nth-of-type(3) {
		background-image: url(../img/business03.jpg);
		background-size: cover;
	}
	
	#business .businessMain li:nth-of-type(4) {
		background-image: url(../img/business04.jpg);
		background-size: cover;
	}
	
	#business .businessMain li h2 {
		margin: 0px auto 32px;
		padding: 64px 0px 48px;
		color: #fff;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0.1em;
		position: relative;
	}
	
	#business .businessMain li h2::after {
		content: "";
		width: 1px;
		height: 20px;
		background-color: #fff;
		font-size: 0px;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 50%;
		bottom: 0px;
		position: absolute;
	}
	
	#business .businessMain li h2 span {
		margin: 0px auto 80px;
		padding: 35px 0px;
		width: 98px;
		border: 1px #ccc solid;
		font-family: 'Oswald', sans-serif;
		font-size: 2.4rem;
		font-weight: 400;
		line-height: 2.8rem;
		text-align: center;
		letter-spacing: 0.1em;
		display: block;
	}
	
	#business .businessMain li p {
		padding: 0px 28px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 2.6rem;
		text-align: left;
	}
	
	#sns {
		padding: 70px 0px 0px 0px;
		align-items: center;
		justify-content: center;
		display: flex;
	}
	
	#sns figure,
	#facebook {
		margin: 0px 50px;
		max-width: 400px;
		width: 100%;
	}
	
	#sns figure img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	
	main > #reform {
		padding: 70px 0px 0px;
	}
	
	main > #reform > h1 {
		margin: 0px auto 54px;
	}
	
	#reform .reformImg {
		padding: 70px 5%;
		width: 90%;
		background: url(../img/bg_reform.png) no-repeat center center;
		background-size: cover;
		position: relative;
	}
	
	#reform .reformImg img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	
	#reform .reformImg p {
		width: 80vw;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 3.0rem;
		text-align: center;
		letter-spacing: 0.05em;
		left: 10vw;
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
	}
	
	#reform .reformImg .flgS {
		display: none !important;
	}
	
	#reform .reformMain {
		padding: 45px 10% 110px;
		text-align: center
	}
	
	#reform .reformMain p {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 2.8rem;
		text-align: left;
		letter-spacing: 0.05em;
		display: inline-block;
	}
	
	main > #gallery {
		padding: 110px 10% 120px;
		background-color: #f7f7f7;
	}
	
	main > #gallery > h1 {
		margin: 0px auto 54px;
	}
	
	#gallery .galleryMain {
		flex-wrap: wrap;
		display: flex;
	}
	
	#gallery .galleryMain li {
		width: 50%;
		font-size: 0px;
		line-height: 0;
	}
	
	#gallery .galleryMain li img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	
	main > #company {
		padding: 110px 0px 0px;
	}
	
	main > #company > h1 {
		margin: 0px auto 54px;
	}
	
	#company .companyMessage {
		margin: 0px auto 50px;
		padding: 50px 0px;
		position: relative;
	}
	
	#company .companyMessage > div {
		padding: 100px 10%;
		position: relative;
	}
	
	#company .companyProfile {
		padding: 50px 0px;
		position: relative;
	}
	
	#company .companyProfile > div {
		padding: 90px 10%;
		position: relative;
	}
	
	#company .companyMessage::before,
	#company .companyProfile::before,
	#company .companyMessage > div::before,
	#company .companyProfile > div::before {
		content: "";
		height: 100%;
		font-size: 0px;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		top: 0px;
		position: absolute;
	}
	
	#company .companyMessage::before,
	#company .companyProfile::before {
		z-index: -2;
	}
	
	#company .companyMessage > div::before,
	#company .companyProfile > div::before {
		z-index: -1;
	}
	
	#company .companyMessage::before {
		width: calc(100% - 400px);
		background: url(../img/company.jpg) repeat left center;
		background-size: auto auto;
		right: 0px;
	}
	
	#company .companyProfile::before,
	#company .companyMessage > div::before {
		width: calc(100% - 300px);
		background: #f7f7f7;
		left: 0px;
	}
	
	#company .companyProfile > div::before {
		width: calc(100% - 400px);
		background: #fff;
		right: 0px;
	}
	
	#company .companyMessage > div h2,
	#company .companyProfile > div h2 {
		color: #999;
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1.2;
		text-align: left;
		position: relative;
	}
	
	#company .companyMessage > div h2 {
		margin: 0px 0px 50px 0px;
	}
	
	#company .companyProfile > div h2 {
		margin: 0px 0px 50px 0px;
	}
	
	#company .companyMessage > div h2 span,
	#company .companyProfile > div h2 span {
		margin: 0px 0px 5px;
		color: #000;
		font-family: 'Montserrat', sans-serif;
		font-size: 3.0rem;
		font-weight: 600;
		line-height: 1.2;
		text-align: left;
		letter-spacing: 0.05em;
		display: block;
	}
	
	#company .companyMessage > div > div {
		margin: 0px 300px 0px 0px;
		text-align: left;
		flex: 1;
	}
	
	#company .companyMessage > div > div p {
		margin: 0px 0px 2em;
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 2.0;
	}
	
	#company .companyMessage > div > div dl {
		padding-top: 10px;
	}
	
	#company .companyMessage > div > div dl dt {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 2.0;
	}
	
	#company .companyMessage > div > div dl dd {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 2.0;
	}
	
	#company .companyProfile > div > div {
		flex: 1;
	}
	
	#company .companyProfile > div > div dl {
		padding-bottom: 15px;
		text-align: left;
		display: flex;
	}
	
	#company .companyProfile > div > div dl dt,
	#company .companyProfile > div > div dl dd {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 2.0rem;
	}
	
	#company .companyProfile > div > div dl dt {
		width: 220px;
	}
	
	#company .companyProfile > div > div dl dd {
		flex: 1;
	}
	
	#company .companyProfile > div > div dl dd br {
		display: none;
	}
	
	main > #access {
		padding: 110px 0px 120px;
	}
	
	main > #access > h1 {
		margin: 0px auto 54px;
	}
	
	#access .accessMap {
		padding: 0px 10%;
		position: relative;
	}
	
	#access .accessMap h2 {
		color: #000;
		font-family: 'Montserrat', sans-serif;
		font-size: 3.6rem;
		font-weight: 600;
		line-height: 4.6rem;
		text-align: left;
		left: 5%;
		top: 66px;
		position: absolute;
		z-index: 1000;
	}
	
	#access .accessMap #gmap {
		width: 100%;
		height: 500px;
	}
	
	#access .accessMain {
		padding: 30px 0px 40px;
		text-align: center;
		position: relative;
	}
	
	#access .accessMain::before {
		content: "";
		width: 90%;
		height: 350px;
		background-color: #f7f7f7;
		font-size: 0px;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 5%;
		bottom: 0px;
		position: absolute;
		z-index: -1;
	}
	
	#access .accessMain p {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 2.6rem;
		text-align: center;
	}
	
	#access .accessMain #btMap {
		margin: 25px auto 0px;
		width: 240px;
	}
	
	#access .accessMain #btMap a {
		padding: 10px 0px;
		border: 2px #000 solid;
		color: #000;
		text-decoration: none;
		display: block;
	}
	
	#access .accessMain #btMap a span {
		padding-right: 34px;
		background: url(../img/icon_blank.png) no-repeat right center;
		background-size: 14px auto;
		display: inline-block;
	}
	
	main > #contact {
		padding: 55px 5% 50px;
		background: linear-gradient(135deg, #f4c72a 0%, #f49e2a 20%, #f49e2a 50%, #f49e2a 80%, #f4762a 100%);
	}
	
	main > #contact > h1 {
		margin: 0px auto 54px;
	}
	
	main > #contact > h1,
	main > #contact > h1 span,
	#contact > p,
	#contact > .contactMain li,
	#contact > .contactMain li a {
		color: #fff;
		text-decoration: none;
	}
	
	#contact > p {
		margin: 0px auto 20px;
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 2.0rem;
		text-align: center;
	}
	
	#contact > p br {
		display: none;
	}
	
	#contact .contactMain {
		padding: 25px 0px;
		background: rgba(255,255,255,0.14);
		align-items: center;
		display: flex;
	}
	
	#contact .contactMain li {
		padding: 10px 0px;
		width: 50%;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		text-align: center;
		border-left: 1px #f49e2a solid;
		box-sizing: border-box;
	}
	
	#contact .contactMain li:first-of-type {
		font-size: 3.2rem;
		line-height: 4.0rem;
		letter-spacing: 0.1em;
		border-left: none;
	}
	
	#contact .contactMain li:last-of-type {
		font-size: 2.0rem;
		line-height: 3.0rem;
		letter-spacing: 0.08em;
	}
	
	footer nav {
		padding: 45px 5% 25px;
	}
	
	footer nav ul {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		display: flex;
	}
	
	footer nav ul li {
		margin: 0px 14px 20px;
		color: #999;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 2.0rem;
		letter-spacing: 0.15em;
	}
	
	footer nav ul li a {
		color: #999;
		text-decoration: none;
	}
	
	footer > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 40px 5%;
		border-top: 1px #f2f2f2 solid;
		border-bottom: 1px #f2f2f2 solid;
	}
	
	footer > div h1 {
		width: 33%;
		font-size: 0px;
		line-height: 0;
		text-align: center;
		border-left: 1px #f2f2f2 solid;
	}
	
	footer > div h1 img {
		margin: 0px auto;
		padding: 26px 0px;
		width: 120px;
		height: auto;
	}
	
	footer > div dl {
		padding: 14px 0px;
		width: 33%;
		border-left: 1px #f2f2f2 solid;
		border-right: 1px #f2f2f2 solid;
	}
	
	footer > div dl dt,
	footer > div dl dd {
		color: #999;
		font-size: 1.2rem;
		line-height: 2.4rem;
		text-align: center;
	}
	
	footer > div dl dt {
		font-weight: bold;
	}
	
	footer > div dl dd {
		font-weight: normal;
	}
	
	footer > div figure {
		width: 33%;
		padding: 29px 0px;
		text-align: center;
		justify-content: center;
		display: flex;
	}
	
	footer > div figure img {
		width: 40px;
		height: 40px;
		margin: 0px 20px;
	}
	
	footer > p:not(.pageTop) {
		padding: 50px 5%;
		color: #999;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.4rem;
		letter-spacing: 0.1em;
		text-align: center;
	}
	
	footer > p small {
		font-size: 1em;
	}
	
	footer .pageTop {
		display: none;
		width: 50px;
		height: 50px;
		background: #000;
		position: fixed;
		right: 5%;
		bottom: 50px;
		opacity: 0.8;
		z-index: 1000;
	}

	footer .pageTop a {
		display: block;
		width: 50px;
		height: 50px;
		padding: 17px 10px;
		box-sizing: border-box;
	}

	footer .pageTop a:hover {
		opacity: 0.5;
		transition-duration: 0.5s;
	}

	footer .pageTop a img {
		width: 30px;
		height: auto;
	}
	
}
@media screen and (min-width: 1024px) {
	
	#company .companyMessage > div,
	#company .companyProfile > div {
		align-items: center;
		display: flex;
	}
	
	#company .companyMessage > div h2 {
		margin: 0px 40px 0px 0px;
		padding: 0px 70px 0px 0px;
	}
	
	#company .companyProfile > div h2 {
		margin: 0px 50px 0px 0px;
		padding: 0px 80px 0px 0px;
	}
	
	#company .companyMessage > div h2::after,
	#company .companyProfile > div h2::after {
		content: "";
		width: 30px;
		height: 1px;
		background-color: #000;
		font-size: 0px;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		right: 0px;
		top: 15px;
		position: absolute;
	}
	
	
}

.mv {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.mv li {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: absolute;
	transition: transform 10s linear;
}

.mv li.active {
	transform: scale(1.05);
}

.mv li div {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
}

.mv ul .mv01 div {
	background-image: url(../img/mv01.jpg);
	background-size: cover;
}

.mv ul .mv02 div {
	background-image: url(../img/mv02.jpg);
	background-size: cover;
}

.mv li div img {
	display: none;
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	visibility: hidden;
	transition-property: opacity,visibility;
	transition-duration: 0.6s,0s;
	transition-delay: 0s,0.6s;
	transition-timing-function: ease-out;
}

#loading.show {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

#loading.end {
	opacity: 0.0;
	transition-duration: 0.6s;
}

#loading .va-wrap {
	position: relative;
	z-index: 2;
}

#loading:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1;
}

#loading #progress,
#loading #progressNum {
	width: 100vw;
	left: 0px;
	position: absolute;
}

#loading #progress {
	top: 50%;
}

#loading #progressNum {
	top: 70%;
}

#loading #progressNum {
	margin: 0px auto 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.0rem;
	line-height: 2.0rem;
	font-weight: 300;
	text-align: right;
	color: #999;
}

#loading #progress > div {
	margin: 0px;
	width: 0%;
	border-bottom: 1px #ccc solid;
}

#loading #progressNum > div {
	margin: 0px auto;
	width: 40px;
	height: 2.0rem;
}

#loading #progressNum > div > span {
	margin-right: 3px;
}

#loading #progressNum > div > span > span {
	display: inline-block;
	width: 6px;
	font-size: 1.2rem;
}

.va-wrap {
	display: table;
	width: 100%;
	height: 100%
}

.va-wrap .va-mid {
	display: table-cell;
	vertical-align: middle
}


