#sec_pagettl {
  background: url(../img/company/ttlbg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 500px;
}

#sec1 .ttlbg {
  background: url(../img/company/ceo.jpg) no-repeat top center;
  background-size: cover;
  padding: 200px 0px;
}

.map iframe {
  width: 100%;
  height: 300px;
}

#sec5 .list {
  display: flex;
  flex-wrap: wrap;
}
#sec5 .list li {
  width: 25%;
  position: relative;
  overflow: hidden;
}
#sec5 .list li .ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% - 0.5em);
  z-index: 2;
  font-size: 100%;
}
#sec5 .list li img {
  transition: 1s;
}
#sec5 .list li:hover img {
  transform: scale(1.2);
}

#sec6 .list li {
  margin-bottom: 25px;
}
#sec6 .list li:last-child {
  margin-bottom: 0px;
}
#sec6 .list li a {
  display: flex;
  background: #fff;
  border-radius: 50px;
  padding: 15px 25px;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
#sec6 .list li a .date {
  color: #aaa;
  width: 85px;
}
#sec6 .list li a .icon {
  width: 50px;
  text-align: center;
}
#sec6 .list li a .text {
  width: calc(100% - 155px);
}

.en .styleList_simple li .ttl{
  min-width: 15em;
}
/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
  #sec6 .list li a .text {
    font-size: 90%;
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  #sec_pagettl {
    background: url(../img/company/ttlbg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 250px;
  }
  #sec1 .ttlbg {
    background: url(../img/company/ceo.jpg) no-repeat center right 36%;
    background-size: cover;
    padding: 100px 0px;
  }
  #sec5 .list li {
    width: 50%;
  }
  #sec6 .list li a .date {
    color: #aaa;
    width: 65px;
    font-size: 80%;
  }
  #sec6 .list li a .icon {
    width: 35px;
    text-align: center;
  }
  #sec6 .list li a .icon img {
    width: 20px;
  }
  #sec6 .list li a .text {
    width: calc(100% - 120px);
    font-size: 80%;
  }
}
