.custom-course-list-category {
  margin-top: 40px;
  font-family: 'Noto Sans JP', sans-serif;

  li:not(:last-child) {
    margin-bottom: 25px;
  }

  ul {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .custom-course-list-category {
    margin-top: 30px;
  }
}

.custom-course-link {
  display: flex;
  gap: 20px;
  padding: 18px 15px;
  border: 3px solid #dba25b !important;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .custom-course-link {
    flex-direction: column;
    padding: 20px 10px;
  }
}

.custom-course-link__thumbnail {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .custom-course-link__thumbnail {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .custom-course-link__content {
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .custom-course-link__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
  }
}

.custom-course-link__layout-content {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .custom-course-link__layout-content {
    display: contents;
  }
}

.custom-course-link__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .custom-course-link__tags {
    order: 1;
  }
}

.custom-course-link__tag {
  border-radius: 5px;
  background-color: #31b542;
  padding: 2px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.custom-course-link__tag--woman-only {
  background-color: #e4768d;
}

.custom-course-link__headline {
  font-family: 'Noto Serif JP', serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 2.6em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .custom-course-link__headline {
    font-size: 20px;
    line-height: 3rem;
  }
}

.custom-course-link__title {
  margin-block: 0 15px !important;
  font-size: 18px !important;
  font-weight: 700;
  font-family: 'Noto Serif JP', sans-serif;
  color: #ab2639;
  line-height: 3em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .custom-course-link__title {
    margin-block: 5px 0 !important;
    font-size: 16px;
    line-height: 1.75em;
  }
}

.custom-course-link__qualifications {
}

.custom-course-link__q-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.custom-course-link__q-label::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.072" height="18.198" viewBox="0 0 13.072 18.198"><g id="ダイヤのマーク" transform="translate(-72.115)"><path id="Path_13" data-name="Path 13" d="M78.651,0,72.115,9.1l6.536,9.1,6.536-9.1Z" fill="%23ab2639"/></g></svg>');
  background-size: contain;
}

.custom-course-link__q-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 767px) {
  .custom-course-link__q-row {
    margin-bottom: 10px;
  }
}

.custom-course-link__q-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2em;
  margin-bottom: 0 !important;
}

.custom-course-link__q-item::before {
  content: '・';
}

.custom-course-link__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 10px;
}
@media screen and (max-width: 767px) {
  .custom-course-link__info {
    flex-direction: column;
    align-items: flex-start;
    margin-block: 10px 20px;
  }
}

.custom-course-link__course-status {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background-color: #f3fdef;
  padding: 2px 11px;
  border-radius: 5px;
  line-height: 1.44em;
  color: #2a9d92;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom-course-link__course-status {
    padding: 3.5px 11px;
    width: 100%;
  }
}

.custom-course-link__schedule-row {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}

.custom-course-link__button {
  position: relative;
  display: block;
  padding-block: 8.5px;
  width: 100%;
  background-color: #ab2639;
  border: none !important;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.custom-course-link__button::after {
  content: '';
  position: absolute;
  inset: 0 10px 0 auto;
  margin-block: auto;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path id="Icon_ionic-ios-arrow-dropdown-circle" data-name="Icon ionic-ios-arrow-dropdown-circle" d="M0,10A10,10,0,1,0,10,0,10,10,0,0,0,0,10ZM13.9,7.913a.931.931,0,0,1,1.313,0,.917.917,0,0,1,.269.654.933.933,0,0,1-.274.659l-4.534,4.519a.927.927,0,0,1-1.279-.029L4.793,9.13A.928.928,0,1,1,6.106,7.817L10,11.755Z" transform="translate(0 20) rotate(-90)" fill="%23fff"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-course-link__button:hover {
  color: #fff;
  border: none !important;
  opacity: 0.6;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
