/* CSS Document */

#greeting {
	padding: 80px 0 0;
}
#greeting h2 {
	font-size: 140%;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	color: #004973;
	margin-bottom: 50px;
}
#greeting dl {
	display: flex;
  gap: 30px;
	justify-content: center;
}
#greeting dl dt{
	width: 55%;
}
#greeting dl dt span{
	font-weight: 500;
	margin-top: 10px;
	display: block;
}
#greeting dl dd{
	width: 35%;
	text-align: center;
}
#greeting dl dd img{
	width: 80%;
}

#about {
	padding: 80px 0 0;
}
#about h2 {
	font-size: 140%;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	color: #004973;
	margin-bottom: 50px;
}
#about table {
  margin: auto;
	width: 1200px;
}
#about .tbl th {
  background: #E2E1DE;
	border-top: solid 1px #BCC3C5;
	border-bottom: solid 1px #BCC3C5;
  padding: 20px;
	font-weight: 400;
  width: 25%;
	vertical-align: middle;
	line-height: normal;
}
#about .tbl td {
	border-top: #Bcc3c5 1px solid;
	border-bottom: solid 1px #BCC3C5;
	
  padding: 30px 10px;
}


#vision {
	padding: 80px 0 0;
}
#vision h2 {
	font-size: 140%;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	color: #004973;
	margin-bottom: 50px;
}
#vision dl {
	border: 1px solid #Bcc3c5;
  padding: 30px;
  position: relative;
  margin: 0 auto 60px;
}
#vision dt {
	font-size: 120%;
  position: absolute;
  top: -28px;
  background: #F2F2F2;
  padding: 10px 30px;
	font-weight: 500;
}

#recruit {
	padding: 80px 0 0;
}
#recruit h2 {
	font-size: 140%;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	color: #004973;
	margin-bottom: 50px;
}
#recruit p{
	text-align: center;
}
#recruit a{
	text-decoration: underline;
    color: #004973;
}




@media screen and (max-width: 480px) {
  
#company {
  padding: 40px 0 0;
}
  
#greeting dl {
	display: block;
}
#greeting dl dt{
	width: 100%;
}
#greeting dl dt span{
	margin-bottom: 20px;
}
#greeting dl dd{
	width: 100%;
}
#greeting dl dd img{
	width: 100%;
}  

#about table {
  width: 100%;
}
#about .tbl {
  margin: 30px 0;
}
#about .tbl th,
#about .tbl td {
  display: block;
  width: auto;
}
#about .tbl th {
  width: 100%;
	padding: 15px 0;
	border-top: none;
	border-bottom: none;
}
#about .tbl td {
  padding: 15px 10px;
	border-top: none; 
  border-bottom: none;
	width: auto;
}  
  
  
}
