@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=link");
.service__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.service__list .service__list-item {
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
}
.service__list .service__list-item .service__list-txt {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service__list .service__list-item .service__list-txt {
    padding: 3rem;
  }
}
.service__list .service__list-item .service__list-txt .service__list-ttl {
  margin: 0 0 2rem 0;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service__list .service__list-item .service__list-txt .service__list-ttl {
    font-size: 2.3rem;
  }
}
.service__list .service__list-item .service__list-txt .service__list-read {
  margin: 0 0 2rem 0;
}
.service__list .service__list-item .service__list-img {
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .service__list .service__list-item .service__list-img {
    position: relative;
    width: 100%;
    aspect-ratio: 2/1;
  }
}
.service__list .service__list-item .service__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__list .service__list-item .service__list-img::after {
  position: absolute;
  content: "";
  top: 0;
  width: 30rem;
  height: 100%;
}
.service__list .service__list-item:nth-child(odd) {
  margin-right: 15%;
  border-radius: 0 2rem 2rem 0;
  padding: 5rem 35% 5rem 15%;
}
@media screen and (max-width: 768px) {
  .service__list .service__list-item:nth-child(odd) {
    margin: 2rem;
    border-radius: 1rem;
    padding: 0;
  }
}
.service__list .service__list-item:nth-child(odd) .service__list-img {
  right: 0;
}
.service__list .service__list-item:nth-child(odd) .service__list-img::after {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 247, 247)), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(90deg, rgb(247, 247, 247), rgba(247, 247, 247, 0));
}
@media screen and (max-width: 768px) {
  .service__list .service__list-item:nth-child(odd) .service__list-img::after {
    display: none;
  }
}
.service__list .service__list-item:nth-child(even) {
  margin-left: 15%;
  border-radius: 2rem 0 0 2rem;
  padding: 5rem 15% 5rem 35%;
}
@media screen and (max-width: 768px) {
  .service__list .service__list-item:nth-child(even) {
    margin: 2rem;
    border-radius: 1rem;
    padding: 0;
  }
}
.service__list .service__list-item:nth-child(even) .service__list-img {
  left: 0;
}
.service__list .service__list-item:nth-child(even) .service__list-img::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(247, 247, 247)), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(270deg, rgb(247, 247, 247), rgba(247, 247, 247, 0));
}
@media screen and (max-width: 768px) {
  .service__list .service__list-item:nth-child(even) .service__list-img::after {
    display: none;
  }
}

.solution__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.solution__list .solution__list-item {
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
}
.solution__list .solution__list-item .solution__list-txt {
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .solution__list .solution__list-item .solution__list-txt {
    padding: 3rem;
  }
}
.solution__list .solution__list-item .solution__list-txt .solution__list-ttl {
  margin: 0 0 2rem 0;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-top: 2.4rem;
}
.solution__list .solution__list-item .solution__list-txt .solution__list-ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 12rem;
  height: 0.5rem;
  background: #000;
}
@media screen and (max-width: 768px) {
  .solution__list .solution__list-item .solution__list-txt .solution__list-ttl {
    font-size: 2.3rem;
  }
}
.solution__list .solution__list-item .solution__list-txt .solution__list-read {
  margin: 0 0 2rem 0;
}
.solution__list .solution__list-item .solution__list-img {
  position: absolute;
  top: 0;
  width: 55%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .solution__list .solution__list-item .solution__list-img {
    position: relative;
    width: 100%;
  }
}
.solution__list .solution__list-item .solution__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution__list .solution__list-item .solution__list-img::after {
  position: absolute;
  content: "";
  top: 0;
  width: 30rem;
  height: 100%;
}
.solution__list .solution__list-item.item-recruit {
  margin-right: 15%;
  border-radius: 0 2rem 2rem 0;
  padding: 5rem 35% 5rem 15%;
  position: relative;
}
.solution__list .solution__list-item.item-recruit::after {
  position: absolute;
  content: "RECRUIT";
  bottom: 0;
  left: 0;
  font-size: 12rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  line-height: 0.7em;
  letter-spacing: -0.3rem;
}
@media screen and (max-width: 768px) {
  .solution__list .solution__list-item.item-recruit {
    margin: 2rem;
    border-radius: 1rem;
    padding: 0;
  }
  .solution__list .solution__list-item.item-recruit::after {
    font-size: 6rem;
  }
}
.solution__list .solution__list-item.item-recruit .solution__list-img {
  right: 0;
}
.solution__list .solution__list-item.item-recruit .solution__list-img::after {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 247, 247)), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(90deg, rgb(247, 247, 247), rgba(247, 247, 247, 0));
}
@media screen and (max-width: 768px) {
  .solution__list .solution__list-item.item-recruit .solution__list-img::after {
    display: none;
  }
}
.solution__list .solution__list-item.item-recruit .solution__list-ttl::before {
  background: -webkit-gradient(linear, left top, right top, from(#3EBA78), to(#A9E267));
  background: linear-gradient(90deg, #3EBA78, #A9E267);
}
.solution__list .solution__list-item.item-clinic {
  margin-left: 15%;
  border-radius: 2rem 0 0 2rem;
  padding: 5rem 15% 5rem 35%;
}
.solution__list .solution__list-item.item-clinic::after {
  position: absolute;
  content: "MEDICAL";
  bottom: 0;
  right: 0;
  font-size: 12rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: right;
  color: #fff;
  line-height: 0.7em;
  letter-spacing: -0.3rem;
}
@media screen and (max-width: 768px) {
  .solution__list .solution__list-item.item-clinic {
    margin: 2rem;
    border-radius: 1rem;
    padding: 0;
  }
  .solution__list .solution__list-item.item-clinic::after {
    font-size: 6rem;
  }
}
.solution__list .solution__list-item.item-clinic .solution__list-img {
  left: 0;
}
.solution__list .solution__list-item.item-clinic .solution__list-img::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(247, 247, 247)), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(270deg, rgb(247, 247, 247), rgba(247, 247, 247, 0));
}
@media screen and (max-width: 768px) {
  .solution__list .solution__list-item.item-clinic .solution__list-img::after {
    display: none;
  }
}
.solution__list .solution__list-item.item-clinic .solution__list-ttl::before {
  background: -webkit-gradient(linear, left top, right top, from(#2D6BE2), to(#75DFE3));
  background: linear-gradient(90deg, #2D6BE2, #75DFE3);
}

.service-ttl {
  background-color: #f7f7f7;
  aspect-ratio: 1440/480;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service-ttl {
    aspect-ratio: auto;
  }
}
.service-ttl .service-ttl-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 63%;
}
@media screen and (max-width: 768px) {
  .service-ttl .service-ttl-img {
    position: relative;
    width: 100%;
  }
}
.service-ttl .service-ttl-img::before {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 247, 247)), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(90deg, rgb(247, 247, 247), rgba(247, 247, 247, 0));
}
@media screen and (max-width: 768px) {
  .service-ttl .service-ttl-img::before {
    display: none;
  }
}
.service-ttl .service-ttl-txt {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem 6rem;
  -ms-flex-line-pack: center;
      align-content: center;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .service-ttl .service-ttl-txt {
    position: relative;
    padding: 2rem;
  }
}
.service-ttl .service-ttl-txt .service-ttl-heading {
  margin: 0 0 2rem 0;
  line-height: 1;
}
.service-ttl .service-ttl-txt .service-ttl-heading span {
  display: inline-block;
  font-size: 1.8rem;
  padding: 0.8rem 2rem;
  background-color: #8691A3;
  color: #fff;
}
.service-ttl .service-ttl-txt .service-ttl-catch {
  margin: 0 0 3rem 0;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service-ttl .service-ttl-txt .service-ttl-catch {
    font-size: 3.2rem;
  }
}
.service-ttl .service-ttl-txt .service-ttl-read {
  width: 45%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-ttl .service-ttl-txt .service-ttl-read {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.service__purpose {
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #CCC;
}
.service__purpose .service__purpose-item {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 4rem;
  padding: 4rem 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .service__purpose .service__purpose-item {
    grid-template-columns: 1fr;
  }
}
.service__purpose .service__purpose-item .service__purpose-img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__purpose .service__purpose-item .service__purpose-img {
    padding: 0 20%;
  }
}
.service__purpose .service__purpose-item .service__purpose-txt .purpose-txt-ttl {
  margin: 0 0 3rem 0;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__purpose .service__purpose-item .service__purpose-txt .purpose-txt-ttl {
    font-size: 2.3rem;
  }
}
.service__purpose .service__purpose-item .service__purpose-txt .txt-wrap {
  display: grid;
  grid-template-columns: 8fr 5fr;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .service__purpose .service__purpose-item .service__purpose-txt .txt-wrap {
    grid-template-columns: 1fr;
  }
}
.service__purpose .service__purpose-item .service__purpose-txt .txt-wrap .txt-wrap-type {
  position: relative;
  padding-right: 7rem;
}
@media screen and (max-width: 768px) {
  .service__purpose .service__purpose-item .service__purpose-txt .txt-wrap .txt-wrap-type {
    padding-right: 0;
    padding-bottom: 5.5rem;
  }
}
.service__purpose .service__purpose-item .service__purpose-txt .txt-wrap .txt-wrap-type .txt-wrap-type-ttl {
  display: inline-block;
  background-color: #8691A3;
  color: #fff;
  line-height: 1;
  margin: 0 0 1rem 0;
  padding: 0.6rem 1.2rem;
}
.service__purpose .service__purpose-item .service__purpose-txt .txt-wrap .txt-wrap-type .txt-wrap-type-body {
  margin: 0;
}
.service__purpose .service__purpose-item .service__purpose-txt .txt-wrap .txt-wrap-type::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 3rem;
  background-image: url(../images/service/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .service__purpose .service__purpose-item .service__purpose-txt .txt-wrap .txt-wrap-type::after {
    inset: auto calc(50% - 2.5rem) 0 auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.service__purpose .service__purpose-item .service__purpose-txt .txt-wrap .txt-wrap-benefit {
  list-style-type: none;
  padding: 4.5rem 3rem 2rem 3rem;
  background-color: #f0f0f0;
  border-radius: 1rem;
  position: relative;
}
.service__purpose .service__purpose-item .service__purpose-txt .txt-wrap .txt-wrap-benefit .txt-wrap-benefit-item {
  line-height: 1.5;
  margin: 1rem 0;
}
.service__purpose .service__purpose-item .service__purpose-txt .txt-wrap .txt-wrap-benefit:before {
  position: absolute;
  top: 3rem;
  left: 3rem;
  content: "BENEFIT";
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #8691A3;
}

.service__service {
  list-style-type: none;
  padding: 0;
}
.service__service .service__service-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin: 5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .service__service .service__service-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .service__service .service__service-item:nth-child(odd) .service-img {
    padding-right: 0;
    margin: auto 3rem;
  }
}
.service__service .service__service-item:nth-child(even) .service-img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 768px) {
  .service__service .service__service-item:nth-child(even) .service-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 0;
    margin: auto 3rem;
  }
}
.service__service .service__service-item .service-txt .service-txt-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}

.service__service-single {
  list-style-type: none;
  padding: 0;
}
.service__service-single .service__service-single-item {
  margin: 5rem 0;
}
.service__service-single .service__service-single-item .service-single-txt-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}

.service__flow {
  counter-reset: listnum;
  padding-left: 2rem;
  list-style-type: none;
}
.service__flow .service__flow-item {
  border-left: 1px solid #696969;
  position: relative;
  padding-bottom: 2rem;
}
.service__flow .service__flow-item:before {
  position: absolute;
  left: -2.1rem;
  top: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #696969;
  counter-increment: listnum;
  content: counter(listnum);
  color: #fff;
  line-height: 1;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
.service__flow .service__flow-item:last-child {
  border: none;
}
.service__flow .service__flow-item dt {
  margin: 0;
  padding: 0.4rem 0 0 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.service__flow .service__flow-item dd {
  margin: 0;
  padding: 1rem 0 0 4rem;
}

.service__assign {
  padding: 0 12%;
}
@media screen and (max-width: 768px) {
  .service__assign {
    padding: 0;
  }
}

.service__plan {
  background-color: #f7f7f7;
  padding: 3rem;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .service__plan {
    padding: 2rem;
  }
}
.service__plan .service__plan-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .service__plan .service__plan-list {
    grid-template-columns: 1fr;
  }
}
.service__plan .service__plan-list .service__list-item {
  background-color: #fff;
  border-radius: 1rem;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  text-align: center;
}
.service__plan .service__plan-list .service__list-item .plan-name {
  margin: 0;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #434343;
  color: #fff;
  padding: 1.2rem;
  border-radius: 0.5rem;
}
.service__plan .service__plan-list .service__list-item .plan-price {
  padding: 4rem 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .service__plan .service__plan-list .service__list-item .plan-price {
    padding: 2rem 0;
  }
}
.service__plan .service__plan-list .service__list-item .plan-price span {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  vertical-align: text-bottom;
}
.service__plan .service__plan-list .service__list-item p {
  margin: 0;
  padding: 1.5rem 0;
  border-top: 1px solid #CCC;
  line-height: 1.5;
}
.service__plan .service__plan-list .plan-startup .plan-name {
  background-color: #8691A3;
}
.service__plan .service__plan-list .plan-startup .plan-price {
  color: #8691A3;
}
.service__plan .service__plan-list .plan-standard .plan-name {
  background-color: #7DC2EB;
}
.service__plan .service__plan-list .plan-standard .plan-price {
  color: #7DC2EB;
}
.service__plan .service__plan-list .plan-premium .plan-name {
  background-color: #D9C364;
}
.service__plan .service__plan-list .plan-premium .plan-price {
  color: #D9C364;
}

.service__problem {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .service__problem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service__problem li {
  width: 31%;
  background-color: #8691A3;
  border-radius: 1rem;
  padding: 2rem 1rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service__problem li {
    width: 100%;
  }
}
.service__problem li::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 2rem;
  width: 2rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(20% 0, 100% 0, 0 100%);
          clip-path: polygon(20% 0, 100% 0, 0 100%);
  background-color: #8691A3;
}

.service__achievements {
  padding: 0 12%;
}
@media screen and (max-width: 768px) {
  .service__achievements {
    padding: 0;
  }
}

.service__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .service__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 5rem;
  }
}

.service__col1 {
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .service__col1 {
    width: 100%;
  }
}

.service__point {
  list-style-type: none;
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 1rem;
  padding-left: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service__point {
    grid-template-columns: 1fr;
    font-size: 1.6rem;
  }
}
.service__point-item {
  position: relative;
  padding-left: 2.4rem;
}
.service__point-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  left: 0;
  top: 1.5rem;
  height: 1rem;
  background-image: url("../images/service/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .service__point-item::before {
    top: 1.3rem;
  }
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-table {
  width: 100%;
  min-width: 60rem;
  border-collapse: collapse;
  margin-top: 2.4rem;
}

.scroll-table th,
.scroll-table td {
  border: 1px solid #CCC;
  padding: 2rem;
  vertical-align: top;
  text-align: left;
  border-left: none;
  border-right: none;
}

.scroll-table thead {
  background-color: #f7f7f7;
  font-weight: 500;
}

.service-summary {
  text-align: center;
  font-size: 1.8rem;
  background-color: #f7f7f7;
  width: 76.4rem;
  margin: 0 auto;
  border-radius: 2rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  line-height: 1.5;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .service-summary {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
    padding: 2rem;
  }
}
.service-summary p {
  margin: 0;
}

.service__feature {
  padding-left: 0;
}

.service__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .service__feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.service__feature-item div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service__feature-item h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .service__feature-item h5 {
    margin-bottom: 1rem;
  }
}
.service__feature-item .list {
  border: solid 1px #CCC;
  border-radius: 2rem;
  padding: 2.4rem;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .service__feature-item .item {
    font-size: 1.4rem;
  }
}
.service__feature-item .item::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1rem;
  background-image: url("../images/service/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}
.service__feature-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service__feature-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service__feature-item:not(:last-child) {
  margin-bottom: 5.6rem;
}

.logo-design {
  margin: 0 auto;
  padding: 10rem 0 12rem 0;
  width: 80%;
}

h3.service-logo-ttl {
  font-size: 2.8rem;
}

.service-logo-insert {
  padding-top: 11rem;
}

.service-branding-component {
  width: 60%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .service-branding-component {
    width: 100%;
  }
}

.wrap-branding-scroll {
  padding: 1rem 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .wrap-branding-scroll {
    padding-bottom: 0;
  }
  .wrap-branding-scroll img.scroll-img {
    width: 250%;
  }
}

ul.service-brandring-list li.service__service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  ul.service-brandring-list li.service__service-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.service-brandring-list li.service__service-item section.service-txt {
  max-width: 680px;
}
ul.service-brandring-list li.service__service-item section.service-txt h4.service-txt-ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  ul.service-brandring-list li.service__service-item section.service-txt h4.service-txt-ttl {
    font-size: 1.8rem;
  }
}
ul.service-brandring-list ul.txt-wrap {
  width: 100%;
  max-width: 380px;
  padding: 2rem 0 2rem 2.5rem;
  list-style-type: initial;
  background-color: #f0f0f0;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  ul.service-brandring-list ul.txt-wrap {
    padding: 2rem 0 2rem 2.5rem;
    border-radius: 2rem;
  }
}
ul.service-brandring-list ul.txt-wrap li {
  margin-left: 2rem;
}

.service-branding-initiative {
  width: 80%;
  margin: 0 auto;
  padding: 1rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .service-branding-initiative {
    width: 100%;
  }
}

h4.service-branding-ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  h4.service-branding-ttl {
    font-size: 1.8rem;
  }
}

.service-support-txt-04 .service-txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.service-support-txt-04 .service-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .service-support-txt-04 .service-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service-support-txt-04 .service-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.service-nocode-benefit-image {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .service-nocode-benefit-image {
    padding-top: 0;
  }
}

ul.service-nocode-benefit {
  margin-bottom: 8rem;
  padding: 0 2rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  ul.service-nocode-benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
ul.service-nocode-benefit li {
  max-width: 220px;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  ul.service-nocode-benefit li {
    max-width: initial;
    margin: 0;
  }
}
ul.service-nocode-benefit li h4 {
  display: none;
}
@media screen and (max-width: 768px) {
  ul.service-nocode-benefit li h4 {
    margin: 1.5rem 0 0 0;
    display: block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.1rem;
  }
}
ul.service-nocode-benefit li p {
  margin-top: 0.4rem;
}

section.service-nocode-point-wrap {
  margin-bottom: 8rem;
}