.shuno {
  --txt-black: #212121;
  --black: #283039;
  --yellow: #fdfd61;
  --pale-yellow: #ffffcf;
  --orange: #ff8705;
  --pale-orange: #ffefde;
  --light-orange: #ffc382;
  --pale-green: #e9f5d1;
  --light-green: #8dc91d;

  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--black);
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .shuno {
    padding: 0 20px;
  }
}

.shuno img {
  display: block;
  width: 100%;
}

.shuno p {
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .content-detail-items {
    width: 100%;
  }
}

/* 共通パーツ */
.marker {
  background: linear-gradient(transparent 70%, var(--yellow) 0%);
  font-weight: 700;
}

.img-rounded {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .img-rounded {
    border-radius: 8px;
  }
}

.img-sm {
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .img-sm {
    padding: 0;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 380px;
  height: 58px;
  padding: 0 10px;
  border-radius: 100vmax;
  box-shadow: 0 6px 0 0 #7ab40d;
  background: var(--light-green);
  color: #fff;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .button {
    max-width: 298px;
    gap: 22px;
  }
}

.button::after {
  content: "";
  width: 8px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10' fill='none'%3E%3Cpath d='M1.5 1C2.42308 1.73846 6.5 5 6.5 5L1.5 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.button + .button {
  margin-top: 6px;
}

.button__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .button__wrapper {
    gap: 10px;
  }
}

.button__head {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button__head {
    font-size: 1.2rem;
  }
}

.annotation {
  color: #000;
  font-size: 1rem;
}

/* -------------
    セクション
------------- */
/* メインビジュアル */
.mv {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .mv {
    gap: 16px;
  }
}

/* 目次 */
.index {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 508px;
  margin-top: 46px;
  margin-inline: auto;
  padding: 18px 20px 20px;
  border-radius: 16px;
  background: var(--pale-orange);
}
@media screen and (max-width: 768px) {
  .index {
    max-width: 266px;
    margin-top: 40px;
  }
}

.index-head {
  display: block;
  width: 37px;
  margin-inline: auto;
}

.index-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.index-list a {
  font-size: 1.4rem;
  letter-spacing: normal;
  text-decoration: underline;
}

/* 概要 */
.description {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .description {
    gap: 20px;
    margin-top: 40px;
  }
}

.description-table tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.description-table tr {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 7px;
  font-size: 1.2rem;
  text-align: justify;
}

.description-table th {
  border-right: 3px solid var(--pale-orange);
  font-weight: 700;
}

/* ------------------
    メインセクション
------------------ */
/* 共通 */
.section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 40px;
  }
}

.section-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 16px;
  border: 2px solid var(--black);
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-item {
    gap: 24px;
    border-radius: 8px;
  }
}

.section-item:not(:has(.section-content--green)) {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-item:not(:has(.section-content--green)) {
    padding-bottom: 20px;
  }
}

.section-item::before {
  content: "";
  width: 60px;
  height: 56px;
  position: absolute;
  top: -18px;
  left: calc(50% + 171px);
}
@media screen and (max-width: 768px) {
  .section-item::before {
    width: 58px;
    height: 54px;
    top: -17px;
    left: calc(50% + 96px);
  }
}

.section-item.sec1::before,
.section-item.sec4::before {
  background: url("img-shuno/icon-question.png") no-repeat center / contain;
}

.section-item.sec2::before,
.section-item.sec3::before,
.section-item.sec5::before {
  background: url("img-shuno/icon-light.png") no-repeat center / contain;
  top: -19px;
  left: calc(50% + 155px);
}
@media screen and (max-width: 768px) {
  .section-item.sec2::before,
  .section-item.sec3::before,
  .section-item.sec5::before {
    left: calc(50% + 125px);
  }
}

.section-item.sec5::before {
  top: -17px;
  left: calc(50% + 212px);
}
@media screen and (max-width: 768px) {
  .section-item.sec5::before {
    left: calc(50% + 109px);
  }
}

.section-title {
  display: flex;
  justify-content: center;
  padding: 16px 10px;
  border-radius: 14px 14px 0 0;
  background: var(--yellow);
}
@media screen and (max-width: 768px) {
  .section-title {
    padding: 16px 9px;
    border-radius: 6px 6px 0 0;
  }
}

.section-title img {
  width: auto;
  height: 100%;
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  .section-title img {
    max-height: 54px;
  }

  .section-title--lg img {
    max-height: 81px;
  }
}

.section-content {
  padding: 0 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-content {
    padding: 0 19px;
  }
}

.section-content--border {
  padding-top: 30px;
}

.section-content--border::before {
  content: "";
  display: block;
  width: calc(100% - 72px);
  height: 4px;
  background-image: radial-gradient(
    circle at center,
    var(--orange) 1px,
    transparent 1px
  );
  background-size: 6px 6px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section-content--border::before {
    width: calc(100% - 115px);
  }
}

.section-content__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .section-content__inner {
    gap: 20px;
  }
}

.section-content__inner--gap20 {
  gap: 20px;
}

.section-content__inner > *:not(.section-subtitle, .section-text) {
  max-width: 500px;
  margin-inline: auto;
}

.section-content--green {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 30px;
  border-radius: 0 0 14px 14px;
  background: var(--pale-green);
}

.section-content--green img {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .section-content--green img {
    max-width: 308px;
  }
}

.section-subtitle {
  display: block;
  max-height: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-subtitle {
    max-height: 54px;
    margin-bottom: 8px;
  }
}

.section-subtitle img {
  width: auto;
  height: 100%;
}

.section-personlist__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section-personlist__wrapper .annotation {
  text-align: right;
}

.section-personlist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-personlist__list {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 38px;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-personlist__list {
    gap: 21px;
    padding: 18px 16px;
    border-radius: 8px;
  }
}

.section-personlist__list--review {
  grid-template-columns: 48px 1fr;
  gap: 48px;
  padding: 12px 22px 12px 34px;
}
@media screen and (max-width: 768px) {
  .section-personlist__list--review {
    gap: 15px;
    padding: 12px 32px 12px 28px;
  }
}

.section-personlist__list--qa {
  grid-template-columns: 40px 1fr;
  gap: 42px;
  padding: 12px 18px 12px 30px;
}
@media screen and (max-width: 768px) {
  .section-personlist__list--qa {
    gap: 16px;
    padding: 12px 16px;
  }
}

.section-personlist__list--point {
  grid-template-columns: 66px 1fr;
  grid-template-rows: 1fr auto;
  gap: 10px 21px;
  padding: 16px 38px;
}
@media screen and (max-width: 768px) {
  .section-personlist__list--point {
    row-gap: 8px;
    padding: 16px 18px;
  }
}

.section-personlist--dashed .section-personlist__list {
  border: 1px dashed var(--black);
}

.section-personlist--yellow .section-personlist__list {
  background: var(--pale-yellow);
}

.section-personlist .section-personlist__list p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.section-text {
  color: var(--txt-black);
}

.section-text a {
  color: var(--orange);
  text-decoration: underline;
}

.section-text + .section-subtitle {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-text + .section-subtitle {
    margin-top: 20px;
  }
}

/* 個別 */
.sec1 .section-content--green {
  gap: 20px;
}

.sec3-review {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .sec3-review {
    padding-bottom: 20px;
  }
}

.sec3-review__answer {
  margin-top: 8px;
  padding-left: 34px;
  position: relative;
}

.sec3-review__answer::before {
  content: "";
  width: 26px;
  height: 19px;
  background: url("img-shuno/icon-answer.svg") no-repeat center / contain;
  position: absolute;
  top: 17px;
  left: 0;
}

.sec3-review__manager {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 7px;
  padding-left: 4px;
}

.sec3-review__manager p {
  color: var(--orange);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.sec3-review__message {
  margin-top: 6px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--pale-orange);
  color: var(--txt-black);
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sec3-review__message {
    border-radius: 8px;
  }
}

.sec4-answer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec4-answer {
    gap: 6px;
  }
}

.sec5 .section-content--green {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec5 .section-content--green {
    gap: 20px;
  }
}

.sec5-list__head {
  display: block;
  grid-column: span 2;
  margin-inline: -16px;
  padding: 2px 14px;
  border-radius: 30px;
  background: var(--light-orange);
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec5-list__head {
    margin-inline: -2px;
    letter-spacing: normal;
  }

  .sec5-list__head--sm {
    font-size: 1.1rem;
  }
}
