@media (min-width: 768px) {
  .section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    align-self: stretch;
    width: 100%;
    margin-top: 80px;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    margin-top: 60px;
    flex: 0 0 auto;
  }
}

.section__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
  padding: 0px 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: rgba(15, 88, 164, 1);
}

@media screen and (min-width: 768px) {
  .section__description--text {
    width: fit-content;
    margin-top: -2.00px;
    color: rgba(15, 88, 164, 1);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 179.99999523162842%;
    white-space: nowrap;
    position: relative;
    font-weight: 400;
    font-style: normal;
  }
}

@media screen and (max-width: 767px) {
  .section__description--text {
    width: fit-content;
    margin-top: -2.00px;
    color: rgba(15, 88, 164, 1);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 179.99999523162842%;
    white-space: normal;
    position: relative;
    font-weight: 400;
    font-style: normal;
  }
}

@media screen and (min-width: 768px) {
  .section__title--text {
    width: fit-content;
    font-size: 32px;
    line-height: 150%;
    white-space: nowrap;
    position: relative;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    letter-spacing: 0px;
    font-style: normal;
  }
}

@media screen and (max-width: 767px) {
  .section__title--text {
    width: fit-content;
    font-size: 32px;
    line-height: 150%;
    white-space: normal;
    position: relative;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    letter-spacing: 0px;
    font-style: normal;
  }
}

@media screen and (min-width: 768px) {
  .section__contents {
    display: flex;
    flex-wrap: wrap;
    width: 1280px;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section__contents {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .eachSection {
    display: flex;
    flex-direction: column;
    width: calc((100% - 48px) / 3);
    align-items: flex-start;
    gap: 16px;
    position: relative;
    margin-top: -1.00px;
    border-color: rgba(170, 170, 170, 1);
  }
}

@media screen and (max-width: 767px) {
  .eachSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    margin-top: -1.00px;
    border-color: rgba(170, 170, 170, 1);
  }
}

@media (min-width: 768px) {
  .eachSection__link {
    text-decoration: none;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .eachSection__link {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .eachSection__detail--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .eachSection__detail--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    margin-top: 12px;
  }
}

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

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

@media (min-width: 768px) {
  .eachSection__info {
    flex-direction: column;
    align-items: flex-start;
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .eachSection__info {
    align-items: flex-start;
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
  }
}

.eachSection__info--content {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

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

@media screen and (min-width: 768px) {
  .tag {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .tag {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

.p {
  position: relative;
  align-self: stretch;
  height: 22px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21.6px;
  white-space: nowrap;
}