.comAnc{
	position: relative;
	background:#efefef;
	margin-top:100px;
	display:flex;
	justify-content: center;
	gap:40px;
}
.comAnc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #efefef;
  z-index: -1;
}
.comAnc li{
	display:inline-block;
}
.comAnc li a{
	position: relative;
	display:inline-block;
	text-decoration: none;
	padding:10px 20px 10px 10px;
}
.comAnc li a::before{
	position: absolute;
	top:50%;
	right:0;
	content: " ";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 8px;
  height: 8px;
	margin-top:-4px;
  border: 0.1em solid #e29200;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.company-intro{
	position: relative;
  background-color: #004a80;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	padding:100px 0;
	margin:0 -10px;
}
.company-name{
	max-width:500px;
	margin:0 auto 50px;
}
.company-intro p{
	max-width:650px;
	margin:0 auto 30px;
	color:#fff;
	line-height:1.8;
	font-size:1.25rem;
}
.company-intro .alignC{
	font-size:1rem;
	margin-top:100px;
}

/*.company-intro {
  display: flex;
  align-items: stretch;
	min-width:950px;
}
.company-intro-body {
  position: relative;
  width: 65%;
  padding: 80px 80px 80px 20px;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
}
.company-intro-body::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-100vw);
  width: 100vw;
  height: 100%;
  background: #004a80;
  z-index: -2;
}
.company-intro-body::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #004a80;
  clip-path: polygon(0 0, 85% 0, 75% 100%, 0 100%);
  z-index: -1;
}
.company-intro-body img{
	width:85%;
	padding-bottom:30px;
}
.company-intro-body p{
	width:85%;
	padding-bottom:30px;
	line-height:1.8;
	letter-spacing: 0.08em;
}
.company-intro-ceo {
	position: relative;
  width: 35%;
  padding: 0;
  text-align: center;
}
.company-intro-ceo img{
	position: absolute;
	width:100%;
	bottom:0;
}
figcaption .ceo-name{
	position: absolute;
	bottom:20px;
	text-align:center;
}
*/









.company-list {
  display: grid;
  grid-template-columns: 150px 1fr;
  row-gap: 12px;
}
.company-list dt,
.company-list dd{
  border-bottom: 1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}
.company-list dt {
  font-weight: bold;
}

.philosophy-list {
	background: url("../images/bg01.jpg") no-repeat;
	background-size: cover;
	list-style: none;
	margin:0 -10px;
	padding:120px 10px;
}
.philosophy-list li {
  margin-bottom:24px;
  line-height:1.8;
	font-size:1.5rem;
	text-align:center;
	font-weight:400;
}
#com01,
#com02,
#com03{
	margin-top:-40px;
	padding-top:40px;
}






