@charset "utf-8";

/*============================
事業内容　概要
============================*/

#service .text {
  width: 360px;
}

#service img {
  width: 360px;
}

#service .lead {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

#service h3 {
  border: 0;
  padding-left: 20px;
  color: #fff;
  background-color: #452c71;
}

@media only screen and (max-width: 768px) {
  #service .text {
    width: 100%;
  }

  #service img {
    width: 100%;
    margin-top: 20px;
  }

  #service .lead {
    font-size: 18px;
  }
}

/*============================
事業内容　一覧
============================*/

#service-list section {
  border-top: 1px solid #452c71;
  padding: 30px 0;
}

#service-list section:last-child {
  border-bottom: 1px solid #452c71;
}

#service-list section .text {
  width: 450px;
}

#service-list h2 {
  position: relative;
  padding: 14px 0 14px 120px;
  border: 0;
  background-color: transparent;
  color: #452c71;
  font-size: 24px;
}

#service-list h2 .no-set {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 42px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}

#service-list h2 .no-set .eng {
  font-size: 18px;
  display: block;
}

#service-list h2::before {
  content: '';
  height: 60px;
  width: 2px;
  background-color: #452c71;
  position: absolute;
  top: 0;
  left: 95px;
  bottom: 0;
  margin: auto;
}

#service-list section img {
  width: 280px;
}

@media only screen and (max-width: 768px) {
  #service-list section {
    padding: 20px 0;
  }

  #service-list section .text {
    width: 100%;
  }

  #service-list h2 {
    padding: 10px 0 10px 85px;
    font-size: 20px;
  }

  #service-list h2 .no-set {
    top: 2px;
    font-size: 34px;
  }

  #service-list h2 .no-set .eng {
    font-size: 14px;
  }

  #service-list h2::before {
    height: 50px;
    left: 70px;
  }

  #service-list section img {
    width: 100%;
    margin-top: 20px;
  }

}
