@charset "UTF-8";
/*
	Filename: company
	Version: 1.0.1
*/
/*-----------------------------------------------------
	sec#company
------------------------------------------------------*/
#company {
  padding: 0 0 80px;
}
#company h2 {
	margin-bottom: 50px;
}
#company table {
	width: 100%;
}
#company table tr th, #company table tr td {
	width: 30%;
	padding: 15px 30px;
	background: #F5F9FC;
	border: 1px solid #E1E6EA;
	text-align: left;
}
#company table tr td {
	width: 70%;
	background: #fff;
}
#company table tr:nth-of-type(4) th, #company table tr:nth-of-type(5) th,
#company table tr:nth-of-type(4) td, #company table tr:nth-of-type(5) td {
  padding-bottom: 0;
  border-top: none;
	border-bottom: none;
}
#company table tr:nth-of-type(6) th, #company table tr:nth-of-type(6) td {
  border-top: none;
}
@media screen and (max-width: 750px) {
	#company table tr th, #company table tr td {
		width: 100%;
		display: block;
	}
	#company table tr:first-of-type th {
		border-top: 2px solid #E1E6EA;
	}
  #company table tr:nth-of-type(4) th, #company table tr:nth-of-type(5) th,
  #company table tr:nth-of-type(4) td, #company table tr:nth-of-type(5) td {
    padding-bottom: 15px;
    border-top: 1px solid #E1E6EA;
    border-bottom: 1px solid #E1E6EA;
  }
  #company table tr:nth-of-type(6) th, #company table tr:nth-of-type(6) td {
    border-top: 1px solid #E1E6EA;
  }

}

/*-----------------------------------------------------
	sec#philosophy
------------------------------------------------------*/
#philosophy {
  padding: 80px 0;
  background-image: url("../images/company_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: #F5F9FC;
  border-top: 8px solid #E1E6EA;
  border-bottom: 8px solid #E1E6EA;
}
#philosophy h2 {
  margin-bottom: 50px;
}
#philosophy h3 {
  margin-bottom: 30px;
  font-family: 'Shippori Mincho', serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}
#philosophy h3 span {
  margin-bottom: 20px;
  font-size: 30px;
  color: #0E6EB8;
}
#philosophy p {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.2;
  text-align: center;
}
.philosophyBr {
  display: none;
}
@media screen and (max-width: 1080px) {
  .philosophyBr {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .philosophyBr {
    display: none;
  }
  #philosophy p {
    text-align: left;
  }
}
/*-----------------------------------------------------
	sec#greeting
------------------------------------------------------*/
#greeting {
  padding: 80px 0 0;
}
#greeting h2 {
  margin-bottom: 50px;
}
.greeting_text {
  width: 60%;
}
.greeting_photo {
  width: 35%;
}
.greeting_photo img {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  .greeting_text {
    width: 100%;
    margin-bottom: 30px;
  }
  .greeting_photo {
    width: 100%;
  }
}



