:root {
  --c-ThkRed: hsl(356 88.6% 44.7%);
  --c-ThkRed80: hsl(356 71.7% 55.7%);
  --c-ThkRed60: hsl(357 71.6% 66.9%);
  --c-ThkRed40: hsl(356 71.7% 77.8%);
  --c-ThkRed20: hsl(357 71.4% 89%);
  --c-ThkGraphRed: hsl(356 88.6% 44.7%);
  --c-ThkGraphRed70: hsl(357 71.6% 61.4%);
  --c-ThkGraphRed40: hsl(356 71.7% 77.8%);
  --c-ThkGraphRed15: hsl(358 71.4% 91.8%);
  --c-ThkGraphGray45: hsl(0 0% 54.9%);
  --c-ThkGraphGray25: hsl(0 0% 74.9%);
  --c-grayBg: hsl(0 0% 90.2%);
  --c-gray11: hsl(0 0% 6.7%);
  --c-grayDC: hsl(0 0% 86.3%);
  --c-grayC2: hsl(0 0% 76.1%);
  --c-grayEB: hsl(0 0% 92.2%);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-dummy: hsl(0 0% 47.1%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --fadeInLength: 20px;
  --fadeInOpacityDuration: 0.8s;
  --lmContentsDelay: 0.3s;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

section {
  margin-inline: auto;
  width: 1000px;
}
@media screen and (max-width: 1239px) {
  section {
    width: 84vw;
  }
}
@media screen and (max-width: 639px) {
  section {
    width: 88vw;
  }
}
section .section_title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .section_title {
    column-gap: 25px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title {
    column-gap: 20px;
  }
}
section .section_title::before, section .section_title::after {
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/_common/section_title_line_red.svg");
  background-repeat: no-repeat;
}
section .section_title::before {
  background-position: right center;
}
section .section_title::after {
  background-position: left center;
}
section .section_title h2 {
  margin-right: -0.1em;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_title h2 span {
  font-weight: 600;
}
section .section_title h2 {
  color: var(--c-ThkRed);
  translate: 0 0.05em;
}
@media screen and (max-width: 1239px) {
  section .section_title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title h2 {
    font-size: 24px;
  }
}
section .section_title h2 span.en {
  font-weight: 500;
}
section .section_title h2 span.en span {
  font-weight: 500;
}
@media screen and (max-width: 839px) {
  section .section_title h2 span.h2_pc {
    display: none;
  }
}
section .section_title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section .section_title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section .section_title.fadeElem h2 {
  opacity: 0;
  translate: 0 20px;
}
section .section_title.fadeIn::before, section .section_title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section .section_title.fadeIn h2 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section .section_title_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  section .section_title_mb {
    display: block;
  }
}
section .section_title_mb h2 {
  padding-top: 0.55em;
  margin-right: -0.1em;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .section_title_mb h2 span {
  font-weight: 600;
}
section .section_title_mb h2 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section .section_title_mb h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title_mb h2 {
    font-size: 24px;
  }
}
section .section_title_mb h2 span.en {
  font-weight: 500;
}
section .section_title_mb h2 span.en span {
  font-weight: 500;
}
section .section_content {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  section .section_content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content {
    margin-top: 40px;
  }
}

section.section_program {
  margin-top: 150px;
}
@media screen and (max-width: 1239px) {
  section.section_program {
    margin-top: 110px;
  }
}
@media screen and (max-width: 639px) {
  section.section_program {
    margin-top: 70px;
  }
}
section.section_program .section_content .illust {
  margin-inline: auto;
  width: 900px;
}
@media screen and (max-width: 1239px) {
  section.section_program .section_content .illust {
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_program .section_content .illust {
    width: 88vw;
  }
}
section.section_program .section_content .illust img {
  width: 100%;
}
@media screen and (max-width: 839px) {
  section.section_program .section_content .illust_pc {
    display: none;
  }
}
section.section_program .section_content .modal_slide_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  section.section_program .section_content .modal_slide_mb {
    display: block;
    position: relative;
  }
}
section.section_program .section_content .modal_slide_mb .modal_wrap .modal_container .modal_base::before {
  background-color: var(--c-grayBg);
}
section.section_program .section_content .modal_slide_mb .modal_wrap .modal_container .modal_base .modal_content img {
  width: auto;
  height: 100%;
}

section.section_list {
  margin-top: 200px;
}
@media screen and (max-width: 1239px) {
  section.section_list {
    margin-top: 130px;
  }
}
@media screen and (max-width: 639px) {
  section.section_list {
    margin-top: 60px;
  }
}
section.section_list .section_content .list_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul {
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.section_list .section_content .list_ul {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
section.section_list .section_content .list_ul li {
  align-self: start;
  padding: 80px 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li {
    padding: 60px 35px;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li {
    padding: 40px 20px;
  }
}
section.section_list .section_content .list_ul li::before {
  content: "";
  display: inline-block;
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
section.section_list .section_content .list_ul li .head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .head {
    column-gap: 15px;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .head {
    column-gap: 10px;
  }
}
section.section_list .section_content .list_ul li .head::before, section.section_list .section_content .list_ul li .head::after {
  align-self: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
section.section_list .section_content .list_ul li .head h3 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 30px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section_list .section_content .list_ul li .head h3 span {
  font-weight: 600;
}
section.section_list .section_content .list_ul li .head h3 {
  translate: 0 0.05em;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .head h3 {
    font-size: 25px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .head h3 {
    font-size: 20px;
    line-height: 1.55em;
  }
}
section.section_list .section_content .list_ul li .head h3 span.en {
  font-weight: 500;
}
section.section_list .section_content .list_ul li .head h3 span.en span {
  font-weight: 500;
}
section.section_list .section_content .list_ul li .head.slim {
  grid-template-columns: 1fr;
}
section.section_list .section_content .list_ul li .head.slim::before,
section.section_list .section_content .list_ul li .head.slim h3 {
  grid-column: 1;
  grid-row: 1;
}
section.section_list .section_content .list_ul li .head.slim h3 {
  margin-left: -14px;
  width: calc(100% + 28px);
  padding: 0 25px;
  background-color: var(--c-white);
  transform: scale(0.8, 1);
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .head.slim h3 {
    margin-inline: auto;
    width: calc(100% + 28px - 67px);
  }
}
section.section_list .section_content .list_ul li .head.slim::after {
  display: none;
}
section.section_list .section_content .list_ul li .head.slim_1 h3 {
  font-size: 24px;
  scale: 1 1.25;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .head.slim_1 h3 {
    font-size: 17.5px;
    scale: 1 1.4285714286;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .head.slim_1 h3 {
    font-size: 16px;
    scale: 1 1.25;
  }
}
section.section_list .section_content .list_ul li .head.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section.section_list .section_content .list_ul li .head.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section.section_list .section_content .list_ul li .head.fadeElem h3 {
  opacity: 0;
  translate: 0 20px;
}
section.section_list .section_content .list_ul li .head.fadeIn::before, section.section_list .section_content .list_ul li .head.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.section_list .section_content .list_ul li .head.fadeIn h3 {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.section_list .section_content .list_ul li .target {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .target {
    padding-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .target {
    padding-top: 20px;
  }
}
section.section_list .section_content .list_ul li .target .title {
  margin-inline: auto;
  padding-left: 0.1em;
  width: 120px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section_list .section_content .list_ul li .target .title span {
  font-weight: 600;
}
section.section_list .section_content .list_ul li .target .title {
  text-align: center;
  border: 1px solid var(--c-black);
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .target .title {
    width: 100px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .target .title {
    width: 80px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}
section.section_list .section_content .list_ul li .target .content {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  padding-top: 30px;
  font-size: 24px;
  line-height: 1.65em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.section_list .section_content .list_ul li .target .content span {
  font-weight: 600;
}
section.section_list .section_content .list_ul li .target .content {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .target .content {
    padding-top: 25px;
    font-size: 21px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .target .content {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.55em;
  }
}
section.section_list .section_content .list_ul li .target .content span.en {
  font-weight: 500;
}
section.section_list .section_content .list_ul li .target .content span.en span {
  font-weight: 500;
}
section.section_list .section_content .list_ul li .body {
  margin-inline: 15px;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .body {
    margin-inline: 0;
    padding-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .body {
    padding-top: 30px;
  }
}
section.section_list .section_content .list_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.section_list .section_content .list_ul li .body p span {
  font-weight: 400;
}
section.section_list .section_content .list_ul li .body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .body p {
    font-size: 15.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .body p {
    font-size: 15px;
    line-height: 2em;
  }
}
section.section_list .section_content .list_ul li .body .comment {
  padding-top: 30px;
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .body .comment {
    padding-top: 25px;
  }
}
section.section_list .section_content .list_ul li .body .comment p {
  font-size: 13px;
  line-height: 1.65em;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .list_ul li .body .comment p {
    font-size: 12.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .list_ul li .body .comment p {
    font-size: 12px;
    line-height: 1.55em;
  }
}
section.section_list .section_content .list_ul li.fadeElem::before {
  opacity: 0;
  translate: 0 20px;
}
section.section_list .section_content .list_ul li.fadeIn::before {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.section_list .section_content .list_ul li:nth-of-type(even)::before {
  transition-delay: 0.2s;
}
section.section_list .section_content .list_ul li:nth-of-type(even) .head {
  transition-delay: 0.2s;
}
section.section_list .section_content .list_ul li:nth-of-type(even) .target .title {
  transition-delay: 0.2s;
}
section.section_list .section_content .list_ul li:nth-of-type(even) .target .content {
  transition-delay: 0.2s;
}
section.section_list .section_content .list_ul li:nth-of-type(even) .body p {
  transition-delay: 0.2s;
}

.other_contents {
  display: none;
}
@media screen and (max-width: 1039px) {
  .other_contents {
    display: block;
    margin-top: 120px;
    margin-inline: auto;
    width: 52vw;
  }
}
@media screen and (max-width: 839px) {
  .other_contents {
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .other_contents {
    margin-top: 80px;
    width: 88vw;
  }
}
.other_contents .title h4 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.other_contents .title h4 span {
  font-weight: 500;
}
.other_contents .title h4 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 639px) {
  .other_contents .title h4 {
    font-size: 18px;
  }
}
.other_contents .line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
.other_contents .contents_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 30px;
}
.other_contents .contents_ul li {
  justify-self: center;
}
.other_contents .contents_ul li a {
  display: inline-block;
  margin-right: -0.1em;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.other_contents .contents_ul li a span {
  font-weight: 400;
}
.other_contents .contents_ul li a {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .other_contents .contents_ul li a {
    font-size: 14px;
  }
}
.other_contents .contents_ul li.gray {
  pointer-events: none;
}

.other_contents.fadeElem .line {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.other_contents.fadeIn .line {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}