@charset "UTF-8";

/* 会社概要 */

/* about --------------------------------------------------------------- */
#about {
	margin: 0 auto;
	padding: 0;
	}

@media screen and (max-width: 768px){
	}



/* pageing --------------------------------------------------------------- */
#pageing {
	margin: 0 auto;
	}
	
	#pageing ul {
		width: 1100px;
		margin: 0 auto;
		overflow: hidden;
		}
		
		#pageing ul li {
			float: left;
			width: 175px;
			margin-right: 10px;
			}
		
		#pageing ul li:nth-child(1) {
			width: 150px;
			}
		
		#pageing ul li:nth-child(2) {
			width: 120px;
			}
			
		#pageing ul li:nth-child(3) {
			width: 120px;
			}
		
		#pageing ul li:nth-child(4) {
			width: 150px;
			}
		
		#pageing ul li:nth-child(5) {
			width: 200px;
			}
		
		#pageing ul li:nth-child(6) {
			width: 150px;
			}
			
		#pageing ul li:last-child {
			width: 150px;
			margin-right: 0;
			}
			
			#pageing ul li a {
				text-align: center;
				padding: 15px 0 15px 10px;
				border: solid 0.5px;
				background-image: url(../../img/common/arrowBKdown.png);
				background-position: 10px center;
				background-size: auto 13px;
				}

@media screen and (min-width:401px) and (max-width:1112px){
	#pageing ul {
		width: 90%;
		}
	
		#pageing ul li {
			display: block;
			margin-right: 2%;
			margin-bottom: 15px;
			}
		
		#pageing ul li:nth-child(1),
		#pageing ul li:nth-child(2),
		#pageing ul li:nth-child(3),
		#pageing ul li:nth-child(4),
		#pageing ul li:nth-child(5),
		#pageing ul li:last-child {
			width: 32%;
			}
		
		#pageing ul li:nth-child(3),
		#pageing ul li:last-child {
			margin-right: 0;
			}
	}

@media screen and (max-width: 767px){
	#pageing ul {
		width: 90%;
		}
		
		#pageing ul li:nth-child(1),
		#pageing ul li:nth-child(2),			
		#pageing ul li:nth-child(3),			
		#pageing ul li:nth-child(4),			
		#pageing ul li:nth-child(5),				
		#pageing ul li:last-child {
			float: none;
			width: 100%;
			margin-right: 0;
			margin-bottom: 3px;
			}
		
			#pageing ul li a {
				background-position: 15px center;
				}
	}
		
		
		
/* greeting --------------------------------------------------------------- */
#greeting {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 30px auto;
	padding-top: 70px;
	}
	
	#greeting p {
		font-size: 15px;
		line-height: 2.5;
		}
	
	#greeting p.img {
		margin-bottom: 20px;
		}
		
		#greeting p span {
			width: 140px;
			margin: 1em 0 0 auto;
			}
			
		#greeting p img {
			width: 100%;
			}

@media screen and (max-width:834px){
	#greeting {
		margin: 0 auto;
		padding-top: 50px;
		}

		#greeting p {
			line-height: 1.8;
			}
	}

@media screen and (min-width:600px) and (max-width:834px){
	}



/* philosophy --------------------------------------------------------------- */
#philosophy {
	width: 90%;
	max-width: 850px;
	margin: 0 auto 100px auto;
	padding-top: 70px;
	}
	
	#philosophy div {
		margin-bottom: 30px;
		padding-top: 70px;
		text-align: center;
		}
	
	#philosophy h2 {
		color: #e95538;
		margin-bottom: 30px;
		background-image: url(../../img/common/borderO.jpg);
		}
	
		#philosophy p {
			font-size: 14px;
			line-height: 2.5;
			}
			
			#philosophy p span {
				font-size: 30px;
				margin-bottom: 10px;
				letter-spacing: 0.1em;
				}
			
			#philosophy div:nth-child(2) p {
				text-align: left;
				margin-bottom: 15px;
				margin-bottom: 2em;
				}
				
			#philosophy div:nth-child(2) p span,
			#philosophy div:nth-child(3) p span {
				font-size: 24px;
				margin-bottom: 0;
				}
		
			#philosophy ul {
				width: 90%;
				margin: 0 auto;
				margin: 20px auto 50px auto;
				list-style-type: decimal;
				}
				
				#philosophy ul li {
					text-align: left;
					font-size: 14px;
					line-height: 2.5;
					}

@media screen and (max-width: 768px){
	#philosophy {
		margin: 0 auto 50px auto;
		padding-top: 0;
		}
		
		#philosophy div {
			margin-bottom: 0;
			padding-top: 50px;
			}
		
		#philosophy div:last-child {
			margin-bottom: 0;
			}
			
			#philosophy p {
				font-size: 14px;
				line-height: 2;
				}
				
				#philosophy p span {
					font-size: 18px;
					}
				
				#philosophy div:nth-child(2) p span {
					font-size: 18px;
					}

					#philosophy ul li {
						line-height: 2;
						font-size: 14px;
						}
	}



/* mission --------------------------------------------------------------- */
#mission {
	max-width: 780px;
	margin: 0 auto;
	}
			
	#mission p {
		font-size: 16px;
		}
		
		#mission p span {
			padding-bottom: 20px;
			}

@media screen and (max-width: 768px){
	}



/* action --------------------------------------------------------------- */
#action {
	}
			
	#action p {
		text-align: left;
		margin-bottom: 30px;
		line-height: 1.6;
		}
		
		#action p span {
			font-size: 26px;
			}

@media screen and (max-width: 768px){
	}
	


/* name --------------------------------------------------------------- */
#name {
	font-size: 18px;
	}
	
	#name p,
	#name ul {
		font-size: 16px !important;
		}
		
	#name ul {
		list-style: disc;
		margin-bottom: 1em;
		}
		
	#name ul li {
		display: list-item;
		margin-bottom: 1em;
		}

@media screen and (max-width: 768px){
	}
	
	
	
/* profile --------------------------------------------------------------- */
#profile {
	margin: 0 auto;
	padding: 100px 0;
	background-color: #f9f9f9;
	}
	
	#profile #profileInner {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
		overflow: hidden;
		}
	
		#profile #profileInner #profileLeft,
		#profile #profileInner #profileRight {
			width: 500px;
			}
			
		#profile #profileInner #profileLeft {
			float: left;
			}
		
		#profile #profileInner #profileRight {
			float: right;
			}
			
			#profile #profileInner #profileRight .gray {
				opacity: 0.5;
				}
			
		#profile #profileInner h3 {
			}
					
		#profile #profileInner dl {
			display: table;
			margin-bottom: 20px;
			font-size: 14px;
			line-height: 2;
			}
			
			.profileRightInner {
				text-align: center;
				margin-bottom: 40px;
				}
			
			#arrow {
				margin-bottom: 40px;
				padding: 0 0 20px 0;
				text-align: center;
				border-top: solid 0.5px;
				border-bottom: solid 0.5px;
				}
				
				#arrow .fas {
					font-size: 300%;
					margin-right: 7px;
					position: relative;
					top: 12px;
					}
				
				.profileRightInner h4 {
					display: inline-block;
					margin: 0 auto 30px auto;
					padding-bottom: 10px;
					border-bottom: solid 1px;
					}
					
			
		#profile #profileInner dl:nth-child(odd){
			}
		
			#profile #profileInner dl dt,
			#profile #profileInner dl dd {
				display: table-cell;
				vertical-align: top;
				text-align: left;
				}
			
			#profile #profileInner dl dt {
				width: 80px;
				}
				
			#profile #profileInner #profileRight dl dt {
				width: 70px;
				}
				
			#profile #profileInner dl dd {
				padding-left: 30px;
				border-left: solid 0.5px;
				}
				
				#profile #profileInner dl dd .fas {
					font-size: 120%;
					}
			
@media screen and (min-width:769px) and (max-width:1024px){
	#profile {
		padding: 50px 0;
		}
	
	#profile #profileInner #profileLeft,
	#profile #profileInner #profileRight {
		width: 45%;
		}
	}

@media screen and (max-width: 768px){
	#profile {
		padding: 50px 0;
		}
		
		#profile #profileInner {
			}
		
			#profile #profileInner #profileLeft,
			#profile #profileInner #profileRight {
				width: 100%;
				float: none;
				}
				
			#profile #profileInner #profileLeft {
				margin-bottom: 50px;
				}
				
			#profile #profileInner dl {
				line-height: 1.8;
				}
				
			#profile #profileInner dl:nth-child(odd){
				}
				
				#profile #profileInner dl dt,
				#profile #profileInner dl dd {
					display: table-cell;
					vertical-align: top;
					}
				
				#profile #profileInner dl dt {
					width: 80px;
					}
					
				#profile #profileInner #profileRight dl dt {
					width: 70px;
					}
					
				#profile #profileInner dl dd {
					padding-left: 30px;
					border-left: solid 0.5px;
					}
	}



/* access --------------------------------------------------------------- */
#access {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 50px auto;
	padding-top: 100px;
	overflow: hidden;
	}
	
	#access h3 {
		}
		
	#access dl {
		width: 90%;
		display: table;
		margin: 0 auto;
		}
		
		#access dl dt,
		#access dl dd {
			display: table-cell;
			vertical-align: top;
			}
		
		#access dl dt {
			width: 450px;
			}
			
			#access dl dt p {
				line-height: 2;
				padding-top: 1em;
				margin-bottom: 40px;
				}
				
				#access dl dt p span {
					font-size: 13px;
					margin-left: 3px;
					}
				
				#access dl dt p span.train {
					padding-left: 20px;
					background-image: url(../../img/about/access/train.png);
					background-repeat: no-repeat;
					background-position: left center;
					background-size: auto 11px;
					}
				
				#access dl dt p span.train:first-child {
					margin-top: 10px;
					}
			
			#access dl dt .more {
				}
			
				#access dl dt .more a {
					color: #e95538;
					border-color: #e95538 !important;
					background-image: url(../../img/common/arrowR.png);
					}
		
		#access dl dd {
			width: 600px;
			padding-left: 50px;
			}
			
			#access dl dd #map {
				width: 100%;
				height: 350px;
				}
				
@media screen and (min-width:769px) and (max-width:1112px){
	#access {
		margin: 0 auto 30px auto;
		padding-top: 30px;
		}
		
		#access dl {
			}
			
			#access dl dt,
			#access dl dd {
				display: table-cell;
				vertical-align: top;
				}
			
			#access dl dt {
				width: 48%;
				}
			
			#access dl dd {
				width: 50%;
				padding-left: 2%;
				}
				
				#access dl dd #map {
					width: 100%;
					height: 350px;
					}
	}

@media screen and (max-width:768px){
	#access {
		margin: 0 auto;
		padding-top: 20px;
		}
		
		#access dl {
			display: block;
			}
			
			#access dl dt,
			#access dl dd {
				display: block;
				}
			
			#access dl dt {
				width: 100%;
				margin-bottom: 30px;
				}
				
				#access dl dt p {
					line-height: 1.8;
					padding-top: 0;
					margin-bottom: 30px;
					}
					
					#access dl dt p span {
						display: inline;
						}
					
					#access dl dt p span.train {
						display: block;
						}
			
			#access dl dd {
				width: 100%;
				padding-left: 0;
				}
				
				#access dl dd #map {
					height: 300px;
					}
	}