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


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    service


============================================================================= */
.pageheader {
  background: #e5e5e5;
}

.pageheader-txt {
  font-size: 2rem;
  line-height: 2;
}

.video {
  padding-bottom: 0;
}

.video-content {
  aspect-ratio: 16/9;
}
.video-content iframe {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.link {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.link:before {
  background: #e5e5e5;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.service-container {
  padding: 80px 0;
}

.link-list {
  gap: 3px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: -143px;
  margin-top: 30px;
  max-width: 1366px;
  width: 100vw;
}

.link-item {
  gap: 10px;
  background: #005fae;
  color: #fff;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  height: 100%;
  padding: 20px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link-item:hover {
  opacity: 0.7;
}
.link-item:nth-of-type(2n) {
  background: #0098cf;
}
.link-item img {
  display: block;
  margin: 40px auto;
  width: 50px;
}

.link-itemnum {
  font-size: 8rem;
  line-height: 1;
  text-align: center;
}

.link-itemttl {
  font-size: 3rem;
  margin: auto;
  text-align: center;
}

.service-header {
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-header-num {
  color: #fff;
  font-size: 14rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.service-header-num:before {
  background: #005fae;
  bottom: 0;
  content: "";
  font-size: inherit;
  height: calc(100% - 0.1em);
  position: absolute;
  right: 0;
  width: 300px;
  z-index: -1;
}

.service-header-ttl {
  font-size: 5rem;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

.service-header-txt,
.service-txt {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-top: 0.25em;
}

.sercive-thinner-figure {
  margin: 30px auto;
}

.service-item {
  margin: 80px auto 0;
}

.service-head {
  border-bottom: 1px solid #005fae;
  font-size: 3.8rem;
  padding-bottom: 4px;
}

.thinner {
  margin: 32px auto 0;
}

.thinner-list {
  gap: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.thinner-item {
  background: #e5e5e5;
  padding: 20px;
  position: relative;
}
.thinner-item:before {
  background: #005fae;
  bottom: 10px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: "";
  height: 44px;
  position: absolute;
  right: 10px;
  width: 44px;
}

.thinner-num {
  color: #005fae;
  font-size: 3rem;
  line-height: 1;
}
.thinner-num span {
  font-size: 10rem;
}

.thinner-item-txt {
  font-size: 3rem;
  margin-top: 10px;
}

.thinner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.thinner-flex-img {
  width: 50%;
}
.thinner-flex-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.thinner-flexbox {
  background: #005fae;
  color: #fff;
  padding: 40px;
  width: 50%;
}

.thinner-flex-ttl {
  color: #fff;
  font-size: 3.4rem;
}

.thinner-flex-txt {
  font-size: 2.4rem;
  margin-top: 40px;
}

.thinner-span {
  font-size: 2rem;
  margin-top: 1em;
}

.env-sale-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.env-sale-box .btnbox {
  text-align: left;
}

.env-sale-img {
  max-width: 320px;
  width: 100%;
}

.automatic {
  gap: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.automatic-item {
  max-width: 300px;
  text-align: center;
}

.automatic-item-ttl {
  font-size: 3rem;
}

.automatic-item-img {
  margin: 20px auto 0;
  max-width: 280px;
}

.meter-item {
  margin: 40px auto 0;
}

.meter-ttl {
  color: #005fae;
  font-size: 3.2rem;
  text-align: center;
}

.meter-flowlist {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 40px auto 0;
}

.meter-flowitem {
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d5e6de;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.meter-flowitem:not(:nth-last-of-type(1)):before {
  background: #005fae;
  clip-path: polygon(100% 50%, 0 0%, 0 100%);
  content: "";
  height: 20px;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

.meter-flowitem-num {
  color: #005fae;
  font-size: 5rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: -0.35em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.meter-flowitem-txt {
  font-size: 2.4rem;
}

.meter-txt {
  font-size: 2rem;
  margin-top: 1em;
  text-align: center;
}

.quali {
  background: #e5e5e5;
  margin-top: 40px;
  padding: 40px;
}

.quali-txt {
  font-size: 2rem;
  line-height: 2;
}

.quali-list {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px auto 0;
  max-width: 800px;
}

.quali-item {
  width: calc(50% - 40px);
}
.quali-item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.quali-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1366px){
  .link-list {
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 1128px){
  .link-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .link-item {
    grid-row: auto;
    grid-template-rows: auto 1fr auto;
  }
  .link-itemnum {
    font-size: 6rem;
  }
  .link-itemttl {
    font-size: 2.6rem;
  }
  .service-header-num {
    font-size: 10rem;
  }
  .service-header-ttl {
    font-size: 3rem;
  }
  .service-header-txt,
  .service-txt {
    font-size: 2rem;
  }
  .service-head {
    font-size: 3rem;
  }
  .thinner-num {
    font-size: 2.4rem;
  }
  .thinner-num span {
    font-size: 8rem;
  }
  .thinner-item-txt {
    font-size: 2.4rem;
  }
  .thinner-flex-ttl {
    font-size: 2.8rem;
  }
  .thinner-flex-txt {
    font-size: 2rem;
  }
  .automatic {
    gap: 100px;
  }
  .automatic-item-ttl {
    font-size: 2.6rem;
  }
  .meter-ttl {
    font-size: 2.4rem;
  }
  .meter-flowlist {
    grid-template-columns: repeat(3, 1fr);
    max-width: 540px;
  }
  .meter-flowitem-num {
    font-size: 4rem;
  }
  .meter-flowitem-txt {
    font-size: 2rem;
  }
  .quali-list {
    gap: 40px;
  }
  .quali-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px){
  .pageheader-txt {
    font-size: 1.5rem;
  }
  .link-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .link-item img {
    margin: 20px auto;
  }
  .link-itemnum {
    font-size: 4rem;
  }
  .link-itemttl {
    font-size: 2.4rem;
  }
  .service-header-num {
    font-size: 6rem;
  }
  .service-header-ttl {
    font-size: 2.2rem;
  }
  .service-header-txt,
  .service-txt {
    font-size: 1.6rem;
  }
  .service-head {
    font-size: 2.2rem;
  }
  .thinner-list {
    grid-template-columns: repeat(1, 1fr);
    margin: auto;
    max-width: 540px;
  }
  .thinner-num {
    font-size: 2rem;
  }
  .thinner-num span {
    font-size: 5rem;
  }
  .thinner-item-txt {
    font-size: 1.8rem;
  }
  .thinner-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .thinner-flex-img {
    width: 100%;
  }
  .thinner-flexbox {
    padding: 28px;
    width: 100%;
  }
  .thinner-flex-ttl {
    font-size: 2rem;
  }
  .thinner-flex-txt {
    font-size: 1.6rem;
  }
  .thinner-span {
    font-size: 1.5rem;
  }
  .automatic {
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .automatic-item-ttl {
    font-size: 2rem;
  }
  .meter-ttl {
    font-size: 1.8rem;
  }
  .meter-flowlist {
    gap: 20px;
  }
  .meter-flowitem:not(:nth-last-of-type(1)):before {
    height: 10px;
    right: -15px;
    width: 10px;
  }
  .meter-flowitem-num {
    font-size: 2.6rem;
  }
  .meter-flowitem-txt {
    font-size: 1.6rem;
  }
  .meter-txt {
    font-size: 1.5rem;
  }
  .quali {
    padding: 28px 16px;
  }
  .quali-txt {
    font-size: 1.4rem;
  }
  .quali-list {
    gap: 10px;
  }
  .quali-item {
    width: calc(50% - 5px);
  }
}

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