@charset "UTF-8";
.c-ebGptCase__container {
  position: relative;
}
.c-ebGptCase__itemCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.c-ebGptCase__itemCard:hover {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  text-decoration: none;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptCase__itemCard {
    flex-direction: column;
    gap: 24px;
    padding: 16px 16px 32px 16px;
  }
}
.c-ebGptCase__itemImage img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-ebGptCase__itemHeader {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.c-ebGptCase__itemName {
  color: var(--color--exabase-exablue-50);
  font-size: var(--font-size--xl);
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptCase__itemName {
    font-size: var(--font-size--md);
  }
}
.c-ebGptCase__itemTitle {
  color: var(--color--ewcorp-sumi);
  font-size: var(--font-size--md);
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptCase__itemTitle {
    font-size: var(--font-size--sm);
  }
}
.c-ebGptCase__itemContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.c-ebGptCase__itemContent p {
  font-size: var(--font-size--sm);
  letter-spacing: 0.05em;
  color: var(--color--ewcorp-sumi);
  margin-top: 8px;
}
@media print, screen and (max-width: 568px) {
  .c-ebGptCase__itemContent p {
    font-size: var(--font-size--xs);
  }
}
.c-ebGptCase__nav {
  position: absolute;
  top: 75px;
  left: -24px;
  z-index: 1;
  width: calc(100% + 48px);
}
.c-ebGptCase__navNext, .c-ebGptCase__navPrev {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: white;
}
.c-ebGptCase__navNext.swiper-button-disabled, .c-ebGptCase__navPrev.swiper-button-disabled {
  opacity: 0.5;
}
.c-ebGptCase__navNext.swiper-button-disabled::after, .c-ebGptCase__navPrev.swiper-button-disabled::after {
  color: #cccccc;
}
.c-ebGptCase__navNext:not(:is(.swiper-button-disabled)), .c-ebGptCase__navPrev:not(:is(.swiper-button-disabled)) {
  cursor: pointer;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 57, 0.24);
}
.c-ebGptCase__navNext:not(:is(.swiper-button-disabled)):hover, .c-ebGptCase__navPrev:not(:is(.swiper-button-disabled)):hover {
  transition: box-shadow ease 0.2s;
}
.c-ebGptCase__navNext::after, .c-ebGptCase__navPrev::after {
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--color--exabase-exablue-50);
  font-size: var(--font-size--md);
  font-family: var(--font-family--ei);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-ebGptCase__navNext {
  right: 0;
}
.c-ebGptCase__navNext::after {
  content: "";
}
.c-ebGptCase__navPrev {
  left: 0;
}
.c-ebGptCase__navPrev::after {
  content: "";
}
.c-ebGptCase__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.c-ebGptCase__pagination .swiper-pagination-bullet {
  position: relative;
  width: 24px;
  height: 24px;
  background: transparent !important;
  margin: 0 !important;
}
.c-ebGptCase__pagination .swiper-pagination-bullet::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color--ewcorp-nezu);
}
.c-ebGptCase__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--color--exabase-exablue-50);
}

.c-ebGptEvent {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptEvent {
    gap: 24px;
  }
}
.c-ebGptEvent__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptEvent__heading {
    gap: 12px;
  }
}
.c-ebGptEvent__headingDesc {
  text-align: center;
}
@media print, screen and (max-width: 568px) {
  .c-ebGptEvent__headingDesc {
    font-size: 0.8125rem;
  }
}
.c-ebGptEvent__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.c-ebGptEvent__tab {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptEvent__tab {
    gap: 12px;
  }
}
.c-ebGptEvent__tabItem {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0 0;
  background-color: #E7E3FD;
  color: var(--color--exabase-exablue-50);
  font-size: 1.5rem;
  font-weight: bold;
  padding: 24px 8px;
  transition: background-color ease 0.2s;
  cursor: pointer;
}
.c-ebGptEvent__tabItem.is-active {
  color: white;
  background: linear-gradient(90deg, var(--color--exabase-exablue-50) 0%, #D489F2 100%);
}
.c-ebGptEvent__tabItem:not(.is-active):hover {
  background-color: #CDC7F6;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptEvent__tabItem {
    font-size: var(--font-size--xl);
    padding-block: 16px;
  }
}
@media print, screen and (max-width: 568px) {
  .c-ebGptEvent__tabItem {
    font-size: var(--font-size--md);
    padding-block: 14px;
  }
}
.c-ebGptEvent__content {
  display: flex;
  justify-content: center;
  border: 4px solid var(--color--exabase-exablue-50);
  background-color: white;
  padding: 48px 24px;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptEvent__content {
    padding: 32px 16px;
  }
}
.c-ebGptEvent__cards {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media print, screen and (max-width: 1120px) {
  .c-ebGptEvent__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 768px) {
  .c-ebGptEvent__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.c-ebGptEvent__cards.is-active {
  display: grid;
}
.c-ebGptEvent__cards.is-loading {
  position: relative;
  min-height: 32px;
}
.c-ebGptEvent__cards.is-loading::after {
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../../../images/common/loading.png);
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-animation: spinLoading 1s linear infinite;
  animation: spinLoading 1s linear infinite;
}
.c-ebGptEvent__cardsNoItem {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/4;
  width: 100%;
  height: 80px;
}
@media print, screen and (max-width: 1120px) {
  .c-ebGptEvent__cardsNoItem {
    grid-column: 1/3;
  }
}
@media print, screen and (max-width: 768px) {
  .c-ebGptEvent__cardsNoItem {
    grid-column: 1/2;
  }
}
.c-ebGptEvent__card {
  flex: 1;
  max-width: 420px;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptEvent__card {
    flex: none;
  }
}
.c-ebGptEvent__card:hover {
  text-decoration: none;
}
.c-ebGptEvent__card:hover .c-ebGptEvent__cardImage img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-ebGptEvent__cardImage {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.c-ebGptEvent__cardImage img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 920/450;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.c-ebGptEvent__cardTitle {
  font-family: var(--font-family--default);
  font-weight: 700;
  font-size: var(--font-size--lg);
  color: var(--color--ewcorp-sumi);
  margin-bottom: 0.5rem;
}
.c-ebGptEvent__cardDate {
  font-size: var(--font-size--sm);
  color: var(--color--ewcorp-sumi);
}

@-webkit-keyframes spinLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.c-ebGptLabelHeading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  margin: 0 auto 3rem auto;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptLabelHeading {
    flex-direction: column;
  }
}
.c-ebGptLabelHeading__title {
  flex: none;
  width: 220px;
}
.c-ebGptLabelHeading__title img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-ebGptLabelHeading__desc {
  font-family: var(--font-family--default);
  font-weight: 700;
  font-size: var(--font-size--lg);
}

.c-ebGptLineHeading--l, .c-ebGptLineHeading--m, .c-ebGptLineHeading--s {
  color: var(--color--exabase-exablue-50);
  font-weight: 600;
  line-height: 1.6;
}
.c-ebGptLineHeading--l {
  font-size: 2.25rem;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 1120px) {
  .c-ebGptLineHeading--l {
    font-size: 1.875rem;
  }
}
@media print, screen and (max-width: 768px) {
  .c-ebGptLineHeading--l {
    font-size: 1.5rem;
  }
}
.c-ebGptLineHeading--m {
  font-size: 1.875rem;
  letter-spacing: 0.15em;
}
@media print, screen and (max-width: 1120px) {
  .c-ebGptLineHeading--m {
    font-size: 1.625rem;
  }
}
@media print, screen and (max-width: 768px) {
  .c-ebGptLineHeading--m {
    font-size: 1.375rem;
  }
}
.c-ebGptLineHeading--s {
  font-size: var(--font-size--xl);
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptLineHeading--s {
    font-size: var(--font-size--lg);
  }
}
.c-ebGptLineHeading--center {
  text-align: center;
}
.c-ebGptLineHeading--black {
  color: #333;
}
.c-ebGptLineHeading--white {
  color: white;
}
.c-ebGptLineHeading__en {
  font-family: var(--font-family--en-default);
  font-size: 1.13em;
}

.c-ebGptSwiperNav {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.c-ebGptSwiperNav__next, .c-ebGptSwiperNav__prev {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  background-color: var(--color--exabase-exablue-50);
}
.c-ebGptSwiperNav__next::after, .c-ebGptSwiperNav__prev::after {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: var(--font-family--ei);
  font-size: 12px;
  color: white;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-ebGptSwiperNav__next::after {
  content: "";
}
.c-ebGptSwiperNav__prev::after {
  content: "";
}
.c-ebGptSwiperNav__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: auto !important;
}
.c-ebGptSwiperNav__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: var(--color--ewcorp-nezu);
  border-radius: 11px;
  opacity: 1 !important;
  margin: 0 !important;
}
.c-ebGptSwiperNav__pagination .swiper-pagination-bullet::after {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: var(--color--exabase-exablue-50);
  opacity: 0;
  transition: opacity ease 0.2s;
}
.c-ebGptSwiperNav__pagination .swiper-pagination-bullet-active {
  position: relative;
}
.c-ebGptSwiperNav__pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.p-ebGptFooter {
  background-color: var(--color--exabase-exablue-50);
}
.p-ebGptFooter .l-section__wrap {
  display: flex;
  justify-content: flex-end;
  width: var(--bp--3xl);
  max-width: calc(100% - var(--page--padding-inline) * 2);
  padding: 0;
}
@media print, screen and (max-width: 768px) {
  .p-ebGptFooter .l-section__wrap {
    justify-content: center;
  }
}
.p-ebGptFooter__content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-ebGptFooter__label {
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.p-ebGptFooter__logo {
  width: 240px;
  transition: opacity ease 0.2s;
}
.p-ebGptFooter__logo:hover {
  opacity: 0.75;
}
.p-ebGptFooter__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-ebGptAgentCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptAgentCards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-ebGptAgentCards--single {
  grid-template-columns: repeat(1, 1fr);
}

.c-ebGptAgentCard {
  container-name: agent-card;
  container-type: inline-size;
  display: flex;
  width: 100%;
  max-width: 587px;
  margin: 0 auto;
}
.c-ebGptAgentCard--lg {
  max-width: 680px;
}
.c-ebGptAgentCard__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: white;
  border-radius: 0.375rem;
  padding: 0.75rem;
}
.c-ebGptAgentCard--transparent .c-ebGptAgentCard__inner {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.c-ebGptAgentCard__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color--exabase-gray-1);
  border-radius: 0.125rem;
  overflow: hidden;
}
.c-ebGptAgentCard--transparent .c-ebGptAgentCard__logo {
  border-radius: 0.375rem;
}
.c-ebGptAgentCard__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 160px;
}
@container agent-card (max-width: 480px) {
  .c-ebGptAgentCard__logo img {
    max-height: 140px;
  }
}
.c-ebGptAgentCard--lg .c-ebGptAgentCard__logo img {
  max-height: 240px;
}
@container agent-card (max-width: 600px) {
  .c-ebGptAgentCard--lg .c-ebGptAgentCard__logo img {
    max-height: 200px;
  }
}
.c-ebGptAgentCard__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding-block: 2rem 1.25rem;
  padding-inline: 1.5rem;
}
.c-ebGptAgentCard--transparent .c-ebGptAgentCard__content {
  padding-inline: 0.25rem;
}
@container agent-card (max-width: 320px) {
  .c-ebGptAgentCard__content {
    padding-block: 2rem 0;
    padding-inline: 0 !important;
  }
}
.c-ebGptAgentCard__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.c-ebGptAgentCard__name h3 {
  color: var(--color--exabase-gray-95);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
@container agent-card (max-width: 320px) {
  .c-ebGptAgentCard__name h3 {
    font-size: 1.25rem;
  }
}
.c-ebGptAgentCard__name:is(a):hover {
  color: var(--color--exabase-gray-95);
}
.c-ebGptAgentCard__name:is(a) h3:after {
  display: inline-block;
  font-family: var(--font-family--ei);
  content: "";
  font-size: 0.8em;
  margin-left: 0.25rem;
}
.c-ebGptAgentCard__items {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@container agent-card (max-width: 480px) {
  .c-ebGptAgentCard__items {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-ebGptAgentCard__items dt {
  flex: none;
  width: 6rem;
  font-weight: bold;
}
.c-ebGptAgentCard__cta {
  width: 100%;
}
.c-ebGptAgentCard__ctaButtons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
@container agent-card (max-width: 320px) {
  .c-ebGptAgentCard__ctaButtons {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-ebGptAgentColorBox {
  background-color: #F0F4F5;
  border-radius: 0.5rem;
  padding: 4rem;
}
@media print, screen and (max-width: 1120px) {
  .c-ebGptAgentColorBox {
    padding: 2.5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .c-ebGptAgentColorBox {
    padding: 2rem 1.5rem;
  }
}
@media print, screen and (max-width: 568px) {
  .c-ebGptAgentColorBox {
    padding: 1.5rem 1rem;
  }
}
.c-ebGptAgentColorBox--grad {
  background: linear-gradient(109deg, #CEE1FD -1.84%, #FBE3FC 102.11%);
}
.c-ebGptAgentColorBox__inner {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptAgentColorBox__inner {
    gap: 1.5rem;
  }
}

.c-ebGptAgentHeading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-ebGptAgentHeading__icon {
  flex: none;
  width: 4.625rem;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptAgentHeading__icon {
    width: 3rem;
  }
}
.c-ebGptAgentHeading__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-ebGptAgentHeading__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-ebGptAgentHeading__titleLabel {
  font-size: 1rem;
  color: var(--color--exabase-gray-95);
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptAgentHeading__titleLabel {
    font-size: 0.875rem;
  }
}
.c-ebGptAgentHeading__titleText {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--color--exabase-gray-95);
  line-height: 1.4;
}
@media print, screen and (max-width: 1120px) {
  .c-ebGptAgentHeading__titleText {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .c-ebGptAgentHeading__titleText {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 568px) {
  .c-ebGptAgentHeading__titleText {
    font-size: 1.5rem;
  }
}
.c-ebGptAgentLine {
  position: absolute;
  left: 50%;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  pointer-events: none;
}
.c-ebGptAgentLine > svg {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-ebGptAgentLine--01 {
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-ebGptAgentLine--02 {
  bottom: 0;
  -webkit-transform: translate(-50%, 22%);
  transform: translate(-50%, 22%);
}
.c-ebGptAgentLine--03 {
  top: 0;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
.c-ebGptAgentLine--04 {
  top: 0;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
.c-ebGptAgentLine--05 {
  top: 0;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

.c-ebGptAgentTags {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}

.c-ebGptAgentTag {
  display: block;
  padding: 0.375rem 0.625rem;
  background-color: var(--color--exabase-gray-1);
  border: 1px solid var(--color--exabase-gray-10);
  border-radius: 0.25rem;
  color: black;
  font-size: 0.75rem;
  font-weight: bold;
}
.c-ebGptAgentTag:is(a) {
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s;
}
.c-ebGptAgentTag:is(a):hover {
  background-color: var(--color--exabase-gray-3);
  border-color: var(--color--exabase-gray-20);
  color: black;
  text-decoration: none;
}

.c-ebGptAgentRegisterCards {
  display: flex;
  align-items: stretch;
  gap: 0.625rem;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptAgentRegisterCards {
    flex-direction: column;
  }
}

.c-ebGptAgentRegisterCard {
  container-name: register-card;
  container-type: inline-size;
  flex: 1;
  background-color: white;
  border-radius: 0.375rem;
}
.c-ebGptAgentRegisterCard__inner {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}
@container register-card (min-width: 640px) {
  .c-ebGptAgentRegisterCard__inner {
    flex-direction: row;
  }
}
.c-ebGptAgentRegisterCard__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
}
.c-ebGptAgentRegisterCard__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}
@container register-card (max-width: 480px) {
  .c-ebGptAgentRegisterCard__content {
    padding: 1.5rem;
  }
}
@container register-card (max-width: 320px) {
  .c-ebGptAgentRegisterCard__content {
    padding: 1rem;
  }
}
.c-ebGptAgentRegisterCard__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@container register-card (max-width: 640px) {
  .c-ebGptAgentRegisterCard__title {
    font-size: 1.25rem;
  }
}
.c-ebGptAgentRegisterCard__points {
  margin-left: 1.5em;
}
.c-ebGptAgentToggle {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  width: 100%;
  max-width: 33.75rem;
  background-color: var(--color--exabase-exablue-50);
  border: 6px solid var(--color--exabase-exablue-50);
  border-radius: 9999px;
  margin-inline: auto;
}
.c-ebGptAgentToggle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: white;
  border-radius: 9999px;
  width: 50%;
  height: 100%;
  transition: left 0.2s ease-out;
}
.c-ebGptAgentToggle.is-selected-2:after {
  left: 50%;
}
.c-ebGptAgentToggle__item {
  flex: 1;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  font-size: 1.125rem;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease-out;
}
.c-ebGptAgentToggle__item.is-active {
  color: var(--color--exabase-exablue-50);
  cursor: default;
}
@media print, screen and (max-width: 768px) {
  .c-ebGptAgentToggle__item {
    height: 3rem;
    font-size: 1rem;
  }
}
.c-ebGptAgentToggle__content {
  display: none;
  padding-block: 32px;
}
.c-ebGptAgentToggle__content.is-active {
  display: block;
}

.p-ebGptAgentHero {
  height: 488px;
}
.p-ebGptAgentHero .l-container {
  height: 100%;
}
@media print, screen and (max-width: 1120px) {
  .p-ebGptAgentHero .l-container {
    position: relative;
  }
}
.p-ebGptAgentHero .l-container__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media print, screen and (min-width: 1120px) {
  .p-ebGptAgentHero .l-container__wrap {
    position: relative;
  }
}
.p-ebGptAgentHero__bg {
  --bg--padding: 24px;
  position: absolute;
  top: var(--bg--padding);
  left: auto;
  right: var(--bg--padding);
  bottom: var(--bg--padding);
  z-index: 0;
}
@media print, screen and (max-width: 1280px) {
  .p-ebGptAgentHero__bg {
    opacity: 0.5;
  }
}
@media print, screen and (max-width: 1120px) {
  .p-ebGptAgentHero__bg {
    --bg--padding: var(--page--padding-inline);
    left: var(--bg--padding);
  }
}
.p-ebGptAgentHero__bg img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
}
@media print, screen and (max-width: 1120px) {
  .p-ebGptAgentHero__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-ebGptAgentHero__inner {
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 24px;
}
@media print, screen and (max-width: 1120px) {
  .p-ebGptAgentHero__inner {
    padding-inline: calc(var(--page--padding-inline) / 2);
  }
}
.p-ebGptAgentHero__branding {
  display: flex;
  justify-content: flex-start;
}
.p-ebGptAgentHero__brandingLogo {
  display: block;
  width: 280px;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  .p-ebGptAgentHero__brandingLogo {
    width: 220px;
  }
}
.p-ebGptAgentHero__title {
  --border-top-width: 2px;
  --border-right-width: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-ebGptAgentHero__titleLine {
  display: flex;
  align-items: stretch;
}
.p-ebGptAgentHero__titleLine:last-child {
  --border-top-width: 0;
}
.p-ebGptAgentHero__titleBlock {
  display: block;
  background-color: white;
  border: 2px solid black;
  border-top-width: var(--border-top-width);
  border-right-width: var(--border-right-width);
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  white-space: nowrap;
  padding: 16px;
}
@media print, screen and (max-width: 1120px) {
  .p-ebGptAgentHero__titleBlock {
    font-size: 40px;
    padding: 12px;
  }
}
@media print, screen and (max-width: 768px) {
  .p-ebGptAgentHero__titleBlock {
    font-size: 32px;
    padding: 8px;
  }
}
@media print, screen and (max-width: 568px) {
  .p-ebGptAgentHero__titleBlock {
    font-size: 20px;
    padding: 6px;
  }
}
.p-ebGptAgentHero__titleBlock:not(:last-child) {
  --border-right-width: 0;
}
.p-ebGptAgentHero__titleBlock.is-conjunction {
  background-color: var(--color--exabase-gray-80);
  color: white;
}
.p-ebGptAgentHero__lead {
  font-size: 16px;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .p-ebGptAgentHero__lead {
    font-size: 14px;
  }
}
.p-ebGptAgentHero__note {
  padding-left: 1em;
}
.p-ebGptAgentHero__note li {
  list-style-type: "※";
  font-size: 12px;
  color: #5a5a5a;
}
.p-ebGptAgentHero__achievements {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.p-ebGptAgentHero__achievement {
  height: 50px;
}
.p-ebGptAgentHero__achievement img {
  display: block;
  height: 100%;
  width: auto;
}

.p-ebGptAgentContents {
  padding-block: 32px;
}

.p-ebGptAgentNav {
  position: sticky !important;
  top: 16px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding-inline: var(--page--padding-inline);
}

.p-ebGptAgentDistributor .c-ebGptAgentColorBox__inner {
  align-items: center;
}
.p-ebGptAgentDistributor__items {
  width: 100%;
}
.p-ebGptAgentDistributor__item {
  container-name: agent-card;
  container-type: inline-size;
}
.p-ebGptAgentDistributor__itemInner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@container (max-width: 320px) {
  .p-ebGptAgentDistributor__itemInner {
    gap: 1.5rem;
  }
}
.p-ebGptAgentDistributor__itemLogo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-ebGptAgentDistributor__itemContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 2rem;
}
@container agent-card (max-width: 320px) {
  .p-ebGptAgentDistributor__itemContent {
    gap: 1.25rem;
    padding: 0;
  }
}
.p-ebGptAgentDistributor__itemHeader {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@container agent-card (max-width: 320px) {
  .p-ebGptAgentDistributor__itemHeader {
    gap: 0.5rem;
  }
}
.p-ebGptAgentDistributor__itemName {
  font-size: 2rem;
  font-weight: bold;
}
@container agent-card (max-width: 320px) {
  .p-ebGptAgentDistributor__itemName {
    font-size: 1.5rem;
  }
}
.p-ebGptAgentDistributor__itemLink {
  font-size: 1rem;
  color: black;
}
@container agent-card (max-width: 320px) {
  .p-ebGptAgentDistributor__itemLink {
    font-size: 0.875rem;
  }
}
.p-ebGptAgentDistributor__itemLink:hover {
  color: black;
  text-decoration: underline;
}
.p-ebGptAgentDistributor__itemDesc {
  font-size: 0.75rem;
  line-height: 2;
}
.p-ebGptAgentDistributor__itemArea {
  font-size: 1rem;
  font-weight: bold;
}
@container agent-card (max-width: 320px) {
  .p-ebGptAgentDistributor__itemArea {
    font-size: 0.875rem;
  }
}

.p-ebGptAgentPartner .c-ebGptAgentColorBox__inner {
  align-items: center;
}
.p-ebGptAgentPartner__content {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media print, screen and (max-width: 768px) {
  .p-ebGptAgentPartner__content {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-ebGptAgentPartner__contentImage {
  flex: 1;
}
.p-ebGptAgentPartner__contentImage img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.375rem;
}
.p-ebGptAgentPartner__contentDesc {
  flex: 1;
  font-size: 1rem;
}
@media print, screen and (max-width: 1120px) {
  .p-ebGptAgentPartner__contentDesc {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .p-ebGptAgentMerits .c-ebGptAgentRegisterCard__inner {
    flex-direction: row;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .p-ebGptAgentMerits .c-ebGptAgentRegisterCard__image {
    flex: 0.5;
    display: flex;
    align-items: center;
    background-color: var(--color--exabase-exablue-1);
    border-radius: 0.125rem;
  }
}
@media print, screen and (max-width: 1120px) {
  .p-ebGptAgentMerits .c-ebGptAgentRegisterCard__image img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 768px) {
  .p-ebGptAgentMerits .c-ebGptAgentRegisterCard__content {
    flex: 1;
    padding-block: 0;
  }
}

.p-ebGptAgentContact {
  background-color: #F6F2FF;
}
.p-ebGptAgentContact__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-ebGptAgentContact__form {
  background-color: white;
  border-radius: 1rem;
  padding: var(--page--padding-inline);
}

.p-ebGptAgent {
  background-image: linear-gradient(90deg, white 0%, var(--color--exabase-gray-1) 5%, var(--color--exabase-gray-1) 95%, white 100%);
  background-size: 1440px 100%;
  background-position: center top;
}
.p-ebGptAgent section {
  position: relative;
}

.l-main {
  padding-top: var(--admin-bar--height);
}

.p-ebGptAgent {
  --letter-spacing--default: 0;
}
/*# sourceMappingURL=../../../../_maps/assets/css/exabase/gpt/exabase-gpt-agent.css.map */