@charset "UTF-8";

/**
 * layer.css
 *
 * # layer
 * # contact
 *
*/

/* # layer
   -------------------------------------------------------------------------- */
.layer-ttl {
	padding: 120px 0 104px;
	color: #fff;
	font-size: 68px;
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	background: url("../../images/layer/bg_ttl.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.layer-ttl .sub {
	display: block;
	margin-top: 30px;
	font-size: 24px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.12em;
}

.layer-contetnt {
	padding: 80px 80px 100px;
	background-color: #f5f5f5;
}

.layer-contetnt p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 2;
}

.layer-contetnt figure {
	margin-bottom: 30px;
}
.layer-contetnt figure img { width: 100%; }

.layer-contetnt h3 {
	margin: 100px 0 25px;
	color: #0f2f6e;
	font-size: 32px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.12em;
}

.layer-contetnt table {
	width: 100%;
	border-top: 1px solid #a3bbd6;
}
.layer-contetnt table th {
	padding: 20px 30px;
	color: #0f2f6e;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4285714286;
	text-align: left;
	vertical-align: middle;
	background-color: #e4edf7;
	border-bottom: 1px solid #a3bbd6;
}
.layer-contetnt table td {
	padding: 20px 30px;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	border-bottom: 1px solid #a3bbd6;
}

.gray { color: #999; }

@media screen and (max-width:500px) {
	.layer-ttl {
		padding: 60px 0;
		font-size: 36px;
	}
	.layer-ttl .sub {
		margin-top: 10px;
		font-size: 14px;
	}
	
	.layer-contetnt {
		padding: 40px 15px 80px;
	} 
	
	.layer-contetnt h3 {
		margin: 40px 0 15px;
		font-size: 24px;
	}
	
	.layer-contetnt table th { width: 120px; }
	.layer-contetnt table th,
	.layer-contetnt table td {
		padding: 15px 10px;
	}
}

/* # company
   -------------------------------------------------------------------------- */
.map { margin-top: 40px; }

.layer-contetnt table.history {
	border-top: 1px solid #d9d9d9;
}
.layer-contetnt table.history th {
	padding: 26px 30px;
	color: #0f2f6e;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.12em;
	vertical-align: top;
	background-color: transparent;
	border-bottom: 1px solid #d9d9d9;
}
.layer-contetnt table.history td {
	padding: 26px 30px;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.12em;
	vertical-align: top;
	background-color: transparent;
	border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width:500px) {
	.layer-contetnt table.history th,
	.layer-contetnt table.history td {
		padding: 15px 10px;
		font-size: 14px;
	}
	.layer-contetnt table.history th { width: 120px; }
}

/* # concept
   -------------------------------------------------------------------------- */
.layer-contetnt table.process {
	background-color: #fff;
}
.layer-contetnt table.process td {
	position: relative;
	width: 16.6666666667%;
	height: 160px;
	padding: 0;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #a3bbd6;
	background-color: transparent;
}
.layer-contetnt table.process td .ico {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	padding: 8px 0;
	color: #fff;
	font-size: 14px;
	font-family: source-han-serif-japanese, serif;
	letter-spacing: 0;
	background-color: #a3bbd6;
}
.layer-contetnt table.process td .txt {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	line-height: 1.25;
}
.layer-contetnt table.process td .point {
	display: block;
	color: #2660d3;
	font-size: 14px;
	line-height: 1;
}
.layer-contetnt table.zeb {
	background-color: #fff;
}
.layer-contetnt table.zeb td {
	position: relative;
	height: 80px;
	padding: 0;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #a3bbd6;
	background-color: transparent;
}
.layer-contetnt table.zeb th {
   text-align: center;
   background-color: #EEF4FA;
	border: 1px solid #a3bbd6;
   line-height: 160%;
}
@media screen and (max-width:500px) {
	.layer-contetnt table.process {
		overflow: hidden;
		display: block;
		border-top: 1px solid #a3bbd6;
	}
	.layer-contetnt table.process tbody,
	.layer-contetnt table.process tr {
		display: block;
		width: 100%;
	}
	.layer-contetnt table.process td {
		position: relative;
		clear: left;
		float: left;
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 0;
		border-top: none;
	}
}


/* # works
   -------------------------------------------------------------------------- */
.works-contetnt {
	padding: 100px 7.5%;
	background-color: #21212f;
}

@media screen and (max-width:500px) {
	.works-contetnt {
		padding: 40px 5px 80px;
	}
}

/* # work
   -------------------------------------------------------------------------- */
.layer-contetnt p.work-ttl-time {
	display: inline-block;
	margin-bottom: 3px;
	padding: 6px 12px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.08em;
	background-color: #0f2f6e;
}

.work-slide-wrap {
	margin: 0 -80px 20px;
}

.work-slid-item-img {
	padding: 0 20px;
}
.layer-contetnt figure.work-slid-item-img { margin-bottom: 0; }

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
			touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			 -o-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* arrow */
.slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	width: 60px;
	height: 140px;
	padding: 0;
	font-size: 0;
	background-color: rgba(15,47,110,0.8);
	z-index: 10;
	transform: translateY(-50%);
}
.slick-arrow.slick-disabled { background-color: rgba(15,47,110,0.3); }
.slick-prev {
	left: 0;
}
.slick-prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform-origin: top left;
	transform: rotate(-45deg)
}
.slick-next {
	right: 0;
}
.slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: top right;
	transform: rotate(45deg)
}

/* dots */
.slick-dots {
	margin-top: 20px;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
}
.slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background-color: #d9d9d9;
	border-radius: 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
.slick-dots li.slick-active button {
	background-color: #8d8d8d;
}

@media screen and (max-width:500px) {
	.work-slide-wrap {
		margin: 0 -15px 30px;
	}
	.work-slid-item-img { padding: 0 5px; }
	.slick-arrow {
		width: 30px;
		height: 90px;
	}
	.slick-prev:before {
		left: 5px;
		width: 15px;
		height: 15px;
	}
	.slick-next:before {
		right: 5px;
		width: 15px;
		height: 15px;
	}
}

.work-back-btn {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	border: 1px solid #0f2f6e;
	background-color: #fff;
	border-radius: 29px;
	transition: 0.3s;
}
.work-back-btn:hover {
	color: #fff;
	background-color: #0f2f6e;
}

/* # recruit
   -------------------------------------------------------------------------- */
.recruit-head {
	margin-bottom: 33px;
	padding: 30px 0;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	background-color: #0f2f6e;
}

/* # contact
   -------------------------------------------------------------------------- */
.form-ttl {
	padding: 60px 0;
	color: #fff;
	font-size: 36px;
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	background: url("../../images/layer/bg_ttl.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.form-ttl .sub {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.12em;
}

.form-content {
	padding: 40px 15px 80px;
	background-color: #f5f5f5;
}
.form-table {
	overflow: hidden;
	display: block;
}
.form-content tbody,
.form-content tr {
	display: block;
	width: 100%;
}
.form-content td {
	position: relative;
	clear: left;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 17px;
	padding: 0 0 20px;
	vertical-align: top;
}

.form-head {
	overflow: hidden;
	position: relative;
	padding-left: 58px;
	font-size: 18px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1.4444444444;
}
.form-head .hissu,
.form-head .nini {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 48px;
	padding: 6px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	background-color: #0f2f6e;
	border-radius: 4px;
}
.form-head .nini { background-color: #999; }

.form-input {
	display: block;
	width: 100%;
	padding: 0 20px;
	height: 60px;
	font-size: 16px;
	line-height: normal;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}
.form-input:-webkit-autofill { box-shadow: 0 0 0 1000px #fff inset; }

.form-textarea {
	display: block;
	width: 100%;
	padding: 18px 20px;
	height: 120px;
	font-size: 16px;
	line-height: normal;
	line-height: 1.25;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}

::placeholder { color: #d9d9d9; }

.formError,
.error {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #D45355;
	font-size: 12px;
	line-height: 1;
}

.form-confirm {
	display: block;
	width: 280px;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background-color: #999;
	border-radius: 42px;
}
.form-confirm.active {
	background-color: #0000aa;
	cursor: pointer;
}

.form-back-wrap {
	margin-top: 20px;
	text-align: center;
}
.form-back {
	display: inline-block;
	color: #999;
	font-size: 12px;
	line-height: 1;
	text-decoration: underline;
}

.form-txt { margin-bottom: 15px; }

@media screen and (min-width:501px) {
	.form-ttl {
		padding: 120px 0 104px;
		font-size: 68px;
	}
	.form-ttl .sub {
		margin-top: 30px;
		font-size: 24px;
	}
	
	.form-content {
		padding: 80px 80px 100px;
	}
	
	.form-table {
		display: table;
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 20px;
	}
	.form-content tbody { display: table-row-group; }
	.form-content tr { display: table-row; }
	.form-content td {
		float: none;
		display: table-cell;
		width: 760px;
		padding-bottom: 20px;
	}
	.form-content td:first-child {
		width: 240px;
		padding-top: 20px;
		padding-right: 20px;
	}
	.form-checkbox-wrap { overflow: hidden; }
	.form-checkbox {
		float: left;
		margin-right: 20px;
	}
	.form-txt {
		padding: 0 20px;
	}
	
	.confirm-txt { padding-top: 20px; }
}

@media screen and (max-width:500px) {
	.form-content p.tc {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.form-table tr td:nth-child(1) { padding-bottom: 0; }
}













