/* CSS Document */
#header-img {
  background: url("../img/02-header.jpg") center/cover no-repeat; }

#service-contents {
  margin: 7rem 0 10rem; }
  #service-contents h2 {
    line-height: 1.75rem;
    border-bottom: 1px solid #B3B3B3;
    display: inline-block;
    padding-bottom: 3.5rem;
    margin-bottom: 3rem; }
    @media screen and (max-width: 991px) {
      #service-contents h2 {
        padding-bottom: 2.5rem;
        margin-bottom: 2rem; } }
  #service-contents h2, #service-contents p {
    text-align: justify; }
  #service-contents .link-box {
    margin-top: 2rem; }
  #service-contents .service01 {
    padding-top: 5rem;
    margin-top: -5rem;
    margin-bottom: 10rem; }
    @media screen and (max-width: 991px) {
      #service-contents .service01 {
        margin-bottom: 0; } }
    #service-contents .service01 .row {
      bottom: -4rem;
      position: relative; }
    #service-contents .service01 .grid-container {
      background: #F0F0F0;
      padding: 13rem 0 7rem; }
      @media screen and (max-width: 575px) {
        #service-contents .service01 .grid-container {
          padding: 10rem 4rem 5rem; } }
      #service-contents .service01 .grid-container .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        gap: 50px;
        margin: 0 auto; }
        @media screen and (max-width: 1199px) {
          #service-contents .service01 .grid-container .grid {
            gap: 30px; } }
        @media screen and (max-width: 991px) {
          #service-contents .service01 .grid-container .grid {
            grid-template-columns: repeat(2, 1fr); } }
        @media screen and (max-width: 575px) {
          #service-contents .service01 .grid-container .grid {
            grid-template-columns: repeat(1, 1fr); } }
        #service-contents .service01 .grid-container .grid .card {
          background: #F0F0F0;
          border-style: none; }
          #service-contents .service01 .grid-container .grid .card img {
            border-radius: 7px; }
          #service-contents .service01 .grid-container .grid .card dt {
            font-size: 2rem;
            margin: 1rem 0 0.5rem; }
  #service-contents .service02 {
    padding-top: 10rem;
    margin-top: -10rem;
    margin-bottom: 10rem; }
    @media screen and (max-width: 991px) {
      #service-contents .service02 {
        margin-bottom: 5rem; } }
  #service-contents .service03-1 {
    padding-top: 10rem;
    margin-top: -10rem; }
  #service-contents .service03-1, #service-contents .service03-2, #service-contents .service03-3 {
    margin-bottom: 5rem; }
  #service-contents .service-explain {
    position: relative;
    padding-top: 2rem; }
    @media screen and (max-width: 1199px) {
      #service-contents .service-explain {
        margin-bottom: 5rem; } }
    @media screen and (max-width: 991px) {
      #service-contents .service-explain {
        margin-bottom: 3rem; } }
    #service-contents .service-explain .decoration {
      position: absolute;
      height: 100px;
      top: 0;
      right: -5rem;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        #service-contents .service-explain .decoration {
          right: 1rem; } }
      @media screen and (max-width: 767px) {
        #service-contents .service-explain .decoration {
          height: 80px; } }
