.sec-objective .title {
  color: var(--color-beige-text);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: min(20px, calc(20 / 1400 * 100vw));
}

.sec-objective .title dt {
  font-size: 24px;
}

.sec-objective .title dd {
  font-size: 30px;
}

.sec-objective .texts {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: min(12px, calc(12 / 1400 * 100vw));
  width: min(848px, calc(848 / 1400 * 100vw));
}

.sec-objective .texts li {
  aspect-ratio: 1;
  border-radius: 50%;
  box-sizing: border-box;
  padding: min(4px, calc(4 / 1400 * 100vw));
  width: min(160px, calc(160 / 1400 * 100vw));
}

.sec-objective .texts li[data-color=pink] {
  background: var(--grad-pink);
}

.sec-objective .texts li[data-color=pink] span {
  color: var(--color-pink-text);
}

.sec-objective .texts li[data-color=orange] {
  background: var(--grad-orange);
}

.sec-objective .texts li[data-color=orange] span {
  color: var(--color-orange-text);
}

.sec-objective .texts li[data-color=violet] {
  background: var(--grad-violet);
}

.sec-objective .texts li[data-color=violet] span {
  color: var(--color-violet-text);
}

.sec-objective .texts li[data-color=yellow] {
  background: var(--grad-yellow);
}

.sec-objective .texts li[data-color=yellow] span {
  color: var(--color-yellow-text);
  font-size: 24.3px;
}

.sec-objective .texts li[data-color=purple] {
  background: var(--grad-purple);
}

.sec-objective .texts li[data-color=purple] span {
  color: var(--color-purple-text);
}

.sec-objective .texts span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
  font-size: 27px;
}

.sec-education .col1,
.sec-education .col2,
.sec-experience .col1,
.sec-experience .col2,
.sec-nurture .col1,
.sec-nurture .col2,
.sec-lunch .col1,
.sec-lunch .col2 {
  margin: 0 auto;
  width: min(850px, calc(850 / 1400 * 100vw));
}

.sec-education .col1:not(:last-child),
.sec-education .col2:not(:last-child),
.sec-experience .col1:not(:last-child),
.sec-experience .col2:not(:last-child),
.sec-nurture .col1:not(:last-child),
.sec-nurture .col2:not(:last-child),
.sec-lunch .col1:not(:last-child),
.sec-lunch .col2:not(:last-child) {
  margin-bottom: min(50px, calc(50 / 1400 * 100vw));
}

.sec-education .col1 .cmn-h3,
.sec-education .col2 .cmn-h3,
.sec-experience .col1 .cmn-h3,
.sec-experience .col2 .cmn-h3,
.sec-nurture .col1 .cmn-h3,
.sec-nurture .col2 .cmn-h3,
.sec-lunch .col1 .cmn-h3,
.sec-lunch .col2 .cmn-h3 {
  margin-bottom: 0;
}

.sec-education .col1 .texts,
.sec-education .col2 .texts,
.sec-experience .col1 .texts,
.sec-experience .col2 .texts,
.sec-nurture .col1 .texts,
.sec-nurture .col2 .texts,
.sec-lunch .col1 .texts,
.sec-lunch .col2 .texts {
  line-height: 1.77;
  font-size: 18px;
}

.sec-education .col1 .caution,
.sec-education .col2 .caution,
.sec-experience .col1 .caution,
.sec-experience .col2 .caution,
.sec-nurture .col1 .caution,
.sec-nurture .col2 .caution,
.sec-lunch .col1 .caution,
.sec-lunch .col2 .caution {
  line-height: 1.5;
  margin-top: 0.3em;
  font-size: 14px;
}

.sec-education .col1 .image,
.sec-experience .col1 .image,
.sec-nurture .col1 .image,
.sec-lunch .col1 .image {
  margin-bottom: min(20px, calc(20 / 1400 * 100vw));
}

.sec-education .col2,
.sec-experience .col2,
.sec-nurture .col2,
.sec-lunch .col2 {
  display: flex;
  gap: min(20px, calc(20 / 1400 * 100vw));
}

.sec-education .col2 .image,
.sec-experience .col2 .image,
.sec-nurture .col2 .image,
.sec-lunch .col2 .image {
  width: min(300px, calc(300 / 1400 * 100vw));
}

.sec-education .col2 .texts,
.sec-experience .col2 .texts,
.sec-nurture .col2 .texts,
.sec-lunch .col2 .texts {
  flex: 1;
}

.sec-lunch .texts:not(:last-child) {
  margin-bottom: min(40px, calc(40 / 1400 * 100vw));
}

.sec-lunch h3 {
  color: var(--color-beige-text);
  font-weight: 700;
  line-height: 1.77;
  font-size: 18px;
}

@media print, screen and (min-width: 769px) {
  .sec-education .col1 .texts,
  .sec-experience .col1 .texts,
  .sec-nurture .col1 .texts,
  .sec-lunch .col1 .texts {
    margin-left: min(30px, calc(30 / 1400 * 100vw));
    margin-right: min(30px, calc(30 / 1400 * 100vw));
  }

  .sec-education .col1.nurture3 .texts,
  .sec-experience .col1.nurture3 .texts,
  .sec-nurture .col1.nurture3 .texts,
  .sec-lunch .col1.nurture3 .texts {
    margin-left: 0;
    margin-right: 0;
  }

  .sec-education .col2.nurture2,
  .sec-experience .col2.nurture2,
  .sec-nurture .col2.nurture2,
  .sec-lunch .col2.nurture2 {
    flex-direction: row-reverse;
  }

  .sec-education .col2.nurture2 .image,
  .sec-experience .col2.nurture2 .image,
  .sec-nurture .col2.nurture2 .image,
  .sec-lunch .col2.nurture2 .image {
    width: min(450px, calc(450 / 1400 * 100vw));
  }

  .sec-education .col2.nurture4,
  .sec-experience .col2.nurture4,
  .sec-nurture .col2.nurture4,
  .sec-lunch .col2.nurture4 {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 768.8px) {
  .sec-objective .title {
    margin-bottom: 5.3333333333vw;
  }

  .sec-objective .title dt {
    font-size: 2.4rem;
  }

  .sec-objective .title dd {
    font-size: 3rem;
  }

  .sec-objective .texts {
    flex-wrap: wrap;
    row-gap: 0;
    column-gap: 5.0666666667vw;
    width: 69.3333333333vw;
  }

  .sec-objective .texts li {
    padding: 0.5333333333vw;
    width: auto;
    flex: 0 0 31.2vw;
  }

  .sec-objective .texts li[data-color=violet] {
    margin-top: -2.6666666667vw;
    margin-right: 100%;
    margin-left: 100%;
  }

  .sec-objective .texts li[data-color=yellow] {
    margin-top: -2.6666666667vw;
  }

  .sec-objective .texts li[data-color=yellow] span {
    font-size: 1.89rem;
  }

  .sec-objective .texts li[data-color=yellow] span {
    padding-top: 2.6666666667vw;
  }

  .sec-objective .texts li[data-color=purple] {
    margin-top: -2.6666666667vw;
  }

  .sec-objective .texts span {
    font-size: 2.1rem;
  }

  .sec-education .col1,
  .sec-education .col2,
  .sec-experience .col1,
  .sec-experience .col2,
  .sec-nurture .col1,
  .sec-nurture .col2,
  .sec-lunch .col1,
  .sec-lunch .col2 {
    width: 89.3333333333vw;
  }

  .sec-education .col1:not(:last-child),
  .sec-education .col2:not(:last-child),
  .sec-experience .col1:not(:last-child),
  .sec-experience .col2:not(:last-child),
  .sec-nurture .col1:not(:last-child),
  .sec-nurture .col2:not(:last-child),
  .sec-lunch .col1:not(:last-child),
  .sec-lunch .col2:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }

  .sec-education .col1 .texts,
  .sec-education .col2 .texts,
  .sec-experience .col1 .texts,
  .sec-experience .col2 .texts,
  .sec-nurture .col1 .texts,
  .sec-nurture .col2 .texts,
  .sec-lunch .col1 .texts,
  .sec-lunch .col2 .texts {
    font-size: 1.8rem;
  }

  .sec-education .col1 .caution,
  .sec-education .col2 .caution,
  .sec-experience .col1 .caution,
  .sec-experience .col2 .caution,
  .sec-nurture .col1 .caution,
  .sec-nurture .col2 .caution,
  .sec-lunch .col1 .caution,
  .sec-lunch .col2 .caution {
    font-size: 1.4rem;
  }

  .sec-education .col1 .image,
  .sec-experience .col1 .image,
  .sec-nurture .col1 .image,
  .sec-lunch .col1 .image {
    margin-bottom: 5.3333333333vw;
  }

  .sec-education .col2,
  .sec-experience .col2,
  .sec-nurture .col2,
  .sec-lunch .col2 {
    gap: 5.3333333333vw;
    flex-direction: column;
  }

  .sec-education .col2 .image,
  .sec-experience .col2 .image,
  .sec-nurture .col2 .image,
  .sec-lunch .col2 .image {
    margin: 0 auto;
    width: 65.8666666667vw;
  }

  .sec-education .col2.nurture2 .image,
  .sec-experience .col2.nurture2 .image,
  .sec-nurture .col2.nurture2 .image,
  .sec-lunch .col2.nurture2 .image {
    width: 89.3333333333vw;
  }

  .sec-lunch .texts:not(:last-child) {
    margin-bottom: 8vw;
  }

  .sec-lunch h3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399.8px) {
  .sec-objective .title dt {
    font-size: 2.4rem;
  }

  .sec-objective .title dd {
    font-size: 3rem;
  }

  .sec-objective .texts li[data-color=yellow] span {
    font-size: 2.43rem;
  }

  .sec-objective .texts span {
    font-size: 2.7rem;
  }

  .sec-education .col1 .texts,
  .sec-education .col2 .texts,
  .sec-experience .col1 .texts,
  .sec-experience .col2 .texts,
  .sec-nurture .col1 .texts,
  .sec-nurture .col2 .texts,
  .sec-lunch .col1 .texts,
  .sec-lunch .col2 .texts {
    font-size: 1.8rem;
  }

  .sec-education .col1 .caution,
  .sec-education .col2 .caution,
  .sec-experience .col1 .caution,
  .sec-experience .col2 .caution,
  .sec-nurture .col1 .caution,
  .sec-nurture .col2 .caution,
  .sec-lunch .col1 .caution,
  .sec-lunch .col2 .caution {
    font-size: 1.4rem;
  }

  .sec-lunch h3 {
    font-size: 1.8rem;
  }
}