@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/






	
/* mainimages
--------------------- */
#mainimages {
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
	overflow: hidden;
}
	#mainimages .titbox {
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	  z-index: 10;
	}
		#mainimages .titbox p {
			font-size: 2.0rem;
			font-weight: 700;
			letter-spacing: 0.5em;
			line-height: 38px;
			margin-bottom: 30px;
		}

		#mainimages .titbox h1 {
			font-size: 5.0rem;
			letter-spacing: 0.2em;
			line-height: 1;
		}
#mainimages video {
	
	min-width: 100%;
	min-height: 100vh;
	z-index: 0;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.5) 50%);
  background-size: 2px 2px;
  z-index: 1;
}


	
/* news
--------------------- */
#news {
	width: 100%;
	background: #d3dde0;
	padding: 60px 0;
}
	#news h2 {
		font-size: 2.0rem;
		font-weight: 700;
		margin-bottom: 30px;
	}


	#news .list li {
		margin-bottom: 15px;
	}
	#news .list li:nth-last-child(1) {
		margin-bottom: 0;
	}
		#news .list li span {
			display: block;
			font-size: 1.4rem;
			letter-spacing: 0.2em;
		}
		#news .list li a:hover {
			color: #195b9f;
		}
			#news .list li span span {
			display: inline;
				padding-right: 30px;
			}


	#news .more {
		position: absolute;
		top: 0;
		right: 0;
	}






	
/* concept
--------------------- */
#concept {
	width: 100%;
	padding: 100px 0 120px 0;
}
	#concept .read .text {
		width: 47%;
	}
		#concept .read .text h3 {
			margin-bottom: 50px;
		}

		#concept .read .text p {
			font-size: 1.6rem;
			letter-spacing: 0.2em;
			line-height: 40px;
		}


	#concept .read .pht {
		width: 49%;
	}
		#concept .read .pht img {
			width: 100%;
			height: auto;
		}


	#concept .cando {
		padding-top: 70px;
	}
		#concept .cando h3 {
			text-align: center;
			padding-bottom: 10px;
			letter-spacing: 0.2em;
		}

		#concept .cando .list {
			width: 100%;
			display: table;
		}
			#concept .cando .list li {
				display: table-cell;
				width: 20%;
				height: 180px;
				font-size: 1.6rem;
				font-weight: 700;
				text-align: center;
				vertical-align: middle;
				background: #e8eff5;
				position: relative;
			}
			#concept .cando .list li:after {
				content: "";
				width: 24px;
				height: 22px;
				background: url(../common/img/icon_check.png) no-repeat;
				position: absolute;
				bottom: -11px;
				left: 50%;
				margin-left: -12px;
			}
			#concept .cando .list li:nth-child(2n) {
				background: #f3f7fa;
			}






	
/* feature
--------------------- */
#feature {
	width: 100%;
	padding: 100px 0 30px 0;
	background: #0d0d0d url(../img/feature_bg.jpg) no-repeat top / 100%;
}
	#feature .title h2 {
		color: #000;
	}
		#feature .title h2 span {
			background: #fff;
		}

	#feature .title .head {
		color: #fff;
	}


	#feature .point .box {
		margin-bottom: 70px;
		position: relative;
	}
		#feature .point .box .pht {
			width: 50%;
			overflow: hidden;
			border-radius: 10px;
			position: absolute;
			top: -25px;
			z-index: 2;
		}
		#feature .point .box:nth-child(1) .pht,
		#feature .point .box:nth-child(3) .pht,
		#feature .point .box:nth-child(5) .pht,
		#feature .point .box:nth-child(7) .pht {
			left: 0;
		}
		#feature .point .box:nth-child(2n) .pht {
			right: 0;
		}
			#feature .point .box .pht img {
				width: 100%;
				height: auto;
			}

		#feature .point .box .text {
			background: #fff;
			border-radius: 10px;
			position: relative;
		}
		#feature .point .box:nth-child(1) .text,
		#feature .point .box:nth-child(3) .text,
		#feature .point .box:nth-child(5) .text,
		#feature .point .box:nth-child(7) .text {
			margin-left: 30%;
			padding: 60px 50px 70px 24%;
		}
		#feature .point .box:nth-child(2n) .text {
			margin-right: 30%;
			padding: 60px 24% 70px 50px;
		}
			#feature .point .box .text .number {
				font-size: 10.0rem;
				line-height: 1;
				letter-spacing: 0;
				color: #fff;
				-webkit-text-stroke: 1px #000;
				position: absolute;
				top: -28px;
			}
			#feature .point .box:nth-child(1) .text .number,
			#feature .point .box:nth-child(3) .text .number,
			#feature .point .box:nth-child(5) .text .number,
			#feature .point .box:nth-child(7) .text .number {
				right: 50px;
			}
			#feature .point .box:nth-child(2n) .text .number {
				right: 35%;
			}

			#feature .point .box .text .txt {
				font-size: 1.5rem;
				line-height: 40px;
				letter-spacing: 0.2em;
			}






	
/* gallery
--------------------- */
#gallery {
	width: 100%;
	padding: 100px 0 60px 0;
}
	#gallery .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#gallery .box:nth-child(2n) {
		margin-right: 0;
	}
		#gallery .box span {
			display: block;
			background: #fff;
			border-radius: 10px;
			padding: 20px;
			box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
		}
		#gallery .box a:hover {
			box-shadow: 0 0 0 hsl(0 0% 0% / 0%);
		}
			#gallery .box span .pht {
				overflow: hidden;
				border-radius: 10px;
			}
				#gallery .box span .pht img {
					width: 100%;
					height: auto;
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#gallery .box a:hover .pht img {
					-webkit-transform: scale(1.05);
					-moz-transform: scale(1.05);
					-o-transform: scale(1.05);
					-ms-transform: scale(1.05);
					transform: scale(1.05);
				}

			#gallery .box span .text {
				padding: 20px;
			}
				#gallery .box a .text h3 {
					font-size: 2.0rem;
					font-weight: 700;
					margin-bottom: 10px;
				}

				#gallery .box span .text .txt {
					line-height: 30px;
				}


	#gallery .more {
		position: absolute;
		top: 15px;
		right: 0;
	}






	
/* plan
--------------------- */
#plan {
	width: 100%;
	padding: 100px 0 100px 0;
	background: #e5ebec;
	position: relative;
}
#plan:before {
	content: "";
	width: 50%;
	height: 100%;
	background: #d9e2e3;
	position: absolute;
	top: 0;
	right: 0;
}
	#plan .planbox {
		margin-bottom: 60px;
	}
		#plan .planbox .box {
			width: 48%;
			margin-right: 4%;
		}
		#plan .planbox .box:nth-child(2n) {
			margin-right: 0;
		}
			#plan .planbox .box .pht {
				overflow: hidden;
				border-radius: 10px;
			}
				#plan .planbox .box .pht img {
					width: 100%;
					height: auto;
				}


			#plan .planbox .box .text {
				padding: 30px 40px;
			}
				#plan .planbox .box .text .number {
					text-align: center;
					position: relative;
				}
				#plan .planbox .box .text .number:before {
					content: "";
					width: 18px;
					height: 1px;
					background: #000;
					position: absolute;
					margin-top: 12px;
					margin-left: -34px;
				}
				#plan .planbox .box .text .number:after {
					content: "";
					width: 18px;
					height: 1px;
					background: #000;
					position: absolute;
					margin-top: 12px;
					margin-left: 12px;
				}

				#plan .planbox .box .text h3 {
					font-size: 2.0rem;
					text-align: center;
					margin-bottom: 17px;
				}

				#plan .planbox .box .text .txt {
					font-size: 1.5rem;
					line-height: 30px;
				}


	#plan .ctabox {
		width: 866px;
		margin: auto;
		background: #fff;
		border-radius: 10px;
		padding: 40px 0;
	}
		#plan .ctabox h3 {
			font-size: 2.0rem;
			font-weight: 700;
			text-align: center;
			margin-bottom: 5px;
		}

		#plan .ctabox .txt {
			font-size: 1.4rem;
			font-weight: 400;
			text-align: center;
			margin-bottom: 25px;
		}

		#plan .ctabox .box {
			width: 50%;
			text-align: center;
			padding: 10px 0;
		}
		#plan .ctabox .box:nth-child(1) {
			border-right: solid 1px #e9e9e9;
		}
			#plan .ctabox .box h4 {
				font-size: 1.6rem;
				margin-bottom: 15px;
			}

			#plan .ctabox .box .tel a {
				display: block;
				font-size: 3.8rem;
				line-height: 1;
			}
				#plan .ctabox .box .tel a span {
					font-size: 2.0rem;
					padding-right: 8px;
				}

			#plan .ctabox .box .time {
				display: block;
				font-size: 1.2rem;
				line-height: 1;
				letter-spacing: 0;
				padding-top: 5px;
			}

			#plan .ctabox .box .cta {
				width: 310px;
				margin: auto;
			}
				#plan .ctabox .box .cta a {
					display: block;
					height: 58px;
					font-size: 1.6rem;
					color: #fff;
					text-align: center;
					line-height: 58px;
					background: #195b9f;
				}
				#plan .ctabox .box .cta a:hover {
					background: #1e337d;
				}






	
/* spec
--------------------- */
#spec {
	width: 100%;
	padding: 100px 0 100px 0;
}
	#spec h3 {
		font-size: 2.0rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		margin-bottom: 15px;
	}


	#spec .spec {
		margin-bottom: 70px;
	}
		#spec .spec table {
  			border: solid 1px #c2c9d2;
			width: 100%;
			border-collapse: separate;
			border-spacing: 0;
			border-radius: 10px;
			overflow: hidden;
		}
			#spec .spec table th {
				background: #195b9f;
				font-size: 1.6rem;
				text-align: center;
				color: #fff;
				padding: 10px 5px;
				border-right: solid 1px #244a89;
				border-left: solid 1px #244a89;
			}
			#spec .spec table td {
				background: #fff;
				font-size: 1.4rem;
				line-height: 1.4em;
				text-align: center;
				padding: 10px 5px;
				letter-spacing: 0;
				border-right: solid 1px #dfdfdf;
				border-bottom: solid 1px #dfdfdf;
				border-left: solid 1px #dfdfdf;
			}
			#spec .spec table td.head {
				background: #dce6f1;
				border-right: solid 1px #c2c9d2;
				border-bottom: none;
				border-left: solid 1px #c2c9d2;
			}


	#spec .size {
		margin-bottom: 70px;
	}
	#spec .size img {
		display: block;
		margin: auto;
	}






	
/* about
--------------------- */
#about {
	width: 100%;
	padding: 30px 0 100px 0;
}
	#about table {
		width: 45%;
	}
		#about table th {
			width: 140px;
			font-size: 1.6rem;
			font-weight: 700;
			border-bottom: solid 1px #e9e9e9;
			padding: 20px 0;
		}
		#about table td {
			width: -webkit-calc(100% - 140px);
			width: calc(100% - 140px);
			font-size: 1.6rem;
			font-weight: 400;
			border-bottom: solid 1px #e9e9e9;
			padding: 20px 0;
		}
		#about table tr:nth-child(1) th,
		#about table tr:nth-child(1) td {
			padding-top: 0;
		}
		#about table tr:nth-last-child(1) th,
		#about table tr:nth-last-child(1) td {
			padding-bottom: 0;
			border-bottom: none;
		}

	#about .map {
		width: 50%;
		height: 444px;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
	}









	
/* contactArea
--------------------- */
#contactArea {
	width: 100%;
	padding: 100px 0 120px 0;
}
	#contactArea .read .text {
		width: 47%;
	}
		#contactArea .read .text h3 {
			margin-bottom: 50px;
		}

		#contactArea .read .text p {
			font-size: 1.6rem;
			letter-spacing: 0.2em;
			line-height: 40px;
		}



.formArea {
	width: 600px;
	margin: 0 auto;

}
.formArea dt {
	margin-top: 40px;

}
.formArea dt {
	margin-bottom: 5px !important;
}
.formArea span {
	color: #FF0004;
}
.formArea .mfp_buttons {
	width: 250px;
	margin: 0 auto;
	margin-top: 50px;
}
.formArea .mfp_buttons button {
	width: 250px;
	background: #195B9F;
	border: none;
	color: #FFF;
	font-weight: bold;
	padding: 20px;
}
.formArea input[type="text"],
.formArea input[type="tel"],
.formArea input[type="email"] {
	width: 100% !important;
	background: #E9E9E9;
	padding: 20px 15px;
	border: none;
}
.formArea textarea {
	width: 100% !important;
	height: 200px !important;
	background: #E9E9E9;
	padding: 20px 15px;
	border: none;

}



/* 1024px */
@media screen and (max-width: 1024px) {


}





/* max 768px */
@media screen and (max-width: 768px) {



	.pc {
		display: none;
	}


	
/* mainimages
--------------------- */
	
	#mainimages .titbox {
		color: #fff;
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	  z-index: 10;
	}
	
	#mainimages .titbox {
		width: 100%;
	}
		#mainimages .titbox p {
			font-size: 1.6rem;
			letter-spacing: 0.2em;
		}

		#mainimages .titbox h1 {
			letter-spacing: 0.1em;
		}
#mainimages {
	width: 100%;
	height: 40vh;
}
#mainimages video {
	margin-left: -50%;
	min-width: 100%;
	min-height:40vh;
}
.overlay {
	width: 100%;
	height: 40vh;
}





	
/* news
--------------------- */
#news {
	padding: 40px 0;
}
	#news .list li a span {
		display: block;
		font-size: 1.2rem;
		padding-right: 0;
		padding-bottom: 4px;
	}


	#news .more {
		position: absolute;
		top: 0;
		right: 5%;
	}






	
/* concept
--------------------- */
#concept {
	padding: 50px 0 40px 0;
}
	#concept .read {
		display: block;
	}
		#concept .read .text {
			width: 100%;
			margin-bottom: 30px;
		}
			#concept .read .text h3 {
				margin-bottom: 20px;
			}

			#concept .read .text p {
				letter-spacing: 0.1em;
				line-height: 2em;
			}


	#concept .read .pht {
		width: 100%;
	}


	#concept .cando {
		padding-top: 50px;
	}
		#concept .cando h3 {
			letter-spacing: 0.1em;
		}

		#concept .cando .list {
			display: block;
		}
			#concept .cando .list li {
				display: block;
				width: 100%;
				height: auto;
				text-align: left;
				padding: 20px 20px 20px 50px;
			}
			#concept .cando .list li:after {
				bottom: 50%;
				left: 15px;
				margin-left: 0;
				margin-bottom: -11px;
			}






	
/* feature
--------------------- */
#feature {
	padding: 50px 0 20px 0;
}
	#feature .point .box {
		margin-bottom: 30px;
		background: #fff;
		overflow: hidden;
		border-radius: 10px;
	}
		#feature .point .box .pht {
			width: 100%;
			border-radius: 0;
			position: static;
		}

		#feature .point .box .text {
			border-radius: 0;
		}
		#feature .point .box:nth-child(1) .text,
		#feature .point .box:nth-child(3) .text,
		#feature .point .box:nth-child(5) .text,
		#feature .point .box:nth-child(7) .text {
			margin-left: 0;
			padding: 25px;
		}
		#feature .point .box:nth-child(2n) .text {
			margin-right: 0;
			padding: 25px;
		}
			#feature .point .box .text .number {
				font-size: 7.0rem;
				top: -38px;
			}
			#feature .point .box:nth-child(1) .text .number,
			#feature .point .box:nth-child(3) .text .number,
			#feature .point .box:nth-child(5) .text .number,
			#feature .point .box:nth-child(7) .text .number {
				right: 25px;
			}
			#feature .point .box:nth-child(2n) .text .number {
				right: 25px;
			}

			#feature .point .box .text h3 {
				margin-bottom: 12px;
			}

			#feature .point .box .text .txt {
				line-height: 2em;
				letter-spacing: 0.1em;
			}






	
/* gallery
--------------------- */
#gallery {
	padding: 50px 0 40px 0;
}
	#gallery .box a {
		padding: 0;
		overflow: hidden;
	}
	#gallery .box a:hover {
		box-shadow: 0 0 0 hsl(0 0% 0% / 0%);
	}
		#gallery .box a .pht {
			border-radius: 0;
		}

		#gallery .box a .text {
			padding: 15px;
		}
			#gallery .box a .text h3 {
				font-size: 1.6rem;
				line-height: 1.4em;
				margin-bottom: 0;
			}

			#gallery .box a .text .txt {
				display: none;
			}


	#gallery .more {
		padding-top: 30px;
		position: static;
		display: flex;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}






	
/* plan
--------------------- */
#plan {
	padding: 50px 0 40px 0;
}
#plan:before {
	display: none;
}
	#plan .planbox {
		display: block;
		margin-bottom: 0;
	}
		#plan .planbox .box {
			width: 100%;
			margin-right: 0;
			margin-bottom: 20px;
		}


			#plan .planbox .box .text {
				padding: 20px;
			}

				#plan .planbox .box .text h3 {
					margin-bottom: 10px;
				}

				#plan .planbox .box .text .txt {
					line-height: 2em;
				}
	
	
	#plan .ctabox {
		width: 100%;
		padding: 5%;
	}
		#plan .ctabox h3 {
			line-height: 1.4em;
			padding-top: 5px;
			margin-bottom: 15px;
		}

		#plan .ctabox .flex-start {
			display: block;
		}
			#plan .ctabox .box {
				width: 100%;
				padding: 0;
			}
			#plan .ctabox .box:nth-child(1) {
				border-top: solid 1px #e9e9e9;
				border-right: none;
				border-bottom: solid 1px #e9e9e9;
				padding-top: 5%;
				padding-bottom: 7%;
				margin-bottom: 5%;
			}
				#plan .ctabox .box h4 {
					margin-bottom: 10px;
				}

				#plan .ctabox .box .cta {
					width: 100%;
				}






	
/* spec
--------------------- */
#spec {
	padding: 50px 0 40px 0;
}
	#spec .spec {
		margin-bottom: 30px;
	}
		#spec .spec table {
			display: block;
			overflow-x: scroll;
			white-space: nowrap;
			-webkit-overflow-scrolling: touch;
		}


	#spec .size {
		margin-bottom: 30px;
	}
	#spec .size img {
		width: 100%;
		height: auto;
	}






	
/* about
--------------------- */
#about {
	padding: 50px 0 40px 0;
}
	#about .flex-start {
		display: block;
	}
	#about table {
		width: 100%;
		margin-bottom: 30px;
	}
		#about table th {
			display: block;
			width: 100%;
			font-size: 1.6rem;
			font-weight: 700;
			border-bottom: none;
			padding: 20px 0 10px 0;
		}
		#about table td {
			display: block;
			width: 100%;
			font-size: 1.6rem;
			font-weight: 400;
			border-bottom: solid 1px #e9e9e9;
			padding: 0 0 20px 0;
		}

	#about .map {
		width: 100%;
		height: 250px;
	}





.formArea {
	width: 100%;
	margin: 0 auto;

}






}