@charset "UTF-8";
/* **************************************


     追加


***************************************/
/* @function vw($size) {
  @return ($size / 1366px) * 100vw;
} */
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     service


============================================================================= */
.pglink {
  padding: 10vw 0 120px;
}

.pglinks {
  gap: calc(28px + (100vw - 1366px) * 0.0204978038 * 0.6);
  display: grid;
  grid-template-columns: minmax(500px, 100%);
  grid-template-rows: repeat(4, 1fr);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: calc(30px + (100vw - 1366px) * 0.0219619327 * 0.6) 0;
}

.pglink-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  max-width: calc(500px + (100vw - 1366px) * 0.3660322108 * 0.6);
  width: 100%;
}

.pglink-item-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #005414;
  border: calc(2px + (100vw - 1366px) * 0.0014641288 * 0.6) solid #005414;
  border-radius: calc(8px + (100vw - 1366px) * 0.0058565154 * 0.6);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding: calc(30px + (100vw - 1366px) * 0.0219619327 * 0.6);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.pglink-item-link:hover {
  background: #fff;
  color: #005414;
}
.pglink-item-link:hover .pglink-item-arrow {
  background: #005414;
}
.pglink-item-link:hover .pglink-item-arrow:before {
  border-bottom: calc(2px + (100vw - 1366px) * 0.0014641288 * 0.6) solid #fff;
  border-left: calc(2px + (100vw - 1366px) * 0.0014641288 * 0.6) solid #fff;
}

.pglink-item-ttl {
  font-size: calc(24px + (100vw - 1366px) * 0.0175695461 * 0.6);
  font-weight: bold;
  margin: auto 0;
}

.pglink-item-arrow {
  background: #fff;
  border-radius: 50%;
  height: calc(44px + (100vw - 1366px) * 0.0322108346 * 0.6);
  position: absolute;
  right: calc(30px + (100vw - 1366px) * 0.0219619327 * 0.6);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: calc(44px + (100vw - 1366px) * 0.0322108346 * 0.6);
}
.pglink-item-arrow:before {
  border-bottom: calc(2px + (100vw - 1366px) * 0.0014641288 * 0.6) solid #005414;
  border-left: calc(2px + (100vw - 1366px) * 0.0014641288 * 0.6) solid #005414;
  content: "";
  height: calc(12px + (100vw - 1366px) * 0.0087847731 * 0.6);
  left: 45%;
  position: absolute;
  top: 30%;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: calc(12px + (100vw - 1366px) * 0.0087847731 * 0.6);
}

.pglink-img {
  height: 100%;
  left: 5%;
  position: absolute;
  top: 0;
  width: calc(100% + (50vw - 286px) - 5%);
}
.pglink-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  width: 100%;
}

.service-section {
  padding: 40px 0;
}
.service-section:nth-last-of-type(1) {
  padding-bottom: 120px;
}

/* =============================================================================


    security


============================================================================= */
.security {
  padding: 60px 0;
}

.service-container {
  gap: calc(75px + (100vw - 1366px) * 0.0549048316 * 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-container._security {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.service-txt {
  margin-top: 2em;
}

.service-img {
  margin-top: 2em;
  width: 40%;
}

.service-section:nth-of-type(2n + 1) .service-img {
  margin-left: -12.5vw;
  width: calc(100% + 12.5vw);
}
.service-section:nth-of-type(2n + 1) .service-img img {
  width: 100%;
}

.service-section:nth-of-type(2n) .service-img {
  margin-right: -12.5vw;
  width: calc(100% + 12.5vw);
}
.service-section:nth-of-type(2n) .service-img img {
  width: 100%;
}

.security-list {
  border-top: 1px solid #bbb;
  letter-spacing: -0.01em;
  margin-top: auto;
  width: 100%;
}

.security-item {
  border-bottom: 1px solid #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
}
.security-item span {
  font-weight: bold;
  min-width: 12em;
}

.service-section:nth-of-type(2n + 1) .service-box:nth-of-type(2) {
  width: 100%;
}

.service-section:nth-of-type(2n) .service-box:nth-of-type(1) {
  width: 100%;
}

.service-ttl-img {
  left: -3vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(80px, 12vw, 12vw);
  z-index: -1;
}

@media (max-width: 1128px){
  .service-container {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px){
  .pglink {
    padding: 40px 0;
  }
  .pglinks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em 0;
  }
  .pglink-item {
    margin: 0 auto;
  }
  .pglink-item-ttl {
    font-size: 1.6rem;
  }
  .pglink-img {
    display: none;
  }
  .service-section:nth-last-of-type(1) {
    padding-bottom: 80px;
  }
  .security {
    padding: 30px 0;
  }
}

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