/* ------------------------------ 子ページ見出し 背景画像 */
div.company {
  position: relative;
}
div.company section.heading:before {
  background-image: url("../images/conpany-top.jpg");
  background-position: 0px -472px;
}
@media screen and (max-width: 1024px) {
  div.company section.heading:before {
    background-position: 30% -310px;
  }
}
@media screen and (max-width: 768px) {
  div.company section.heading:before {
    background-position: 68% -322px;
  }
}


/* ------------------------------ div.wrap company　president */
div.company section.president div figure {
  width: 100%;
  max-width: 446px;
  margin: 0px 40px 0px 0px;
}
div.company section.president div > div {
  width: 40%;
}
div.company section.president div > div p.title {
  font-size: 1.375em;
  margin: 0px 0px 30px 0px;
}
div.company section.president div > div p.text {
  margin: 0px 0px 30px 0px;
}
div.company section.president div > span:nth-of-type(1) {
  margin: 0px 20px 0px 0px;
}

@media screen and (max-width: 1024px) {
  div.company section.president div > div {
    width: 44%;
  }
}
@media screen and (max-width: 964px) {
  div.company section.president > div {
    justify-content: space-between;
  }
  div.company section.president div figure {
    max-width: 340px;
  }
}
@media screen and (max-width: 753px) {
  div.company section.president div figure {
    max-width: inherit;
    margin: 0px 0px 30px 0px;
  }
  div.company section.president div > div {
    width: 100%;
  }
}

/* ------------------------------ div.wrap com-info */
div.company section.com-info {
  text-align: center;
}
/* ------------------------------ div.wrap timeline */
div.company section.timeline {
  text-align: center;
}
/* ------------------------------ div.wrap company 会社概要・沿革 */
div.company section.com-info h2.title, 
div.company section.timeline h2.title, 
div.company section.setsubi h2.title {
  width: 75%;
  text-align: center;
  font-size: 1.875em;
  color: #2461A8;
  margin: 0px auto 30px auto;
}
div.company section.com-info table, 
div.company section.timeline table {
  width: 75%;
  position: relative;
  z-index: 2;
  margin: 0px auto 142px auto;
}
div.company section.com-info table tr {
  border-bottom: solid 1px #2461A8;
  padding: 20px 0px 20px 0px;
}
div.company section.timeline table tr {
  border-bottom: solid 1px #DDDDDD;
  padding: 20px 0px 20px 0px;
}
div.company section.com-info table tr td, 
div.company section.timeline table tr td {
  font-size: 1.125em;
  text-align: left;
  padding: 16px 16px 16px 0px;
}
div.company section.com-info table tr td:nth-of-type(1) {
  width: 6%;
  color: #2461A8;
}
div.company section.timeline table tr td:nth-of-type(1) {
  width: 15%;
  color: #333333;
}
div.company section.com-info table tr td:nth-of-type(2), 
div.company section.timeline table tr td:nth-of-type(2) {
  width: 48%;
  color: #3B4043;
}
div.company section.timeline table tr td:nth-of-type(2) {
  color: #333333;
}
@media screen and (max-width: 1618px) {
  div.company section.com-info table tr td:nth-of-type(2), 
  div.company section.timeline table tr td:nth-of-type(2) {
    width: 30%;
    padding: 16px 10px 16px 0px;
  }
}
@media screen and (max-width: 1300px) {
  div.company section.com-info h2.title, 
  div.company section.timeline h2.title {
    width: 80%;
  }
  div.company section.com-info table, 
  div.company section.timeline table {
    width: 80%;
  }
}
@media screen and (max-width: 964px) {
  div.company section.com-info table, div.company section.timeline table {
    width: 100%;
  }
}
@media screen and (max-width: 753px) {
  div.company section.com-info table tr td:nth-of-type(2) {
    width: 16%;
  }
}
@media screen and (max-width: 559px) {
  div.company section.timeline table tr td:nth-of-type(1) {
    width: 100%;
    display: block;
    padding: 16px 16px 0px 0px;
    margin: 0px 0px 2px 0px;
  }
  div.company section.timeline table tr td:nth-of-type(2) {
    width: 100%;
    display: block;
    padding: 0px 16px 16px 0px;
  }
}
/* ------------------------------ div.wrap company 設備一覧 */
div.company section.setsubi {
  width: 100%;
  background-color: #F7F7F7;
  padding: 60px 0px 60px 0px;
  margin: 0px auto 60px auto;
}
div.company section.setsubi ul {
  width: 65%;
  margin: 0px auto 0px auto;
}
div.company section.setsubi ul.img:after {
  content: "";
  display: block;
  width: 356px;
}
div.company section.setsubi ul.img li {
  width: 356px;
  margin: 0px 0px 30px 0px;
}
div.company section.setsubi ul.img li img {
  width: 100%;
  max-width: 344px;
  height: 254px;
  object-fit: cover;
  margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 1643px) {
  div.company section.setsubi ul {
    width: 72%;
  }
}
@media screen and (max-width: 1440px) {
  div.company section.setsubi ul {
    width: 80%;
  }
}
@media screen and (max-width: 889px) {
  div.company section.setsubi ul.img li {
    width: 268px;
  }
}
@media screen and (max-width: 670px) {
  div.company section.setsubi ul.img li {
    width: 100%;
    max-width: 344px;
    margin: 0px auto 30px auto;
  }
  div.company section.setsubi ul.img li img {
    margin: 0px auto 10px auto;
  }
}
div.company section.setsubi ul.text:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 256px;
}
div.company section.setsubi ul.text li {
  width: 100%;
  max-width: 256px;
  height: 88px;
  background-color: #FFF;
  padding: 20px 24px 20px 24px;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 959px) {
  div.company section.setsubi ul.text li {
    max-width: 344px;
  }
}
@media screen and (max-width: 889px) {
  div.company section.setsubi ul.text li {
    max-width: 268px;
  }
}
@media screen and (max-width: 670px) {
  div.company section.setsubi ul.text li {
    max-width: 344px;
    margin: 0px auto 20px auto;
  }
}
@media screen and (max-width: 568px) {
  div.company section.setsubi ul.text li {
    max-width: inherit;
  }
}
/* ------------------------------ div.wrap map */
div.company section.access div.map {
  text-align: center;
  margin: 0 auto 34px auto;
}
div.company section.access div.map iframe {
  width: 100%;
  max-width: 1110px;
  height: 394px;
  display: block;
  margin: 0 auto;
}








