.potential_content_wrap p {
  margin-bottom: 15px;
  color: #1c1c1c;
  letter-spacing: 0.05em;
  max-width: 635px;
}

.green_section_title_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 75px;
  text-align: start;
}

.green_section_title_wrap span {
  align-items: center;
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}

.green_section_title_wrap span::before {
  background-color: #898f98;
  content: "";
  height: 1px;
  width: 30px;
  margin-right: 10px;
}

.flow .green_section_title_wrap span {
  color: #ffffff;
}

.flow .green_section_title_wrap span::before {
  background-color: #ffffff;
}

.green_section_title_wrap h2 {
  font-size: 2.8125rem;
  line-height: 40px;
  color: #0097e0;
  background: transparent !important;
  background-position: 0 50%;
}

.flow_heading_num {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  background-image: url(../images/en_visa_back_num.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_heading_num p {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.open_innovation {
  padding-bottom: 0;
}

.open_innovation_title_wrap {
  background-image: url(../images/open_innovation_mv.jpg);
  background-position: right;
  background-size: cover;
  min-height: 360px;
  padding: 90px 0;
}

.open_innovation strong {
  background: #fff;
  color: #4b4b4b;
  padding: 0 10px;
  font-size: 2.75em;
  letter-spacing: 0.05em;
}

.open_innovation_title_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.open_innovation_text_value {
  display: flex;
  align-items: center;
  background-color: rgb(0 151 224 / 0.8);
  color: #ffffff;
  width: fit-content;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
  max-width: 660px;
}

.open_innovation_text_value p {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin: 0;
}

.open_innovation_text span {
  display: block;
}

.open_innovation_sp {
  display: none;
}

.potential_content_wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 3;
}

.potential .img_wrap {
  margin-top: -4em;
  margin-bottom: -2.5em;
}

.potential_content_wrap strong {
  display: table;
  font-size: 1.7em;
  padding: 0 10px;
  color: #fff;
  background: #0097e0;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}

.potential_content_wrap .img_wrap {
  padding: 0 20px 20px 0;
  background: url(../images/images_back.jpg) no-repeat 20px 20px;
  background-size: 100%;
}

.potential h2 {
  color: #8caf00;
  background: url(../images/news_title_icon.svg) no-repeat 0 50%;
}

.flow h2 {
  color: #f3f7f8;
  background: url(../images/news_title_icon.svg) no-repeat 0 50%;
}

.flow {
  background: #0097e0;
}

.flow_content_card strong span {
  font-size: 1.875rem;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}

.flow_content_card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.program_content_card {
  align-items: center;
  display: flex;
  gap: 32px;
}

.program_content_card img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.flow_content_card_body {
  width: 100%;
}

.program_content_card_body {
  flex: 1 1 0;
  min-width: 0;
}

.program_content_card_body strong {
  background-color: transparent;
  border-bottom: solid 3px #0097e0;
  color: #0097e0;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  max-width: 500px;
  padding: 0;
}

.program_content_card_body ul > li {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.program_content_card_body div {
  margin-bottom: 20px;
}

.program_content_card_body div:last-child {
  margin-bottom: 0;
}

.refer_example_wrap {
  border-radius: 5px;
  border: 1px solid #898f98;
  margin: 20px auto;
  padding: 15px;
}

.refer_example_wrap p {
  font-weight: 700;
}

.contact_form p {
  text-align: center;
  margin-bottom: 50px;
}

.contact_form .attention {
  display: flex;
  border: 1px solid #898f98;
  border-radius: 5px;
  box-shadow: 0 0 15px hwb(0 11% 89% / 0.1);
  max-width: 845px;
  margin: 0 auto 30px auto;
}

.contact_form .attention i {
  font-size: 0;
  width: 55px;
  background: url(../images/contact_form_icon.svg) no-repeat 50% 50%;
}

.contact_form .attention div {
  padding: 15px;
  border-left: 1px solid #898f98;
}

.contact_form .attention div p {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-align: left;
}

.contact_form .attention div .more {
  display: inline-block;
}

iframe {
  max-width: 845px;
  margin: 0 auto;
}

/* scroll helper removed */

.more {
  display: inline-block;
}

@media screen and (max-width: 950px) {
  .green_section_title_wrap h2 {
    font-size: 2.0625rem;
    margin-bottom: 20px;
    background-position: 0 5px;
    overflow-wrap: anywhere;

    background-size: 1.9rem;
    background-position: left top 0.4rem !important;
  }

  .contact_info h2 {
    font-size: 1.5rem;
  }

  .contact_info span {
    font-size: 5px;
  }

  .green_section_title_wrap span {
    font-size: 0.6875rem;
    margin-bottom: 10px;
  }

  section {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 768px) {
  .open_innovation {
    padding-bottom: 60px;
  }

  .open_innovation_title_content {
    gap: 1rem;
  }

  .green_section_title_wrap {
    margin-bottom: 50px;
  }

  .green_section_title_wrap h2 {
    background-size: 1.4rem;
    background-position: left top 0.4rem !important;
  }

  .open_innovation_title_wrap {
    padding: 0;
    background: none;
  }

  .open_innovation_pc {
    display: none;
  }

  .open_innovation_sp {
    display: block;
  }

  .open_innovation_sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .open_innovation strong {
    background: #0097e0;
    color: #ffffff;
    padding: 0 10px;
    font-size: 2em;
    letter-spacing: 0.05em;
  }

  .open_innovation_text_value p {
    font-size: 0.95rem;
  }

  .flow_heading_num {
    width: 3.5rem;
    height: 3.5rem;
  }

  .potential_content_wrap {
    flex-direction: column;
  }

  .potential_content_wrap .img_wrap img {
    width: 100%;
    height: auto;
  }

  .potential .img_wrap {
    margin-bottom: 0.5em;
  }

  .potential_content_wrap div strong {
    font-size: 1.45em;
    display: block;
    width: fit-content;
  }

  .details .access_subtitle_wrap h2 {
    font-size: 1.4063rem;
  }

  .details .access_subtitle_wrap p {
    font-size: 0.8125rem;
  }

  .details table tr:nth-child(2n) {
    background: #fff;
  }

  .details table th {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    background: #f3f7f8;
    padding: 10px 20px;
  }

  .details table td {
    padding: 25px 20px;
  }

  .details table tr:first-child th {
    border-radius: 5px 5px 0 0;
  }

  .details table th strong {
    font-size: 1rem;
  }

  .details table th span,
  .details table td span {
    font-size: 0.625rem;
  }

  .program_content_card {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .program_content_card:nth-child(2n-1) {
    flex-direction: column;
  }

  .flow_content_card {
    padding: 30px 30px;
  }

  .flow_content_card strong {
    font-size: 1.375rem;
    display: block;
    width: fit-content;
  }

  .program_content_card_body {
    width: 100%;
  }

  .program_content_card_body strong {
    margin: 0.5em 0;
  }

  .schedule_content_wrap {
    overflow: scroll;
  }

  .schedule_content_wrap img {
    height: 250px;
    width: auto;
  }

  .scroll_content_wrap {
    display: block;
  }

  .scroll_content_wrap span {
    align-items: center;
    color: #0097e0;
    display: flex;
    font-size: 0.65rem;
    justify-content: center;
  }

  .scroll_content_wrap span::before {
    content: "←";
    margin-right: 10px;
  }

  .scroll_content_wrap span::after {
    content: "→";
    margin-left: 10px;
  }

  .advisor_content_wrap ul li {
    flex-direction: column;
    gap: 20px;
    padding: 50px 30px;
  }

  .contact_form .attention div {
    flex: 1;
  }

  .contact_form .attention div .more {
    font-size: 0.625rem;
  }
}

/* =========================
   Coordinators (CPT) styles
========================= */
.coordinator-section {
  background: #f7fbff;
}
.coordinator-section .green_section_title_wrap h2 {
  color: #0097e0;
}

.coordinator-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px 24px;
}

.coordinator-card {
  list-style: none;
  text-align: center;
}
.coordinator-trigger {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 10px 6px 16px;
  cursor: pointer;
}

.coordinator-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  background: #e5e5e5;
  margin: 0 auto 10px;
  display: block;
}
.coordinator-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coordinator-avatar-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
}

.coordinator-name {
  display: block;
  margin-top: 0.25em;
  font-size: 1.25em;
  font-weight: 700;
  color: #1c1c1c;
}
.coordinator-title {
  display: block;
  margin-top: 0.25em;
  color: #667085;
}

/* Modal */
.coordinator-modal[aria-hidden="true"] {
  display: none;
}
.coordinator-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.coordinator-modal.is-open {
  opacity: 1;
}
.coordinator-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.coordinator-modal.is-open .coordinator-modal-backdrop {
  opacity: 1;
}
.coordinator-modal-dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 840px;
  width: min(840px, calc(100% - 32px));
  max-height: 90vh;
  overflow: auto;
  border-radius: 10px;
  padding: 18px 20px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(8px) scale(0.98);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.coordinator-modal.is-open .coordinator-modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.coordinator-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.coordinator-modal-header {
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.coordinator-modal-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: #e5e5e5;
}
.coordinator-modal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#coordinator-modal-title {
  font-size: 1.35em;
}
.coordinator-modal-title-txt {
  color: #667085;
  margin: 0;
}
.coordinator-modal-body {
  color: #1c1c1c;
  line-height: 1.8;
}

body.is-modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .coordinator-avatar {
    width: 140px;
    height: 140px;
  }
  .coordinator-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  /* ensure visible gap between window and card on small screens */
  .coordinator-modal {
    padding: 0;
  }
  .coordinator-modal-dialog {
    width: auto;
    max-width: calc(100% - 32px);
    max-height: 88vh;
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coordinator-modal,
  .coordinator-modal-backdrop,
  .coordinator-modal-dialog {
    transition: none !important;
  }
}
