@charset "utf-8";

@media print, screen and (min-width: 768px) {

  /* ------------------------------------------------------
   * /service/
  ------------------------------------------------------ */
  body#service .container {
    position: relative;
  }
  body#service .container::before {
    content: "";
    position: absolute;
    top: -115px;
    right: -290px;
    z-index: -1;
    display: block;
    width: 820px;
    height: 100%;
    background: #e5edf8;
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
  }

  /* ----- service-contents ----- */
  body#service .service-contents {
    padding-top: 118px;
  }
  body#service .service-section {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin-top: 290px;
  }
  body#service .service-section:last-child {
    margin-bottom: 290px;
  }
  body#service .service-section:nth-child(odd) {
    background: #1a4a82;
    color: #fff;
  }
  body#service .service-section:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: -290px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 290px 100vw;
    border-color: transparent transparent #1a4a82 transparent;
  }
  body#service .service-section:last-child:nth-child(odd)::after {
    content: "";
    position: absolute;
    bottom: -290px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 290px 100vw 0 0;
    border-color: #1a4b82 transparent transparent transparent;
  }
  body#service .service-section:nth-child(even)::before {
    content: "";
    position: absolute;
    top: -290px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 290px 100vw 0 0;
    border-color: #1a4b82 transparent transparent transparent;
  }
  body#service .service-section > .inner {
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 125px 20px 20px 118px;
  }

  /* ----- heading-service ----- */
  body#service .service-section .heading-service {
    position: absolute;
    top: -256px;
    width: 360px;
    height: 360px;
    margin: 0 0 0 -78px;
  }
  body#service .service-section .heading-service .block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 360px;
    height: 360px;
    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: 180px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 180px solid transparent;
    border-left: 180px 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: 180px solid transparent;
    border-right: 181px solid #e5e5e5;
    border-bottom: 180px 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: 360px;
    height: auto;
    color: #1a4a82;
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    transform: translate(-50%,-50%)
  }

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


}

/* ======================================================
 * Print
====================================================== */
@media print {
  body#service .navi-anchor {
    left: auto;
    transform: none;
    width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  body#service .service-section {
    position: relative;
    left: auto;
    transform: none;
    width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  body#service .service-section:nth-child(odd)::before {
    left: 50%;
    margin-left: -50%;
    border-width: 0 0 290px 1600px;
  }
  body#service .service-section:last-child:nth-child(odd)::after {
    left: 50%;
    margin-left: -50%;
    border-width: 290px 1600px 0 0;
  }
  body#service .service-section:nth-child(even)::before {
    left: 50%;
    margin-left: -50%;
    border-width: 290px 1600px 0 0;
  }
}

