@charset "UTF-8";
:root {
  --yb-content-pad: 48px;
  --yb-content-width: 624px;
  --yb-content-section-gap: 64px;
  --yb-content-block-gap: 24px;
  --yb-content-item-gap: 16px;
}

@media (max-width: 900px) {
  :root {
    --yb-content-pad: 24px;
    --yb-content-width: calc(100vw - (var(--yb-content-pad) * 2));
  }
  .yb-public-info-page .yb-content-index,
  .yb-public-info-page .yb-content-index__heading,
  .yb-public-info-page .yb-content-index__list,
  .yb-public-info-page .yb-content-block-list,
  .yb-public-info-page .yb-content-block,
  .yb-public-info-page .yb-section-title,
  .yb-public-info-page .yb-content-text,
  .yb-public-info-page .yb-table-scroll,
  .yb-public-info-page .yb-content-table,
  .yb-public-info-page .yb-content-resource-list,
  .yb-public-info-page .yb-content-resource-link,
  .yb-public-info-page .yb-content-legacy,
  .yb-public-info-page .yb-content-legacy section,
  .yb-public-info-page .yb-content-legacy .heading-02,
  .yb-public-info-page .yb-content-legacy .heading-03,
  .yb-public-info-page .yb-content-legacy .heading-04,
  .yb-public-info-page .yb-content-legacy p,
  .yb-public-info-page .yb-content-legacy ul,
  .yb-public-info-page .yb-content-legacy ol,
  .yb-public-info-page .yb-content-legacy .table-scroll,
  .yb-public-info-page .yb-content-legacy .column2-float-01,
  .yb-public-info-page .yb-content-legacy .column2-flex-02,
  .yb-public-info-page .yb-content-legacy .link-square-01,
  .yb-public-info-page .yb-content-legacy .link-circle-01,
  .yb-public-info-page .yb-public-info-evaluation-media {
    min-width: 0;
    max-width: 100%;
  }
  .yb-public-info-page .yb-content-index,
  .yb-public-info-page .yb-content-block-list,
  .yb-public-info-page .yb-content-block,
  .yb-public-info-page .yb-content-text,
  .yb-public-info-page .yb-table-scroll,
  .yb-public-info-page .yb-content-resource-list,
  .yb-public-info-page .yb-content-legacy,
  .yb-public-info-page .yb-content-legacy section,
  .yb-public-info-page .yb-content-legacy .heading-02,
  .yb-public-info-page .yb-content-legacy .heading-03,
  .yb-public-info-page .yb-content-legacy .heading-04,
  .yb-public-info-page .yb-content-legacy p,
  .yb-public-info-page .yb-content-legacy ul,
  .yb-public-info-page .yb-content-legacy ol,
  .yb-public-info-page .yb-content-legacy .table-scroll,
  .yb-public-info-page .yb-content-legacy .column2-float-01,
  .yb-public-info-page .yb-content-legacy .column2-flex-02,
  .yb-public-info-page .yb-content-legacy .link-square-01,
  .yb-public-info-page .yb-content-legacy .link-circle-01,
  .yb-public-info-page .yb-public-info-evaluation-media {
    width: 100%;
  }
  .yb-public-info-page .yb-content-legacy .table-01,
  .yb-public-info-page .yb-content-legacy .table-02 {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
  .yb-public-info-page .yb-content-legacy .table-01 th,
  .yb-public-info-page .yb-content-legacy .table-01 td,
  .yb-public-info-page .yb-content-legacy .table-02 th,
  .yb-public-info-page .yb-content-legacy .table-02 td {
    width: auto;
    overflow-wrap: anywhere;
  }
  .yb-public-info-page .yb-content-legacy .column2-float-01,
  .yb-public-info-page .yb-content-legacy .column2-flex-02 {
    grid-template-columns: 1fr;
  }
  .yb-public-info-page .yb-content-legacy .link-square-01 a,
  .yb-public-info-page .yb-content-legacy .link-circle-01 a {
    max-width: 100%;
    white-space: normal;
  }
  .yb-content-page .yb-content-resource-link.yb-resource-link {
    gap: 8px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .yb-content-page .yb-content-resource-link.yb-resource-link em {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.yb-content-fixed-bg--placeholder .yb-fixed-bg__layer {
  background: #f0f2f4;
}

.yb-admission-egaki__fixed-bg .yb-fixed-bg__layer {
  background-position: center top;
}

.yb-content-page__inner {
  gap: var(--yb-content-section-gap);
}

.yb-content-page .yb-page-heading {
  padding-inline: var(--yb-content-pad);
}

.yb-content-page .yb-page-heading--index h1 {
  line-height: 1.35;
}

.yb-content-page .yb-page-heading__description {
  width: var(--yb-content-width);
}

.yb-page-heading__hook {
  margin: 0 0 12px;
  color: var(--yb-black);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.yb-content-intro {
  display: grid;
  gap: 24px;
}

.yb-content-section,
.yb-content-visual,
.yb-content-resource-list--top {
  width: 100%;
  padding-inline: var(--yb-content-pad);
}

.yb-content-visual__placeholder {
  width: var(--yb-content-width);
  aspect-ratio: 624/468;
  background: #f0f2f4;
}

.yb-content-visual__image {
  display: block;
  width: var(--yb-content-width);
  aspect-ratio: 3/2;
  object-fit: cover;
}

.yb-content-section {
  display: grid;
  gap: 32px;
}

.yb-content-section--news {
  gap: 12px;
}

.yb-content-line-heading {
  gap: 24px;
}

.yb-content-line-heading::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--yb-blue);
}

.yb-content-section__body,
.yb-content-block-list {
  display: grid;
}

.yb-content-section__body {
  gap: 48px;
}

.yb-content-block-list {
  gap: var(--yb-content-section-gap);
}

.yb-content-block {
  display: grid;
  gap: 32px;
}

.yb-content-detail,
.yb-content-link-group {
  display: grid;
  gap: 20px;
}

.yb-content-service-list {
  display: grid;
  gap: 48px;
}

.yb-content-link-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 32px;
}

.yb-content-subtitle,
.yb-content-link-group > h3,
.yb-content-detail > h4 {
  margin: 0;
  color: #222222;
  font-weight: 500;
  line-height: 1;
}

.yb-content-subtitle {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.yb-content-subtitle#step-up-schools-title {
  margin: 16px 0 -16px;
}
.yb-content-subtitle#internship-title {
  margin-bottom: -16px;
}
.yb-content-subtitle#internship-title + .yb-content-text {
  margin-bottom: -16px;
}
.yb-content-subtitle#step-up-schools-title {
  margin-top: 32px;
}

.yb-career-profile-section .yb-content-subtitle {
  margin-top: 12px;
}

.yb-content-detail > h4 {
  color: var(--yb-blue);
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-link-group > h3 {
  display: flex;
  align-items: stretch;
  gap: 10px;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-link-group > h3::before {
  content: "";
  width: 4px;
  min-height: 1em;
  height: auto;
  flex: 0 0 auto;
  align-self: stretch;
  background: var(--yb-blue);
}

.yb-content-item {
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
}

.yb-content-item__title {
  margin: 0;
  color: var(--yb-black);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-item .yb-dot-list {
  width: 100%;
}

.yb-number-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.5em;
  color: #474b4e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.yb-number-list > li > .yb-dot-list {
  margin-top: 8px;
}

.yb-content-text {
  display: grid;
  gap: 0;
  color: #2f3336;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.yb-content-text p {
  margin: 0;
}

.yb-content-figure {
  width: 100%;
  margin: 0;
}

.yb-content-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.yb-table-scroll + .yb-content-note-list,
.yb-table-scroll + .yb-note-list {
  margin-top: -24px;
}

.yb-table-scroll--infection-procedure + .yb-content-note-list,
.yb-table-scroll--infection-procedure + .yb-note-list {
  margin-top: 16px;
}

.yb-content-table-note {
  margin: 8px 0 0;
  color: #474b4e;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: right;
}

.yb-content-table-note--left {
  text-align: left;
}

.yb-content-table-note--important {
  color: var(--yb-blue);
}

.yb-content-resource-list {
  display: grid;
  gap: 12px;
}

.yb-content-item .yb-content-resource-list {
  margin-top: 20px;
}

.yb-content-resource-link.yb-resource-link {
  min-height: 64px;
  padding: 16px 32px;
}

.yb-content-disclosure__item {
  display: grid;
  gap: 10px;
}

.yb-content-small-title {
  margin: 0;
  color: var(--yb-blue);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-wp-body {
  color: #2f3336;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.yb-content-wp-body > :first-child {
  margin-top: 0;
}

.yb-content-wp-body > :last-child {
  margin-bottom: 0;
}

.yb-sns-account__head {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.yb-sns-account__icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
}

.yb-sns-account__body {
  display: grid;
  gap: 8px;
  min-width: 0;
  justify-items: start;
}

.yb-sns-guideline__date {
  text-align: right;
}

.yb-resource-link--download em::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background-color: currentColor;
  mask-image: url("../img/common/icon-download.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.yb-careers-category-list {
  gap: 80px;
}

.yb-careers-category {
  gap: 24px;
}

.yb-career-page-nav {
  gap: 0;
  padding-top: 0;
}

.yb-career-page-nav .yb-text-link {
  padding: 18px 4px;
  border-bottom: 1px dashed #33b3ed;
}

.yb-career-page-nav .yb-text-link:first-child {
  border-top: 1px dashed #33b3ed;
}

.yb-career-pickup-list {
  padding-top: 0;
}

.yb-career-support-group {
  gap: 16px;
}

.yb-career-support-group .yb-content-text {
  max-width: var(--yb-content-width);
}

.yb-career-design-table-section {
  gap: 12px;
}

.yb-career-design-table-section .yb-table-scroll {
  margin-top: 0;
}

.yb-career-design-table {
  table-layout: fixed;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #33b3ed;
  color: #131313;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.yb-career-design-table__col--subject {
  width: 28.52564%;
}

.yb-career-design-table__col--term {
  width: 20.51282%;
}

.yb-career-design-table__col--detail {
  width: 50.96154%;
}

.yb-career-design-table th,
.yb-career-design-table td {
  width: auto;
  padding: 14px 16px;
  border-color: #80d0f4;
}

.yb-career-design-table th {
  border-color: #fff;
  border-top-color: #33b3ed;
  background: #33b3ed;
  font-weight: 500;
}

.yb-career-design-table td:nth-child(2) {
  border-bottom-color: #fff;
  background: #bfe7f9;
}

.yb-career-design-table td:nth-child(3) {
  background: var(--yb-white);
}

.yb-career-design-table tbody tr:last-child td:nth-child(2),
.yb-career-design-table tbody tr:last-child td:nth-child(3) {
  border-bottom-color: #33b3ed;
}

.yb-career-pickup-item a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 8px 16px;
  align-items: center;
  padding: 18px 4px;
}

.yb-career-pickup-section {
  gap: 12px;
}

.yb-career-pickup-section .yb-content-text {
  padding-bottom: 4px;
}

.yb-career-pickup-item a::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  display: block;
  width: 17px;
  height: 16px;
  align-self: center;
  background-image: url("../img/common/arrow-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.yb-career-pickup-item h4 {
  grid-column: 1;
  min-width: 0;
}

.yb-career-pickup-item h4 {
  margin: 0;
  color: var(--yb-black);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.yb-career-support-voice-grid {
  gap: 16px 32px;
  align-items: stretch;
}

.yb-career-support-voice-grid .yb-index-card--text-only {
  height: 100%;
  min-height: 220px;
  padding: 24px;
  border: 1px solid #bfe7f9;
  background: #e5f5fd;
}

.yb-career-support-voice-grid .yb-index-card__body,
.yb-career-support-voice-grid .yb-index-card__text {
  height: 100%;
}

.yb-career-support-voice-grid .yb-index-card h3 {
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.45;
}

.yb-career-path-link .yb-career-path-link__button-row {
  justify-content: flex-start;
  margin-top: 0;
}

.yb-career-path-link .yb-career-path-link__button-row .yb-page-more-button {
  min-width: 0;
}

.yb-career-employment-page .yb-content-block,
.yb-career-employment-page .yb-content-block-list,
.yb-career-employment-page .yb-content-text {
  min-width: 0;
}

.yb-career-employment-page .yb-content-section > .yb-content-block-list {
  gap: 96px;
}
.yb-career-employment-page .yb-content-section > .yb-content-block-list .yb-content-index {
  margin-bottom: 0;
}

.yb-career-employment-page #career-results,
.yb-career-employment-page #career-step-up,
.yb-career-employment-page .yb-career-profile-section,
.yb-career-employment-page #career-research-student,
.yb-career-employment-page .yb-career-path-link[aria-labelledby=career-support-link-title],
.yb-career-employment-page .yb-content-block[aria-labelledby=employment-related-title] {
  gap: 16px;
}

.yb-career-employment-page #career-results > section {
  margin-top: 40px;
}

.yb-career-employment-topic {
  gap: 20px;
}

.yb-career-employment-copy-block {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.yb-section-title + .yb-career-employment-copy-block {
  margin-top: 16px;
}

.yb-career-employment-topic > .yb-content-item {
  gap: 8px;
}

.yb-career-employment-rate-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.yb-career-employment-rate {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 1px solid var(--yb-blue);
  border-radius: 8px;
  background: #e5f5fd;
  color: var(--yb-blue);
}

.yb-career-employment-rate span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 10px;
  border: 1px solid #80d0f4;
  border-radius: 4px;
  background: #e6f6fd;
  color: #656464;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.yb-career-employment-rate strong {
  font-family: var(--yb-font-en);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.yb-career-employment-chart-card {
  display: grid;
  gap: 8px;
}

.yb-career-employment-page .yb-career-employment-chart-card__panel.yb-residence-chart__panel {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  width: 100%;
  max-width: 100%;
  padding: 32px 24px 12px;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

.yb-career-employment-chart-card__donut {
  align-self: center;
}

.yb-career-employment-chart-card__legend.yb-residence-chart__legend {
  align-self: center;
  gap: 2px;
  padding-bottom: 0;
}

.yb-career-employment-chart-card__panel .yb-residence-chart__note {
  justify-self: center;
}

.yb-career-result-group-list {
  gap: 48px;
}

.yb-career-result-group-list > .yb-content-block {
  gap: 12px;
}

.yb-career-result-list {
  display: grid;
  margin-top: 0;
}

.yb-career-result-list__item:not([open]) > .yb-career-result-list__body {
  display: none;
}

.yb-career-result-list__title {
  padding: 16px 0 16px 2px !important;
  border-bottom: 1px dashed #33b3ed;
  color: var(--yb-black);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-career-result-list__item[open] .yb-career-result-list__title {
  border-bottom: 1px dashed #33b3ed;
}

.yb-career-result-list__body {
  padding: 16px 0 20px 2px !important;
  border-bottom: 1px solid #a6a6a7;
}

.yb-career-result-list__body p {
  margin: 0;
  color: var(--yb-black);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.yb-career-result-list__note {
  margin: 8px 0 0;
  color: #474b4e;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-career-profile-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid #80d0f4;
  border-radius: 8px;
  background: var(--yb-white);
}

.yb-career-profile-card__person {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.yb-career-profile-card__image {
  width: 160px;
  height: 120px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe1e0;
  border-radius: 4px;
}

.yb-career-profile-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yb-career-profile-card__person-body {
  display: grid;
  gap: 6px;
}

.yb-career-profile-card__person-body h3 {
  margin: 0 0 4px;
  color: var(--yb-black);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-career-profile-card__person-body p {
  margin: 0;
  color: #474b4e;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-career-profile-card__body {
  display: grid;
  gap: 8px;
}

.yb-career-profile-card__body .yb-content-text p {
  margin: 0;
}

.yb-career-employment-page .yb-career-profile-card__button-row {
  justify-content: flex-start;
  margin-top: 0;
}

.yb-career-employment-page .yb-career-profile-card__button-row .yb-page-more-button {
  min-width: 0;
  margin-inline: 0;
}

.yb-career-employment-page #career-research-student .yb-content-text {
  display: grid;
  gap: 0;
}

.yb-career-employment-page .yb-value-section--interview {
  width: 720px;
  padding: 48px 72px;
  gap: 32px;
  margin-right: calc(var(--yb-content-pad) * -1);
  margin-left: calc(var(--yb-content-pad) * -1);
}

.yb-career-employment-page .yb-value-section--interview .yb-value-voice-card {
  width: 576px;
  min-height: 236px;
}

.yb-career-employment-page .yb-value-section--interview .yb-value-voice-card a {
  width: 544px;
  min-height: 204px;
  margin-left: 0;
  grid-template-columns: 164px 320px;
  gap: 24px;
  padding: 24px 24px 16px;
}

.yb-career-recruiter-doc-list {
  display: grid;
  gap: 12px;
}

.yb-career-recruiter-doc-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 272px;
  gap: 24px;
  align-items: center;
  min-height: 108px;
  padding: 24px;
  border: 1px solid #bfe7f9;
  background: var(--yb-white);
}

.yb-career-recruiter-doc-card h3 {
  margin: 0;
  color: var(--yb-black);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-career-recruiter-doc-card__actions {
  display: grid;
  gap: 8px;
}

.yb-career-recruiter-doc-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 32px;
  padding: 6px 18px;
  border: 1px solid var(--yb-blue);
  border-radius: 20px;
  color: var(--yb-blue);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.yb-career-recruiter-doc-card__button::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.yb-career-recruiter-doc-card__button--download {
  background: var(--yb-blue);
  color: var(--yb-white);
}

.yb-career-recruiter-doc-card__button--download::after {
  mask-image: url("../img/common/icon-download.svg");
}

.yb-career-recruiter-doc-card__button--external::after {
  mask-image: url("../img/common/icon-blank.svg");
}

.yb-careers-post-list {
  display: grid;
  gap: 48px;
}

.yb-careers-post {
  display: grid;
  gap: 20px;
}

.yb-careers-post__head {
  display: grid;
  gap: 8px;
}

.yb-careers-post__updated {
  margin: 0;
  color: #6b7175;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: right;
}

.yb-careers-table th {
  width: 160px;
}

.yb-careers-file-list {
  gap: 12px;
}

.yb-careers-contact__body {
  gap: 32px;
}

.yb-careers-contact h2,
.yb-careers-contact p {
  margin: 0;
}

.yb-careers-contact h2 {
  color: var(--yb-black);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.yb-careers-contact__info {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.yb-careers-contact__info > p {
  color: var(--yb-black);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-careers-contact__numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}

.yb-careers-contact__number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 20px;
}

.yb-careers-contact__number span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  height: 18px;
  padding: 3px 4px;
  border: 1px solid var(--yb-black);
  border-radius: 4px;
  color: var(--yb-black);
  font-family: var(--yb-font-en);
  font-size: 12px;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  line-height: 1;
}

.yb-careers-contact__number a,
.yb-careers-contact__number p {
  color: var(--yb-black);
  font-family: var(--yb-font-en);
  font-size: 18px;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1;
}

.yb-careers-contact__number--address p {
  font-family: var(--yb-font-jp);
  font-size: 14px;
  line-height: 1.5;
}

.yb-careers-contact__buttons {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.yb-careers-contact__mail {
  width: fit-content;
  min-height: 48px;
  padding: 8px 24px;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.yb-careers-contact__mail span {
  padding-right: 48px;
}

.yb-clover-contact__body {
  gap: 32px;
}

.yb-clover-contact h2,
.yb-clover-contact p {
  margin: 0;
}

.yb-clover-contact h2 {
  color: var(--yb-black);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.yb-clover-contact__info {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.yb-clover-contact__info > p {
  color: var(--yb-black);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-clover-contact__mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}

.yb-clover-contact__mail span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 52px;
  height: 18px;
  padding: 3px 4px;
  border: 1px solid var(--yb-black);
  border-radius: 4px;
  color: var(--yb-black);
  font-family: var(--yb-font-en);
  font-size: 12px;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  line-height: 1;
}

.yb-clover-contact__mail a {
  min-width: 0;
  color: var(--yb-black);
  font-family: var(--yb-font-en);
  font-size: 18px;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.yb-content-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  margin-top: 20px;
}

.yb-library-page .yb-content-button-row {
  justify-content: flex-start;
}
.yb-library-page .yb-content-button-row .yb-page-more-button {
  min-width: 440px;
  justify-content: space-between;
}

.yb-content-link-items .yb-content-button-row {
  justify-content: flex-start;
  margin-top: 6px;
}

.yb-content-link-items .yb-content-button-row .yb-page-more-button {
  min-width: 0;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}

.yb-content-button-row .yb-page-more-button {
  min-width: 299px;
  justify-content: center;
}

.yb-content-button-row .yb-content-button--wide {
  min-width: 470px;
}

.yb-content-button--compact {
  min-width: 245px;
  justify-content: center;
}

.yb-donation-lead {
  gap: 16px;
}

.yb-donation-lead a,
.yb-donation-table a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}

.yb-donation-signature {
  justify-items: end;
  text-align: right;
}

.yb-establishment-result__signature {
  text-align: right;
}

.yb-donation-guideline .yb-content-block {
  gap: 30px;
}

.yb-donation-table {
  min-width: 624px;
}

.yb-donation-table th {
  width: 200px;
}

.yb-donation-table td p,
.yb-donation-table td ul {
  margin: 0;
}

.yb-donation-table td p + p,
.yb-donation-table td ul + p,
.yb-donation-table td p + ul {
  margin-top: 12px;
}

@media (max-width: 900px) {
  .yb-donation-table {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .yb-donation-table tbody,
  .yb-donation-table tr,
  .yb-donation-table th,
  .yb-donation-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .yb-donation-table th {
    border-color: #33b3ed;
  }
  .yb-donation-table td {
    border-top: 0;
    overflow-wrap: anywhere;
  }
}
.yb-content-section--news .yb-news-list {
  padding-top: 0;
}

.yb-content-section--news .yb-news-item:last-child {
  border-bottom: 1px solid var(--yb-line);
}

.yb-content-section--news .yb-news-item a {
  gap: 12px;
  padding: 24px 4px;
}

.yb-content-section--news .yb-news-item__meta {
  gap: 24px;
}

.yb-content-section--news .yb-tag {
  min-height: 24px;
  padding: 6px 12px;
  border-color: #a6a6a7;
  border-radius: 4px;
  color: #6b7175;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.yb-content-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.yb-content-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid var(--yb-line);
  border-radius: 16px;
  color: var(--yb-black);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.yb-content-pagination .page-numbers.current {
  border-color: var(--yb-blue);
  background: var(--yb-blue);
  color: var(--yb-white);
}

.yb-content-table {
  width: 100%;
  min-width: 100%;
}

.yb-content-table--fixed-cols {
  table-layout: fixed;
}

.yb-content-table--fixed-cols th {
  width: auto;
}

.yb-content-table__col--infection-kind {
  width: 4.5em;
}

.yb-content-table--infection-procedure th:first-child {
  line-height: 1.5;
}

.yb-content-table--infection-procedure th,
.yb-content-table--infection-procedure td {
  overflow-wrap: anywhere;
}

.yb-content-table--two-data-cols {
  --yb-content-table-row-header-width: 30%;
  --yb-content-table-equal-col-width: 35%;
}

.yb-content-table__col--row-header {
  width: var(--yb-content-table-row-header-width, auto);
}

.yb-content-table__col--equal {
  width: var(--yb-content-table-equal-col-width, auto);
}

.yb-content-table--loan th,
.yb-content-table--loan td {
  text-align: center;
}

.yb-cancelling-standard-table th {
  width: 260px;
}

.yb-content-legacy {
  display: grid;
  gap: 80px;
  color: #2f3336;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.yb-content-legacy > .yb-content-related,
.yb-content-legacy > .yb-content-contact {
  padding-inline: 0;
}

.yb-content-legacy .breadcrumb-01,
.yb-content-legacy .keyvisual-image,
.yb-content-legacy .title-wrap,
.yb-content-legacy .career-concept-text,
.yb-content-legacy .career-employment-divider,
.yb-content-legacy .marquee {
  display: none;
}

.yb-content-legacy .only-sp {
  display: none;
}

.yb-content-legacy .keyvisual {
  display: grid;
  gap: 24px;
}

.yb-content-legacy .career-employment,
.yb-content-legacy .career-employment > .wrap,
.yb-content-legacy .career-employment > .bg-gray,
.yb-content-legacy .career-employment > .bg-gray > .wrap {
  display: grid;
  gap: 80px;
  width: 100%;
  min-width: 0;
}

.yb-content-legacy .career-employment .bg-blue,
.yb-content-legacy .career-employment .bg-green,
.yb-content-legacy .career-employment .bg-gray {
  padding: 0;
  background: transparent;
}

.yb-content-legacy > .wrap {
  display: grid;
  gap: 80px;
  width: 100%;
  min-width: 0;
}

.yb-content-legacy > .wrap > div,
.yb-content-legacy > .wrap > p,
.yb-content-legacy > .wrap > .box-01 {
  width: 100%;
  min-width: 0;
}

.yb-content-legacy section,
.yb-content-legacy .faculty_meeting {
  display: grid;
  gap: 48px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.yb-content-legacy section + section {
  margin-top: 0;
}

.yb-content-legacy .heading-02,
.yb-content-legacy .heading-03,
.yb-content-legacy .heading-04 {
  margin: 0;
}

.yb-content-legacy .heading-02 h2,
.yb-content-legacy .heading-03 h3 {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin: 0;
  color: var(--yb-black);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.yb-content-legacy .yb-content-section > .yb-section-title:first-child {
  margin-bottom: -24px;
}

.yb-content-legacy .heading-03 h3 {
  display: block;
  color: var(--yb-blue);
  font-size: 20px;
  line-height: 1.5;
  margin-top: 24px;
}

.yb-content-legacy .heading-02 + section .heading-03 h3 {
  margin-top: 0;
}

.yb-content-legacy .heading-02 + .yb-content-resource-list {
  margin-top: 24px;
}

.yb-content-legacy .heading-04 h4,
.yb-content-legacy .text-bold-01,
.yb-content-legacy .dl-01 dt {
  display: block;
  margin: 0;
  color: var(--yb-black);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-legacy .heading-04 h4 {
  margin-top: 12px;
}

.yb-content-legacy .dl-01 dt {
  color: var(--yb-blue);
}

.yb-content-legacy .heading-02 h2::before,
.yb-content-legacy .heading-03 h3::before {
  content: "";
  width: 4px;
  min-height: 1em;
  height: auto;
  flex: 0 0 auto;
  align-self: stretch;
  background: var(--yb-blue);
}

.yb-content-legacy .heading-03 h3::before {
  display: none;
}

.yb-content-legacy .m-content,
.yb-content-legacy .accordion-01 .m-content > div,
.yb-content-legacy .dl-01,
.yb-content-legacy .dl-01 dd {
  display: grid;
  gap: 16px;
}

.yb-content-legacy dl,
.yb-content-legacy dt,
.yb-content-legacy dd {
  margin: 0;
}

.yb-content-legacy .txt-right {
  text-align: right;
}

.yb-content-legacy .txt-center {
  text-align: center;
}

.yb-content-legacy .text-red-01 {
  color: #e54848;
}

.yb-content-legacy .link-blue-01 {
  border-bottom: 0;
  color: var(--yb-blue);
  text-decoration: none;
}

.yb-content-legacy .bold,
.yb-content-legacy .big {
  font-weight: 500;
}

.yb-content-legacy .small-text {
  color: #474b4e;
  font-size: 13px;
}

.yb-content-legacy .dl-01 {
  gap: 10px;
}

.yb-content-legacy .dl-01 dd {
  min-width: 0;
}

.yb-content-legacy p,
.yb-content-legacy ul,
.yb-content-legacy ol {
  margin: 0;
}

.yb-content-legacy p + p,
.yb-content-legacy p + ul,
.yb-content-legacy p + ol,
.yb-content-legacy p + .table-01,
.yb-content-legacy p + .table-02,
.yb-content-legacy p + .column2-float-01,
.yb-content-legacy ul + p,
.yb-content-legacy ol + p,
.yb-content-legacy .text-bold-01 + p,
.yb-content-legacy .text-bold-01 + ul,
.yb-content-legacy .text-bold-01 + ol,
.yb-content-legacy .text-bold-01 + .table-01,
.yb-content-legacy .text-bold-01 + .table-02,
.yb-content-legacy .link-circle-01 + .link-circle-01,
.yb-content-legacy .link-square-01 + .link-square-01 {
  margin-top: 12px;
}

.yb-content-legacy ul,
.yb-content-legacy ol {
  display: grid;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}

.yb-content-legacy .ul-01 > li {
  position: relative;
  padding-left: 20px;
}

.yb-content-legacy .ul-01 > li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #33b3ed;
}

.yb-content-legacy .ul-annotation-01 {
  gap: 4px;
}

.yb-content-legacy .ul-annotation-01 > li {
  padding-left: 1.25em;
  color: #474b4e;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6;
  text-indent: -1.25em;
}

.yb-content-legacy .ul-annotation-01 > li::before {
  content: "※ ";
}

.yb-content-legacy .ol-01 {
  counter-reset: item;
}

.yb-content-legacy .ol-01 > li {
  position: relative;
  counter-increment: item;
}

.yb-content-legacy .ol-01 > li::before {
  content: counter(item) ".";
  margin-right: 0.25em;
  color: var(--yb-blue);
  font-weight: 500;
  line-height: 1.6;
}

.yb-content-legacy .table-01,
.yb-content-legacy .table-02 {
  width: 100%;
  min-width: 624px;
  border-collapse: collapse;
  color: #474b4e;
  font-feature-settings: "palt" 1;
}

.yb-content-legacy .table-scroll {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
}

.yb-content-legacy .table-01 th,
.yb-content-legacy .table-01 td,
.yb-content-legacy .table-02 th,
.yb-content-legacy .table-02 td {
  padding: 16px 8px;
  border: 1px solid #33b3ed;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}

.yb-content-legacy .table-01 th,
.yb-content-legacy .table-02 th {
  width: 160px;
  border-color: #ffffff;
  border-top-color: #33b3ed;
  background: #33b3ed;
  color: var(--yb-white);
  font-weight: 500;
}

.yb-content-legacy .table-01 th:first-child,
.yb-content-legacy .table-02 th:first-child {
  border-left-color: #33b3ed;
}

.yb-content-legacy .table-01 tr:last-child th,
.yb-content-legacy .table-02 tr:last-child th {
  border-bottom-color: #33b3ed;
}

.yb-content-legacy .table-01 td,
.yb-content-legacy .table-02 td {
  background: var(--yb-white);
  color: var(--yb-black);
}

.yb-content-legacy .table-01 th.w-5,
.yb-content-legacy .table-02 th.w-5,
.yb-content-legacy .table-01 td.w-5,
.yb-content-legacy .table-02 td.w-5 {
  width: 80px;
}

.yb-content-legacy .table-01 th.w-10,
.yb-content-legacy .table-02 th.w-10,
.yb-content-legacy .table-01 td.w-10,
.yb-content-legacy .table-02 td.w-10 {
  width: 120px;
}

.yb-content-legacy .table-01 th.w-20,
.yb-content-legacy .table-02 th.w-20,
.yb-content-legacy .table-01 td.w-20,
.yb-content-legacy .table-02 td.w-20 {
  width: 180px;
}

.yb-content-legacy .table-01 .gray-80-bg,
.yb-content-legacy .table-02 .gray-80-bg {
  background: #4f5a62;
  color: var(--yb-white);
  font-weight: 500;
}

.yb-content-legacy .yb-merit-scholarship-table tbody th {
  background: #bfe7f9;
  color: var(--yb-black);
}

.yb-content-legacy .yb-scholarship-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.yb-content-legacy .yb-scholarship-table th,
.yb-content-legacy .yb-scholarship-table td {
  border-color: #33b3ed;
}

.yb-content-legacy .yb-scholarship-table thead th {
  width: auto;
  border-color: #ffffff;
  border-top-color: #33b3ed;
  background: #33b3ed;
  color: var(--yb-white);
  text-align: center;
}

.yb-content-legacy .yb-scholarship-table thead th:first-child {
  border-left-color: #33b3ed;
}

.yb-content-legacy .yb-scholarship-table thead th:last-child {
  border-right-color: #33b3ed;
}

.yb-content-legacy .yb-scholarship-table tbody td {
  background: var(--yb-white);
  color: #231815;
  text-align: center;
}

.yb-content-legacy .yb-scholarship-table tbody td:last-child {
  text-align: left;
}

.yb-content-legacy .yb-scholarship-table--two-cols tbody td:first-child {
  background: #bfe7f9;
  text-align: center;
}

.yb-content-legacy .yb-scholarship-table--two-cols thead th:nth-child(1),
.yb-content-legacy .yb-scholarship-table--two-cols tbody td:nth-child(1) {
  width: 32%;
}

.yb-content-legacy .yb-scholarship-table--two-cols thead th:nth-child(2),
.yb-content-legacy .yb-scholarship-table--two-cols tbody td:nth-child(2) {
  width: 68%;
}

.yb-content-legacy .yb-scholarship-table--three-cols thead th:nth-child(1),
.yb-content-legacy .yb-scholarship-table--three-cols tbody td:nth-child(1) {
  width: 28%;
}

.yb-content-legacy .yb-scholarship-table--three-cols thead th:nth-child(2),
.yb-content-legacy .yb-scholarship-table--three-cols tbody td:nth-child(2) {
  width: 38%;
}

.yb-content-legacy .yb-scholarship-table--three-cols thead th:nth-child(3),
.yb-content-legacy .yb-scholarship-table--three-cols tbody td:nth-child(3) {
  width: 34%;
}

.yb-content-legacy .yb-scholarship-table .ol-01 {
  gap: 0;
}

.yb-content-legacy .yb-scholarship-table .ol-01 > li::before {
  color: inherit;
  font-weight: inherit;
}

#yokobi-scholarship .yb-scholarship-table tbody td:first-child {
  background: #bfe7f9;
}

#yokobi-scholarship .yb-scholarship-table--three-cols tbody td:nth-child(n+2) {
  text-align: left;
}

.yb-admission-exemption-content .yb-scholarship-table--two-cols thead th:nth-child(1),
.yb-admission-exemption-content .yb-scholarship-table--two-cols thead th:nth-child(2),
.yb-admission-exemption-content .yb-scholarship-table--two-cols tbody td:nth-child(1),
.yb-admission-exemption-content .yb-scholarship-table--two-cols tbody td:nth-child(2) {
  width: 50%;
}

.yb-content-legacy .yb-scholarship-table p {
  margin: 0;
}

.yb-admission-result-legacy > .yb-content-section {
  padding-inline: 0;
}

.yb-admission-result-content {
  gap: 40px;
}

.yb-admission-result-group {
  display: grid;
  gap: 8px;
}

.yb-admission-result-group--breakdown {
  gap: 24px;
}

.yb-admission-result-heading,
.yb-admission-result-subheading {
  margin: 0;
  color: #222222;
  font-weight: 500;
  line-height: 1.35;
}

.yb-admission-result-heading {
  font-size: 22px;
  letter-spacing: 0.1em;
}

.yb-admission-result-subheading {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.yb-admission-result-breakdown-list,
.yb-admission-result-breakdown {
  display: grid;
}

.yb-admission-result-breakdown-list {
  gap: 24px;
}

.yb-admission-result-breakdown {
  gap: 4px;
}

.yb-admission-result-content .yb-admission-result-breakdown {
  gap: 4px;
}

.yb-admission-result-table-scroll {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
}

.yb-admission-result-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: #231815;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.yb-admission-result-table__label-col {
  width: 35.29%;
}

.yb-admission-result-table__value-col {
  width: 16.18%;
}

.yb-admission-tuition-page .yb-admission-tuition-table {
  min-width: 0;
  table-layout: fixed;
}

.yb-admission-tuition-page .yb-admission-tuition-main-block,
.yb-admission-tuition-page .yb-admission-tuition-table-block,
.yb-admission-tuition-page .yb-admission-tuition-fee-section__body,
.yb-admission-tuition-page .yb-admission-tuition-fee-section__notes {
  display: grid;
}

.yb-admission-tuition-page .yb-admission-tuition-main-block {
  gap: 16px;
}

.yb-admission-tuition-page .yb-admission-tuition-table-block {
  gap: 8px;
}

.yb-admission-tuition-table__col--label {
  width: 18%;
}

.yb-admission-tuition-table__col--value {
  width: 27.333%;
}

.yb-admission-tuition-page .yb-admission-tuition-table th {
  width: auto;
}

.yb-admission-tuition-page .yb-admission-tuition-table thead th {
  padding: 12px 6px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}

.yb-admission-tuition-page .yb-admission-tuition-note-list > li {
  position: relative;
  padding-left: 1.9em;
  text-indent: 0;
}

.yb-admission-tuition-page .yb-admission-tuition-note-list > li::before {
  content: "※" attr(data-note);
  position: absolute;
  top: 0;
  left: 0;
}

.yb-admission-tuition-page .yb-admission-tuition-fee-section__body {
  gap: 12px;
}

.yb-admission-tuition-page .yb-admission-tuition-fee-section__notes {
  gap: 4px;
}

.yb-admission-tuition-page .yb-admission-tuition-fee-section__notes p {
  color: #474b4e;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6;
}

.yb-admission-tuition-page .yb-admission-tuition-fee-section__notes p + p {
  margin-top: 0;
}

.yb-admission-result-table th,
.yb-admission-result-table td {
  padding: 10px 8px;
  vertical-align: middle;
}

.yb-admission-result-table thead th {
  border: 1px solid #ffffff;
  border-top-color: #33b3ed;
  background: #33b3ed;
  color: var(--yb-white);
  font-weight: 400;
  text-align: center;
}

.yb-admission-result-table thead th:first-child {
  border-left-color: #33b3ed;
}

.yb-admission-result-table thead th:last-child {
  border-right-color: #33b3ed;
}

.yb-admission-result-table tbody th {
  border: 1px solid #33b3ed;
  background: #33b3ed;
  color: var(--yb-white);
  font-weight: 400;
  text-align: center;
}

.yb-admission-result-table tbody td {
  border: 1px solid #33b3ed;
  background: var(--yb-white);
  text-align: center;
}

.yb-admission-result-table__row--total th,
.yb-admission-result-table__row--total td {
  font-weight: 700;
}

.yb-admission-result-table__row--total td {
  background: #bfe7f9;
}

.yb-admission-result-table .yb-admission-result-table__row--total td {
  background: #bfe7f9;
}

.yb-system-accordion-list {
  display: grid;
  gap: 30px;
}

.yb-system-accordion {
  display: grid;
  gap: 0;
}

.yb-system-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
  padding: 0 20px 18px 2px;
  border-bottom: 1px solid #878787;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.yb-system-accordion summary::-webkit-details-marker {
  display: none;
}

.yb-system-accordion summary::after {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-plus.svg) no-repeat center center/contain;
}

.yb-system-accordion[open] summary::after {
  background: url(../img/common/icon-minus.svg) no-repeat center center/contain;
}

.yb-system-accordion__body {
  display: grid;
  gap: 20px;
  padding-top: 30px;
}

.yb-system-accordion__body > .yb-content-button-row {
  justify-content: center;
  margin: 12px 0;
}

.yb-certificate-application-section-list {
  display: grid;
  gap: 44px;
}

.yb-certificate-application-section {
  display: grid;
  gap: 20px;
}

.yb-certificate-application-heading {
  font-size: 18px;
}

.yb-certificate-application-section__body {
  display: grid;
  gap: 20px;
}

.yb-certificate-mailing-destination strong {
  font-weight: 500;
}

.yb-counsel-method-list .yb-system-accordion[open] > summary,
.yb-certificate-application-accordion-list .yb-system-accordion[open] > summary {
  border-bottom: 1px dashed #33b3ed;
}

.yb-counsel-method-list .yb-system-accordion[open] .yb-system-accordion__body,
.yb-certificate-application-accordion-list .yb-system-accordion[open] .yb-system-accordion__body {
  padding-bottom: 40px;
}

.yb-smoking-location-lead {
  margin-top: 1.7em;
}

.yb-smoking-location-map {
  margin-top: 16px;
}

.yb-admission-scholarship-content > .yb-content-section,
.yb-admission-exemption-content > .yb-content-section,
.yb-lifestyle-club-page .yb-content-legacy > .yb-content-section,
.yb-lifestyle-academic-support-page .yb-content-legacy > .yb-content-section,
.yb-lifestyle-creative-support-page .yb-content-legacy > .yb-content-section,
.yb-lifestyle-certificate-currentstudents-page .yb-content-legacy > .yb-content-section,
.yb-lifestyle-apply-graduate-page .yb-content-legacy > .yb-content-section,
.yb-lifestyle-change-of-address-page .yb-content-legacy > .yb-content-section,
.yb-lifestyle-residence-page .yb-content-legacy > .yb-content-section {
  padding-inline: 0;
}

.yb-scholarship-static-button {
  cursor: default;
  pointer-events: none;
}

.yb-club-group-list {
  gap: 40px;
}

.yb-club-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 28px;
}

.yb-club-card-grid.yb-school-visit-programs {
  width: 100%;
}

.yb-club-card {
  display: grid;
  gap: 10px;
  margin: 0;
}

.yb-club-card img {
  display: block;
  width: 100%;
  aspect-ratio: 8/7;
  object-fit: cover;
}

.yb-club-card img.yb-club-card__image--contain {
  background-color: #ffffff;
  object-fit: contain;
  object-position: center;
}

.yb-club-card figcaption {
  margin: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-club-card.yb-school-visit-program figcaption {
  margin: 0;
}

.yb-content-static-button {
  cursor: default;
  pointer-events: none;
}

.yb-lifestyle-calendar__year,
.yb-lifestyle-calendar__terms,
.yb-lifestyle-calendar__term {
  display: grid;
}

.yb-lifestyle-calendar__year {
  gap: 32px;
}

.yb-lifestyle-calendar__terms {
  gap: var(--yb-content-section-gap);
}

.yb-lifestyle-calendar__term {
  gap: 16px;
}

.yb-lifestyle-calendar-table-wrap {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
}

.yb-lifestyle-calendar-table {
  width: 100%;
  min-width: 624px;
  border-collapse: collapse;
  table-layout: fixed;
}

.yb-lifestyle-calendar-table__col--month {
  width: 72px;
}

.yb-lifestyle-calendar-table__col--date {
  width: 216px;
}

.yb-lifestyle-calendar-table th,
.yb-lifestyle-calendar-table td {
  padding: 14px 16px;
  border: 1px solid #33b3ed;
  color: #231815;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  vertical-align: middle;
}

.yb-lifestyle-calendar-table .yb-lifestyle-calendar-table__month {
  background: #33b3ed;
  border-color: #ffffff;
  border-left-color: #33b3ed;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.yb-lifestyle-calendar-table tr:first-child .yb-lifestyle-calendar-table__month {
  border-top-color: #33b3ed;
}

.yb-lifestyle-calendar-table tr:last-child .yb-lifestyle-calendar-table__month,
.yb-lifestyle-calendar-table .yb-lifestyle-calendar-table__month--term-end {
  border-bottom-color: #33b3ed;
}

.yb-lifestyle-calendar-table .yb-lifestyle-calendar-table__date {
  background: #bfe7f9;
  border-left-color: #ffffff;
  font-weight: 500;
  text-align: left;
}

.yb-lifestyle-calendar-table .yb-lifestyle-calendar-table__event {
  background: var(--yb-white);
  text-align: left;
}

.yb-content-info-group {
  display: grid;
  gap: 24px;
}

.yb-childcare-facility-table th,
.yb-commendation-contact-table th {
  width: 120px;
}

.yb-disability-support-list {
  grid-template-columns: 1fr;
  gap: 20px;
}

.yb-academic-contact-button-row,
.yb-creative-contact-button-row {
  margin-top: -24px;
}

.yb-certificate-target-section .yb-content-text + .yb-note-list {
  margin-top: -36px;
}

.yb-certificate-target-section .yb-dot-list + .yb-note-list {
  margin-top: -8px;
}

.yb-certificate-notice-panel .yb-notice-panel__body {
  gap: 12px;
}

.yb-certificate-notice-panel .yb-content-text {
  gap: 12px;
}

.yb-content-summary-table.yb-certificate-summary-table th,
.yb-content-summary-table.yb-certificate-summary-table td {
  border-color: #33b3ed;
}

.yb-content-summary-table.yb-certificate-summary-table th {
  border-color: #ffffff;
  border-top-color: #33b3ed;
  background: #33b3ed;
}

.yb-content-summary-table.yb-certificate-summary-table tr:first-child th {
  border-top-color: #33b3ed;
}

.yb-content-summary-table.yb-certificate-summary-table tr:last-child th {
  border-bottom-color: #33b3ed;
}

.yb-content-summary-table.yb-certificate-summary-table td {
  border-color: #33b3ed;
}

.yb-table-scroll + .yb-certificate-table-note {
  margin-top: -28px;
}

.yb-content-application-list.yb-certificate-application-list {
  gap: 30px;
  padding-left: 0;
  list-style: none;
}

.yb-content-application-list.yb-certificate-application-list > li {
  display: grid;
  gap: 10px;
  padding-left: 0;
}

.yb-content-application-list.yb-certificate-application-list h4 {
  margin: 0;
}

.yb-content-application-list.yb-certificate-application-list .yb-certificate-application-subheading {
  margin-top: 24px;
}

.yb-certificate-documents-title {
  margin-top: 24px;
}

.yb-content-application-list.yb-certificate-application-list .yb-content-resource-list,
.yb-content-application-list.yb-certificate-application-list .yb-dot-list,
.yb-content-application-list.yb-certificate-application-list .yb-note-list {
  margin-top: 0;
}

.yb-content-contact-panel__body {
  gap: 24px;
  background: #e6f6fd;
}

.yb-content-contact-panel h2,
.yb-content-contact-panel h3 {
  margin: 0;
  color: var(--yb-black);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.yb-content-contact-panel--compact .yb-content-contact-panel__body {
  gap: 20px;
}

.yb-content-contact-panel__info {
  display: grid;
  gap: 12px;
}

.yb-content-contact-panel__department {
  margin: 0;
  color: var(--yb-black);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-contact-panel__meta-list {
  display: grid;
  gap: 8px;
}

.yb-content-contact-panel .yb-contact-meta {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-height: 0;
}

.yb-content-contact-panel .yb-contact-meta__label {
  width: 104px;
  min-width: 0;
  height: 20px;
  margin-top: 2px;
  font-family: var(--yb-font-jp);
}

.yb-content-contact-panel .yb-contact-meta__value {
  margin: 0;
  color: var(--yb-black);
  font-family: var(--yb-font-jp);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: anywhere;
}

.yb-content-contact-panel a.yb-contact-meta__value {
  text-decoration: underline;
  text-underline-position: from-font;
}

.yb-content-contact-lines {
  display: grid;
  gap: 10px;
}

.yb-content-contact-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 20px;
}

.yb-content-contact-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 18px;
  padding: 3px 4px;
  border: 1px solid var(--yb-black);
  border-radius: 4px;
  color: var(--yb-black);
  font-family: var(--yb-font-en);
  font-size: 12px;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  line-height: 1;
}

.yb-content-contact-line a,
.yb-content-contact-line p {
  margin: 0;
  color: var(--yb-black);
  font-family: var(--yb-font-en);
  font-size: 18px;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1;
}

.yb-content-contact-panel__button {
  justify-self: start;
  width: fit-content;
  min-width: 299px;
  min-height: 48px;
  padding: 8px 24px;
  border-radius: 24px;
  font-size: 16px;
}

.yb-content-info-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.yb-content-info-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.yb-content-info-row dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 12px;
  border: 1px solid #231815;
  border-radius: 90px;
  background: #333333;
  color: var(--yb-white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.yb-content-info-row dd {
  margin: 0;
  color: #231815;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.yb-content-info-row a,
.yb-content-inline-link {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}

.yb-content-inline-link--external::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  vertical-align: -0.1em;
  background-color: currentColor;
  mask-image: url("../img/common/icon-blank.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.yb-content-summary-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.yb-content-summary-table--compact {
  min-width: 0;
}

.yb-content-summary-table th,
.yb-content-summary-table td {
  padding: 8px 20px;
  border: 1px solid #231815;
  color: #231815;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  vertical-align: middle;
}

.yb-content-summary-table th {
  width: 200px;
  background: #33b3ed;
  color: var(--yb-white);
  font-weight: 400;
  text-align: center;
}

.yb-content-summary-table td {
  background: var(--yb-white);
}

.yb-content-summary-table p {
  margin: 0;
}

.yb-content-application-list {
  display: grid;
  gap: 32px;
  margin: 0;
  padding-left: 1.5em;
}

.yb-content-application-list > li {
  padding-left: 0.25em;
}

.yb-content-application-list h4 {
  margin: 0 0 10px;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-application-list .yb-content-resource-list {
  margin-top: 12px;
}

.yb-content-notice {
  display: grid;
  gap: 16px;
  padding: 24px 28px;
  border: 1px solid #bfe7f9;
  border-radius: 8px;
  background: #e6f6fd;
}

.yb-content-notice__title,
.yb-content-contact-card__title {
  margin: 0;
  color: var(--yb-black);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-contact-card {
  display: grid;
  gap: 28px;
  padding: 32px;
  border: 1px solid var(--yb-blue);
  border-radius: 8px;
  background: #e6f6fd;
}

.yb-content-contact-card__department {
  margin: 0;
  color: var(--yb-black);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-contact-card__body {
  display: grid;
  gap: 12px;
}

.yb-content-contact-card .yb-content-info-list {
  gap: 8px;
}

.yb-content-contact-card .yb-content-info-row {
  grid-template-columns: 128px minmax(0, 1fr);
}

.yb-content-contact-card .yb-content-info-row dt {
  min-height: 20px;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--yb-white);
  color: #131313;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.yb-content-contact-card .yb-content-info-row dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
}

.yb-residence-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 24px;
}

.yb-residence-link-item {
  display: grid;
  gap: 16px;
  align-content: start;
}

.yb-residence-link-title {
  display: flex;
  gap: 8px;
  margin: 0;
  color: #2f3336;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.yb-residence-link-title::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  margin-top: 5px;
  border-radius: 2px;
  background: #33b3ed;
}

.yb-residence-access-button-row {
  justify-content: flex-start;
  margin-top: -16px;
}

.yb-residence-chart-list {
  display: grid;
  gap: 32px;
}

.yb-residence-chart {
  display: grid;
  gap: 8px;
}

.yb-residence-chart__title {
  margin: 0;
  color: var(--yb-black);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-residence-chart__description {
  margin: 0;
  color: #474b4e;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.yb-residence-chart__panel {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: end;
  gap: 24px;
  padding: 32px 24px 12px;
  border: 1px solid var(--yb-blue);
  border-radius: 8px;
  background: #e5f5fd;
}

.yb-residence-donut {
  position: relative;
  width: 240px;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--yb-residence-chart);
}

.yb-residence-donut::after {
  content: "";
  position: absolute;
  inset: 24%;
  border-radius: 50%;
  background: #e5f5fd;
}

.yb-residence-chart__legend {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-bottom: 16px;
}

.yb-residence-chart__legend-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #2f3336;
  font-size: 13px;
  line-height: 1.6;
}

.yb-residence-chart__legend-color {
  width: 20px;
  height: 16px;
  margin-top: 2px;
  background: var(--legend-color);
}

.yb-residence-chart__note {
  grid-column: 1/-1;
  margin: 0;
  color: #2f3336;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}

.yb-content-legacy .table-01 a,
.yb-content-legacy .table-02 a,
.yb-content-legacy .text a {
  border-bottom: 0;
  color: var(--yb-blue);
  text-decoration: none;
}

.yb-content-legacy .column2-float-01,
.yb-content-legacy .link-square-01,
.yb-content-legacy .link-circle-01 {
  float: none;
  width: 100%;
}

.yb-content-legacy .column2-float-01,
.yb-content-legacy .column2-flex-02 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.yb-content-legacy .column2-float-01:has(> :only-child),
.yb-content-legacy .column2-flex-02:has(> :only-child) {
  grid-template-columns: 1fr;
}

.yb-content-legacy .column2-float-01:has(> .link-square-01),
.yb-content-legacy .column2-float-01:has(> .link-circle-01),
.yb-content-legacy .column2-flex-02:has(> .link-square-01),
.yb-content-legacy .column2-flex-02:has(> .link-circle-01) {
  grid-template-columns: 1fr;
}

.yb-content-legacy .column3-grid-01 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.yb-content-legacy .e-column,
.yb-content-legacy .e-img {
  min-width: 0;
}

.yb-content-legacy figure {
  display: grid;
  gap: 10px;
  margin: 0;
}

.yb-content-legacy img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.yb-content-legacy img.contain {
  object-fit: contain;
}

.yb-content-legacy figcaption {
  color: var(--yb-black);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-legacy .box-01,
.yb-content-legacy .inquiry-01 {
  display: grid;
  gap: 20px;
  padding: 24px;
  border: 1px solid #bfe7f9;
  background: #f4fbfe;
}

.yb-content-legacy .btn-02 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--yb-blue);
  color: var(--yb-blue);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.yb-content-legacy .link-square-01 a,
.yb-content-legacy .link-circle-01 a {
  position: relative;
  display: block;
  min-height: 56px;
  padding: 16px 190px 16px 56px;
  border: 1px solid #bfe7f9;
  border-bottom: 1px solid #bfe7f9;
  color: var(--yb-black);
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.yb-content-legacy .link-square-01 a::before,
.yb-content-legacy .link-circle-01 a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-color: var(--yb-blue);
  mask-image: url("../img/common/icon-document.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.yb-content-legacy .link-square-01 a > span,
.yb-content-legacy .link-circle-01 a > span {
  margin-left: 10px;
  color: #6b7175;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.yb-content-legacy .link-square-01 a::after,
.yb-content-legacy .link-circle-01 a::after {
  content: "Webで見る";
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 24px;
  padding: 5px 24px;
  border: 1px solid var(--yb-blue);
  border-radius: 24px;
  color: var(--yb-blue);
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  transform: translateY(-50%);
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.yb-content-legacy .link-square-01 a:hover,
.yb-content-legacy .link-square-01 a:focus-visible,
.yb-content-legacy .link-circle-01 a:hover,
.yb-content-legacy .link-circle-01 a:focus-visible {
  border-color: var(--yb-blue);
  background: #e6f6fd;
}

.yb-content-legacy .link-square-01 a:hover::after,
.yb-content-legacy .link-square-01 a:focus-visible::after,
.yb-content-legacy .link-circle-01 a:hover::after,
.yb-content-legacy .link-circle-01 a:focus-visible::after {
  border-color: var(--yb-blue);
  background-color: var(--yb-blue);
  color: var(--yb-white);
}

.yb-content-legacy .link-pdf-01 a::after {
  content: "ダウンロード";
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L4 7L5.0625 5.9375L7.25 8.125V1H8.75V8.125L10.9375 5.9375L12 7L8 11ZM3.49417 14C3.08139 14 2.72917 13.8531 2.4375 13.5594C2.14583 13.2656 2 12.9125 2 12.5V11H3.5V12.5H12.5V11H14V12.5C14 12.9125 13.8531 13.2656 13.5592 13.5594C13.2653 13.8531 12.9119 14 12.4992 14H3.49417Z' fill='%2300A0E9'/%3E%3C/svg%3E");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.yb-content-legacy.yb-public-info-fd > section {
  gap: 28px;
}

.yb-content-legacy.yb-public-info-fd > section > section {
  gap: 20px;
}

.yb-content-legacy.yb-public-info-fd > section > section > section {
  gap: 20px;
}

.yb-content-legacy.yb-public-info-fd .heading-03 + p {
  margin-top: -8px;
}

.yb-content-legacy.yb-public-info-fd p + .ul-annotation-01 {
  margin-top: 8px;
}

.yb-content-legacy.yb-public-info-fd > section > section > p + .ul-annotation-01 {
  margin-top: -8px;
}

.yb-content-legacy.yb-public-info-fd .heading-04 {
  padding: 12px 16px;
  border-left: 4px solid #33b3ed;
  background: #f3fbff;
}

.yb-content-legacy.yb-public-info-fd .heading-04 h4 {
  margin-top: 0;
  font-size: 16px;
}

.yb-content-legacy.yb-public-info-fd .heading-04 + .table-02,
.yb-content-legacy.yb-public-info-fd .heading-04 + p {
  margin-top: -8px;
}

.yb-content-legacy.yb-public-info-fd .heading-04 + p + .table-02 {
  margin-top: -4px;
}

.yb-content-legacy.yb-public-info-fd .ul-01 + .column2-float-01 {
  margin-top: 16px;
}

.yb-content-legacy.yb-public-info-fd .ul-annotation-01 + .column2-float-01 {
  margin-top: 16px;
}

.yb-content-legacy.yb-public-info-fd .link-pdf-01 a::after {
  content: "Webで見る";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.75581 14.5832C2.38067 14.5832 2.06358 14.4537 1.80456 14.1946C1.54553 13.9356 1.41602 13.6185 1.41602 13.2434V2.7563C1.41602 2.38116 1.54553 2.06407 1.80456 1.80505C2.06358 1.54602 2.38067 1.4165 2.75581 1.4165H7.67872V2.49984H2.75581C2.69164 2.49984 2.63289 2.52657 2.57956 2.58005C2.52609 2.63338 2.49935 2.69213 2.49935 2.7563V13.2434C2.49935 13.3075 2.52609 13.3663 2.57956 13.4196C2.63289 13.4731 2.69164 13.4998 2.75581 13.4998H13.2429C13.3071 13.4998 13.3658 13.4731 13.4191 13.4196C13.4726 13.3663 13.4993 13.3075 13.4993 13.2434V8.32046H14.5827V13.2434C14.5827 13.6185 14.4532 13.9356 14.1941 14.1946C13.9351 14.4537 13.618 14.5832 13.2429 14.5832H2.75581ZM6.07789 10.6953L5.30393 9.9213L12.7254 2.49984H9.99935V1.4165H14.5827V5.99984H13.4993V3.2738L6.07789 10.6953Z' fill='%2300A0E9'/%3E%3C/svg%3E");
}

.yb-content-legacy.yb-public-info-fd .table-01 .link-pdf-01 a,
.yb-content-legacy.yb-public-info-fd .table-02 .link-pdf-01 a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.yb-content-legacy.yb-public-info-fd .table-01 .link-pdf-01 a::after,
.yb-content-legacy.yb-public-info-fd .table-02 .link-pdf-01 a::after {
  position: static;
  top: auto;
  right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 42px 5px 24px;
  border: 1px solid var(--yb-blue);
  border-radius: 24px;
  color: var(--yb-blue);
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  transform: none;
  white-space: nowrap;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.yb-content-legacy.yb-public-info-fd .column2-float-01:has(> .link-square-01.link-pdf-01) {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 20px;
}

.yb-content-legacy.yb-public-info-fd .column2-float-01:has(> .link-square-01.link-pdf-01) .link-square-01 {
  width: min(299px, 100%);
}

.yb-content-legacy.yb-public-info-fd .link-square-01.link-pdf-01 + .link-square-01.link-pdf-01 {
  margin-top: 0;
}

.yb-content-legacy.yb-public-info-fd .link-square-01.link-pdf-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
  padding: 7px 24px;
  border-color: #231815;
  border-radius: 110px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

.yb-content-legacy.yb-public-info-fd .link-square-01.link-pdf-01 a::before {
  display: none;
}

.yb-content-legacy.yb-public-info-fd .link-square-01.link-pdf-01 a::after {
  content: "";
  position: static;
  width: 20px;
  height: 20px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  flex: 0 0 auto;
  background-image: url("../img/common/icon-pdf_01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: none;
}

@media (min-width: 901px) {
  .yb-content-legacy.yb-public-info-fd .column2-float-01:has(> .link-square-01.link-pdf-01:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    gap: 16px;
  }
  .yb-content-legacy.yb-public-info-fd .column2-float-01:has(> .link-square-01.link-pdf-01:nth-child(2):last-child) .link-square-01 {
    width: 100%;
  }
}
.yb-content-legacy .link-circle-01:not(.link-pdf-01) a::after {
  content: "";
  width: 14px;
  height: 14px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: currentColor;
  mask-image: url("../img/common/icon-blank.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.yb-content-legacy .accordion-01 .e-wrap {
  display: grid;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--yb-line);
}

.yb-content-legacy .accordion-01 .m-heading h3,
.yb-content-legacy .accordion-01 .m-heading h4 {
  margin: 0;
  color: var(--yb-black);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-legacy .accordion-01 .m-content {
  display: grid;
  gap: 24px;
}

.yb-content-legacy.yb-public-info-fd .accordion-01 .m-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
  padding: 0 20px 18px 2px;
  border-bottom: 1px solid #878787;
  color: #222222;
  cursor: pointer;
}

.yb-content-legacy.yb-public-info-fd .accordion-01.is-open .m-heading {
  border-bottom: 1px dashed #33b3ed;
}

.yb-content-legacy.yb-public-info-fd .accordion-01 .e-wrap {
  gap: 0;
  padding: 0;
  border-bottom: 0;
}

.yb-content-legacy.yb-public-info-fd .accordion-01 .m-heading h3,
.yb-content-legacy.yb-public-info-fd .accordion-01 .m-heading h4 {
  color: #222222;
  font-size: 14px;
  line-height: 1.5;
}

.yb-content-legacy.yb-public-info-fd .accordion-01 .m-heading:focus-visible {
  outline: 2px solid var(--yb-blue);
  outline-offset: 4px;
}

.yb-content-legacy.yb-public-info-fd .accordion-01 .s-arrow {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: url("../img/common/icon-plus.svg") no-repeat center center/contain;
}

.yb-content-legacy.yb-public-info-fd .accordion-01 .s-arrow::before,
.yb-content-legacy.yb-public-info-fd .accordion-01 .s-arrow::after {
  display: none;
}

.yb-content-legacy.yb-public-info-fd .accordion-01.is-open .s-arrow {
  background-image: url("../img/common/icon-minus.svg");
}

.yb-content-legacy.yb-public-info-fd .accordion-01 .m-content {
  gap: 20px;
  padding-top: 30px;
}

.yb-content-legacy.yb-public-info-fd .accordion-01.is-open .m-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #878787;
}

.yb-content-legacy.yb-public-info-fd .accordion-01 .m-content[hidden] {
  display: none;
}

.yb-content-legacy.yb-admission-question-legacy section.question {
  scroll-margin-top: calc(var(--yb-header) + 16px);
}

.yb-content-legacy.yb-admission-question-legacy .yb-content-index {
  margin-bottom: 64px;
  border-bottom-color: #a6a6a7;
}

.yb-content-legacy.yb-admission-question-legacy .yb-content-index__list .yb-text-link {
  padding: 24px 0 16px;
  border-bottom-color: #a6a6a7;
  border-bottom-style: solid;
  color: #2e2f30;
  line-height: 1.4;
}

.yb-content-legacy.yb-admission-question-legacy .yb-content-index__list .yb-text-link:last-child {
  border-bottom: 0;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 {
  display: grid;
  gap: 32px;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .e-wrap {
  gap: 0;
  padding: 0;
  border-bottom: 0;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .m-heading,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-wrap {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .m-heading {
  min-height: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid #878787;
  cursor: pointer;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .m-heading:focus-visible {
  outline: 2px solid var(--yb-blue);
  outline-offset: 4px;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .question-icon::before,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-icon::before {
  display: block;
  color: #222222;
  font-family: var(--yb-font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .question-icon::before {
  content: "Q.";
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-icon::before {
  content: "A.";
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .m-heading h3,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .m-heading h4 {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .s-arrow {
  position: relative;
  width: 28px;
  height: 28px;
  justify-self: end;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .s-arrow::before,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .s-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #222222;
  transform: translate(-50%, -50%);
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .s-arrow::after {
  width: 2px;
  height: 20px;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .e-wrap.is-open .s-arrow::after {
  opacity: 0;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .m-content {
  padding: 20px 0;
  border-bottom: 1px solid #878787;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .m-content[hidden] {
  display: none;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-wrap {
  align-items: start;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content {
  display: grid;
  grid-column: 2/-1;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  gap: 20px;
  min-width: 0;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content > :not(.link-circle-01):not(.link-square-01) {
  grid-column: 1/-1;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .table-01,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .table-02 {
  table-layout: fixed;
  min-width: 0;
  max-width: 100%;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .table-01 th,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .table-01 td,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .table-02 th,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .table-02 td {
  overflow-wrap: anywhere;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .table-01 th,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .table-02 th {
  width: auto;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content p,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .link-circle-01,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .link-square-01 {
  grid-column: 1/-1;
  justify-self: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .link-circle-01 a,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .link-square-01 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  min-width: 290px;
  min-height: 32px;
  padding: 7px 24px;
  border-color: #231815;
  border-radius: 110px;
  color: var(--yb-black);
  font-size: 14px;
  line-height: 1.2;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .link-circle-01 a::before,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .link-square-01 a::before {
  display: none;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .link-circle-01:not(.link-external-01) a::after,
.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .link-square-01:not(.link-external-01) a::after {
  content: "";
  position: static;
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--yb-black);
  background-color: currentColor;
  background-image: none;
  mask-image: url("../img/common/arrow-black.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transform: none;
}

.yb-content-legacy.yb-admission-question-legacy .accordion-01 .answer-content .link-external-01 a::after {
  content: "";
  position: static;
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--yb-black);
  background-color: currentColor;
  background-image: none;
  mask-image: url("../img/common/icon-blank.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transform: none;
}

.yb-public-info-index {
  display: grid;
  gap: 64px;
}

.yb-public-info-index__group {
  display: grid;
  gap: 30px;
}

.yb-public-info-index__links {
  padding-top: 0;
}

.yb-public-info-index__link {
  min-height: 40px;
  border-bottom-color: var(--yb-line);
}

.yb-public-info-index__link::after {
  background-image: none;
  mask-image: url("../img/common/arrow-black.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/arrow-black.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.yb-public-info-index__link span {
  min-width: 0;
}

.yb-public-info-evaluation-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 24px;
  align-items: start;
  width: var(--yb-content-width);
}

.yb-public-info-evaluation-media__image {
  width: 168px;
  margin: 0;
  border: 1px solid var(--yb-border);
}

.yb-public-info-evaluation-media__image img {
  display: block;
  width: 100%;
  height: auto;
}

.yb-admission-event-detail__content {
  gap: var(--yb-content-section-gap);
}

.yb-admission-event-detail__content > .yb-content-section,
.yb-admission-event-detail__content > .yb-content-intro,
.yb-admission-event-detail__content > .yb-content-contact,
.yb-admission-event-detail__content > .yb-content-related {
  padding-inline: 0;
}

.yb-society-content {
  gap: var(--yb-content-section-gap);
}

.yb-society-content > .yb-content-section,
.yb-society-content > .yb-content-index,
.yb-society-content > .yb-content-resource-list {
  padding-inline: 0;
}

.yb-society-course-card__link {
  display: grid;
  gap: 24px;
  height: 100%;
}

.yb-society-course-card__link.is-disabled {
  cursor: default;
}

.yb-society-course-card__link.is-disabled .yb-post-card__image {
  opacity: 0.72;
}

.yb-society-course-card__meta {
  display: grid;
  gap: 6px;
  color: #474b4e;
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.yb-society-course-grid .yb-post-card:nth-child(odd)::after,
.yb-society-pas-gallery .yb-post-card:nth-child(odd)::after {
  bottom: 0;
}

.yb-society-course-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-top: -12px;
  padding-right: 8px;
}

.yb-society-course-card__tag {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border: 1px solid #656464;
  border-radius: 4px;
  color: #656464;
  font-size: 12px;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.yb-index-card__button--disabled {
  border-color: #d3d8dd;
  background: #f0f2f4;
  color: #62676b;
  cursor: default;
}

.yb-index-card__button--disabled::after {
  display: none;
}

.yb-society-stepup-note {
  margin-top: 16px !important;
  font-size: 13px;
}

.yb-corner-resource-list {
  gap: 0;
  padding: 8px;
  background: linear-gradient(var(--yb-blue), var(--yb-blue)) top left 8px/calc(100% - 16px) 1px no-repeat, linear-gradient(var(--yb-blue), var(--yb-blue)) bottom left 8px/calc(100% - 16px) 1px no-repeat, linear-gradient(var(--yb-blue), var(--yb-blue)) left top 8px/1px calc(100% - 16px) no-repeat, linear-gradient(var(--yb-blue), var(--yb-blue)) right top 8px/1px calc(100% - 16px) no-repeat;
}

.yb-corner-resource-list .yb-content-resource-link.yb-resource-link {
  min-height: 0;
  padding: 32px 16px;
  border: 0;
  background: var(--yb-white);
  font-size: 18px;
  font-weight: 650;
}

.yb-corner-resource-list .yb-resource-link span::before {
  width: 20px;
  height: 20px;
}

.yb-corner-resource-list .yb-resource-link em {
  justify-content: space-between;
  width: 244px;
  min-height: 32px;
  padding: 7px 24px;
  border-color: var(--yb-black);
  color: var(--yb-black);
  font-size: 14px;
  letter-spacing: 0.1em;
}

.yb-corner-resource-list .yb-resource-link--external em::after,
.yb-corner-resource-list .yb-resource-link--download em::after {
  width: 16px;
  height: 16px;
}

.yb-society-pas-about {
  gap: 24px;
}

.yb-society-pas-about .yb-content-button-row {
  justify-content: flex-start;
  margin-top: -4px;
}

.yb-society-pas-about .yb-content-button-row .yb-page-more-button {
  min-width: 0;
}

.yb-society-detail__content {
  gap: var(--yb-content-section-gap);
}

.yb-society-detail__content > .yb-content-section,
.yb-society-detail__content > .yb-content-contact,
.yb-society-detail__content > .yb-content-resource-list {
  padding-inline: 0;
}

.yb-society-detail__fixed-bg .yb-fixed-bg__layer {
  background-position: center;
}

.yb-society-detail__lead,
.yb-society-detail__section {
  display: grid;
  gap: 24px;
}

.yb-society-detail__level-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yb-society-detail__level-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 6px 12px;
  border: 1px solid #656464;
  border-radius: 4px;
  color: #656464;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.yb-society-detail__course-title {
  margin: 0;
  color: #131313;
  font-size: 22px;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.025em;
  line-height: 1.55;
}

.yb-society-detail__description {
  color: #474b4e;
  font-size: 15px;
  line-height: 1.9;
}

.yb-society-detail__summary-table {
  min-width: 624px;
}

.yb-society-detail__summary-table th {
  width: 189px;
}

.yb-society-detail__table-note {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  color: #62676b;
  font-size: 12px;
  line-height: 1.7;
}

.yb-society-detail__table-note p {
  margin: 0;
}

.yb-society-detail__discount-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 1.4em;
}

.yb-society-detail__discount-list li {
  margin: 0;
}

.yb-society-detail__note-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: #656464;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  list-style: none;
}

.yb-society-detail__lead > .yb-table-scroll + .yb-society-detail__note-list,
.yb-society-detail__section > .yb-table-scroll + .yb-society-detail__note-list {
  margin-top: -16px;
}

.yb-society-detail__note-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px;
}

.yb-society-detail__note-list li::before {
  content: "※";
}

.yb-society-detail__apply {
  width: 100%;
}

.yb-society-detail__apply--disabled {
  border: 1px solid #d3d8dd;
  background: #dce1e5;
  color: #62676b;
  cursor: default;
  pointer-events: none;
}

.yb-society-detail__schedule-table {
  min-width: 0;
  table-layout: fixed;
}

.yb-society-detail__schedule-col--count {
  width: 11.858974%;
}

.yb-society-detail__schedule-col--date,
.yb-society-detail__schedule-col--time {
  width: 20.192308%;
}

.yb-society-detail__schedule-col--theme {
  width: 47.75641%;
}

.yb-society-detail__schedule-table th,
.yb-society-detail__schedule-table td {
  padding: 12px 10px;
}

.yb-society-detail__schedule-table thead th {
  text-align: center;
}

.yb-society-detail__schedule-table tbody th,
.yb-society-detail__schedule-table tbody td {
  width: auto;
}

.yb-society-detail__schedule-table tbody th {
  min-width: 0;
  max-width: none;
}

.yb-society-detail__schedule-date,
.yb-society-detail__schedule-time,
.yb-society-detail__schedule-theme {
  background: var(--yb-white);
}

.yb-society-detail__schedule-count {
  text-align: center;
}

.yb-society-detail__bring-list {
  width: 100%;
}

.yb-society-detail__bring-note {
  margin: 0;
  color: #474b4e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.yb-society-detail__teacher-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px 24px;
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
}

.yb-society-detail__teacher-image {
  margin: 0;
  border: 1px solid #dfe1e0;
  overflow: hidden;
}

.yb-society-detail__teacher-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.yb-society-detail__teacher-body {
  display: grid;
  gap: 8px;
  align-content: start;
}

.yb-society-detail__teacher-position,
.yb-society-detail__teacher-career {
  display: grid;
  gap: 4px;
  color: #474b4e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.yb-society-detail__teacher-position p,
.yb-society-detail__teacher-career p {
  margin: 0;
}

.yb-society-detail__teacher-name {
  margin: 0;
  color: #131313;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-society-detail__teacher-career {
  grid-column: 1/-1;
}

.yb-society-detail__guide-list {
  display: grid;
  gap: 24px;
}

.yb-society-detail__guide-item {
  display: grid;
  gap: 10px;
}

.yb-society-detail__section h3 {
  margin: 0;
  color: #131313;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.yb-society-detail__guide-item h4 {
  margin: 0;
  color: #131313;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.yb-content-index {
  display: flex;
  flex-direction: column;
  width: var(--yb-content-width);
  border-bottom: 1px solid var(--yb-line);
  margin-bottom: 32px;
}

.yb-content-index__heading {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-bottom: 4px;
  color: #131313;
  font-family: var(--yb-font-en);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.yb-content-index__heading::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--yb-line);
}

.yb-content-index__list {
  gap: 0;
  padding-top: 0;
}

.yb-event-detail__notice {
  width: var(--yb-content-width);
  padding: 28px 32px;
  border: 8px solid #bfe7f9;
  color: #2f3336;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.yb-event-detail__notice p {
  margin: 0;
}

.yb-event-detail__primary-button {
  width: 100%;
}

.yb-event-detail__schedule-table {
  min-width: 624px;
}

.yb-event-detail__schedule-table th,
.yb-event-detail__schedule-table td {
  padding: 12px 10px;
}

.yb-event-detail__schedule-table a {
  color: #2f3336;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.yb-event-detail__image {
  margin: 0;
  width: var(--yb-content-width);
}

.yb-event-detail__image img {
  display: block;
  width: 100%;
  aspect-ratio: 624/420;
  object-fit: cover;
}

.yb-admission-egaki-page .yb-content-intro {
  gap: 64px;
}

.yb-egaki-resource-list {
  width: var(--yb-content-width);
}

.yb-egaki-resource-list__sp-break {
  display: none;
}

.yb-egaki-overview-table th {
  width: 189px;
}

.yb-egaki-apply {
  display: flex;
  justify-content: center;
  width: var(--yb-content-width);
}

.yb-egaki-apply__button {
  width: calc(100% - 96px);
}

.yb-egaki-apply__button--anchor::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background-color: currentColor;
  mask-image: url("../img/common/arrow-white.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transform: rotate(90deg);
}

.yb-egaki-flow-overview {
  gap: 16px;
}

.yb-egaki-progress {
  display: grid;
  grid-template-columns: 166px 160px 160px 138px;
  gap: 0;
  width: var(--yb-content-width);
  margin: 0;
  padding: 0;
  color: var(--yb-white);
  list-style: none;
}

.yb-egaki-progress li {
  position: relative;
  display: grid;
  box-sizing: border-box;
  align-content: center;
  justify-items: center;
  gap: 8px;
  height: 92px;
  padding: 10px 0;
  background: #80d0f4;
  text-align: center;
}

.yb-egaki-progress li:nth-child(1) {
  z-index: 4;
}

.yb-egaki-progress li:nth-child(2),
.yb-egaki-progress li:nth-child(4) {
  background: #33b3ed;
}

.yb-egaki-progress li:nth-child(2) {
  z-index: 3;
}

.yb-egaki-progress li:nth-child(3) {
  z-index: 2;
  background: #00a0e9;
}

.yb-egaki-progress li:nth-child(4) {
  z-index: 1;
}

.yb-egaki-progress li:not(:last-child) {
  clip-path: polygon(0 0, calc(100% - 33px) 0, 100% 50%, calc(100% - 33px) 100%, 0 100%);
  padding-right: 36px;
}

.yb-egaki-progress li:not(:last-child)::after {
  content: none;
}

.yb-egaki-progress li + li {
  margin-left: -33px;
  padding-left: 33px;
}

.yb-egaki-progress li:last-child {
  padding-right: 32px;
  padding-left: 57px;
}

.yb-egaki-progress__step,
.yb-egaki-progress__label,
.yb-egaki-progress strong {
  position: relative;
  z-index: 2;
  display: block;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  line-height: 1;
  white-space: nowrap;
}

.yb-egaki-progress__step {
  font-family: var(--yb-font-en);
  font-size: 16px;
  letter-spacing: 0.05em;
}

.yb-egaki-progress__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 89px;
  height: 16px;
  padding: 0 8px;
  background: var(--yb-white);
  color: #33b3ed;
  font-size: 13px;
  letter-spacing: 0;
}

.yb-egaki-progress strong {
  margin-top: 2px;
  font-size: 16px;
  letter-spacing: 0;
}

.yb-egaki-progress li:nth-child(2) strong {
  letter-spacing: 0.1em;
}

.yb-egaki-flow-details {
  display: grid;
  gap: 16px;
  width: var(--yb-content-width);
}

.yb-egaki-flow-detail {
  display: grid;
  gap: 8px;
}

.yb-egaki-flow-detail h4,
.yb-egaki-flow-detail p {
  margin: 0;
}

.yb-egaki-flow-detail h4 {
  color: var(--yb-blue);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-egaki-flow-detail p {
  color: #474b4e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.yb-egaki-schedule-table {
  table-layout: fixed;
  width: calc(100% - 1px);
  min-width: 0;
}

.yb-egaki-schedule-table__round {
  width: 74px;
}

.yb-egaki-schedule-table__date {
  width: 116px;
}

.yb-egaki-schedule-table__target {
  width: 166px;
}

.yb-egaki-schedule-table__apply {
  width: 151px;
}

.yb-egaki-schedule-table th,
.yb-egaki-schedule-table td {
  padding: 0 16px;
  vertical-align: middle;
}

.yb-egaki-schedule-table thead tr {
  height: 50px;
}

.yb-egaki-schedule-table tbody tr {
  height: 116px;
}

.yb-egaki-schedule-table tbody tr:last-child {
  height: 50px;
}

.yb-egaki-schedule-table thead th:first-child,
.yb-egaki-schedule-table tbody th {
  width: auto;
  text-align: left;
}

.yb-egaki-schedule-table td:last-child {
  padding-inline: 8px;
}

.yb-egaki-bring {
  gap: 8px;
}

.yb-egaki-bring__list {
  gap: 8px;
}

.yb-egaki-step-flow > li > .yb-egaki-note-list {
  grid-column: 1/-1;
}

.yb-egaki-repeat-note {
  width: var(--yb-content-width);
  padding: 14px 16px;
  border: 1px solid #33b3ed;
  background: var(--yb-white);
  color: #474b4e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.yb-egaki-image-carousel {
  position: relative;
  width: var(--yb-content-width);
}

.yb-egaki-image-carousel__viewport {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.yb-egaki-image-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.yb-egaki-image-carousel--single .yb-egaki-image-carousel__viewport {
  overflow: visible;
  scroll-snap-type: none;
}

.yb-egaki-image-carousel__slide {
  display: grid;
  flex: 0 0 100%;
  gap: 8px;
  margin: 0;
  scroll-snap-align: start;
}

.yb-egaki-image-carousel__image-frame {
  display: block;
  width: 100%;
  aspect-ratio: 624/420;
  overflow: hidden;
}

.yb-egaki-image-carousel__slide img {
  display: block;
  width: calc(100% + 22px);
  max-width: none;
  height: 100%;
  margin-left: -11px;
  object-fit: cover;
}

.yb-egaki-image-carousel__slide figcaption {
  padding-inline: 24px;
  color: #474b4e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: right;
}

.yb-egaki-image-carousel__controls {
  position: absolute;
  top: 210px;
  left: -10px;
  right: -10px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.yb-egaki-image-carousel__button {
  appearance: none;
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid var(--yb-border);
  border-radius: 50%;
  background: var(--yb-white);
  color: var(--yb-black);
  cursor: pointer;
  pointer-events: auto;
  place-items: center;
}

.yb-egaki-image-carousel__button::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-image: url("../img/common/arrow-black.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
}

.yb-egaki-image-carousel__button--prev::before {
  transform: rotate(180deg);
}

@media (max-width: 900px) {
  .yb-feature-callout__body {
    padding: 32px 16px;
  }
  .yb-egaki-resource-list__sp-break {
    display: block;
  }
  .yb-corner-resource-list .yb-resource-link em {
    width: auto;
  }
  .yb-admission-event-detail .yb-event-detail__primary-button {
    font-size: 16px;
  }
  .yb-career-support-voice-grid .yb-index-card--text-only {
    padding: 16px;
  }
  .yb-egaki-apply__button {
    width: 100%;
    max-width: none;
    font-size: 16px;
  }
  .yb-egaki-progress {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
  }
  .yb-egaki-progress li {
    min-width: 0;
    height: 74px;
    gap: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .yb-egaki-progress li:not(:last-child) {
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
    padding-right: 18px;
  }
  .yb-egaki-progress li + li {
    margin-left: -18px;
    padding-left: 18px;
  }
  .yb-egaki-progress li:last-child {
    padding-right: 8px;
    padding-left: 26px;
  }
  .yb-egaki-progress__step {
    font-size: 12px;
  }
  .yb-egaki-progress__label {
    width: auto;
    min-width: 58px;
    height: 16px;
    padding: 0 4px;
    font-size: 10px;
  }
  .yb-egaki-progress strong {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
  }
  .yb-egaki-progress li:nth-child(2) strong {
    letter-spacing: 0;
  }
  .yb-egaki-image-carousel__controls {
    top: calc(33.6538vw - 16.154px);
    left: -8px;
    right: -8px;
  }
}
.yb-event-flow {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.yb-event-flow > li {
  position: relative;
  display: grid;
  box-sizing: border-box;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #33b3ed;
  background: #e5f7ff;
  color: #2f3336;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.yb-event-flow__step {
  display: inline-grid;
  place-items: center;
  width: 68px;
  min-height: 48px;
  background: var(--yb-blue);
  color: var(--yb-white);
  font-family: var(--yb-font-en);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}

.yb-event-flow > li > strong,
.yb-event-flow > li > p {
  margin: 0;
}

.yb-event-flow > li > strong {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-event-flow .yb-note-list {
  margin-top: 4px;
}

.yb-event-flow .yb-content-button-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
}

.yb-event-flow .yb-content-button-row .yb-page-more-button {
  min-width: 0;
  max-width: 100%;
}

.yb-content-step-flow-block {
  gap: 24px;
}

.yb-event-flow--horizontal {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.yb-event-flow--horizontal > li {
  align-content: start;
  min-height: 160px;
}

.yb-event-flow--vertical > li {
  padding-left: 96px;
}

.yb-event-flow--vertical .yb-event-flow__step {
  position: absolute;
  top: 16px;
  left: 16px;
}

.yb-event-flow--vertical > li:not(:last-child)::after {
  content: none;
}

.yb-event-flow--vertical > li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  width: 48px;
  height: 24px;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 24'%3E%3Cpath d='M0 0H48L24 24Z' fill='%23e5f7ff'/%3E%3Cpath d='M0 0L24 24L48 0' fill='none' stroke='%2333b3ed' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  pointer-events: none;
}

.yb-content-step-flow > li {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 10px 12px;
  padding: 16px;
}

.yb-content-step-flow > li > .yb-event-flow__step {
  position: static;
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-weight: 500;
  letter-spacing: 0;
}

.yb-content-step-flow .yb-event-flow__step-label {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.yb-content-step-flow .yb-event-flow__step-number {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.yb-content-step-flow > li > strong {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  color: var(--yb-blue);
  font-size: 18px;
}

.yb-content-step-flow > li > p,
.yb-content-step-flow > li > .yb-content-button-row,
.yb-content-step-flow__methods,
.yb-content-step-flow > li > .yb-content-step-flow__info,
.yb-content-step-flow__info-list {
  grid-column: 1/-1;
}

.yb-content-step-flow > li > .yb-content-button-row {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}

.yb-content-step-flow > li > .yb-content-button-row .yb-page-more-button {
  width: fit-content;
  min-width: 0;
}

.yb-content-step-flow__methods,
.yb-content-step-flow__info-list {
  display: grid;
  gap: 12px;
}

.yb-content-step-flow__method {
  display: grid;
  gap: 8px;
}

.yb-content-step-flow__method h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #2f3336;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yb-content-step-flow__method h4::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 2px;
  background: var(--yb-blue);
}

.yb-content-step-flow__contact,
.yb-content-step-flow__info {
  border: 1px solid #33b3ed;
  background: var(--yb-white);
}

.yb-content-step-flow__contact {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding: 10px 16px;
}

.yb-content-step-flow__contact--stacked {
  display: grid;
  align-items: start;
  gap: 8px;
}

.yb-content-step-flow__contact-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.yb-content-step-flow__contact span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 21px;
  padding: 3px 8px;
  border: 1px solid #2f3336;
  border-radius: 4px;
  color: #2f3336;
  font-family: var(--yb-font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.yb-content-step-flow__contact strong {
  display: block;
  color: #2f3336;
  font-family: var(--yb-font-en);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.yb-content-step-flow__contact-detail {
  margin: 0;
  color: #474b4e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.yb-content-step-flow__info {
  display: grid;
  gap: 5px;
  padding: 12px 16px;
}

.yb-content-step-flow__info--plain {
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.yb-content-step-flow__info--plain p {
  font-weight: 500;
}

.yb-content-step-flow__info--plain .yb-note-list {
  margin-top: 4px;
  padding-left: 20px;
  list-style: none;
}

.yb-content-step-flow__info--plain .yb-note-list li {
  display: block;
  list-style: none;
}

.yb-content-step-flow__info p,
.yb-content-step-flow__info ul {
  margin: 0;
}

.yb-content-step-flow__info ul {
  display: grid;
  gap: 3px;
  padding-left: 20px;
  list-style: disc outside;
}

.yb-content-step-flow__info li {
  position: static;
  display: list-item;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  list-style: disc outside;
}

.yb-content-step-flow__info li::after {
  display: none;
}

.yb-school-visit-programs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 0;
  width: var(--yb-content-width);
  --yb-school-visit-program-line: #f0f2f4;
}

.yb-school-visit-program {
  position: relative;
  display: grid;
  align-content: start;
  align-items: start;
  gap: 12px;
  margin: 0;
  padding-bottom: 32px;
}

.yb-school-visit-program:nth-child(n+3) {
  padding-top: 16px;
}

.yb-school-visit-program:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  width: 1px;
  background: var(--yb-school-visit-program-line);
}

.yb-school-visit-program:nth-child(odd)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(200% + 32px);
  height: 1px;
  background: var(--yb-school-visit-program-line);
}

.yb-school-visit-program img {
  display: block;
  width: 100%;
  aspect-ratio: 296/222;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  object-fit: cover;
}

.yb-school-visit-program figcaption {
  align-self: start;
  padding: 0 16px 0 2px;
  color: #2f3336;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
