@charset "utf-8";

@media only screen and (max-width: 767px) {

  /* ------------------------------------------------------
   * /service/
  ------------------------------------------------------ */
  body#service .contents {
    margin-top: 1em;
    padding-right: 0;
    padding-left: 0;
  }
  body#service .navi-anchor {
    margin-bottom: 0;
  }

  /* ----- service-contents ----- */
  body#service .service-contents {
    padding-top: 10px;
  }
  body#service .service-section {
    position: relative;
    margin-top: 122px;
  }
  body#service .service-section:nth-child(odd) {
    background: #1a4a82;
    color: #fff;
  }
  body#service .service-section:nth-child(even) {
    margin-top: 57px;
  }
  body#service .service-section:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: -57px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 57px 100vw;
    border-color: transparent transparent #1a4a82 transparent;
  }
  body#service .service-section:last-child:nth-child(odd)::after {
    content: "";
    position: absolute;
    bottom: -57px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 57px 100vw 0 0;
    border-color: #1a4b82 transparent transparent transparent;
  }
  body#service .service-section:nth-child(even)::before {
    content: "";
    position: absolute;
    top: -57px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 57px 100vw 0 0;
    border-color: #1a4b82 transparent transparent transparent;
  }
  body#service .service-section > .inner {
    position: relative;
    padding: 113px 15px 10px;
  }
  body#service .service-section:nth-child(even) > .inner {
    padding-top: 240px;
  }

  /* ----- heading-service ----- */
  body#service .service-section .heading-service {
    position: absolute;
    top: -123px;
    right: 0;
    left: 0;
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }
  body#service .service-section:nth-child(even) .heading-service {
    top: 0;
  }
  body#service .service-section .heading-service .block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 220px;
    height: 220px;
    margin: auto;
  }
  body#service .service-section .heading-service .block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 110px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 110px solid transparent;
    border-left: 110px solid #e5e5e5;
  }
  body#service .service-section .heading-service .block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 110px solid transparent;
    border-right: 110px solid #e5e5e5;
    border-bottom: 110px solid transparent;
    border-left: 0 solid transparent;
  }
  body#service .service-section .heading-service .heading_title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 195px;
    height: auto;
    color: #1a4a82;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    transform: translate(-50%,-50%);
  }

  /* ----- list-bullet ----- */
  body#service .service-section .list-bullet.type-service > li {
    padding-left: 17px;
    font-size: 1.4rem;
  }
  body#service .service-section .list-bullet.type-service > li > span {
    display: block;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
  }
  /* icon */
  body#service .service-section .list-bullet.type-service > li::before {
    top: 0.7em;
  }
  body#service .service-section:nth-child(odd) .list-bullet.type-service > li::before {
    background-color: #fff;
  }



}
