@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

@font-face {
	font-family: 'icon2';
	src: url('../fonts/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
 }
[class^="icon2-"], [class*=" icon2-"] {
	font-family: 'icon2' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon2-arrow-link:before {
  content: "\e900";
}
.icon2-blank:before {
  content: "\e901";
}
.icon2-call:before {
  content: "\e902";
}

/*============================================================
	BODY
*/
body {
  background: #000;
}

/*============================================================
	MAIN
*/
main {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 2.1;
  color: #fff;
}
/**/
@media screen and (max-width:820px) {
	main {
		padding: 0 0 50px 0;
		font-size: 13px;
		line-height: 1.9;
	}
}

/*============================================================
	CONTAINER
*/
main .container {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
/**/
@media screen and (max-width:820px) {
	main .container {
		padding: 0 10px;
	}
}

/*============================================================
	HERO
*/
main .hero {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px 20px 0 20px;
	height: 500px;
	background-position: 50% 50%;
	background-image: url('../img/kv-pc.jpg');
	background-size: cover;
	text-align: center;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	color: #fff;
}
main .hero h2 {
	font-weight: 400;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 1px;
}
main .hero h3 {
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
main .hero nav {
	position: absolute;
	left: 0;
	bottom: 50px;
	display: flex;
	justify-content: center;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1;
}
main .hero nav ul {
	display: flex;
}
main .hero nav li {
	position: relative;
	padding: 0 30px;
}
main .hero nav li::before,
main .hero nav li:last-child:after {
	content: '';
	display: block;
	position: absolute;
	top: 0.1em;
	bottom: 0.1em;
	width: 1px;
	background-color: #fff;
}
main .hero nav li::before {
	left: 0;
}
main .hero nav li:last-child:after {
	right: 0;
}
main .hero nav ul:first-child li:last-child:after {
	content: none;
}
main .hero nav a {
	display: block;
	position: relative;
	padding: 0 1em 0 0;
}
main .hero nav i {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	transform: rotate(90deg);
}
.device-pc main .hero nav a {
	transition: color 0.3s ease;
}
.device-pc main .hero nav a:hover {
	color: #b00;
}
/**/
@media screen and (max-width:820px) {
	main .hero {
		padding: 50px 20px 0 20px;
		height: 460px;
		background-image: url('../img/kv-sp.jpg');
	}
	main .hero h2 {
		font-size: 40px;
		letter-spacing: 0;
	}
	main .hero h3 {
		margin: 10px 0 0 0;
		padding: 10px 0;
		font-size: 15px;
		letter-spacing: 0;
	}
	main .hero nav {
		bottom: 10px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 16px;
	}
	main .hero nav ul {
		margin: 0 0 12px 0;
	}
	main .hero nav li {
		padding: 0 25px;
	}
	main .hero nav ul:first-child li:last-child:after {
		content: '';
	}
}

/*============================================================
	HEADING
*/
main .heading {
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.4;
}
/**/
@media screen and (max-width:820px) {
	main .heading {
		font-size: 32px;
	}
}
@media screen and (max-width:390px) {
	main .heading {
		font-size: calc(32 / 390 * 100vw);
	}
}

/*============================================================
	BUTTON
*/
main .btn-outline {
	display: block;
	padding: 15px 25px;
	min-width: 220px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 1.2;
}
main .btn-outline i {
	padding: 0 0 0 0.2em;
}
.device-pc main .btn-outline {
	transition: background-color 0.3s ease, color 0.3s ease;
}
.device-pc main .btn-outline:hover {
	background-color: #fff;
	color: #000;
}
/**/
@media screen and (max-width:820px) {
	main .btn-outline {
		font-size: 14px;
	}
}

/*============================================================
	TECHNOLOGY
*/
main .technology {
  margin: 80px 0;
}
main .technology .wrapper {
  position: relative;
  margin-top: 60px;
}
main .technology .kv {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  /*background-position: center;*/
  background-image: url(../img/technology-kv.jpg);
  background-size: cover;
}
main .technology .detail {
  position: relative;
  padding-left: 50%;
}
main .technology .inner {
  padding-left: 30px;
}
main .technology .title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.7;
}
main .technology .subtitle {
  display: flex;
  align-items: center;
  margin: 25px 0 15px 0;
  font-size: 20px;
}
main .technology .subtitle div {
  margin-right: 30px;
  width: 148px;
}
main .technology .btn {
  display: flex;
  margin-top: 20px;
}
/**/
@media screen and (max-width:820px) {
  main .technology {
    margin: 50px 0;
  }
  main .technology .wrapper {
    margin-top: 30px;
  }
  main .technology .kv {
    position: static;
    background-position: center;
    background-image: url(../img/technology-kv.jpg);
    background-size: cover;
  }
  main .technology .detail {
    padding-left: 0;
  }
  main .technology .inner {
    padding-left: 0;
  }
  main .technology .title {
    margin-bottom: 10px;
    font-size: 26px;
  }
  main .technology .subtitle div {
    width: 120px;
  }
  main .technology .btn {
    justify-content: center;
  }
}
@media screen and (max-width:390px) {
	main .technology .title {
		font-size: calc(26 / 390 * 100vw);
	}
}

/*============================================================
	MATERIALS
*/
main .materials {
  margin: 80px 0;
}
main .materials .wrapper {
  overflow: hidden;
  margin-top: 40px;
}
main .materials .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  border-bottom: 1px solid #fff;
}
main .materials .block {
  flex-basis: 50%;
  display: flex;
  padding: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
main .materials .block .image {
  flex-basis: 50%;
  padding-right: 25px;
}
main .materials .block .detail {
  padding-right: 5px;
  flex-basis: 50%;
  line-height: 1.7;
}
main .materials .block .detail h3 {
  margin-bottom: 6px;
  font-size: 18px;
}
main .materials .block .detail h4 {
  margin-bottom: 10px;
  font-size: 14px;
}
main .materials .block .detail p {
  font-size: 12px;
}
main .materials .block .detail ul {
  font-weight: 700;
}
main .materials .btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/**/
@media screen and (max-width:820px) {
  main .materials {
    margin: 50px 0;
  }
  main .materials .wrapper {
    overflow: hidden;
    margin-top: 40px;
  }
  main .materials .list {
    margin: 0 -15px 0 -16px;
  }
  main .materials .block {
    display: block;
    padding: 15px;
  }
  main .materials .block .image {
    padding-right: 0;
  }
  main .materials .block .detail {
    margin-top: 15px;
    padding-right: 0;
  }
  main .materials .block .detail p {
    font-size: 12px;
  }
  main .materials .btn {
    margin-top: 20px;
  }
}

/*============================================================
	EQUIPMENT
*/
main .equipment {
  margin: 80px 0;
}
main .equipment h3 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.7;
}
main .equipment .kv {
  display: block;
  margin: 40px 0 20px 0;
  height: 620px;
  background-position: center;
  background-image: url(../img/equipment-kv.jpg);
  background-size: cover;
}
main .equipment .kv img {
  display: none;
}
main .equipment .sections {
  padding-top: 30px;
}
main .equipment .section {
  position: relative;
  margin-top: 50px;
  min-height: 255px;
}
main .equipment .section .image {
  position: absolute;
  top: 0;
  bottom: 0;
}
main .equipment .section .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .equipment .section:nth-child(odd) .image {
  left: 0;
  right: 50%;
}
main .equipment .section:nth-child(odd) .detail {
  padding-left: 50%;
}
main .equipment .section:nth-child(odd) .inner {
  padding-left: 30px;
}
main .equipment .section:nth-child(even) .image {
  left: 50%;
  right: 0;
}
main .equipment .section:nth-child(even) .detail {
  padding-right: 50%;
}
main .equipment .section:nth-child(even) .inner {
  padding-right: 30px;
}
/**/
@media screen and (max-width:820px) {
  main .equipment {
    margin: 50px 0;
  }
  main .equipment h3 {
    font-size: 20px;
  }
  main .equipment .kv {
    margin: 30px 0 20px 0;
    height: auto;
  }
  main .equipment .kv img {
    display: block;
  }
  main .equipment .sections {
    padding-top: 0;
  }
  main .equipment .section {
    min-height: initial;
  }
  main .equipment .section .image {
    position: static;
  }
  main .equipment .section .image img {
    position: static;
    object-fit: auto;
  }
  main .equipment .section .detail {
    margin-top: 15px;
    padding: 0 !important;
  }
  main .equipment .section .inner {
    padding: 0 !important;
  }
}

/*============================================================
	FLOW
*/
main .flow {
	margin: 80px 0;
}
main .flow .step {
	overflow: hidden;
	margin: 40px 0 50px 0;
	border-bottom: 1px solid #ccc;
}
main .flow .step .inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
main .flow .step .block {
	position: relative;
	padding: 20px;
	width: 25%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
main .flow .step .block-wide {
	display: flex;
	padding: 20px;
	width: 50%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
main .flow .step .block .image {
	position: relative;
	margin: 0 0 15px 0;
}
main .flow .step .block-wide .image {
	flex-basis: 46%;
	margin: 0;
}
main .flow .step .block .image::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -31px;
	margin: -11px 0 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 22px;
	border-color: transparent transparent transparent #666;
}
main .flow .step .detail {
	font-size: 12px;
	line-height: 1.6;
}
main .flow .step .block-wide .detail {
	flex: 1;
	padding: 0 0 0 20px;
}
main .flow .step .detail h2 {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}
/**/
@media screen and (max-width:820px) {
	main .flow {
		margin: 0 0 40px 0;
	}
	main .flow .step {
		margin: 20px 0 30px 0;
	}
	main .flow .step .inner {
		margin: 0 -15px;
	}
	main .flow .step .block {
		padding: 15px;
		width: 50%;
	}
	main .flow .step .block-wide {
		display: block;
		padding: 15px;
	}
	main .flow .step .block .image {
		position: relative;
		margin: 0 0 12px 0;
	}
	main .flow .step .block-wide .image {
		margin: 0 0 12px 0;
	}
	main .flow .step .block .image::after {
		left: -26px;
	}
	main .flow .step .detail {
		font-size: 12px;
		line-height: 1.6;
	}
	main .flow .step .block-wide .detail {
		padding: 0;
	}
	main .flow .step .detail h2 {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
}

/*============================================================
	CONTACT
*/
main .contact {
	margin: 80px 0;
}
@media screen and (max-width:820px) {
	main .contact {
		margin: 40px 0 0 0;
	}
}
main .contact h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}
main .contact .btns {
	display: flex;
	justify-content: center;
}
main .contact .btn {
	padding: 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
main .contact .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	background-color: #fff;
  border: 1px solid #fff;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	color: #000;
}
main .contact .btn a i {
	padding: 0 0 0 0.2em;
}
main .contact .btn .btn-call {
	font-size: 108%;
}
.device-pc main .contact .btn a {
	transition: background-color 0.3s ease, color 0.3s ease;
}
.device-pc main .contact .btn a:hover {
	background-color: #000;
  color: #fff;
}
/**/
@media screen and (max-width:820px) {
	main .contact h2 {
		margin: 0 0 20px 0;
		font-size: 18px;
	}
	main .contact .btns {
		display: block;
	}
	main .contact .btn {
		padding: 0 0 20px 0;
	}
	main .contact .btn:last-child {
		padding: 0;
	}
	main .contact .btn a {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}
}

/*============================================================
	MAJOR
*/
main .major {
	margin: 80px 0;
}
main .major h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}
/**/
@media screen and (max-width:820px) {
	main .major {
		margin: 40px auto;
		max-width: 800px;
	}
	main .major h2 {
		margin: 0 0 15px 0;
		font-size: 18px;
	}
}

/*============================================================
	PRICE
*/
main .price {
	margin: 80px 0;
}
main .price .wrapper {
  margin-top: 30px;
}
main .price table {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}
main .price table th {
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
main .price table .head th {
  border-bottom-width: 2px;
	font-weight: 700;
	font-size: 12px;
}
main .price table .brand th {
  padding: 1em 0 0.3em 0;
  border-bottom-width: 2px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
main .price table td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
main .price table .model {
  font-weight: 700;
	font-size: 12px;
}
main .price .note {
  margin-top: 30px;
}
main .price .note li {
  display: inline-block;
  line-height: 1.7;
}
/**/
@media screen and (max-width:820px) {
  main .price {
    margin: 40px 0;
  }
  main .price .wrapper {
    overflow-x: auto;
    margin: 15px -10px 0 -10px;
    padding: 0 10px;
    padding-bottom: 15px;
  }
  main .price table {
    white-space: nowrap;
    font-size: 14px;
  }
  main .price .note {
    margin-top: 10px;
  }
}

/*============================================================
	WORKS
*/
main .works {
	margin: 80px 0 80px 0;
}
main .works .list {
	border-bottom: 1px solid #ccc;
	margin: 40px 0 30px 0;
}
main .works .list.hidden {
	display: none;
}
main .works .list .inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -1px;
}
main .works .list .block {
	flex-basis: 25%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.6;
}
main .works .list .block:first-child {
	border-left: 0;
}
main .works .list .block a,
main .works .list .block .coming {
	display: block;
	position: relative;
	padding: 14px;
	height: 100%;
	color: inherit;
}
main .works .list .block a .image {
	background-color: #000;
}
main .works .list .block .coming .image {
	background-color: #ccc;
}
main .works .list .image span {
	display: block;
	padding-top: 63%;
	height: 0;
	background-position: center;
	background-size: cover;
}
main .works .list .block h3 {
	margin: 10px 0 5px 0;
	font-weight: 700;
	font-size: 14px;
}
main .works .list .block p {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
main .works .btn {
	display: flex;
	justify-content: center;
}
/**/
@media screen and (min-width:821px) {
	.device-pc main .works .list .block a {
		transition: box-shadow 0.3s ease 0s;
	}
	.device-pc main .works .list .block a:hover {
		z-index: 10;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	}
	.device-pc main .works .list .block h3 {
		transition: color 0.3s ease 0s;
	}
	.device-pc main .works .list .block a:hover h3 {
		color: #c00;
	}
}
/**/
@media screen and (max-width:820px) {
	main .works {
		margin: 40px 0;
	}
	main .works .list {
		overflow: hidden;
		margin: 20px 0 20px 0;
	}
	main .works .list .inner {
		display: flex;
		margin: 0 -15px;
	}
	main .works .list .block {
		flex-basis: 50%;
	}
	main .works .list .block a {
		padding: 15px;
	}
	main .works .list .block h3 {
		font-size: 16px;
	}
}

main .loading {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
main .loading .circle {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top-color: #999;
  animation: spin 1s infinite linear;
}
@keyframes spin { 
  100% { 
    transform: rotate(360deg); 
  } 
}
