﻿@charset "UTF-8";

/**
 * オリジナルcss
 */

.service_policy {
  margin-top: 80px;
  background-image:
    linear-gradient(rgba(50, 142, 191, 0.85), rgba(50, 142, 191, 0.85)),
    url(../images/page/service/service_policy_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(50, 142, 191, 0.85);
  padding-top: 200px;
  padding-bottom: 200px;
}

.service_policy_content {
  color: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  .block_header {
    text-align: center;
    .subtitle_en {
      color: #d0e6f2;
      opacity: 0.3;
    }
  }
  p {
    margin-top: 56px;
    font-weight: 600;
    font-size: 2rem;
  }
}

.service_polcy_elements {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
  margin-top: -130px;
  .service_polcy_element {
    width: calc(96% / 3);
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    border: 1px solid #c6dff6;
    box-shadow: 0px 4px 30px 0px #2b82b11a;
    display: flex;
    gap: 32px;
    flex-direction: column;
    .service_polcy_element_text {
      container-type: inline-size;
      .policy_title_en {
        font-size: 1.2rem;
        padding: 3px 10px;
        width: fit-content;
        color: #fff;
        background: var(--color-theme-sub);
        border-radius: 3px;
      }
      h3 {
        margin-top: 16px;
        font-size: 9.2cqw;
      }
      p {
        margin-top: 24px;
        font-size: 1.5rem;
      }
    }
    .service_polcy_element_image {
      img {
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
      }
    }
  }
}

.service_detail {
  margin-top: 14px;
  p {
    max-width: 800px;
  }
  img {
    margin-top: 40px;
  }
}

.service_items {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 3%;
  .service_item_title {
    width: 204px;
    h2 {
      font-size: 2.4rem;
      font-weight: 700;
      position: relative;
      background-image: url(../images/page/service/service_item_title_arrow_pc.png);
      background-repeat: no-repeat;
      background-position: bottom left;
      padding-bottom: 5px;
    }
  }
  .service_item {
    width: calc((94% - 204px) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    border: 1px solid #c6dff6;
    border-radius: 5px;
    height: 204px;
    .icon {
      width: 50px;
      height: auto;
    }
    h3 {
      text-align: center;
      font-size: 2rem;
      line-height: 160%;
      span {
        font-size: 1.4rem;
      }
    }
  }
}

.service_items3 {
  .service_item {
    width: calc((91% - 204px) / 3);
  }
}

.service_content {
  .content_header {
    margin-bottom: 30px;
  }
}

/* storage / all */

.service_storage_detail,
.service_all_detail {
  h3 {
    margin-top: 80px;
    font-size: 2.4rem;
    span {
      font-size: 1.4rem;
      vertical-align: top;
    }
  }
  img {
    margin-top: 24px;
  }
  .note {
    max-width: 960px;
    margin: 16px auto 0 auto;
    font-size: 1.2rem;
    text-align: left;
    span {
      display: inline-block;
    }
  }
}

/* general */
.deneral_elements {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 960px;
  margin: 80px auto 0 auto;
  .deneral_element {
    width: calc((100% - 120px) / 3);
    img {
    }
    h3 {
      margin-top: 16px;
      font-size: 2rem;
    }
  }
}

@media screen and (max-width: 1110px) {
}
@media screen and (max-width: 740px) {
  .service_policy {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .service_policy_content {
    p {
      margin-top: 32px;
      font-size: 1.6rem;
    }
  }
  .service_polcy_elements {
    margin-top: -56px;
    gap: 24px;
    .service_polcy_element {
      width: 100%;
      gap: 24px;
      .service_polcy_element_text {
        h3 {
          margin-top: 8px;
        }
      }
    }
  }

  .service_detail {
    margin-top: 32px;
  }
  .service_items {
    gap: 16px;
    .service_item_title {
      width: 100%;
      padding-bottom: 8px;
      h2 {
        background-image: url(../images/page/service/service_item_title_arrow_sp.png);
        background-size: 6px 36px;
        padding-bottom: 0;
        padding-left: 14px;
      }
    }
    .service_item {
      width: calc((100% - 16px) / 2);
      height: auto;
      padding: 24px 6px;
      gap: 16px;
      h3 {
        font-size: 1.6rem;
      }
    }
  }

  .service_items3 {
    .service_item:nth-child(4) {
      width: 100%;
    }
  }

  body.service {
    .service_content {
      margin-top: 0;
    }
  }
  body.solar {
    .service_content {
      padding-bottom: 120px;
    }
  }

  .service_content {
    p {
      text-align: left;
    }
  }
  .service_all_detail {
    h3 {
      margin-top: 32px;
      font-size: 1.7rem;
    }
  }

  .deneral_elements {
    margin-top: 32px;
    gap: 16px;
    padding: 0 24px;
    .deneral_element {
      width: calc((100% - 16px) / 2);
      .icon {
        border-radius: 5px;
      }
      h3 {
        margin-top: 8px;
      }
    }
  }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 500px) {
  .service_items {
    container-type: inline-size;
    .service_item {
      padding: 24px 5px;
      h3 {
        font-size: 5cqw;
        span {
          font-size: 3.8cqw;
        }
      }
    }
  }
  .service_items3 {
    .service_item {
      h3 {
        font-size: 4.2cqw;
      }
    }
  }
}
