/* Source: assets/scss/style.scss */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800;900&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

.font-en {
  font-family: "Inter", sans-serif;
}
.page-hero-backdrop-label .font-en {
  text-align: center;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}

.staff-list-link-accent-bordered-rounded-interactive svg {
  display: none;
}

.staff-list-link-accent-bordered-rounded-interactive::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3h7v7'/%3E%3Cpath d='M10 14L21 3'/%3E%3Cpath d='M21 14v7h-7'/%3E%3Cpath d='M3 10v11h11'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3h7v7'/%3E%3Cpath d='M10 14L21 3'/%3E%3Cpath d='M21 14v7h-7'/%3E%3Cpath d='M3 10v11h11'/%3E%3C/svg%3E") center/contain no-repeat;
}

.staff-role-badge--office-staff,
.staff-list-badge-office-staff-bordered-rounded {
  background-color: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  box-shadow: none !important;
  color: #000000 !important;
}

.staff-list-badge-office-staff-bordered-rounded {
  border-radius: 0.125rem;
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
}

.research-recruit-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 2rem 1rem;
  position: fixed;
  z-index: 80;
}

.research-recruit-modal.is-open {
  display: flex;
}

.research-recruit-modal-backdrop {
  background: rgba(15, 23, 42, 0.62);
  border: 0;
  inset: 0;
  position: absolute;
}

.research-recruit-modal-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.24);
  max-height: 85vh;
  max-width: 48rem;
  overflow-y: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.research-recruit-modal-content .aboutbox01 {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  line-height: 1.9;
  padding: 1.5rem;
}

.group:hover .dropdown-menu {
  display: block;
  animation: menuFadeIn 0.2s ease-out forwards;
}

.hover\:bg-slate-50:hover {
  background-color: transparent !important;
}

@keyframes menuFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.striped-list .news-item {
  appearance: none;
  -webkit-appearance: none;
  background-clip: padding-box;
  border: 0;
  color: inherit;
  display: flex;
  font: inherit;
  margin: 0;
  text-align: left;
  width: 100%;
}
.striped-list .news-item:nth-child(odd) {
  background-color: #f5f5f5;
}
.striped-list .news-item:nth-child(even) {
  background-color: #ffffff;
}
.striped-list .news-item:hover {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
  transform: none;
  opacity: 1;
  filter: none;
}

.activity-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.activity-card:hover {
  box-shadow: none;
  transform: none;
  opacity: 1;
  filter: none;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.page-section {
  display: none;
  animation: fadeIn 0.4s ease-out;
}
.page-section.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-title {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 2rem;
  font-weight: 900;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #3596cc;
  border-radius: 2px;
}

#page-projects .aboutus-panel-muted-bordered-shadowed-rounded {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
#page-projects .aboutus-panel-white-bordered-shadowed-rounded-projects {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  height: auto;
  overflow: visible;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 50px;
}
#page-projects .aboutus-panel-white-bordered-shadowed-rounded-projects > .aboutus-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#page-projects .aboutus-panel-white-bordered-shadowed-rounded-projects > .aboutus-layout > div {
  width: 100%;
}
#page-projects .aboutus-panel-white-bordered-shadowed-rounded-projects img {
  display: block;
  width: 100%;
  height: auto;
}
#page-projects .projects-offering-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

#contact-form-shell .contact-form-cf7-wrap {
  margin-top: 0.5rem;
}
#contact-form-shell .wpcf7-form {
  display: grid;
  gap: 1.5rem;
}
#contact-form-shell .wpcf7-form p {
  margin: 0;
}
#contact-form-shell .wpcf7-form br {
  display: none;
}
#contact-form-shell .wpcf7-form label {
  display: block;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#contact-form-shell .wpcf7-form-control-wrap {
  display: block;
}
#contact-form-shell .wpcf7-form-control {
  box-sizing: border-box;
  font: inherit;
  width: 100%;
}
#contact-form-shell .wpcf7-text,
#contact-form-shell .wpcf7-email,
#contact-form-shell .wpcf7-tel,
#contact-form-shell .wpcf7-url,
#contact-form-shell .wpcf7-number,
#contact-form-shell .wpcf7-date,
#contact-form-shell .wpcf7-textarea,
#contact-form-shell input[type=text],
#contact-form-shell input[type=email],
#contact-form-shell input[type=tel],
#contact-form-shell input[type=url],
#contact-form-shell input[type=number],
#contact-form-shell input[type=date],
#contact-form-shell textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 2px;
  background: #f8fafc;
  color: #0f172a;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
#contact-form-shell .wpcf7-textarea,
#contact-form-shell textarea {
  min-height: 12rem;
  resize: vertical;
}
#contact-form-shell .wpcf7-form-control:focus {
  outline: none;
}
#contact-form-shell .wpcf7-text:focus,
#contact-form-shell .wpcf7-email:focus,
#contact-form-shell .wpcf7-tel:focus,
#contact-form-shell .wpcf7-url:focus,
#contact-form-shell .wpcf7-number:focus,
#contact-form-shell .wpcf7-date:focus,
#contact-form-shell .wpcf7-textarea:focus,
#contact-form-shell input[type=text]:focus,
#contact-form-shell input[type=email]:focus,
#contact-form-shell input[type=tel]:focus,
#contact-form-shell input[type=url]:focus,
#contact-form-shell input[type=number]:focus,
#contact-form-shell input[type=date]:focus,
#contact-form-shell textarea:focus {
  border-color: #3596cc;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(53, 150, 204, 0.12);
}
#contact-form-shell .wpcf7-submit {
  appearance: none;
  background: #0f172a;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.08em;
  margin: 0 auto;
  padding: 1rem 4rem;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
#contact-form-shell .wpcf7-submit:hover {
  background: #3596cc;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}
#contact-form-shell .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}
#contact-form-shell .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 2px;
  font-size: 0.875rem;
}
#contact-form-shell .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  font-size: 0.8125rem;
}

#page-contact-confirm .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  align-items: stretch;
}
#page-contact-confirm .wpcf7-form > * {
  flex: 0 0 100%;
  width: 100%;
}
#page-contact-confirm .wpcf7-form > p:nth-last-of-type(2),
#page-contact-confirm .wpcf7-form > p:last-of-type {
  flex: 1 1 calc(50% - 0.625rem);
  width: calc(50% - 0.625rem);
  margin: 0;
  display: flex;
}
#page-contact-confirm .wpcf7-form > p:nth-last-of-type(2) > *,
#page-contact-confirm .wpcf7-form > p:last-of-type > * {
  width: 100%;
}
#page-contact-confirm .wpcf7-previous {
  background: #e2e8f0;
  color: #334155;
  border: 1px solid #cbd5e1;
}
#page-contact-confirm .wpcf7-previous:hover {
  background: #cbd5e1;
  color: #0f172a;
}
#page-contact-confirm .wpcf7-submit {
  width: 100%;
}

.wpcf7-form {
  display: grid;
  gap: 1.5rem;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form label {
  display: block;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-form-control {
  box-sizing: border-box;
  font: inherit;
  width: 100%;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-tel,
.wpcf7-form .wpcf7-url,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-date,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 2px;
  background: #f8fafc;
  color: #0f172a;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.wpcf7-form .wpcf7-textarea,
.wpcf7-form textarea {
  min-height: 12rem;
  resize: vertical;
}
.wpcf7-form .wpcf7-form-control:focus {
  outline: none;
}
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-tel:focus,
.wpcf7-form .wpcf7-url:focus,
.wpcf7-form .wpcf7-number:focus,
.wpcf7-form .wpcf7-date:focus,
.wpcf7-form .wpcf7-textarea:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form textarea:focus {
  border-color: #3596cc;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(53, 150, 204, 0.12);
}
.wpcf7-form .wpcf7-submit,
.wpcf7-form .wpcf7-previous,
.wpcf7-form .wpcf7-next,
.wpcf7-form button[type=submit],
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button] {
  appearance: none;
  background: #0f172a;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.08em;
  margin: 0 auto;
  padding: 1rem 4rem;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-previous:hover,
.wpcf7-form .wpcf7-next:hover,
.wpcf7-form button[type=submit]:hover,
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover {
  background: #3596cc;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}
.wpcf7-form .wpcf7-submit:disabled,
.wpcf7-form .wpcf7-previous:disabled,
.wpcf7-form .wpcf7-next:disabled,
.wpcf7-form button[type=submit]:disabled,
.wpcf7-form input[type=submit]:disabled,
.wpcf7-form input[type=button]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}
.wpcf7-form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 2px;
  font-size: 0.875rem;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  font-size: 0.8125rem;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.researcher-detail {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 2rem;
  padding: 2rem;
}
.researcher-detail > header {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 1.5rem;
}
.researcher-detail > header p {
  color: #3596cc;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.researcher-detail > header h2 {
  color: #0f172a;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.45;
}
.researcher-detail > section {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 2rem;
}
.researcher-detail > section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.researcher-detail > section h3 {
  border-left: 4px solid #3596cc;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-left: 0.875rem;
}
.researcher-detail > section p {
  color: #334155;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.9;
  margin: 0;
}
.researcher-detail > section > div {
  display: grid;
  gap: 1rem;
}
.researcher-detail ul {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.researcher-detail a {
  color: #3596cc;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.researcher-meta {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.researcher-meta section {
  background: #f8fafc;
  padding: 1.25rem;
}
.researcher-meta h3 {
  border-left: 4px solid #3596cc;
  color: #0f172a;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  padding-left: 0.875rem;
}
.researcher-meta p {
  color: #0f172a;
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
}

.researcher-papers li {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 0.9rem;
}
.researcher-papers li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.researcher-papers p {
  color: #3596cc;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

@media (max-width: 767px) {
  .researcher-detail {
    padding: 1.5rem;
  }
  .researcher-meta {
    grid-template-columns: 1fr;
  }
}
.home-button-bordered-accent-animated {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}/*# sourceMappingURL=style.css.map */
