.service-overview {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(172, 174, 182, 0.3) 0, #acaeb6 40%); }
  @media only screen and (max-width: 480px) {
    .service-overview {
      background: #A2A5AC; } }
  .service-overview .img {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1200px;
    height: 1200px;
    margin-left: -600px;
    background: url(/images/photo-main.png) no-repeat 480px -50px;
    background-size: 700px; }
    @media only screen and (max-width: 480px) {
      .service-overview .img {
        left: 0;
        width: 100%;
        height: 500px;
        margin-left: 0;
        background: url(/images/photo-main-sp.jpg) no-repeat center bottom;
        background-size: 320px auto; } }
  .service-overview .text {
    z-index: 2;
    position: relative;
    width: 1100px;
    margin: 150px auto 0; }
    @media only screen and (max-width: 480px) {
      .service-overview .text {
        width: 100%;
        height: 500px;
        margin-top: 0;
        padding: 50px 20px 0; } }
  .service-overview h2 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 480px) {
      .service-overview h2 {
        margin-bottom: 10px; } }
    .service-overview h2 span {
      display: block;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.8; }
      @media only screen and (max-width: 480px) {
        .service-overview h2 span {
          font-size: 16px; } }
    .service-overview h2 em {
      display: block;
      font-size: 42px;
      font-weight: bold;
      line-height: 1.8; }
      @media only screen and (max-width: 480px) {
        .service-overview h2 em {
          font-size: 24px; } }
  .service-overview p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2; }
    @media only screen and (max-width: 480px) {
      .service-overview p {
        font-size: 14px; }
        .service-overview p br {
          display: none; } }

.service-overview .example {
  z-index: 1;
  position: relative;
  width: 1160px;
  margin: 150px auto 100px;
  padding: 80px;
  background-color: #fff; }
  @media only screen and (max-width: 480px) {
    .service-overview .example {
      width: 94%;
      margin: 0 3% 15px;
      padding: 15px; } }
  .service-overview .example li {
    display: flex;
    margin-bottom: 50px; }
    @media only screen and (max-width: 480px) {
      .service-overview .example li {
        display: block;
        margin-bottom: 30px; } }
    .service-overview .example li:last-child {
      margin-bottom: 0; }
  .service-overview .example .desc {
    width: 400px;
    padding-right: 30px; }
    @media only screen and (max-width: 480px) {
      .service-overview .example .desc {
        width: 100%;
        padding-right: 0; } }
  .service-overview .example .photo {
    width: 600px;
    height: 330px;
    overflow: hidden; }
    @media only screen and (max-width: 480px) {
      .service-overview .example .photo {
        width: 100%;
        height: auto;
        margin-top: 10px; }
        .service-overview .example .photo img {
          width: 100%; } }
  .service-overview .example h3 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5; }
    @media only screen and (max-width: 480px) {
      .service-overview .example h3 {
        font-size: 18px; } }
  .service-overview .example p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2; }
    @media only screen and (max-width: 480px) {
      .service-overview .example p {
        font-size: 14px;
        line-height: 1.8; } }

.service-overview .flow {
  position: relative;
  width: 900px;
  margin: 100px auto 150px;
  border: 1px solid red; }
  .service-overview .flow h3 {
    margin-bottom: 1em; }
  .service-overview .flow .flow-list {
    list-style: decimal; }
    .service-overview .flow .flow-list li {
      position: relative;
      display: flex;
      width: 100%;
      padding-left: 40px; }
      .service-overview .flow .flow-list li h4 {
        width: 40%;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        border: 1px solid red; }
        .service-overview .flow .flow-list li h4 span {
          position: absolute;
          left: 0;
          top: 0;
          width: 40px; }
      .service-overview .flow .flow-list li p {
        width: 60%; }

/*# sourceMappingURL=photo.css.map */
