@charset "utf-8";

/* =========================PC=========================================== */
@media screen and (min-width: 768px) {

/*.access_map {
	width: 460px;
}*/

/* =============================================================================
   キーイメージ
   ========================================================================== */
.keyimages {
	background: url(../images/company/bgKeyimages202111.jpg) no-repeat center bottom;
	background-size: cover;
}
#company .box{background-color: #0162d0;}
#company .wrap{width: 960px; margin: 0 auto;}
#company .ttlBar{height: 67px;}	
#company .ttlBar img{margin-left: 10px; margin-top: 18px; }
	
/* =============================================================================
   #greetingSec
   ========================================================================== */
#greetingSec {
	padding-bottom: 80px;
	background: url(../images/company/bgGreeting.jpg) repeat 0 0;
}
#greetingSec .wrap {
	overflow: hidden;
	background: url(../images/company/bgGreetingTop202111.jpg) no-repeat right bottom;
}
#greetingSec .left {
	width: 560px;
	float: left;
}
#greetingSec .left p {
	padding-left: 10px;
}
#greetingSec h2 {
	margin-bottom: 20px;
}
#greetingSec p em {
	font-size: 2.2rem;
	font-weight: bold;
	display: block;
}
#greetingSec p {
	margin-bottom: 1em;
}
#greetingSec p.name {
	text-align: right;
}
#greetingSec p.name em {
	padding-left: 10px;
	font-weight: normal;
	display: inline;
}
/* =============================================================================
   #outlineSec
   ========================================================================== */
#outlineSec .wrap {
	display: flex;
	justify-content: space-between;
}
#outlineSec h2 {
	margin-bottom: 50px;
	text-align: center;
}
#outlineSec table {
	width: 960px;
	margin: 0 auto;
	border-collapse: collapse;
}
#outlineSec table th {
	width: 30%;
	padding: 15px 0;
	letter-spacing: 0.2em;
}
#outlineSec table td {
	width: 70%;
	padding: 15px 0;
}
#outlineSec table tr:nth-child(odd) {
	background-color: #ecf4fc;
}
#outlineSec table span {
	font-weight: 600;
}
#outlineSec .outlineSec-address {
	display: flex;
	padding: 5px 0;
}
	#outlineSec .outlineSec-address ul li:last-child{
		padding-top: 20px;
	}
#outlineSec .outlineSec-address span {
	display: inline-block;
	width: 120px;
}
/* =============================================================================
   #accessSec
   ========================================================================== */
/*#accessSec .wrap{
	display: flex;
	justify-content: space-between;
}*/
#accessSec h2 {
	margin-bottom: 50px;
	text-align: center;
}
	#accessSec .under{
		padding-top: 3em;
	}
}




/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {


/* =============================================================================
   キーイメージ
   ========================================================================== */
.keyimages {
	background: url(../images/company/bgKeyimages202101.jpg) no-repeat center bottom;
	background-size: cover;
}
/* =============================================================================
   #greetingSec
   ========================================================================== */
#greetingSec {
	padding-bottom: 80px;
	background: url(../images/company/bgGreeting.jpg) repeat 0 0;
}
#greetingSec .wrap {
	overflow: hidden;
	/*background: url(../images/company/bgGreetingTop202101.jpg) no-repeat right bottom;*/
}
#greetingSec .left {
	width: 100%;
}
#greetingSec .left p {
	padding-left: 10px;
	padding-right:10px;
}
#greetingSec h2 {
	margin-bottom: 20px;
}
#greetingSec p em {
	font-size: 2.2rem;
	font-weight: bold;
	display: block;
}
#greetingSec p {
	margin-bottom: 1em;
}
#greetingSec p.name {
	text-align: right;
}
#greetingSec p.name em {
	padding-left: 10px;
	font-weight: normal;
	display: inline;
}
/* =============================================================================
   #outlineSec
   ========================================================================== */
#outlineSec .wrap {
	display: flex;
	justify-content: space-between;
}
#outlineSec h2 {
	margin-bottom: 50px;
	text-align: center;
}
#outlineSec table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#outlineSec table th {
	width: 100%;
	padding: 15px 0;
	letter-spacing: 0.2em;
	display:block;
	background-color: #ecf4fc;
}
#outlineSec table td {
	width: 100%;
	padding: 15px 0;
	display:block;
	padding-left:10px;
	padding-right:10px;
}
#outlineSec table tr {
	
}
#outlineSec table span {
	font-weight: 600;
}
#outlineSec .outlineSec-address {
	padding: 5px 0;
}
		#outlineSec .outlineSec-address ul li:last-child{
		padding-top: 20px;
	}
#outlineSec .outlineSec-address span {
	display: inline-block;
	width: 100%;
}
/* =============================================================================
   #accessSec
   ========================================================================== */
#accessSec .wrap{
	justify-content: space-between;
}
#accessSec h2 {
	margin-bottom: 50px;
	text-align: center;
}

#accessSec{margin-bottom: 0 !important;}

.access_map {
	margin-bottom: 50px;
	text-align: center;
}



}
