header .inner nav.pc ul.nav01 > li .nav02 {
  top: 75px;
}

@media screen and (max-width: 1200px) {
  header .inner nav.pc ul.nav01 > li .nav02 {
    top: 3.3%;
  }
}

@media screen and (max-width: 960px) {
  header .inner nav.pc ul.nav01 > li .nav02 {
    top: 2.3%;
  }
}

.mv h2 {
  background: url(/company/common/img/mv.jpg) no-repeat center center/cover;
}

ul.breadcrumbs {
  padding: 22px 0 65px;
}

.cnt {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 350px;
}

@media screen and (max-width: 768px) {
  .cnt {
    margin-bottom: 100px;
  }
}

.cnt .list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .cnt .list {
    width: 100%;
  }
}

.cnt .list ul {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .cnt .list ul {
    margin-bottom: 38px;
  }
}

.cnt .list ul:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cnt .list ul:nth-last-of-type(1) {
    margin-bottom: 38px;
  }
}

.cnt .list ul li {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .cnt .list ul li {
    margin-bottom: 16px;
  }
}

.cnt .list ul li:nth-last-of-type(1) {
  margin-bottom: 16px;
}

.cnt .list ul li.fz20, .cnt .list ul li a.fz20 span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .cnt .list ul li.fz20, .cnt .list ul li a.fz20 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.cnt .list ul li.fz20 a, .cnt .list ul li a.fz20 span a {
  font-weight: 600;
}

.cnt .list ul li img, .cnt .list ul li span {
  display: inline-block;
  vertical-align: middle;
}

.cnt .list ul li img {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .cnt .list ul li img {
    width: 16px;
    margin-right: 6px;
  }
}

.cnt .list ul li span {
  font-weight: 500;
}

.cnt .list.list02 ul:nth-last-of-type(1) {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .cnt .list.list02 ul:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
