@charset "utf-8";

.contents-program-intro {
  margin: 4.0rem 0;
  padding: 3.0rem;
  border-radius: 1.0rem;
  background-color: #ffffff;
}
.contents-program-intro__title {
  margin: 0;
  padding: 0;
  background: none;
  color: #fcb30a;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.contents-program-intro__subtitle {
  margin: 2.5rem 0 0;
  padding: 0;
  border-left: none;
  background: none;
  color: #000000;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.contents-program-intro__text {
  width: min(67.5rem, 100%);
  margin: 2.5rem auto 0;
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  letter-spacing: 0.05em;
}
.contents-program-intro__content {
  margin-top: 3.0rem;
}
.contents-program-intro__list {
  margin: 0;
}
.contents-program-intro__item {
  display: flex;
  gap: 2.0rem;
  position: relative;
  padding: 4.0rem 1.0rem;
  &::before {
    content: none;
  }
  &:not(:last-child) {
    border-bottom: .1rem solid #d2d2d2;
  }
}
.contents-program-intro__item:last-child {
  padding-bottom: 0;
}
.contents-program-intro__item-content {
  flex: 1;
  padding: 0 0 0 10.0rem;
}
.contents-program-intro__item-title {
  margin-block: 0;
  border-bottom: none;
  font-size: 2.4rem;
  line-height: calc(24 / 24);
  letter-spacing: 0.05em;
}
.contents-program-intro__item-title-number {
  display: block;
  position: absolute;
  top: 4.0rem;
  left: 1.0rem;
  img {
    height: 6.4rem;
    object-fit: contain;
  }
}
.contents-program-intro__item-text {
  margin: 3.0rem 0 0;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  letter-spacing: 0.05em;
}
.contents-program-intro__item-img-wrapper {
  width: 30.0rem;
  height: 20.0rem;
  border: .1rem solid #d2d2d2;
  border-radius: 1.0rem;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.contents-program-intro__table-wrapper {
  margin-top: 10.0rem;
}
.contents-program-intro__table-title {
  margin: 0;
  padding: 0;
  border-left: none;
  background: none;
  color: #000000;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.contents-program-intro__table {
  margin-top: 3.0rem;
  border: 0;
  background: none;
  border-collapse: separate;
  border-spacing: 0;
}
.contents-program-intro__table th,
.contents-program-intro__table td {
  border: 0;
  border-left: .1rem solid #ccc;
  border-top: .1rem solid #ccc;
  text-align: center;
}
.contents-program-intro__table th {
  color: #000000;
}
.contents-program-intro__table th:nth-child(1) {
  width: 10%;
}
.contents-program-intro__table th:nth-child(2) {
  width: 45%;
}
.contents-program-intro__table th:nth-child(3) {
  width: 45%;
}
.contents-program-intro__table th:last-child,
.contents-program-intro__table td:last-child {
  border-right: .1rem solid #ccc;
}
.contents-program-intro__table tbody tr:last-child th,
.contents-program-intro__table tbody tr:last-child td {
  border-bottom: .1rem solid #ccc;
}
.contents-program-intro__bg-gray {
  background-color: #f9f9f9;
}
th.contents-program-intro__th--bg-orange {
  background-color: #fcb30a;
  color: #ffffff;
}
th.contents-program-intro__th--bg-green {
  background-color: #afd952;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .contents-program-intro {
    padding: clamp(4.7rem, 10vw, 9.4rem) clamp(1.9rem, 3vw, 4.0rem);
  }
  .contents-program-intro__title {
    font-size: min(3.4rem, 4.3vw);
  }
  .contents-program-intro__subtitle {
    margin-top: clamp(.7rem, 2vw, 1.4rem);
    font-size: clamp(1.5rem, 4vw, 3rem);
    line-height: calc(50 / 30);
  }
  .contents-program-intro__text {
    margin-block-start: clamp(1.6rem, 3vw, 3.2rem);
    font-size: clamp(1.4rem, 3.5vw, 2.8rem);
    line-height: calc(46 / 28);
  }
  .contents-program-intro__content {
    margin-block-start: clamp(4.5rem, 11vw, 9.0rem);
  }
  .contents-program-intro__item {
    gap: min(2%, 2.0rem);
    padding: 2.5rem 0;
  }
  .contents-program-intro__item:first-child {
    padding-block-start: 0;
  }
  .contents-program-intro__item:last-child {
    padding-bottom: 4.0rem;
    border-bottom: .1rem solid #d2d2d2;
  }
  .contents-program-intro__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .contents-program-intro__item-title {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 9%;
    width: 100%;
    padding-block-end: 0;
    font-size: clamp(1.1rem, 2vw, 2.2rem);
    line-height: calc(30 / 22);
  }
  .contents-program-intro__item-title-number {
    position: static;
    flex-shrink: 0;
    img {
      width: auto;
      height: clamp(2.2rem, 2vw, 4.4rem);
    }
  }
  .contents-program-intro__item-text {
    margin: clamp(.5rem, 1vw, 1.0rem) 0 0;
    font-size: clamp(1.0rem, 1vw, 2.0rem);
    line-height: calc(35 / 20);
  }
  .contents-program-intro__item-img-wrapper {
    width: clamp(12.9rem, 25vw, 25.8rem);
    height: fit-content;
  }
  .contents-program-intro__table-wrapper {
    margin-top: clamp(4.3rem, 10vw, 9.6rem);
  }
  .contents-program-intro__table {
    margin-top: clamp(4.4rem, 8vw, 8.8rem);
  }
  .contents-program-intro__table-title {
    font-size: min(3rem, 4vw);
    line-height: calc(50 / 30);
  }
  .contents-program-intro__table th,
  .contents-program-intro__table td {
    display: table-cell;
    padding: 1.7rem .3rem;
    font-size: clamp(1rem, 1.9vw, 2rem);
  }
  .contents-program-intro__table .contents-program-intro__th {
    padding: 1.4rem .5rem;
    font-size: clamp(1.1rem, 2vw, 2.2rem);
  }
  .contents-program-intro__table th {
    background-color: initial;
  }
  .contents-program-intro__table td {
    font-size: clamp(1rem, 1.9vw, 2rem);
    line-height: calc(35 / 22);
    letter-spacing: 0.05em;
  }
  .contents-program-intro__table th:nth-child(1) {
    width: 6%;
    min-width: 4.2rem;
  }
  .contents-program-intro__table th:nth-child(2) {
    width: 47%;
  }
  .contents-program-intro__table th:nth-child(3) {
    width: 47%;
  }
  thead .contents-program-intro__th {
    background-color: #f9f9f9;
  }
  th.contents-program-intro__th--bg-orange {
    background-color: #fcb30a;
    color: #ffffff;
  }
  th.contents-program-intro__th--bg-green {
    background-color: #afd952;
    color: #ffffff;
  }
  .contents-program-intro__bg-gray {
    background-color: #f9f9f9 !important;
  }
}

.contents-voice {
  background-color: #f6f5f1;
}
.contents-voice__inner {
  width: min(100.0rem, 100%);
  margin-inline: auto;
}
.contents-voice__title span {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 6rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  line-height: calc(60 / 60);
  letter-spacing: 0.05em;
}
.contents-voice__content {
  display: flex;
  justify-content: center;
  gap: 5.0rem;
}
.contents-voice__item {
  flex: 1;
  position: relative;
  overflow: auto;
  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 90%;
    border-radius: 2.0rem;
    background-color: #ffffff;
  }
}
.contents-voice__category {
  position: relative;
  z-index: 1;
  background-color: #f6f5f1;
}
.contents-voice__category-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents-voice__category-item {
  min-width: 8.5rem;
  padding: 0.4rem 0;
  border-radius: 100vmax;
  border: .3rem solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  letter-spacing: 0.05em;
  text-align: center;
  &::before {
    content: none;
  }
}
.contents-voice__category-item--blue {
  border-color: #73d2de;
  color: #73d2de;
}
.contents-voice__category-item--green {
  border-color: #afd952;
  color: #afd952;
}
.contents-voice__category-item--orange {
  border-color: #fcb30a;
  color: #fcb30a;
}

.contents-voice__item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
  margin-top: 4.0rem;
  border-radius: 2.0rem;
  overflow: hidden;
}
.contents-voice__item-img {
  img {
    width: 47.5rem;
    height: 27.7rem;
    object-fit: cover;
  }
}
.contents-voice__item-content {
  padding: 3.0rem 5.0rem 4.0rem;
}
.contents-voice__item-content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 9.5rem;
  margin: 0;
  padding: 0 0 2.5rem;
  background: none;
  color: #fcb30a;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(35 / 24);
  letter-spacing: 0;
  text-align: center;
  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 10.0rem;
    height: .1rem;
    background-color: #fcb30a;
  }
}
.contents-voice__item-content-text {
  margin: 3.5rem 0 0;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .contents-voice__category-item {
    min-width: 7.0rem;
    font-size: clamp(1.1rem, 2vw, 2.2rem);
    line-height: calc(30 / 22);
  }
  .contents-voice__item-inner {
    margin-top: clamp(2.5rem, 6vw, 5.0rem);
    border-radius: 1.0rem;
  }
  .contents-voice__title span {
    padding: 0;
    font-size: min(5.6rem, 7vw);
    line-height: calc(60 / 56);
  }
  .contents-voice__content {
    display: block;
  }
  .contents-voice__item:not(:first-child) {
    margin-top: clamp(5.0rem, 10vw, 10.0rem);
  }
  .contents-voice__item-img {
    width: 100%;
    aspect-ratio: 67 / 37;
    margin: 0 auto;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .contents-voice__item-content-title {
    min-height: auto;
    font-size: clamp(1.5rem, 3vw, 3rem);
    line-height: calc(45 / 30);
    &::before {
      width: clamp(5.0rem, 5vw, 10.0rem);
    }
  }
  .contents-voice__item-content {
    padding: clamp(3.0rem, 6vw, 6.0rem) clamp(1.4rem, 5vw, 3.4rem);
  }
  .contents-voice__item-content-text {
    margin-top: clamp(2.5rem, 5vw, 5.0rem);
    font-size: clamp(1.1rem, 3vw, 2.2rem);
    line-height: calc(35 / 22);
    letter-spacing: 0.05em;
  }
}

.contents-programs {
  background: url(../img/contents-programs_bg.jpg) no-repeat center center /
    cover;
}
.contents-programs__inner {
  padding: 9.3rem 0 10.4rem;
  max-width: 100.0rem;
  width: 100%;
  margin: 0 auto;
}
.contents-programs__text {
  margin-top: 4.0rem;
}
.contents-programs__courses {
  margin-top: 3.0rem;
}
.contents-programs__course {
  display: flex;
  align-items: stretch;
  border: .1rem solid #000000;
}
.contents-programs__course:not(:first-child) {
  margin-top: 4.0rem;
}
.contents-programs__course-orange {
  border-color: #fcb30a;
  .contents-programs__course-heading {
    background-color: #fcb30a;
  }
  .contents-programs__course-heading-fukidashi-ttl {
    color: #f36d00;
  }
  .program-course__content-item-count {
    background-color: rgba(243, 152, 0, 0.9);
  }
  .program-course__content-title {
    color: #fcb30a;
    font-weight: 700;
  }
}
.contents-programs__course-green {
  border-color: #8dc557;
  .contents-programs__course-heading {
    background-color: #8dc557;
  }
  .contents-programs__course-heading-fukidashi-ttl {
    color: #4bb91a;
  }
  .program-course__content-item-count {
    background-color: rgba(120, 185, 26, 0.9);
  }
  .program-course__content-title {
    color: #8dc557;
  }
}

.contents-programs__course-blue {
  border-color: #00a5e3;
  .contents-programs__course-heading {
    background-color: #00a5e3;
  }
  .contents-programs__course-heading-fukidashi-ttl {
    color: #349bc1;
  }
  .program-course__content-item-count {
    background-color: rgba(0, 165, 227, 0.9);
  }
  .program-course__content-title {
    color: #00a5e3;
  }
}
.contents-programs__course-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28.0rem;
  padding: 3.5rem 0;
  color: #ffffff;
}
.contents-programs__course-heading-fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents-programs__course-heading-fukidashi-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 17.0rem;
  height: 6.0rem;
  background-color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: calc(74.48 / 22);
  letter-spacing: 0.05em;
  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 95%);
    width: 2.0rem;
    height: 1.2rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #ffffff;
  }
}
.contents-programs__course-heading-fukidashi-ttl--number {
  transform: translate(-.4rem, -.2rem);
  padding-inline-end: .5rem;
  font-size: 3.2rem;
  line-height: calc(74.48 / 32);
}
.contents-programs__course-heading-title {
  display: block;
  margin: 2.0rem 0 0;
  padding: 0;
  background: none;
  color: #ffffff;
  font-size: 6rem;
  line-height: calc(60 / 60);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.contents-programs__course-heading-text {
  margin: 2.0rem 0 0;
  font-size: 1.6rem;
  line-height: calc(26 / 16);
  letter-spacing: 0.05em;
  text-align: center;
}
.contents-programs__course-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 3.0rem;
  padding: 3.0rem 3.0rem 2.5rem;
  background-color: #ffffff;
}
.contents-programs__course-content-item-img {
  position: relative;
  img {
    width: 31.5rem;
    height: 18.0rem;
    object-fit: cover;
  }
}
.program-course__content-item-count {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  padding: .5rem 1.0rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: calc(24 / 16);
  letter-spacing: 0.05em;
  text-align: center;
}
.program-course__content-title {
  margin: 1.5rem 0 0;
  padding: 0;
  background: none;
  border-left: none;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 0;
}
.program-course__content-description {
  margin: .3rem 0 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .contents-programs__courses {
  margin: 4%;
}
  .contents-programs .contents-programs__inner {
    padding: 5.8rem 0 6.0rem;
    width: calc(100% - 6.0rem);
    padding-block: 4.0rem;
  }
  .contents-programs__course {
    flex-direction: column;
  }
  .contents-programs__course:not(:first-child) {
    margin-top: clamp(2.0rem, 1vw, 4.0rem);
  }
  .contents-programs__course-heading {
    width: 100%;
  }
  .contents-programs__course-content {
    gap: clamp(1.5rem, 3vw, 3.0rem);
    padding: clamp(1.5rem, 3vw, 3.0rem);
  }
  .contents-programs__course-heading {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: clamp(1.5rem, 3vw, 3.0rem);
  }
  .contents-programs__course-heading-fukidashi-ttl {
    width: clamp(7.0rem, 18vw, 16.0rem);
    height: clamp(3.5rem, 9vw, 7.0rem);
    margin-right: .7rem;
    font-size: clamp(1.2rem, 3vw, 2.4rem);
    line-height: calc(85.65 / 36);
    &::before {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      transform: translate(85%, -50%);
      width: clamp(.7rem, 2vw, 1.4rem);
      height: clamp(1.0rem, 3vw, 2.0rem);
      clip-path: polygon(0 0, 0 100%, 100% 50%);
    }
  }
  .contents-programs__course-heading-fukidashi-ttl--number {
    transform: translate(.2rem, -.2rem);
    padding-inline-end: .1rem;
    font-size: clamp(1.8rem, 4vw, 3.6rem);
    line-height: calc(85.65 / 24);
  }
  .contents-programs__course-heading-title {
    margin-top: 0;
    font-size: clamp(3.2rem, 7vw, 6.4rem);
    line-height: calc(85.65 / 64);
    word-break: keep-all;
  }
  .contents-programs__course-heading-text {
    margin-top: 0;
    font-size: clamp(1.1rem, 2vw, 2.2rem);
  }
  .contents-programs__course-content-item-img {
    img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }
  .program-course__content-item-count {
    padding: clamp(.2rem, 0.5vw, .4rem) clamp(.3rem, 1vw, 1.2rem);
    font-size: clamp(1.2rem, 1.5vw, 2.4rem);
  }
  .program-course__content-title {
    margin: clamp(.7rem, 1vw, 1.4rem) -.6rem 0;
    font-size: clamp(0.75rem, 3vw, 1.5rem);
  }
  .program-course__content-description {
    margin-inline: -.9rem;
    font-size: clamp(1.1rem, 2vw, 2.2rem);
  }

  /* 暫定的に対応（ito） */
  .contents-programs__course-content-item {
    width: 50%;
  }
  /* 暫定的に対応（ito） */
}

.contents-original {
  text-align: left;
  max-width: 83.0rem;
  margin: auto;
}
.contents-original__img-wrapper {
  margin-block-start: .5rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  img {
    width: 83.0rem;
    height: 20.0rem;
    object-fit: contain;
  }
}
.contents-original__text-wrapper {
  margin-top: 3.3rem;
}
.contents-original__text {
  font-size: 1.6rem;
  line-height: calc(32 / 16);
  letter-spacing: 0.05em;
}
.contents-original__list {
  margin-top: 3.3rem;
}
.contents-original__list-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.6rem;
}
.contents-original__list-item:not(:first-child) {
  margin-top: 2.1rem;
}
h4.contents-original__list-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 23.0rem;
  margin: 0;
  padding: 1.9rem 2.2rem;
  border-left: none;
  background: none;
  background-color: #00a5e3;
  color: #fff;
  font-size: 1.8rem;
  line-height: calc(32 / 16);
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
}
.contents-original__list-item-content-text {
  margin: 0 !important;
  font-size: 1.6rem;
  line-height: calc(32 / 16);
  letter-spacing: 0.05em;
}
.contents-original__list-item-content-list {
  margin: 0;
}
.contents-original__list-item-content-list
  li.contents-original__list-item-content-list-item {
  padding: 0 0 0 2rem !important;
  font-size: 1.6rem !important;
  line-height: calc(32 / 16);
  letter-spacing: 0.05em;
  position: relative;

  &:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0.25em;
    background: transparent;
    color: #00a5e3;
  }
}
.contents-original .contents-original__note {
  margin-block-start: 0;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .contents-original__img-wrapper {
    /* display: flex;
    flex-direction: column; */
    img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }
  .contents-original__img.sp {
    display: flex;
    flex-direction: column;
  }
  .contents-original__text-wrapper {
    margin-top: 2.0rem;
  }
  .contents-original p.contents-original__text {
    line-height: calc(40 / 24);
    font-size: 1.6rem;
  }

  .contents-original__list-item {
    flex-direction: column;
    gap: 0;
  }
  .contents-original__list-item-content {
    margin-block-start: clamp(1.5rem, 3vw, 3.0rem);
  }
  .contents-original__list-item-title {
    width: 100%;
    padding: 1.0rem 2.0rem;
    font-size: clamp(0.75rem, 3vw, 1.5rem);
  }
  .contents-original p.contents-original__list-item-content-text {
    line-height: calc(40 / 24);
  }
  .contents-original__list-item-content-list
    li.contents-original__list-item-content-list-item {
    line-height: calc(40 / 24);
  }
  .contents-original .contents-original__note {
    margin-block-start: clamp(1.5rem, 3vw, 3.0rem);
    font-size: clamp(0.75rem, 3vw, 1.5rem);
  }
}

@media screen and (max-width: 1024px) {
  #license .serv-el.container.small {
    width: 100%;
  }
}
