@media (max-width:736px) {
  #main .visual img {
    width: 94.5%;
  }
}

#main .philosophy {
  padding: 95px 0;
  background: url(../../_images/company/bg-1.jpg) center top /contain no-repeat #f6f9fc;
}

#main .philosophy .title-1 {
  color: #3869a8;
  margin-bottom: 2em;
}

#main .philosophy .title-1 img {
  margin: 0 auto 0.75em;
}

#main .philosophy .box {
  max-width: 640px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  color: #3869a8;
  padding: 6%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

#main .philosophy .box p + p {
  margin-top: 2em;
}

@media (max-width:736px) {
  #main .philosophy {
    padding: 40px 0;
    background-size: cover;
  }
  #main .philosophy .title-1 img {
    width: 86.33%;
  }
  #main .philosophy .box {
    font-size: 1.6rem;
    padding: 2em;
  }
  #main .philosophy .box p br {
    display: none;
  }
}

#main .profile {
  padding: 90px 0;
  background: #f6f9fc;
}

#main .profile .title-1 {
  color: #3869a8;
  margin-bottom: 2em;
}

#main .profile .title-1 img {
  margin: 0 auto 0.75em;
}

@media (max-width:736px) {
  #main .profile {
    padding: 40px 0;
  }
  #main .profile .title-1 img {
    width: 55.16%;
  }
}

#main .history {
  padding: 90px 0;
  background: #e7eef5;
}

#main .history .title-1 {
  color: #3869a8;
}

#main .history .title-1 img {
  margin: 0 auto 0.75em;
}

#main .history .list {
  position: relative;
  padding-bottom: 50px;
}

#main .history .list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 3px;
  background: #3869a8;
  margin-left: -1.5px;
}

#main .history .list .item {
  position: relative;
}

#main .history .list .item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 10px solid #3869a8;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
}

#main .history .list .item .box {
  position: relative;
  width: 47%;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}

#main .history .list .item .box:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
  transform: translate(100%,-50%);
}

#main .history .list .item:nth-child(2n+2) .box {
  margin-left: auto;
}

#main .history .list .item:nth-child(2n+2) .box:after {
  left: 0;
  right: auto;
  border-left-color: transparent;
  border-right-color: #fff;
  transform: translate(-100%,-50%);
}

@media (max-width:736px) {
  #main .history {
    padding: 40px 0;
  }
  #main .history .title-1 img {
    width: 56.66%;
  }
  #main .history .list .item {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  #main .history .list .item:last-child {
    padding-bottom: 0;
  }
  #main .history .list .item:before {
    top: 0;
    transform: translateX(-50%);
  }
  #main .history .list .item .box {
    width: 100%;
    margin-top: 20px;
  }
  #main .history .list .item .box:after {
    content: none;
  }
}
