@charset "UTF-8";
#industry-web #service {
  overflow: hidden;
}
#industry-web #service .service-wrap {
  padding: 80px 0;
  position: relative;
  margin-top: 40px;
}
#industry-web #service .service-wrap::before {
  content: "";
  display: block;
  width: calc(100vw + 88px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -88px;
  background: #f2f2f2;
}
#industry-web #service .service-wrap .service-items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "site1 site1 site2 site2" "mkt1  doc1  lp1   seo1" "wp1   case1 movie1 ad1";
  gap: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#industry-web #service .service-wrap .service-items li {
  height: 103px;
  background: #fff;
  padding: 0 27px;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
#industry-web #service .service-wrap .service-items li .title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: 1.5 !important;
}
#industry-web #service .service-wrap .service-items li .title::before {
  content: "";
  display: block;
  width: 14px;
  height: 3px;
  background: #1BD1C1;
  position: absolute;
  top: 16px;
  left: -27px;
}
#industry-web #service .service-wrap .service-items li:nth-child(1) {
  grid-area: site1;
}
#industry-web #service .service-wrap .service-items li:nth-child(2) {
  grid-area: site2;
}
#industry-web #service .service-wrap .service-items li:nth-child(3) {
  grid-area: mkt1;
}
#industry-web #service .service-wrap .service-items li:nth-child(4) {
  grid-area: doc1;
}
#industry-web #service .service-wrap .service-items li:nth-child(4) {
  grid-area: doc1;
}
#industry-web #service .service-wrap .service-items li:nth-child(5) {
  grid-area: lp1;
}
#industry-web #service .service-wrap .service-items li:nth-child(6) {
  grid-area: seo1;
}
#industry-web #service .service-wrap .service-items li:nth-child(7) {
  grid-area: wp1;
}
#industry-web #service .service-wrap .service-items li:nth-child(8) {
  grid-area: case1;
}
#industry-web #service .service-wrap .service-items li:nth-child(9) {
  grid-area: movie1;
}
#industry-web #service .service-wrap .service-items li:nth-child(10) {
  grid-area: ad1;
}
#industry-web #service .service-wrap .service-items li:nth-child(1), #industry-web #service .service-wrap .service-items li:nth-child(2) {
  height: 180px;
  padding-top: 36px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  #industry-web #service .service-wrap .service-items li:nth-child(1), #industry-web #service .service-wrap .service-items li:nth-child(2) {
    height: auto;
    min-height: 180px;
  }
}
@media (max-width: 768px) {
  #industry-web #service .service-wrap .service-items li:nth-child(1), #industry-web #service .service-wrap .service-items li:nth-child(2) {
    height: auto;
    min-height: 140px;
  }
}
#industry-web #service .service-wrap .service-items li:nth-child(1) .title, #industry-web #service .service-wrap .service-items li:nth-child(2) .title {
  font-size: 24px;
}
#industry-web #guide {
  padding: 80px 60px;
  border: 1px solid #707070;
  width: min(100%, 1080px);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #industry-web #guide {
    padding: 40px 20px;
  }
}
#industry-web #guide .guide-title {
  margin-bottom: 50px;
}
#industry-web #guide .guide-title h2 {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}
#industry-web #guide .guide-title p {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
#industry-web #guide .column {
  background: #F2F2F2;
  padding: 40px 47px;
  margin-bottom: 60px;
}
#industry-web #guide .column h2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#industry-web #guide .column h2::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #9FCE04;
  flex-shrink: 0;
}
#industry-web #guide .column .list01 li:not(:last-child) {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D3D3D3;
}
#industry-web #guide .column .list01 a {
  display: flex;
  gap: 42px;
}
@media (max-width: 768px) {
  #industry-web #guide .column .list01 a {
    flex-direction: column;
    gap: 10px;
  }
}
#industry-web #guide .column .list01 a .date {
  width: 86px;
  flex-shrink: 0;
}
#industry-web #guide .column .list01 a .title {
  flex: 1;
}
#industry-web #guide .guide-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #industry-web #guide .guide-items {
    grid-template-columns: 1fr;
  }
}
#industry-web #guide .guide-items .guide-item h3 {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 20px;
  border: 1px solid #222222;
  line-height: 1;
}
#industry-web #guide .guide-items .guide-item h3 .num {
  font-size: 24px;
  font-weight: 600;
  color: #9FCE04;
  flex-shrink: 0;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  margin-top: 2px;
}
#industry-web #guide .guide-items .guide-item h3 .guide-item--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
#industry-web #guide .guide-items .guide-item--list {
  margin-top: 20px;
  padding-left: 10px;
}
#industry-web #guide .guide-items .guide-item--list li {
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
#industry-web #guide .guide-items .guide-item--list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.653%22%20height%3D%2214.479%22%20viewBox%3D%220%200%208.653%2014.479%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_19533%22%20data-name%3D%22%E3%83%91%E3%82%B9%2019533%22%20d%3D%22M-9030.041%2C8178l6.532%2C6.532-6.532%2C6.532%22%20transform%3D%22translate(9030.748%20-8177.293)%22%20fill%3D%22none%22%20stroke%3D%22%239fce04%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  position: relative;
  top: 3px;
}
#industry-web #guide .guide-items .guide-item--list li:not(:last-child) {
  margin-bottom: 10px;
}
#industry-web #guide .guide-links {
  margin-top: 60px;
}
#industry-web #guide .guide-links ul {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #industry-web #guide .guide-links ul {
    flex-direction: column;
  }
}
#industry-web #guide .guide-links ul li {
  width: 100%;
  max-width: 410px;
}
#industry-web #guide .guide-links ul li a {
  width: 100%;
  max-width: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 107px;
  background: #9FCE04;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 5px;
  border: 1px solid #9FCE04;
}
#industry-web #guide .guide-links ul li a:hover {
  background: #fff;
  color: #9FCE04;
}
#industry-web .pagelinks ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 39px;
}
@media (max-width: 768px) {
  #industry-web .pagelinks ul {
    flex-direction: column;
    gap: 20px;
  }
}
#industry-web .pagelinks ul li {
  width: calc((100% - 78px) / 3);
  display: flex;
}
@media (max-width: 768px) {
  #industry-web .pagelinks ul li {
    width: 100%;
  }
}
#industry-web .pagelinks ul li a {
  display: flex;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.64;
  min-height: 93px;
  align-items: center;
  border-bottom: 1px solid #B2B2B2;
}
#industry-web .pagelinks ul li a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2504%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202504%22%20transform%3D%22translate(9899.168%20-179.832)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_56%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2056%22%20transform%3D%22translate(-9899.168%20179.832)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2211.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_19515%22%20data-name%3D%22%E3%83%91%E3%82%B9%2019515%22%20d%3D%22M10123.1%2C656.677l5.36%2C5.958%2C5.363-5.958%22%20transform%3D%22translate(-20015.553%20-467.641)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
  #industry-web #service .service-wrap .service-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "site1 site1" "site2 site2" "mkt1 doc1" "lp1 seo1" "wp1 case1" "movie1 ad1";
  }
  #industry-web #service .service-wrap .service-items li {
    height: auto;
    min-height: 140px;
  }
  #industry-web #service .service-wrap .service-items li:nth-child(1),
  #industry-web #service .service-wrap .service-items li:nth-child(2) {
    min-height: 180px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #industry-web #service .service-wrap .service-items {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
  #industry-web #service .service-wrap .service-items li {
    grid-area: auto !important;
  }
}
.font-normal {
  font-weight: normal !important;
}

@counter-style circled-jp {
  system: fixed;
  symbols: "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩";
  suffix: "";
}
#industry-web .helpdesk .accordion dl dd .circle-num-list {
  counter-reset: circleNum;
  list-style: none;
  padding-left: 0;
}
#industry-web .helpdesk .accordion dl dd .circle-num-list li {
  counter-increment: circleNum;
  position: relative;
  padding-left: 2.4em;
}
#industry-web .helpdesk .accordion dl dd .circle-num-list li:before {
  content: counter(circleNum, circled-jp) "：";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: none;
}

#industry-web .helpdesk .accordion dl dd p.mt0 {
  margin-top: 0;
}/*# sourceMappingURL=industry-service.css.map */