@charset "UTF-8";
body, html {
  font-family: "Yu Gothic", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #192639;
  height: -webkit-fill-available;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: inline;
  }
}

.only-pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.no-horizontal-scrolling {
  overflow-x: hidden;
}

/*
  M&A候補先向けLP (collab) ページ用
*/
header.c-hdr {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.text-gradient {
  background: linear-gradient(90deg, #007389 0%, #00BF4D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.wbr-plus {
  word-break: keep-all;
}

.collab-logo {
  max-width: 203px;
}

.page-collab {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" on;
  letter-spacing: 0.1em;
  color: #192639;
  overflow-x: hidden;
}
.page-collab .collab-container {
  max-width: 1184px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .page-collab .collab-container {
    padding: 0 16px;
  }
}
.page-collab .collab-section {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .page-collab .collab-section {
    padding: 80px 0;
  }
}
.page-collab .img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-collab .font-mincho {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-feature-settings: "palt" on;
  letter-spacing: 0.12em;
}
.page-collab .font-mincho.bold {
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .page-collab .font-mincho.bold {
    letter-spacing: 0.1em;
  }
}
.page-collab .section-title {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-collab .section-title {
    font-size: 26px;
    text-align: left;
    letter-spacing: 0;
  }
}
.page-collab .section-title-sm {
  font-size: 30px;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-collab .section-title-sm {
    font-size: 24px;
    text-align: left;
  }
}
.page-collab .section-subtitle {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page-collab .section-subtitle {
    font-size: 14px;
    text-align: left;
  }
}
.page-collab .collab-titleblock-left {
  text-align: left;
  width: 100%;
}
.page-collab .collab-titleblock-left > * {
  text-align: left;
}
.page-collab .section-dash-label {
  position: absolute;
  top: 176px;
  left: -176px;
  height: 32px;
  width: 384px;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  color: #7E8898;
  text-transform: uppercase;
}
.page-collab .section-dash-label::before {
  content: "";
  flex: 1 1 0%;
  height: 1px;
  background: #7E8898;
  display: block;
  margin-left: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page-collab .section-dash-label {
    display: none;
  }
}
@media (max-width: 1199px) {
  .page-collab .section-dash-label {
    display: none !important;
  }
}

.collab-header {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
.collab-header .collab-header-inner {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  gap: 16px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: top 0.3s;
}
@media screen and (max-width: 768px) {
  .collab-header .collab-header-inner {
    display: none;
    height: 60px;
    padding: 0 8px;
  }
}
.collab-header .collab-header-logo {
  display: none;
}
.collab-header .collab-header-nav {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .collab-header .collab-header-nav {
    display: none;
  }
}
.collab-header .collab-header-nav a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #192639;
  text-decoration: none;
  border-radius: 99px;
  transition: background-color 0.3s;
}
.collab-header .collab-header-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.collab-header .collab-header-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .collab-header .collab-header-buttons {
    display: none;
  }
}
.collab-header .collab-btn-sm {
  display: flex;
  height: 24px;
  padding: 4px 16px 4px 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #081736;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  background: linear-gradient(270deg, #0DA 0%, #0FF 100%);
  border-radius: 64px;
  transition: opacity 0.3s;
}
.collab-header .collab-btn-sm:hover {
  opacity: 0.8;
}
.collab-header .collab-btn-sm .badge {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 16px;
  border: 0.5px solid var(--color-t40, #18897A);
  color: var(--color-t40, #18897A);
  font-size: 10px;
  line-height: 100%;
}
.collab-header .collab-btn-sm.gray {
  background: var(--color-n80, #CBCFD6);
  padding: 4px 16px;
}
.collab-header .collab-btn-sm.gray::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 8px;
  vertical-align: middle;
  background: url('data:image/svg+xml;utf8,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.51465 4H2.75781C2.20553 4 1.75781 4.44772 1.75781 5V10C1.75781 10.5523 2.20553 11 2.75781 11H8.75781C9.30987 10.9997 9.75781 10.5521 9.75781 10V7H10.7578V10C10.7578 11.0355 9.97036 11.8868 8.96191 11.9893L8.75781 12H2.75781L2.55371 11.9893C1.61218 11.8938 0.864033 11.1456 0.768555 10.2041L0.756836 10V5C0.756836 3.89543 1.65324 3 2.75781 3H6.51465V4Z" fill="%23192639"/><path d="M6.5 0.5H12.5M12.5 0.5V6M12.5 0.5L5.5 7.5" stroke="%23192639"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.collab-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 280px;
  height: 54px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
  border: none;
}
.collab-btn:hover {
  opacity: 0.85;
}
.collab-btn.collab-btn-primary {
  background: #192639;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .collab-btn {
    width: 100%;
    max-width: 320px;
  }
}

#collab-fv {
  position: relative;
  height: 728px;
  display: flex;
  align-items: center;
  padding-top: 168px;
}
@media screen and (max-width: 768px) {
  #collab-fv {
    height: 500px;
    min-height: 600px;
    padding: 60px 0 160px;
  }
}
#collab-fv .collab-fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#collab-fv .collab-fv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#collab-fv .collab-fv-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  color: #000;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #collab-fv .collab-fv-content {
    align-items: center;
    text-align: center;
  }
}
#collab-fv .collab-fv-content h1 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #collab-fv .collab-fv-content h1 {
    font-size: 32px;
  }
}
#collab-fv .collab-fv-content p {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #collab-fv .collab-fv-content p {
    font-size: 18px;
  }
}
@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
#collab-fv .collab-fv-content > * {
  opacity: 0;
  animation: blurIn 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#collab-fv .collab-fv-content > *:nth-child(1) {
  animation-delay: 2s;
}
#collab-fv .collab-fv-content > *:nth-child(2) {
  animation-delay: 0s;
}
#collab-fv .collab-fv-content > *:nth-child(3) {
  animation-delay: 0.6s;
}
#collab-fv .collab-fv-content > *:nth-child(4) {
  animation-delay: 3s;
}

#collab-problems {
  background-color: #fff;
  text-align: center;
}
#collab-problems .collab-container {
  gap: 0;
}
#collab-problems .solution-callout {
  margin-top: 60px;
}
#collab-problems .solution-callout h3 {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, #007389 0%, #00BF4D 100%);
     border-image: linear-gradient(90deg, #007389 0%, #00BF4D 100%);
  border-image-slice: 1;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  #collab-problems .solution-callout h3 {
    font-size: 18px;
  }
}
#collab-problems .section-title {
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #collab-problems .section-title {
    font-size: 17px;
  }
}
#collab-problems .section-subtitle {
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #collab-problems .section-subtitle {
    font-size: 17px;
  }
}
#collab-problems .collab-problems-balloon {
  display: flex;
  width: 100%;
  padding: 48px 32px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 24.84%), #F2F4F6;
  margin-top: -160px;
  position: relative;
}
#collab-problems .collab-problems-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
  width: 103px;
  height: 46px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="103" height="46" viewBox="0 0 103 46" fill="none"><path d="M0 0H103L50.449 46L0 0Z" fill="%23F2F4F6"/></svg>') no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #collab-problems .collab-problems-balloon {
    padding: 32px 16px;
  }
}
#collab-problems .collab-problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #collab-problems .collab-problems-grid {
    grid-template-columns: 1fr;
  }
}
#collab-problems .collab-problems-grid .problem-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: center;
}
#collab-problems .collab-problems-grid .problem-card img {
  max-width: 208px;
  aspect-ratio: 208/152;
  margin: 0 auto 4px;
}
@media screen and (max-width: 768px) {
  #collab-problems .collab-problems-grid .problem-card img {
    margin-bottom: 0;
  }
}
#collab-problems .collab-problems-grid .problem-card h3 {
  font-size: 22px;
  border-bottom: 2px solid #192639;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #collab-problems .collab-problems-grid .problem-card h3 {
    font-size: 18px;
  }
}
#collab-problems .collab-problems-grid .problem-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

#collab-change .collab-container > img {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #collab-change .collab-container > img {
    margin-bottom: 60px;
  }
}
#collab-change .collab-change-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  #collab-change .collab-change-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
#collab-change .collab-change-grid .problem-card {
  max-width: 280px;
}
#collab-change .collab-change-grid .problem-card img {
  max-width: 280px;
  margin: 0 auto 12px;
}
#collab-change .collab-change-grid .problem-card h3 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #collab-change .collab-change-grid .problem-card h3 {
    font-size: 20px;
  }
}
#collab-change .collab-change-grid .problem-card p {
  font-size: 15px;
}

#collab-business {
  padding: 120px 32px;
  background: radial-gradient(71.56% 71.56% at 50% 16.78%, #FFF 0%, #000 100%), #EBF7F3;
  background-blend-mode: soft-light, normal;
}
@media screen and (max-width: 768px) {
  #collab-business {
    padding: 80px 0;
  }
}
#collab-business .section-subtitle {
  font-size: 27px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  #collab-business .section-subtitle {
    font-size: 20px;
  }
}
#collab-business .arrow {
  max-width: 22px;
  margin: 0 auto;
  display: block;
}
#collab-business .collab-business-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #collab-business .collab-business-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
#collab-business .sp-only-w586 {
  width: 586px;
  max-width: none;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

#collab-synergy .synergy-visual {
  position: relative;
  width: 100%;
}
#collab-synergy .synergy-visual .main-img {
  border-radius: 8px;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  #collab-synergy .synergy-visual .main-img {
    transform: none;
    width: 100%;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.5;
  }
}
#collab-synergy .synergy-visual .graph-img {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 120%;
  max-width: 724px;
}
@media screen and (max-width: 768px) {
  #collab-synergy .synergy-visual .graph-img {
    position: relative;
    transform: none;
    width: 100%;
    z-index: 1;
  }
}
#collab-synergy .synergy-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}
#collab-synergy .synergy-content .case-label {
  display: inline-block;
  background: #192639;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-weight: 600;
}
#collab-synergy .synergy-content h3 {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #collab-synergy .synergy-content h3 {
    font-size: 24px;
  }
}
#collab-synergy .synergy-content .content-block-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #collab-synergy .synergy-content .content-block-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#collab-synergy .synergy-content .arrow-right {
  margin: -50px;
  width: 100px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  #collab-synergy .synergy-content .arrow-right {
    transform: rotate(90deg);
    margin: -32px auto;
  }
}
#collab-synergy .synergy-content .content-card {
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#collab-synergy .synergy-content .content-card h4 {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-n50, #7E8592);
}
#collab-synergy .synergy-content .content-card p,
#collab-synergy .synergy-content .content-card li {
  font-size: 16px;
  line-height: 1.5;
}
#collab-synergy .synergy-content .content-card.card-problem {
  background: #F2F4F6;
  background: url("../../dist/assets/images/collab/250804-MA-014.png") center/cover no-repeat;
}
#collab-synergy .synergy-content .content-card.card-problem p {
  width: 100%;
  max-width: 354px;
}
#collab-synergy .synergy-content .content-card.card-solution {
  background: #EBF7F3;
  background: url("../../dist/assets/images/collab/250804-MA-015.png") center/cover no-repeat;
}
#collab-synergy .synergy-content .content-card.card-solution ul {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 354px;
}
#collab-synergy .synergy-content .content-card.card-solution ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#collab-synergy .synergy-content .content-card.card-solution ul li:not(:last-child) {
  margin-bottom: 16px;
}
#collab-synergy .synergy-content .content-card.card-solution ul li img {
  width: 71px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  #collab-synergy .synergy-content .content-card.card-solution ul li img {
    width: 54px;
  }
}
#collab-synergy .synergy-content .arrow-dots {
  display: block;
  margin: -32px auto 0;
  max-width: 32px;
}
#collab-synergy .synergy-content .synergy-conclusion {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #collab-synergy .synergy-content .synergy-conclusion {
    text-align: center;
  }
}

#collab-trust {
  position: relative;
  background-image: url("../assets/images/collab/250804-MA-018.jpg");
  background-size: cover;
  background-position: center;
  color: var(--color-n10, #192639);
  padding: 80px 0;
}
#collab-trust .collab-container {
  position: relative;
  z-index: 2;
  gap: 80px;
}
#collab-trust .section-title,
#collab-trust .section-subtitle {
  color: var(--color-n10, #192639);
}
#collab-trust .collab-trust-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  align-items: flex-start;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 32px;
}
@media screen and (max-width: 768px) {
  #collab-trust .collab-trust-content {
    flex-direction: column;
    align-items: center;
    padding: 16px;
    width: 100%;
  }
}
#collab-trust .trust-card {
  color: #192639;
  width: 100%;
  max-width: 370px;
  flex-shrink: 0;
}
#collab-trust .trust-card .trust-card-banner {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
#collab-trust .trust-card .date {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}
#collab-trust .trust-card .description {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
#collab-trust .trust-card .press-release-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #192639;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #192639;
  text-decoration: none;
}
#collab-trust .trust-card .press-release-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11L11 1M11 1H3.4M11 1V8.6" stroke="black" stroke-width="1.5"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11L11 1M11 1H3.4M11 1V8.6" stroke="black" stroke-width="1.5"/></svg>');
  background-color: #192639;
}
#collab-trust .investor-list {
  width: 100%;
  max-width: 560px;
}
#collab-trust .investor-list .investor-list-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#collab-trust .investor-list .investor-list-title::after {
  content: "";
  flex: 1 1 0%;
  height: 1px;
  background: #192639;
  display: block;
  margin-left: 16px;
  vertical-align: middle;
}
#collab-trust .investor-list .investor-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #collab-trust .investor-list .investor-group {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
#collab-trust .investor-list .investor-group .group-label {
  font-size: 14px;
  flex-shrink: 0;
  width: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#collab-trust .investor-list .investor-group .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  align-items: center;
}
#collab-trust .investor-list .investor-group .logos img {
  max-height: 32px;
  max-width: 100%;
  width: auto;
}
#collab-trust .investor-list .investor-group .logos img[alt^=ウイング・キャピタル・パートナーズ] {
  max-height: 26px;
}
#collab-trust .investor-list .investor-group .logos img[alt^=北國フィナンシャルホールディングス] {
  max-height: 26px;
}
#collab-trust .investor-list .investor-group .logos img[alt^="ALL STAR"] {
  max-height: 22px;
}
#collab-trust .investor-list .investor-group .logos img[alt^=日本郵政キャピタル] {
  max-height: 22px;
}
#collab-trust .investor-list .investor-group .logos img[alt^=PKSHA] {
  max-height: 68px;
}
#collab-trust .investor-list .investor-group .logos img[alt^=boost] {
  max-height: 72px;
}
#collab-trust .investor-list .investor-group .logos img[alt^=REAZON] {
  max-height: 40px;
}
#collab-trust .investor-list .investor-note {
  font-size: 12px;
  text-align: right;
  margin-top: 24px;
}

#collab-members {
  background-color: #F2F4F6;
}
#collab-members .collab-members-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 32px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #collab-members .collab-members-grid {
    grid-template-columns: 1fr;
  }
}
#collab-members .collab-members-grid .member-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #collab-members .collab-members-grid .member-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
#collab-members .collab-members-grid .member-card img {
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 4px;
}
#collab-members .collab-members-grid .member-card .member-info {
  text-align: left;
}
#collab-members .collab-members-grid .member-card .member-title {
  font-size: 12px;
  font-weight: 700;
}
#collab-members .collab-members-grid .member-card .member-name {
  font-size: 20px;
  font-weight: bold;
  margin: 4px 0 12px;
}
#collab-members .collab-members-grid .member-card .member-history {
  font-size: 12px;
  line-height: 1.8;
  color: #555;
}
#collab-members .collab-phd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #collab-members .collab-phd-grid {
    grid-template-columns: 1fr;
  }
}
#collab-members .collab-phd-grid .phd-member-card img {
  width: 100%;
  height: 246px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 16px;
}
#collab-members .collab-phd-grid .phd-member-card .member-title {
  font-size: 12px;
  font-weight: bold;
}
#collab-members .collab-phd-grid .phd-member-card .member-name {
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0 12px;
}
#collab-members .collab-phd-grid .phd-member-card .member-history {
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

#collab-talent {
  background-image: url("../assets/images/collab/250804-MA-028.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #collab-talent .section-title {
    text-align: center;
  }
}
#collab-talent .phd-card {
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 670px;
}
@media screen and (max-width: 768px) {
  #collab-talent .phd-card {
    margin: 16px 0;
    transform: scale(1.2);
  }
}
#collab-talent .collab-talent-grid {
  display: flex;
  width: 100%;
  max-width: 928px;
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #collab-talent .collab-talent-grid {
    flex-direction: column;
    gap: 40px;
  }
}
#collab-talent .talent-label {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  #collab-talent .talent-label {
    width: 100%;
    text-align: center;
  }
}
#collab-talent .talent-label h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #collab-talent .talent-label h3 {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 8px;
  }
}
#collab-talent .talent-label p {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 260px;
  margin: auto;
}
#collab-talent .talent-label p::after {
  content: "";
  flex: 1 1 0%;
  height: 1px;
  background: #192639;
  display: block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #collab-talent .talent-label p {
    font-size: 12px;
    text-align: center;
  }
  #collab-talent .talent-label p::before {
    content: "";
    flex: 1 1 0%;
    height: 1px;
    background: #192639;
    display: block;
    vertical-align: middle;
  }
}
#collab-talent .university-list {
  width: 100%;
  max-width: 592px;
  padding-left: 16px;
  border-left: 1px solid var(--color-n10, #192639);
}
@media screen and (max-width: 768px) {
  #collab-talent .university-list {
    padding-left: 0;
    border: none;
  }
}
#collab-talent .university-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
@media screen and (max-width: 768px) {
  #collab-talent .university-list ul {
    gap: 4px 16px;
  }
}
#collab-talent .university-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #collab-talent .university-list li {
    font-size: 14px;
  }
}
#collab-talent .university-list li img {
  height: 20px;
  width: auto;
}

#collab-reputation {
  color: #fff;
  background: radial-gradient(58.11% 111.64% at 49.38% 0.4%, rgba(142, 233, 255, 0.14) 0%, rgba(0, 162, 255, 0) 100%), radial-gradient(113.18% 101.4% at 1.25% 0%, rgba(255, 255, 0, 0.04) 0%, rgba(255, 255, 0, 0) 100%), radial-gradient(85.1% 89.79% at 98.96% 100%, rgba(0, 255, 255, 0.05) 0%, rgba(0, 255, 255, 0) 100%), radial-gradient(80.16% 84.6% at 99.17% 1.48%, rgba(0, 43, 255, 0.05) 0%, rgba(0, 43, 255, 0) 100%), #192639;
  background-blend-mode: plus-lighter, normal, normal, normal, normal;
}
#collab-reputation .collab-titleblock-left {
  margin-bottom: 60px;
}
#collab-reputation .collab-titleblock-left .section-title {
  text-align: left;
}
#collab-reputation .reputation-subtitle {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
  gap: 16px;
}
#collab-reputation .reputation-subtitle::after {
  content: "";
  flex: 1 1 0%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  margin-left: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #collab-reputation .reputation-subtitle {
    font-size: 12px;
    text-align: center;
  }
  #collab-reputation .reputation-subtitle::before {
    content: "";
    flex: 1 1 0%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    vertical-align: middle;
  }
}
#collab-reputation .awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #collab-reputation .awards-grid {
    grid-template-columns: 1fr;
  }
}
#collab-reputation .award-card {
  display: flex;
  width: 330px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
#collab-reputation .award-card .date {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 500;
  opacity: 0.5;
}
#collab-reputation .award-card .award-logo {
  width: auto;
  height: 90px;
  margin: 24px 0;
}
#collab-reputation .award-card .award-description {
  font-size: 15px;
  line-height: 1.7;
}
#collab-reputation .award-card .award-description strong {
  font-size: 1.2em;
}
#collab-reputation .award-card .award-photo {
  width: 100%;
  border-radius: 8px;
}
#collab-reputation .award-card .award-note {
  font-size: 12px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
}
#collab-reputation .media-list {
  list-style: none;
  padding: 0;
  max-width: 642px;
  margin: 0 auto;
}
#collab-reputation .media-item {
  display: flex;
  gap: 32px;
  padding: 24px 0;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #collab-reputation .media-item {
    flex-direction: column;
    gap: 12px;
  }
}
#collab-reputation .media-item .date {
  flex-shrink: 0;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid var(--color-t50, #19B094);
  width: 120px;
  padding: 6px 0;
}
#collab-reputation .media-item .media-info {
  flex-grow: 1;
}
#collab-reputation .media-item .media-info h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
#collab-reputation .media-item .media-info p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.7;
}
#collab-reputation .media-item .media-info .media-link {
  color: #0CF8C0;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #collab-reputation .media-item .media-info .media-link {
    font-size: 14px;
  }
}
#collab-reputation .media-item .media-info .media-link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #0CF8C0;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M7 4.75H4C3.30964 4.75 2.75 5.30964 2.75 6V12C2.75 12.6904 3.30964 13.25 4 13.25H11C11.6904 13.25 12.25 12.6904 12.25 12V9H13.75V12C13.75 13.5188 12.5188 14.75 11 14.75H4C2.48122 14.75 1.25 13.5188 1.25 12V6C1.25 4.48122 2.48122 3.25 4 3.25H7V4.75Z" fill="black"/><path d="M8 1H15M15 1V7.5M15 1L7 9" stroke="black" stroke-width="1.5"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M7 4.75H4C3.30964 4.75 2.75 5.30964 2.75 6V12C2.75 12.6904 3.30964 13.25 4 13.25H11C11.6904 13.25 12.25 12.6904 12.25 12V9H13.75V12C13.75 13.5188 12.5188 14.75 11 14.75H4C2.48122 14.75 1.25 13.5188 1.25 12V6C1.25 4.48122 2.48122 3.25 4 3.25H7V4.75Z" fill="black"/><path d="M8 1H15M15 1V7.5M15 1L7 9" stroke="black" stroke-width="1.5"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: transform 0.2s ease-out;
}
#collab-reputation .media-item .media-info .media-link:hover::after {
  transform: translate(2px, -2px);
}

#collab-faq {
  font-size: 16px;
}
#collab-faq .collab-faq-list {
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
}
#collab-faq .collab-faq-item {
  border-bottom: 1px solid #E0E0E0;
}
#collab-faq .collab-faq-item:first-child {
  border-top: 1px solid #E0E0E0;
}
#collab-faq .collab-faq-item summary {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 40px 24px 0;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #collab-faq .collab-faq-item summary {
    font-size: 16px;
  }
}
#collab-faq .collab-faq-item summary::-webkit-details-marker {
  display: none;
}
#collab-faq .collab-faq-item summary .q-icon {
  font-size: 24px;
  color: #B0B0B0;
  line-height: 1;
}
#collab-faq .collab-faq-item summary .question-text {
  flex: 1;
}
#collab-faq .collab-faq-item summary::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 30px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #B0B0B0;
  border-bottom: 2px solid #B0B0B0;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
#collab-faq .collab-faq-item[open] summary::after {
  transform: rotate(135deg);
  top: 35px;
}
#collab-faq .collab-faq-item .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
#collab-faq .collab-faq-item .faq-answer .answer-content {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 24px 24px 0;
  margin-left: 24px;
}
#collab-faq .collab-faq-item .faq-answer .a-icon {
  font-size: 24px;
  color: #00B497;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #collab-faq .collab-faq-item .faq-answer .a-icon {
    font-size: 20px;
  }
}
#collab-faq .collab-faq-item .faq-answer p {
  line-height: 1.6;
}
#collab-faq .collab-faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
}

#collab-contact {
  background-color: #F2F4F6;
}
#collab-contact .collab-contact-grid {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #collab-contact .collab-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#collab-contact .contact-text {
  min-width: 240px;
  flex: 1;
}
#collab-contact .contact-text h2 {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #collab-contact .contact-text h2 {
    font-size: 28px;
  }
}
#collab-contact .contact-text p {
  font-size: 16px;
  line-height: 1.8;
}
#collab-contact .contact-text p:not(:last-child) {
  margin-bottom: 1em;
}
#collab-contact .collab-form-wrapper {
  max-width: 704px;
  width: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #collab-contact .collab-form-wrapper {
    padding: 32px 16px;
  }
}
#collab-contact .collab-form-wrapper .form-title {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  width: 100%;
  max-width: 336px;
  padding-bottom: 16px;
  border-bottom: 2px solid #CBCFD6;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  #collab-contact .collab-form-wrapper .form-title {
    font-size: 20px;
    border-bottom: 1px solid #CBCFD6;
  }
}
#collab-contact .collab-form-wrapper .form-placeholder .form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#collab-contact .collab-form-wrapper .form-placeholder .field label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
#collab-contact .collab-form-wrapper .form-placeholder .field input,
#collab-contact .collab-form-wrapper .form-placeholder .field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f9f9f9;
}
#collab-contact .collab-form-wrapper .form-placeholder .field textarea {
  height: 120px;
}
#collab-contact .collab-form-wrapper .form-placeholder button {
  width: 100%;
  padding: 14px;
  border-radius: 4px;
  background: #192639;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  margin-top: 16px;
}

#collab-footer {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}
#collab-footer h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1em;
}
#collab-footer .collab-footer-logo {
  height: 24px;
  margin: 0 auto 32px;
}
#collab-footer .collab-footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #collab-footer .collab-footer-nav {
    flex-direction: column;
    gap: 20px;
  }
}
#collab-footer .collab-footer-nav a {
  text-decoration: none;
  font-size: 16px;
}
#collab-footer .collab-footer-nav a:hover {
  text-decoration: underline;
}
#collab-footer .copyright {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  color: #A0A0A0;
}

#collab-floating-footer {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
#collab-floating-footer.is-active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  #collab-floating-footer {
    display: flex;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 8px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  #collab-floating-footer.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
#collab-floating-footer .collab-floating-btn {
  flex: 1;
  text-align: center;
  padding: 12px 8px;
  margin: 0 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: #192639;
  color: #fff;
}/*# sourceMappingURL=page-collab.css.map */