@media (min-width: 768px) { 
  .otherService__area--margin {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 80px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-image: url(../img/other-service-bg.svg);
    background-color: rgba(70, 149, 212, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .otherService__area--margin {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-image: url(../img/other-service-bg.svg);
    background-color: rgba(70, 149, 212, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.otherService__area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.otherService__title {
  align-self: stretch;
  margin-top: -1.00px;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 150%;
  position: relative;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) {
  .eachService__wrapper {
    display: flex;
    align-items: stretch;
    gap: 32px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .eachService__wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

.eachService {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 32px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  border: 1px solid;
  border-color: rgba(190, 226, 255, 1);
}

@media (max-width: 767px) {
  .eachService {
    padding: 24px;
  }
}

.eachService__title--wrapper {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .eachService__title--text {
    font-weight: bold;
    position: relative;
    width: 144px;
    margin-top: -1.00px;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 150%;
    font-style: normal;
  }
}

@media (max-width: 767px) {
  .eachService__title--text {
    font-weight: bold;
    position: relative;
    width: 60%;
    margin-top: -1.00px;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 150%;
    font-style: normal;
  }
}

.eachService__public--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(70, 149, 212, 1);
  border-radius: 4px;
}

.eachService__company--wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(15, 88, 164, 1);
  border-radius: 4px;
}

.eachService__recommend--text {
  width: fit-content;
  margin-top: -1.00px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) {
  .eachService__bluetext {
    font-weight: bold;
    width: 341.33px;
    color: rgba(15, 88, 164, 1);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 179.99999523162842%;
    position: relative;
    /* font-weight: 400; */
    font-style: normal;
  }
}

@media (max-width: 767px) {
  .eachService__bluetext {
    font-weight: bold;
    width: 100%;
    color: rgba(15, 88, 164, 1);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 179.99999523162842%;
    position: relative;
    /* font-weight: 400; */
    font-style: normal;
    flex-wrap: wrap;
  }
}

.eachService__detail--text {
  align-self: stretch;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  position: relative;
  font-weight: 400;
  font-style: normal;
  min-height: 86px;
}

.eachService__toDetail--link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 100px;
  text-decoration: none;
}

.eachService__toDetail--text {
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  color: rgba(15, 88, 164, 1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
}

.eachService__toDetail--link img {
  width: 24px;
  height: 24px;
}