@charset "UTF-8";
/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START TITLE PAGE ----------*/
.c-ttlpage {
  position: relative;
  background: url("../images/common_img/bg-ttlpage.webp") no-repeat bottom center;
  background-size: 100%;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.c-ttlpage__txt {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-ttlpage {
    margin-bottom: 3rem;
  }
  .c-ttlpage:after, .c-ttlpage:before {
    zoom: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .c-ttlpage {
    height: 30rem;
  }
  .c-ttlpage__txt {
    font-size: 3.8rem;
  }
  .c-ttlpage:after {
    left: -2%;
  }
}
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  position: relative;
  padding: 1rem 0 6rem;
  z-index: 3;
}

.c-breadcrumb__list {
  display: flex;
}

.c-breadcrumb__item {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
  font-size: 1.2rem;
  color: #000;
  line-height: 1;
}
.c-breadcrumb__item:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.c-breadcrumb__item:last-child {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 0;
}
.c-breadcrumb__item:last-child:after {
  content: none;
}
.c-breadcrumb__item:nth-child(2) {
  white-space: nowrap;
}

.c-breadcrumb__link {
  line-height: 1.2;
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}
/*---------- START c-main-page  ----------*/
.c-main-page .u-bg-yellow {
  padding-top: 3rem;
}
.c-main-page .c-contact_infor {
  margin-top: -3rem;
}

@media only screen and (min-width: 768px) {
  .c-main-page .u-bg-yellow {
    padding-top: 7rem;
  }
  .c-main-page .c-contact_infor {
    margin-top: -6rem;
  }
}
/*====================================================================================
2. START PAGE contact
====================================================================================*/
.p-contact .c-contact {
  background: none;
  padding: 0;
}
.p-contact .c-contact .c-contact__main {
  border: 2px solid #FBE2E2;
}
.p-contact.contact-confirm .c-contact__main {
  padding: 0;
}
.p-contact.contact-confirm .c-contact__main .c-title04 {
  border-radius: 1rem 1rem 0 0;
}
.p-contact.contact-confirm .c-contact__main .c-form {
  padding: 0 1.5rem 2rem;
}
.p-contact .l-footer__main {
  border-top: 1px solid var(--theme-color-11);
}

@media only screen and (min-width: 768px) {
  .p-contact .c-main-page .c-contact {
    padding-bottom: 10rem;
  }
  .p-contact.contact-confirm .c-contact__main .c-title04 {
    border-radius: 2rem 2rem 0 0;
  }
  .p-contact.contact-confirm .c-contact__main .c-form {
    padding: 0 5rem 5rem;
  }
}
/*====================================================================================
3. START PAGE blog
====================================================================================*/
.c-list_tag {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.c-list_tag__item {
  width: auto;
  min-width: 15rem;
  max-width: 100%;
}

.c-list_tag__link {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  background: var(--theme-color-2);
  border: 1px solid var(--theme-color-3);
  font-weight: bold;
  padding: 1rem;
  border-radius: 3rem;
  text-align: center;
  z-index: 2;
}
.c-list_tag__link.active {
  background: var(--theme-color-3);
  color: var(--theme-color-2);
}

@media only screen and (min-width: 768px) {
  .c-list_tag {
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .c-list_tag__item {
    min-width: 25rem;
  }
  .c-list_tag__link {
    padding: 1.5rem;
  }
  .c-list_tag__link:hover {
    background: var(--theme-color-3);
    color: var(--theme-color-2);
  }
}
/*---------- START pagination ----------*/
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 1rem;
  margin-top: 3rem;
}
.pagination .page {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-color-11);
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
.pagination .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-color-11);
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--theme-color-3);
  border: 1px solid var(--theme-color-3);
  border-radius: 50%;
  text-decoration: none;
}
.pagination .nav .c-arr {
  width: 1rem;
}
.pagination .nav.next .c-arr:before {
  right: 3px;
}
.pagination .nav:hover {
  opacity: 0.7;
}
.pagination .page {
  background: var(--theme-color-2);
}
.pagination .page:hover, .pagination .page.active {
  background: var(--theme-color-11);
  color: var(--theme-color-2);
}

.pagination__detail {
  border-top: 1px solid #000;
}

@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 6rem;
  }
}
/*====================================================================================
4. START PAGE detail
====================================================================================*/
.c-detail {
  padding-bottom: 12rem;
}

.c-detail__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--theme-color-3);
  padding-bottom: 1rem;
  gap: 0.5rem 1.5rem;
  margin-bottom: 3rem;
}

.c-detail__date {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--theme-font-en-primary);
  line-height: 1;
}

.c-detail .owner-card__label {
  margin-bottom: 0;
}

.c-detail__title {
  width: 100%;
  font-weight: bold;
  font-size: 2.4rem;
}

.c-detail .pagination {
  position: relative;
  justify-content: center;
  margin-top: 0;
}
.c-detail .pagination .c-btn__link {
  min-width: auto;
  width: 20rem;
}

@media only screen and (max-width: 767px) {
  .c-detail .pagination {
    flex-flow: column;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-detail {
    padding-bottom: 22rem;
  }
  .c-detail__head {
    margin-bottom: 6rem;
  }
  .c-detail__title {
    font-size: 3.2rem;
  }
  .c-detail .pagination .c-btn__link {
    width: 20rem;
  }
  .c-detail .pagination .c-btn--backtolist .c-btn__link {
    width: 30rem;
  }
  .c-detail .pagination .c-btn--prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-detail .pagination .c-btn--next {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.single__WYSIWYG {
  font-size: 1.4rem;
  border-bottom: 1px solid var(--theme-color-11);
  padding-bottom: 2rem;
  /* ẢNH CHUNG: NGĂN PHÓNG TO VƯỢT KÍCH THƯỚC GỐC */
  /* size-small, medium, full */
  /* PC */
  /* SP */
}
.single__WYSIWYG a {
  color: var(--purple);
}
.single__WYSIWYG h1, .single__WYSIWYG h2, .single__WYSIWYG h3, .single__WYSIWYG h4, .single__WYSIWYG h5, .single__WYSIWYG h6 {
  font-weight: bold;
}
.single__WYSIWYG h1:first-child, .single__WYSIWYG h2:first-child, .single__WYSIWYG h3:first-child, .single__WYSIWYG h4:first-child, .single__WYSIWYG h5:first-child, .single__WYSIWYG h6:first-child {
  margin-top: 0;
}
.single__WYSIWYG h2 {
  position: relative;
  border-left-style: solid;
  border-left-color: var(--theme-color-3);
}
.single__WYSIWYG h3 span {
  display: inline;
  border-bottom: 2px solid var(--theme-color-3);
  padding: 0 1rem;
}
.single__WYSIWYG h4 {
  position: relative;
  border-bottom: 2px dotted var(--theme-color-3);
  padding-bottom: 4px;
}
.single__WYSIWYG h5 {
  position: relative;
  padding-left: 2rem;
}
.single__WYSIWYG h5:after {
  position: absolute;
  content: "";
  background: var(--theme-color-1);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  left: 0;
  top: 0.8rem;
  margin: auto;
}
.single__WYSIWYG figure {
  display: block;
  overflow: hidden;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.single__WYSIWYG figure img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.single__WYSIWYG figure.size-small {
  width: 40%;
}
.single__WYSIWYG figure.size-medium {
  width: 70%;
}
.single__WYSIWYG figure.size-large {
  width: 100%;
}
.single__WYSIWYG figure.alignleft {
  float: left;
}
.single__WYSIWYG figure.alignright {
  float: right;
}
.single__WYSIWYG figure.aligncenter {
  margin: auto;
}
.single__WYSIWYG figure figcaption {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
}
.single__WYSIWYG p {
  display: block;
  clear: both;
}
.single__WYSIWYG p img {
  display: block;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.single__WYSIWYG p img.size-small {
  max-width: 35%;
}
.single__WYSIWYG p img.size-medium {
  max-width: 70%;
}
.single__WYSIWYG p img.size-full {
  max-width: 100%;
}
.single__WYSIWYG p img.alignleft {
  float: left;
}
.single__WYSIWYG p img.alignright {
  float: right;
}
.single__WYSIWYG figure img, .single__WYSIWYG p img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.single__WYSIWYG img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.single__WYSIWYG img.size-small {
  max-width: 40%;
}
.single__WYSIWYG img.size-medium {
  max-width: 70%;
}
.single__WYSIWYG img.size-full {
  max-width: 100%;
  width: auto !important;
}
.single__WYSIWYG ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.single__WYSIWYG ul li:after {
  position: absolute;
  content: "";
  top: 1.2rem;
  left: 0;
  background: #383838;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
.single__WYSIWYG ol {
  list-style-type: decimal-leading-zero;
  counter-reset: section;
}
.single__WYSIWYG ol li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.single__WYSIWYG ol > li {
  position: relative;
  counter-increment: section;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.single__WYSIWYG ol > li:before {
  content: counter(section) ".";
}
.single__WYSIWYG ol > li > ol {
  counter-reset: subsection;
  list-style-type: none;
  margin-top: 0.5rem;
  margin-left: 2rem;
}
.single__WYSIWYG ol > li > ol > li {
  position: relative;
  counter-increment: subsection;
  font-size: 1.4rem;
  font-weight: normal;
}
.single__WYSIWYG ol > li > ol > li:before {
  content: counter(section) "." counter(subsection) " ";
}
.single__WYSIWYG u, .single__WYSIWYG del {
  color: var(--theme-color-3);
}
.single__WYSIWYG #toc_container.no_bullets {
  border: 1px solid var(--theme-color-3);
  border-radius: 2rem;
  max-width: 100%;
  margin: auto;
  padding: 2rem 1rem;
}
.single__WYSIWYG #toc_container.no_bullets .toc_title {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: var(--theme-color-3);
  padding: 0 3rem;
  margin-bottom: 1rem;
  z-index: 2;
}
.single__WYSIWYG #toc_container.no_bullets .toc_list li:after {
  display: none;
}
.single__WYSIWYG .c-box-youtube {
  max-width: 100%;
  margin: auto;
  border-radius: 1.5rem;
}
.single__WYSIWYG .c-box-youtube iframe {
  height: 47rem;
}

@media only screen and (min-width: 768px) {
  .single__WYSIWYG {
    font-size: 1.6rem;
    padding-bottom: 5rem;
  }
  .single__WYSIWYG h1, .single__WYSIWYG h2, .single__WYSIWYG h3, .single__WYSIWYG h4, .single__WYSIWYG h5, .single__WYSIWYG h6 {
    margin: 4rem 0 2rem;
  }
  .single__WYSIWYG h1 {
    font-size: 3rem;
  }
  .single__WYSIWYG h2 {
    font-size: 2.4rem;
    border-left-width: 8px;
    padding-left: 1.5rem;
  }
  .single__WYSIWYG h3 span {
    font-size: 2.4rem;
  }
  .single__WYSIWYG h4 {
    font-size: 2.2rem;
  }
  .single__WYSIWYG h5, .single__WYSIWYG h6 {
    font-size: 1.8rem;
  }
  .single__WYSIWYG img {
    height: auto;
    max-width: 100%;
  }
  .single__WYSIWYG figure {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .single__WYSIWYG figure figcaption {
    font-size: 1.8rem;
  }
  .single__WYSIWYG p {
    margin-bottom: 3rem;
  }
  .single__WYSIWYG p img {
    margin: 3rem 0;
  }
  .single__WYSIWYG p img.aligncenter {
    margin: 3rem auto 3rem;
  }
  .single__WYSIWYG p img.alignleft {
    margin-right: 5rem;
  }
  .single__WYSIWYG p img.alignright {
    margin-left: 5rem;
  }
  .single__WYSIWYG p iframe {
    width: 100%;
    height: 50rem;
  }
  .single__WYSIWYG ol, .single__WYSIWYG ul {
    margin-top: 3rem;
  }
  .single__WYSIWYG ol > li > ul, .single__WYSIWYG ul > li > ul {
    margin-top: 0;
  }
  .single__WYSIWYG .c-box-youtube {
    margin-top: 4rem;
  }
  .single__WYSIWYG .c-box-youtube iframe {
    height: 47rem;
  }
  .single__WYSIWYG .aligncenter {
    text-align: center;
    max-width: 100%;
  }
  .single__WYSIWYG .alignright {
    text-align: right;
    max-width: 100%;
  }
  .single__WYSIWYG .cm-btn.btn-pdf {
    display: flex;
    justify-content: flex-start;
  }
  .single__WYSIWYG .cm-btn.btn-pdf a {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 1.8rem;
    margin-left: 0;
  }
  .single__WYSIWYG #toc_container.no_bullets {
    padding: 4rem;
  }
  .single__WYSIWYG #toc_container.no_bullets .toc_title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .single__WYSIWYG h1, .single__WYSIWYG h2, .single__WYSIWYG h3, .single__WYSIWYG h4, .single__WYSIWYG h5, .single__WYSIWYG h6 {
    margin: 2rem 0 1rem;
  }
  .single__WYSIWYG h1 {
    font-size: 2.2rem;
  }
  .single__WYSIWYG h2 {
    font-size: 2rem;
    border-left-width: 5px;
    padding-left: 1rem;
  }
  .single__WYSIWYG h3 span {
    font-size: 2rem;
  }
  .single__WYSIWYG h4 {
    font-size: 1.8rem;
  }
  .single__WYSIWYG h5, .single__WYSIWYG h6 {
    font-size: 1.6rem;
  }
  .single__WYSIWYG p {
    margin-bottom: 1.5rem;
  }
  .single__WYSIWYG p img {
    margin: 1.5rem 0;
  }
  .single__WYSIWYG p img.aligncenter {
    margin: 1.5rem auto 1.5rem;
  }
  .single__WYSIWYG p img.alignleft {
    margin-right: 1.5rem;
  }
  .single__WYSIWYG p img.alignright {
    margin-left: 1.5rem;
  }
  .single__WYSIWYG p iframe {
    height: 25rem;
  }
  .single__WYSIWYG ol, .single__WYSIWYG ul {
    margin-top: 1.5rem;
  }
  .single__WYSIWYG .c-box-youtube {
    margin-top: 2rem;
  }
  .single__WYSIWYG .c-box-youtube iframe {
    height: 20rem;
  }
}
/*====================================================================================
3. START PAGE about
====================================================================================*/
.c-about__program {
  padding-bottom: 4rem;
}

.c-about__parent {
  padding-bottom: 6rem;
}

.c-about__parent-main {
  background: var(--theme-color-2);
  border-radius: 2rem;
  box-shadow: 4px 4px 0 rgba(254, 125, 173, 0.5);
  padding: 2rem 1.5rem;
}

.c-about__parent-title {
  border-bottom: 2px solid #8F8F8F;
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: normal;
}
.c-about__parent-title small {
  font-size: 1.2rem;
}

.c-about__parent-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-about__parent-box .number {
  font-family: var(--theme-font-en-primary);
}

.c-about__parent-box_img {
  position: relative;
  width: 24rem;
  height: 24rem;
}
.c-about__parent-box_img .cont-img {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 1.5;
}
.c-about__parent-box_img .txt {
  font-size: 1.8rem;
  font-weight: 500;
}
.c-about__parent-box_img .number {
  font-family: var(--theme-font-en-primary);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
.c-about__parent-box_img .number span {
  display: inline-block;
  font-size: 8.6rem;
  font-weight: 600;
  margin-right: -1rem;
}

.c-about__parent-box_txt {
  width: 100%;
}
.c-about__parent-box_txt dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px dashed var(--theme-color-11);
}
.c-about__parent-box_txt dt {
  font-weight: 500;
  font-size: 1.5rem;
}
.c-about__parent-box_txt dd {
  color: var(--theme-color-3);
  font-weight: bold;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1;
}
.c-about__parent-box_txt dd .number {
  font-size: 2rem;
}

.c-about__information {
  position: relative;
}
.c-about__information .c-list_illu li {
  position: absolute;
  content: "";
}

.c-about__SNS .c-box_SNS {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-about__parent-box_img {
    margin: 2rem auto;
  }
  .c-about__information {
    padding: 5rem 0 3rem;
  }
  .c-about__information .c-list_illu li {
    zoom: 30%;
  }
  .c-about__information .c-list_illu li:nth-child(1) {
    top: 32%;
    left: -15rem;
  }
  .c-about__information .c-list_illu li:nth-child(2) {
    top: 42%;
    right: -10rem;
  }
  .c-about__information .c-list_illu li:nth-child(3) {
    top: 59%;
    left: auto;
    right: 0;
  }
  .c-about__SNS .c-box_SNS:after, .c-about__SNS .c-box_SNS:before {
    bottom: -27rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-about__program {
    padding-bottom: 8rem;
  }
  .c-about__parent {
    padding-bottom: 12rem;
  }
  .c-about__parent-main {
    border-radius: 3rem;
    padding: 5rem;
  }
  .c-about__parent-title {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
  }
  .c-about__parent-title small {
    font-size: 1.4rem;
  }
  .c-about__parent-box {
    margin-bottom: 3rem;
  }
  .c-about__parent-box_txt {
    width: 50%;
  }
  .c-about__parent-box_txt dt {
    font-size: 2rem;
  }
  .c-about__parent-box_txt dd {
    font-size: 2.8rem;
  }
  .c-about__parent-box_txt dd .number {
    font-size: 4rem;
  }
  .c-about__information {
    padding: 10rem 0 6rem;
  }
  .c-about__information .c-list_illu li {
    zoom: 50%;
  }
  .c-about__information .c-list_illu li:nth-child(1) {
    top: 32%;
    left: -15rem;
  }
  .c-about__information .c-list_illu li:nth-child(2) {
    top: 42%;
    right: -10rem;
  }
  .c-about__information .c-list_illu li:nth-child(3) {
    top: 50%;
    left: 30%;
  }
  .c-about__information .c-box01--reverse .c-box01__title {
    padding-left: 0;
  }
  .c-about__information .c-box01__title {
    padding-left: 45%;
  }
}
.c-list_anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin-bottom: 3rem;
}
.c-list_anchor .c-btn {
  width: auto;
  min-width: 25rem;
}
.c-list_anchor .c-btn__link {
  background: var(--theme-color-2);
  border: 1px solid var(--theme-color-3);
  color: var(--theme-color-1);
}

@media only screen and (min-width: 768px) {
  .c-list_anchor {
    gap: 2rem;
    margin-bottom: 6rem;
  }
  .c-list_anchor .c-btn__link:hover {
    background: var(--theme-color-3);
    color: var(--theme-color-2);
    transform: translateY(1rem);
  }
  .c-list_anchor .c-btn__link:hover .c-arr:before {
    border-color: var(--theme-color-2);
  }
  .c-list_anchor .c-btn.active .c-btn__link {
    background: var(--theme-color-3);
    color: var(--theme-color-2);
  }
  .c-list_anchor .c-btn.active .c-btn__link .c-arr:before {
    border-color: var(--theme-color-2);
  }
}
.c-two_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

@media only screen and (max-width: 767px) {
  .c-two_img {
    margin-bottom: 2rem;
  }
  .c-two_img li {
    width: calc((100% - 1rem) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .c-two_img {
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .c-two_img li {
    width: calc((100% - 3rem) / 2);
  }
}
.c-table2 {
  width: 100%;
}

.c-table2__thead-th, .c-table2__tbody-th {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--theme-color-6);
  color: var(--theme-color-2);
  font-weight: bold;
}

.c-table2__thead-td, .c-table2__tbody-td {
  border: 1px solid var(--theme-color-4);
  padding: 1rem;
}

.c-table2__thead-td:last-child, .c-table2__tbody-td:last-child {
  border-color: var(--theme-color-9);
}

.c-table2__thead-th {
  background: none;
}

.c-table2__thead-td {
  background: var(--theme-color-4);
  border-bottom: none;
  text-align: center;
  border-radius: 1.5rem 1.5rem 0 0;
  color: var(--theme-color-2);
  overflow: hidden;
}
.c-table2__thead-td:last-child {
  background: var(--theme-color-9);
}

.c-table2__tbody {
  display: flex;
  flex-flow: column;
  border-radius: 1.5rem 0 1.5rem 1.5rem;
  overflow: hidden;
}
.c-table2__tbody .c-table2__row:last-child .c-table2__tbody-td:last-child {
  border-radius: 0 0 1.5rem 0;
}

.c-table2__row {
  width: 100%;
  display: flex;
}

.c-table2 .c-list-dot li {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-table2 {
    margin-bottom: 3rem;
  }
  .c-table2__thead-th, .c-table2__tbody-th {
    width: 3rem;
    font-size: 1.5rem;
  }
  .c-table2__thead-th p, .c-table2__tbody-th p {
    writing-mode: vertical-lr;
  }
  .c-table2__thead-td, .c-table2__tbody-td {
    border: 1px solid var(--theme-color-4);
    width: calc((100% - 4rem) / 2);
  }
  .c-table2__tbody, .c-table2__row {
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-table2 {
    margin-bottom: 7.5rem;
  }
  .c-table2__thead-th, .c-table2__tbody-th {
    width: 17rem;
    font-size: 1.8rem;
  }
  .c-table2__thead-td, .c-table2__tbody-td {
    width: calc((100% - 19rem) / 2);
    padding: 1rem 2rem;
  }
  .c-table2__tbody, .c-table2__row {
    gap: 1rem;
  }
}
.c-box01 {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}

.c-box01__main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .c-box01__main {
    gap: 2rem;
  }
  .c-box01__img {
    width: 100%;
  }
  .c-box01__img img {
    width: 100%;
  }
  .c-box01__txt {
    width: 100%;
  }
  .c-box01__txt p + p {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-box01 {
    margin-top: 9rem;
  }
  .c-box01--reverse .c-box01__main {
    flex-direction: row-reverse;
  }
  .c-box01__img {
    width: 40%;
  }
  .c-box01__txt {
    width: 55%;
  }
  .c-box01__txt p + p {
    margin-top: 3rem;
  }
}
.box-pink {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.box-pink ul {
  width: auto;
  max-width: max-content;
  background: #FBE6E6;
  border-radius: 1.5rem;
  padding: 2rem;
}
.box-pink ul li {
  list-style-type: decimal;
  margin-left: 1em;
}

@media only screen and (min-width: 768px) {
  .box-pink {
    margin-top: 3rem;
  }
}
.c-section_show .c-card-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.c-section_show .c-card-list__more {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.c-section_show .hide-part {
  display: none;
}
.c-section_show .show-part {
  display: flex;
}
.c-section_show .card {
  width: 100%;
  background: #f9efe5;
  border-radius: 1.5rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.c-section_show .card-title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.c-section_show .show-more {
  border: none;
  cursor: pointer;
}
.c-section_show .c-list-dot li {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-section_show .c-card-list, .c-section_show .c-card-list__more {
    gap: 4rem;
  }
  .c-section_show .card {
    width: calc((100% - 4rem) / 2);
    padding: 2rem;
  }
  .c-section_show .card-title {
    font-size: 2.2rem;
  }
  .c-section_show .btn-group {
    margin-top: 3rem;
  }
}
.c-table3 {
  width: 100%;
}

.c-table3__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  border-top: 1px dashed #ACACAC;
}
.c-table3__row:first-child {
  border-top: none;
}

.c-table3__th {
  background: #F8E0E0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.6rem;
  width: 100%;
  padding: 1rem 1.5rem;
}

.c-table3__td {
  width: 100%;
  padding: 1rem 1.5rem;
}

@media only screen and (max-width: 767px) {
  .c-table3__row {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-table3__th, .c-table3__td {
    padding: 1.5rem 3rem;
  }
  .c-table3__th {
    width: 27rem;
    font-size: 1.8rem;
  }
  .c-table3__td {
    width: calc(100% - 27rem);
  }
}
.c-history__event {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.c-history__event:after {
  position: absolute;
  content: "";
  background: var(--theme-color-1);
  width: 1px;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.c-history__event:last-child:after {
  display: none;
}
.c-history__event dt {
  position: relative;
  display: flex;
  align-items: center;
}
.c-history__event dt:after, .c-history__event dt:before {
  position: absolute;
  content: "";
  margin: auto;
}
.c-history__event dt:after {
  background: var(--theme-color-6);
  border-radius: 50%;
}
.c-history__event dt:before {
  background: var(--theme-color-1);
  height: 1px;
}

.c-history__img {
  border-radius: 50%;
}

.c-history__year {
  color: var(--theme-color-3);
  font-weight: bold;
}

.c-history__title {
  font-weight: bold;
  font-family: var(--theme-font-en-primary);
}
.c-history__title span {
  display: inline-block;
  background: url("../images/about/icon-book.webp") no-repeat top 0.7rem left;
}

@media only screen and (max-width: 767px) {
  .c-history__event {
    padding-bottom: 2rem;
  }
  .c-history__event:after {
    left: 9rem;
    top: 3rem;
  }
  .c-history__event dt {
    width: 8rem;
    gap: 0.5rem;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .c-history__event dt:after, .c-history__event dt:before {
    bottom: auto;
  }
  .c-history__event dt:after {
    width: 1rem;
    height: 1rem;
    top: 2.6rem;
    right: -1.5rem;
  }
  .c-history__event dt:before {
    width: 3rem;
    top: 3rem;
    right: -2.5rem;
  }
  .c-history__event dd {
    width: calc(100% - 8rem);
    padding-top: 1rem;
    padding-left: 3rem;
  }
  .c-history__img {
    width: 6rem;
    box-shadow: 2px 2px 0 #FFD5AB;
    margin: 0 auto;
  }
  .c-history__year {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
  }
  .c-history__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .c-history__title span {
    background-size: 1.5rem;
    padding-left: 2rem;
  }
  .c-history__infor {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-history__event {
    padding-bottom: 3rem;
  }
  .c-history__event:after {
    left: 24.3rem;
    top: 6rem;
  }
  .c-history__event dt {
    width: 25rem;
    gap: 2rem;
  }
  .c-history__event dt:after, .c-history__event dt:before {
    top: 0;
    bottom: 0;
  }
  .c-history__event dt:after {
    width: 1.4rem;
    height: 1.4rem;
    right: 0;
  }
  .c-history__event dt:before {
    width: 7rem;
    right: -3rem;
  }
  .c-history__event dd {
    width: calc(100% - 25rem);
    padding-top: 4rem;
    padding-left: 6rem;
  }
  .c-history__img {
    width: 10.5rem;
    box-shadow: 4px 4px 0 #FFD5AB;
  }
  .c-history__year {
    font-size: 1.8rem;
  }
  .c-history__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .c-history__title span {
    background-size: 2.85rem;
    padding-left: 4rem;
  }
  .c-history__infor {
    padding-left: 4rem;
  }
}