section:not(.footerTop, #fv) .inner {
  max-width: 1180px;
  margin: auto;
}
section:not(.footerTop, #fv) .inner h2 {
  margin-bottom: 40px;
  color: var(--color1);
  font-size: 36px;
  text-align: center;
}
section:not(.footerTop, #fv) .inner h2 + p {
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  section:not(.footerTop, #fv) .inner h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

#dev {
  padding: 100px 20px 120px;
  margin-top: -100px;
}

.tab {
  display: flex;
  gap: 24px;
  padding: 8px;
  margin-bottom: 56px;
  background: #f0f0f0;
  border-radius: 30px;
}
.tab .tabButton {
  width: 50%;
  padding: 10px 0;
  border-radius: 24px;
  border: none;
  color: #747474;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.tab .tabButton:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15) inset;
}
.tab .tabButton.active {
  background: var(--color1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) inset;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .tab {
    gap: 8px;
    margin-bottom: 24px;
  }
}

.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
}
.tabContents > p {
  margin-bottom: 24px;
  line-height: 1.7;
}
.tabContents.dispatch .box.outline ul {
  grid-template-columns: repeat(3, 1fr);
}
.tabContents.dispatch .box.outline ul li img {
  height: 100px;
}
@media screen and (max-width: 1020px) {
  .tabContents.dispatch .box.outline ul {
    grid-template-columns: 1fr;
  }
  .tabContents.dispatch .boxWrapper {
    flex-direction: column;
  }
  .tabContents.dispatch .boxWrapper .box {
    width: 100%;
  }
}

.box {
  margin-bottom: 48px;
}
.box h3 {
  padding: 2px 0 2px 8px;
  margin-bottom: 16px;
  border-left: solid 5px var(--color1);
  color: var(--color1);
  font-size: 20px;
}
.box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.box ul li h4 {
  font-size: 18px;
}
.box ul li h4 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--color1);
  color: #fff;
  font-size: 13px;
  font-family: "HelveticaNeue", san-serif;
  vertical-align: 2px;
}
.box ul li img {
  display: block;
  height: 137px;
}
.box p {
  line-height: 1.7;
}
.box .col2 {
  display: flex;
  gap: 24px;
  align-items: center;
}
.box .col2 img {
  width: 64px;
}
.box .col2:not(:last-of-type) {
  margin-bottom: 24px;
}
.box .col2 h4 {
  margin-bottom: 4px;
}
.box .col2 p {
  line-height: 1.5;
}
.box .col3 {
  display: flex;
  gap: 28px;
}
.box .col3 table {
  font-size: 14px;
  border: none;
}
.box .col3 table caption {
  margin-bottom: 6px;
  text-align: left;
}
.box .col3 table th, .box .col3 table td {
  border: none;
  border-top: solid 1px #e0e0e0;
  text-align: center;
}
.box .col3 table th {
  padding: 4px 8px;
  font-weight: normal;
}
.box .col3 table td {
  padding: 4px 12px;
}
.box .col3 table tr:nth-of-type(2n) th, .box .col3 table tr:nth-of-type(2n) td {
  background: #fafafa;
}
.box .col3 table tr:last-of-type th, .box .col3 table tr:last-of-type td {
  border-bottom: solid 1px #e0e0e0;
}
.box .col3 table:nth-of-type(1) th, .box .col3 table:nth-of-type(1) td, .box .col3 table:nth-of-type(3) th, .box .col3 table:nth-of-type(3) td {
  white-space: nowrap;
}
.box.flow ul {
  grid-template-columns: repeat(6, 1fr);
  gap: 36px;
}
.box.flow ul li {
  position: relative;
}
.box.flow ul li img {
  height: 64px;
}
.box.flow ul li h4 {
  padding: 8px 0;
  font-size: 16px;
  text-align: center;
}
.box.flow ul li p {
  font-size: 14px;
}
.box.flow ul li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 20px;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 12px #d9d9d9;
}
.box.process img {
  display: block;
  width: 50%;
}
@media screen and (max-width: 830px) {
  .box.process img {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .box h3 {
    font-size: 18px;
  }
  .box ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .box.flow ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .box .col3 {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .box ul {
    grid-template-columns: 1fr;
  }
  .box ul li {
    display: block;
  }
  .box ul li h4 {
    font-size: 16px;
  }
  .box ul li img {
    display: block;
    height: 120px;
    margin: auto;
  }
  .box.flow ul {
    grid-template-columns: 1fr;
  }
  .box.flow ul li {
    width: 70%;
    margin: auto;
  }
  .box.flow ul li img {
    height: 56px;
  }
  .box.flow ul li:not(:last-of-type)::after {
    top: unset;
    bottom: -24px;
    right: unset;
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
  }
}

.boxWrapper {
  display: flex;
  gap: 40px;
}
.boxWrapper .box {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .boxWrapper {
    display: block;
  }
  .boxWrapper .box {
    width: 100%;
  }
}

#cloud {
  padding: 100px 20px 120px;
  background: var(--color5);
}
#cloud .box.effect ul {
  gap: 12px;
}
#cloud .box.effect ul li {
  display: block;
  padding: 12px;
  background: #fff;
  border-radius: 5px;
}
#cloud .box.effect ul li h4 {
  margin-bottom: 8px;
  font-size: 16px;
}
#cloud .box.effect ul li p {
  font-size: 14px;
}
#cloud .box.qualification table {
  border: none;
}
#cloud .box.qualification table th, #cloud .box.qualification table td {
  border: none;
  padding: 4px;
  background: #fff;
  border-top: solid 1px #D0D6DD;
}
#cloud .box.qualification table th {
  padding: 4px 16px;
  font-weight: normal;
}
#cloud .box.qualification table th span {
  font-size: 12px;
}
#cloud .box.qualification table tr:last-of-type {
  border-bottom: solid 1px #D0D6DD;
}
@media screen and (max-width: 560px) {
  #cloud .box.qualification table {
    width: 100%;
  }
}/*# sourceMappingURL=service.css.map */