#page.service.in {
  color: #404040;
}
@media screen and (max-width: 1200px) {
  #page.service.in .inner {
    padding: 0 20px;
  }
}
#page.service.in .mv {
  background-image: url(../img/service/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.service.in .mv.bs {
  background-image: url(../img/bs-service/mv.jpg);
}
#page.service.in .mv.seminar {
  background-image: url(../img/seminar-service/mv.jpg);
}
#page.service.in .mv.cloud {
  background-image: url(../img/cloud-service/mv.jpg);
}
#page.service.in .mv .mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
#page.service.in .mv .mv-icon {
  max-width: 80px;
  width: 100%;
}
#page.service.in .mv .mv-ttl-en {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #62a393;
  margin-bottom: 8px;
}
#page.service.in .mv .mv-ttl {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
#page.service.in .mv .mv-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #page.service.in .mv {
    background-image: url(../img/service/mv-sp.jpg);
    height: 270px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
  }
  #page.service.in .mv.bs {
    background-image: url(../img/bs-service/mv-sp.jpg);
  }
  #page.service.in .mv.seminar {
    background-image: url(../img/seminar-service/mv-sp.jpg);
  }
  #page.service.in .mv.cloud {
    background-image: url(../img/cloud-service/mv-sp.jpg);
  }
  #page.service.in .mv .mv-flex {
    gap: 10px;
    margin-bottom: 10px;
  }
  #page.service.in .mv .mv-icon {
    max-width: 58px;
  }
  #page.service.in .mv .mv-ttl-en {
    font-size: 12px;
    font-weight: 700;
  }
  #page.service.in .mv .mv-ttl {
    font-size: 24px;
    line-height: 1.2;
  }
  #page.service.in .mv .mv-text {
    font-size: 12px;
  }
}
#page.service.in .list {
  padding-bottom: 230px;
}
#page.service.in .list::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #page.service.in .list {
    padding: 35px 0 75px 0;
  }
}
#page.service.in .cando {
  background-image: url(../img/service/service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
#page.service.in .cando .cando-sub-ttl {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  color: #64a36f;
  background-color: #fff;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 25px auto;
  border-radius: 10px;
  position: relative;
  padding: 8.5px 0;
}
#page.service.in .cando .cando-sub-ttl::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#page.service.in .cando .cando-ttl {
  font-size: 45px;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#page.service.in .cando .cando-ttl::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 83px;
  margin: 20px auto 60px auto;
}
@media screen and (max-width: 767px) {
  #page.service.in .cando {
    background-image: url(../img/service/service-bg-sp.png);
    padding: 40px 0;
    margin-top: -40px;
  }
  #page.service.in .cando .cando-sub-ttl {
    font-size: 12px;
    border-radius: 5px;
    max-width: 290px;
    margin: 0 auto 15px auto;
  }
  #page.service.in .cando .cando-sub-ttl::after {
    width: 14px;
    height: 13px;
    bottom: -8px;
  }
  #page.service.in .cando .cando-ttl {
    font-size: 24px;
    margin: 15px auto 50px auto;
  }
  #page.service.in .cando .cando-ttl::after {
    height: 1px;
    width: 50px;
  }
}
#page.service.in .detail {
  padding: 120px 0;
  background-color: #fff;
  background-image: url(../img/service/detail-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#page.service.in .detail.bs {
  background-image: url(../img/top/bk-green.png);
  background-position: top right;
  background-size: contain;
}
#page.service.in .detail .detail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
#page.service.in .detail .detail-content.cloud::after {
  content: "";
  display: block;
  height: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#page.service.in .detail .detail-content.cloud .detail-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: -25px;
}
#page.service.in .detail .detail-content.cloud .detail-item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#page.service.in .detail .detail-content.cloud .detail-item:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#page.service.in .detail .detail-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.66%;
          flex: 0 0 48.66%;
  border: 1px solid #62a393;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
#page.service.in .detail .detail-item.only {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 40px;
}
#page.service.in .detail .detail-item-ttl {
  background-color: #62a393;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  padding: 15px 20px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#page.service.in .detail .detail-item-text {
  padding: 15px 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#page.service.in .detail .detail-link-area {
  text-align: right;
}
#page.service.in .detail .detail-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 16px;
  text-align: right;
  border-bottom: 1px solid #64a36f;
  padding: 0 5px 3px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.service.in .detail .detail-link::after {
  content: "";
  background-image: url(../img/bs-service/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1200px) {
  #page.service.in .detail .detail-content {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #page.service.in .detail {
    background-image: url(../img/service/detail-bg-sp.jpg);
    padding: 40px 0;
  }
  #page.service.in .detail .detail-content {
    gap: 20px;
  }
  #page.service.in .detail .detail-content.cloud .detail-item:nth-child(1) {
    margin-bottom: -15px;
  }
  #page.service.in .detail .detail-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #page.service.in .detail .detail-item.only {
    margin-bottom: 20px;
  }
  #page.service.in .detail .detail-item-ttl {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 20px;
  }
  #page.service.in .detail .detail-item-text {
    font-size: 14px;
    text-align: justify;
  }
  #page.service.in .detail .detail-link {
    font-size: 14px;
    gap: 20px;
  }
}
#page.service.in .example {
  padding: 120px 0;
  background-color: #ded7cc;
}
#page.service.in .example .example-ttl {
  font-size: 38px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 70px;
}
#page.service.in .example .example-item {
  background-color: #fff;
  padding: 0 30px;
  border-radius: 16px;
}
#page.service.in .example .example-item:not(:last-child) {
  margin-bottom: 70px;
}
#page.service.in .example .example-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 25px 0 20px 0;
  border-bottom: 1px solid #404040;
}
#page.service.in .example .example-item-ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-indent: -7.2em;
  padding-left: 7.2em;
}
#page.service.in .example .example-item-ttl span {
  color: #62a393;
}
#page.service.in .example .example-num {
  background-color: #62a393;
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  padding-left: 3px;
  font-weight: 600;
}
#page.service.in .example .example-item-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 0 25px 0;
}
@media screen and (max-width: 767px) {
  #page.service.in .example {
    padding: 40px 0;
  }
  #page.service.in .example .example-ttl {
    font-size: 24px;
    margin-bottom: 65px;
  }
  #page.service.in .example .example-item-ttl {
    text-indent: 0;
    padding-left: 0;
    font-size: 18px;
  }
  #page.service.in .example .example-item {
    padding: 0 20px;
  }
  #page.service.in .example .example-item:not(:last-child) {
    margin-bottom: 60px;
  }
  #page.service.in .example .example-item-top {
    padding: 15px 0;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page.service.in .example .example-num {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    font-size: 15px;
    padding-left: 1px;
    margin: -50px auto 5px auto;
  }
  #page.service.in .example .example-item-text {
    font-size: 13px;
  }
}
#page.service.in .faq {
  padding: 200px 0 0 0;
}
#page.service.in .faq.bs {
  background-image: none;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  #page.service.in .faq {
    padding: 80px 0 25px 0;
  }
}