@charset "UTF-8";

/*-------------------------------------

fonts

-------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Roboto:400,700');
/*
	font-family: 'Roboto', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
*/




/*-------------------------------------

reset

-------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html,body {
  height: 100%;
}
ol, ul {
	list-style: none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
body {
	font-family: "Roboto","Noto Sans JP","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	color: #11181d;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:link {
	text-decoration: none;
	color: #11181d;
	transition: 0.2s;
}
a:visited {
	color: #11181d;
}

.sp {
	display: none;
}
@media screen and (max-width: 736px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block;
	}
}


/*-------------------------------------

mainVis

-------------------------------------*/
.mainVis {
	background: url(../images/pho_mainvisual.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.mainVis h1 {
	font-size: 100px;
	letter-spacing: 0.2em;
	width: 100%;
	margin: 0 -20px 20px 0;
}
.mainVis p {
	font-size: 26px;
	letter-spacing: 0.4em;
	line-height: 1;
}
.mainVis img {
	width: 65px;
	vertical-align: top;
}
.ityped-cursor {
	display: none;
}
.mainVis .scroll {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: 0;
	width: 1px;
	height: 50px;
	background: rgba(255,255,255,0.5);
	overflow: hidden;
}
.mainVis .scroll::before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	top: -10px;
	background: #FFF;
	position: absolute;
	animation: scroll 2s ease-in-out infinite;
}
@keyframes scroll {
	0%	 {top: -10px;}
	50%	 {height: 50px;}
	100% {top: 50px; height: 50px;}
}
@media screen and (max-width: 736px) {
	.mainVis {
		height: 100%;
	}
	.mainVis h1 {
		font-size: 50px;
		letter-spacing: 0.1em;
		height: 1em;
	}
	.mainVis p {
		font-size: 14px;
		letter-spacing: 0.2em;
	}
	.mainVis img {
		width: 40px;
	}
}


/*-------------------------------------

section

-------------------------------------*/
section {
	padding: 120px 20px;
}
section h2 {
	font-size: 60px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 736px) {
	section {
		padding: 80px 20px;
	}
	section h2 {
		font-size: 30px;
		margin-bottom: 60px;
	}
}


/*-------------------------------------

vision

-------------------------------------*/
.vision {
	background: #11181d;
	color: #FFF;
}
.vision p {
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 3.5;
}
@media screen and (max-width: 736px) {
	.vision p {
		text-align: justify;
		font-size: 14px;
		line-height: 2.5;
		margin-bottom: 20px;
	}
	.vision p br {
		display: none;
	}
}


/*-------------------------------------

buiness

-------------------------------------*/
.business {
  background-color: rgba(17, 24, 29, 0.1);
}
.business ul {
	display: flex;
	justify-content: space-around;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	align-items: flex-end;
	font-weight: 700;
}
.business ul div {
	width: 90px;
	margin: 0 auto 30px;
}
.business ul span {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}
.business .bnr-egscope {
	width: 600px;
	margin: 60px auto 0;
	a {
		display: block;
	}
}
@media screen and (max-width: 736px) {
	.business ul {
		display: block;
		font-size: 14px;
		margin-bottom: -40px;
	}
	.business ul div {
		width: 30%;
		margin: 0 auto 15px;
	}
	.business ul span {
		font-size: 25px;
		margin-bottom: 0;
	}
	.business ul li {
		margin-bottom: 60px;
	}
	.business .bnr-egscope {
		width: 100%;
	}
}


/*-------------------------------------

profile

-------------------------------------*/
.profile table {
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.profile th,
.profile td {
	padding: 20px 0;
	vertical-align: top;
}
.profile th {
	text-align: left;
	padding-right: 40px;
}
@media screen and (max-width: 736px) {
	.profile table {
		font-size: 14px;
	}
	.profile th,
	.profile td {
		padding: 10px 0;
	}
	.profile th {
		padding-right: 0;
		width: 6em;
	}
}


/*-------------------------------------

footer

-------------------------------------*/
footer {
	padding: 40px;
	background: #11181d;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.4em;
	text-align: center;
	display: flex;
	justify-content: space-between;
	.link-legal {
		a {
			color: #fff;
			text-decoration: underline;
			letter-spacing: 0;
			font-size: 14px;
		}
	}
}
@media screen and (max-width: 736px) {
	footer {
		padding: 40px 15px;
		font-size: 10px;
		flex-direction: column;
		gap: 15px;
		.link-legal {
			a {
				font-size: 12px;
			}
		}
	}
}


/*-------------------------------------

お問い合わせフォームリンク

-------------------------------------*/
/* お問い合わせの2行の間だけ余白を作る */
.products .link-inline.faq + .link-inline.faq {
  margin-top: 12px;  
}


