.page-lower #visual {
  background-image: url("../images/company/visual-bg.jpg");
}
#visual .title:after {
  content: 'Company';
}

#main .title-2 {
  text-align: center;
  margin-bottom: 1em;
}
#main .title-2:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: var(--c-blue);
  margin: 15px auto 0;
  transform: rotate(45deg);
}

#main .about {
  text-align: center;
}
#main .about .catch {
  margin-bottom: 2em;
}
#main .about .safety {
  margin-top: 2em;
}
#main .about .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (min-width:769px) {
  #main .about .list .item {
    width: 23.612%;
    margin-left: 1.8506%;
  }
  #main .about .list .item:nth-child(4n+1) {
    margin-left: 0;
  }
  #main .about .list .item:nth-child(n+5) {
    margin-top: 2%;
  }
}
@media (max-width:768px) {
  #main .about .list {
    margin-top: 40px;
  }
  #main .about .list .item {
    width: 100%;
  }
}
#main .about .list .item .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: .25em;
  background: var(--c-blue);
}
#main .about .list .item .photo {
  overflow: hidden;
  margin-top: 0;
}
#main .about .list .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .about .list .item .content {
  min-height: 200px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  padding: 1em;
  background: var(--c-blue2);
}
@media (max-width:768px) {
  #main .about .list {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .about .list .item ~ .item {
    margin-top: 30px;
  }
  #main .about .list .item .content {
    min-height: 0;
  }
}

#main .group {
  margin-top: 90px;
}
#main .group .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .group .item ~ .item {
  margin-top: 90px;
}
@media (max-width:768px) {
  #main .group .item ~ .item {
    margin-top: 50px;
  }
}
#main .group .item .figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47.37%;
  aspect-ratio: 54 / 36;
  text-align: center;
  padding: 30px 25px;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
}
#main .group .item .figure img {
  
}
#main .group .item .figure .btn {
  max-width: 360px;
  min-height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 1em;
  padding-left: 70px;
  background: #008ad5;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: .2s;
}
#main .group .item .figure .btn:hover {
  filter: brightness(110%);
}
#main .group .item .figure .btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1em;
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/common/arrow-2.png") center center /16px auto no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: .2s;
}
#main .group .item .figure .btn:hover:before {
  transform: translateY(-50%) scale(1.1);
}
#main .group .item .figure .btn:after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/icon-aside.png") center center /contain no-repeat;
  margin-left: .4em;
}
#main .group .item .content {
  width: 47.37%;
}
#main .group .item .content .table th {
  vertical-align: top;
  font-weight: 700;
  width: 5.5em;
  text-align: left;
}
#main .group .item .content .link {
  font-weight: 700;
  color: var(--c-blue);
}
#main .group .item .content .link:hover {
  text-decoration: underline;
}
#main .group .item .content .link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../images/common/arrow-2.png") center center /14px auto no-repeat var(--c-blue);
  border-radius: 50%;
  margin-top: -2px;
  margin-right: .4em;
}
#main .group .item .content .message {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.65;
}
@media (max-width:960px) {
  #main .group .item {
    display: block;
  }
  #main .group .item .figure,
  #main .group .item .content {
    width: 100%;
  }
  #main .group .item .figure {
    max-width: 540px;
    margin: 0 auto;
  }
  #main .group .item .content {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  #main .group {
    margin-top: 50px;
  }
}
@media (max-width:540px) {
  #main .group .item .figure .btn {
    min-height: 60px;
    padding: .5em;
    padding-left: 40px;
  }
  #main .group .item .figure .btn:before {
    width: 40px;
    height: 40px;
  }
}

#main .group .item.mkk .btn {
  background: #1d2088;
}

#main .group .item.bps .figure img {
  max-width: 76.5%;
}
#main .group .item.bps .btn {
  background: #6c6cb0;
}
#main .group .item.hotoneservice .btn {
  background: #69a84c;
}

#main .history {
  margin-top: 90px;
}
@media (max-width:768px) {
  #main .history {
    margin-top: 50px;
  }
}
#main .history .year {
  text-align: center;
}
#main .history .icon {
  display: block;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: .25em 1em .3em;
  background: var(--c-blue);
  margin: .5em auto 1em;
}
#main .history .history-border {
  position: relative;
}
#main .history .history-border:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #ccc;
}
#main .history .history-border > * {
  position: relative;
  z-index: 1;
}
#main .history .history-border .row {
  max-width: 930px;
  position: relative;
  margin: 0 auto;
}
#main .history .history-border .row:first-child {
  margin-bottom: 50px;
}
#main .history .history-border .row:first-child:after {
  content: none;
}
#main .history .history-border .row:first-child:before {
  content: none;
}
#main .history .history-border .row:before {
  content: '';
  position: absolute;
  top: calc(1em + 10px);
  left: 50%;
  width: 5%;
  height: 1px;
  background: #ccc;
  transform: translateX(-100%);
}
#main .history .history-border .row:nth-child(2n+1):before {
  transform: none;
}
#main .history .history-border .row:after {
  content: '';
  position: absolute;
  top: 1em;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--c-blue);
  transform: translateX(-50%);
}
#main .history .history-border .row .icon-2 {
  display: block;
  max-width: 500px;
  text-align: center;
  line-height: 1.5;
  padding: .75em;
  background: #fff;
  border: 1px solid;
  margin: 1em auto;
}
#main .history .history-border .item {
  width: 45%;
}
#main .history .history-border .row:nth-child(2n+1) .item {
  margin-left: auto;
}
#main .history .history-border .row:nth-child(2n+1) .item .num {
  text-align: left;
}
#main .history .history-border .row:nth-child(2n+2) .item .num {
  text-align: right;
}
#main .history .history-border .item .photo {
  width: fit-content;
  margin-left: auto;
}
#main .history .history-border .item p {
  width: fit-content;
  font-weight: 700;
  margin-left: auto;
}
#main .history .history-border .row:nth-child(2n+1) .item .photo,
#main .history .history-border .row:nth-child(2n+1) .item p {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width:768px) {
  #main .history .history-border .row .icon-2 {
    max-width: initial;
    margin-left: 0;
  }
  #main .history .history-border:before {
    left: 0;
  }
  #main .history .history-border .row:before {
    left: 0;
    right: auto;
    width: 30px;
    transform: none;
  }
  #main .history .history-border .row:after {
    left: 0;
    right: auto;
    width: 20px;
    height: 20px;
  }
  #main .history .history-border .item {
    width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  #main .history .history-border .row ~ .row {
    margin-top: 30px;
  }
  #main .history .history-border .row .item .num {
    text-align: left !important;
  }
  #main .history .history-border .row .item .photo {
    margin-left: 0;
  }
  #main .history .history-border .item p {
    width: 100%;
    margin-left: 0;
  }
}