@charset "UTF-8";
/* reset css */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
abbr, address, cite, code,
img,small,b, i,
dl, dt, dd, ol, ul, li,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: ransparent;
}
body {
	line-height:1;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
}

/* CSS Document */

/*Header */
.mainwrapper  {
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
}
.head {
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo {
	text-align: center;
}
.sns_header {
	margin: 10px 20px 10px -50px;
	float: right;
}
.sns_header img {
	padding-left: 12px;
}
.sns a:nth-child(2) {
	margin-left: 10px;
}
.nav{
	text-align: center;
	padding-bottom: 16px;
}
.nav img{
	padding-right: 20px;
	padding-left: 20px;
}

.sp { display: none !important; }
 
.mainContent img {
	width: 100%;
}

/* Footer */
footer {
	text-align: center;
	margin-top: 16px;
}
footer .sns {
	justify-content: center;
	padding-right: 0;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
footer p {
	margin: 40px auto;
	font-size: 12px;
	color: #aaa;
}

/* company.html */
.vison {
	text-align: center;
	padding: 70px 0;
	border-bottom: 1px solid #ccc;
}
.vison h2 {
	margin-bottom: 40px;
}
.company {
	margin: 70px auto}
.company h2 {
	text-align: center;
	margin-bottom: 70px;
}
.company ul {
	list-style: none;
	font-size: 14px;
	color: #aaa;
	max-width: 750px;
	margin: 10px auto;
}
.company li {
	line-height: 1.8;
}
.company li:nth-child(1) {
	font-weight: bold;
	color: #999;
}

.phiContent{
	text-align: center;
	line-height: 2em;
	padding-top: 30px;
	padding-bottom: 40px;
	
}
.phiContent2{

	padding-bottom: 30px;
	text-align:  center;
	
}
.phiContent2 img{

	text-align:  center;
	
}
#phitxt1{

	padding-bottom: 20px;
	
}

/*SP用*/
@media only screen and (max-width: 767px) {
	.mainwrapper  {
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
	}
	.pc { display: none !important; }
    .sp { display: block !important; width: 100%;}
	.sns_header {
		display: none;
	}
	.logo img{
		width: 85%;
	}
	.company h2 {
		margin-bottom: 30px;
	}
	.company ul {
		margin: 10px 20px ;
	}
	.nav {
		transition: all 0.6s;
		overflow-y: auto;
		padding-top: 40px;
		width: 300px;
		height: 100vh;
		z-index: 200;
		top: 0;
		right: -320px;
		background-color: #fff;
		position: fixed;
		flex-direction: column;
		align-items: baseline;
	  }
	  .nav img {
		padding: 20px;
		  display: flex;
	  }
	  .nav_btn {
		width: 44px;
		height: 44px;
		z-index: 300;
		top: 30px;
		right: 7px;
		cursor: pointer;
		position: absolute;
	  }
	  .hamburger_line {
		transition: all 0.6s;
		width: 34px;
		height: 2px;
		left: 5px;
		background-color: #6c6c6b;
		position: absolute;
	  }
	  .hamburger_line1 {
		top: 10px;
	  }
	  .hamburger_line2 {
		top: 21px;
	  }
	  .hamburger_line3 {
		top: 32px;
	  }
	  .nav_bg {
		opacity: 0;
		transition: all 0.6s;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		top: 0;
		left: 0;
		visibility: hidden;
		background-color: #000;
		cursor: pointer;
		position: fixed;
	  }
	  /* 表示された時用のCSS */
	  .nav_open .nav {
		right: 0;
	  }
	  .nav_open .nav_bg {
		opacity: 0.8;
		visibility: visible;
	  }
	  .nav_open .hamburger_line1 {
		transform: rotate(45deg);
		top: 20px;
	  }
	  .nav_open .hamburger_line2 {
		width: 0;
		left: 50%;
	  }
	  .nav_open .hamburger_line3 {
		transform: rotate(-45deg);
		top: 20px;
	  }
	}

}