/* ============
firstview | firstview05-01
============ */
#firstview.firstview05-01 {
  position: relative;
  width: 100%;
  height: 75svh;
  overflow: hidden;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #firstview.firstview05-01 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  #firstview.firstview05-01 {
    height: 65svh;
  }
}
@media screen and (max-width: 767px) {
  #firstview.firstview05-01 {
    height: 70svh;
  }
}
#firstview.firstview05-01 .section__container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
#firstview.firstview05-01 .firstview__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#firstview.firstview05-01 .firstview__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#firstview.firstview05-01 .firstview__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}
#firstview.firstview05-01 .firstview__text {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.5rem;
  color: #ffffff;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  #firstview.firstview05-01 .firstview__text {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #firstview.firstview05-01 .firstview__text {
    gap: 1rem;
  }
}
#firstview.firstview05-01 .firstview__text .firstview__text-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  #firstview.firstview05-01 .firstview__text .firstview__text-title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  #firstview.firstview05-01 .firstview__text .firstview__text-title {
    font-size: 2rem;
  }
}
#firstview.firstview05-01 .firstview__text .firstview__text-description {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  #firstview.firstview05-01 .firstview__text .firstview__text-description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #firstview.firstview05-01 .firstview__text .firstview__text-description {
    font-size: 1rem;
  }
}

.breadcrumb {
  width: 90%;
  max-width: 120rem;
  margin: -5.5rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: -2.75rem auto 2.5rem;
  }
}
.breadcrumb {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.breadcrumb li {
  color: #252525;
  font-size: 0.75rem;
}
.breadcrumb li.arrow {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  transform: rotate(45deg);
}
.breadcrumb li a {
  color: #252525;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ============
matchmaking-catch
============ */
section#matchmaking-catch {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  section#matchmaking-catch {
    margin-bottom: 6rem;
  }
}
section#matchmaking-catch .contents-column.column02-04-01 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 64rem) {
  section#matchmaking-catch .contents-column.column02-04-01 {
    display: flex;
    align-items: stretch;
    height: 80svh;
  }
}
section#matchmaking-catch .contents-column.column02-04-01 .contents-column__image {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 64rem) {
  section#matchmaking-catch .contents-column.column02-04-01 .contents-column__image {
    flex: 1.2;
  }
}
section#matchmaking-catch .contents-column.column02-04-01 .contents-column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  section#matchmaking-catch .contents-column.column02-04-01 .contents-column__image img {
    height: auto;
    max-height: 18.75rem;
  }
}
section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 3.75rem 3.5vw 3.75rem 2.5rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text {
    width: 95%;
    margin: -2.875rem auto 0;
  }
}
@media screen and (min-width: 64rem) {
  section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text {
    flex: 1;
    padding: 3.75rem 10vw 3.75rem 2.5rem;
    margin-left: -5rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text .contents-column__label {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text .contents-column__label {
    font-size: 1rem;
  }
}
section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text .contents-column__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  color: #0c6fae;
}
@media screen and (max-width: 1100px) {
  section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text .contents-column__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text .contents-column__title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text .contents-column__article {
  text-align: justify;
}
section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text .contents-column__article p {
  margin-top: 1.25rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.15rem;
}
section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text .contents-column__article p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section#matchmaking-catch .contents-column.column02-04-01 .contents-column__text .contents-column__article {
    text-align: left;
  }
}

/* ============
matchmaking-achievements
============ */
section#matchmaking-achievements {
  margin-bottom: 5rem;
}
section#matchmaking-achievements .matchmaking-achievements__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 4rem;
}
@media screen and (max-width: 1100px) {
  section#matchmaking-achievements .matchmaking-achievements__list {
    gap: 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .matchmaking-achievements__list {
    margin-top: 3.5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
section#matchmaking-achievements .matchmaking-achievements__row {
  margin: 0;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid #0c6fae;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .matchmaking-achievements__row {
    padding-top: 1.25rem;
  }
}
section#matchmaking-achievements .matchmaking-achievements__row-head {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}
section#matchmaking-achievements .matchmaking-achievements__row-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #252525;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .matchmaking-achievements__row-title {
    font-size: 1.125rem;
  }
}
section#matchmaking-achievements .matchmaking-achievements__row-client {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #0c6fae;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .matchmaking-achievements__row-client {
    font-size: 0.875rem;
  }
}
section#matchmaking-achievements .matchmaking-achievements__row-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #252525;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .matchmaking-achievements__row-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
section#matchmaking-achievements .matchmaking-achievements__lead {
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #252525;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .matchmaking-achievements__lead {
    margin-top: 1.5rem;
    text-align: left;
    line-height: 1.9;
  }
}
section#matchmaking-achievements .contents-column.column02-01-02 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .contents-column.column02-01-02 {
    margin-top: 5rem;
  }
}
section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 4.8rem;
}
section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__item:nth-child(even) .contents-column__border {
  left: calc(50% + 2rem);
  width: calc(50% - 2rem);
}
section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__item:nth-child(even) .contents-column__image {
  order: 1;
}
section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__item:nth-child(even) .contents-column__text {
  order: 2;
}
section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__item {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__border {
  position: absolute !important;
  top: 0;
  left: 0;
  width: calc(50% - 2.4rem);
  height: 0.0625rem;
  background-color: #0c6fae;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__border {
    position: relative !important;
    order: 2 !important;
    width: 100% !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__image {
    order: 1 !important;
  }
}
section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__image img {
  display: block;
  width: 100%;
  max-width: 27rem;
  height: auto;
  aspect-ratio: 73/28;
  object-fit: contain;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__text {
    order: 3 !important;
  }
}
section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__text-title {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 4rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__text-title {
    font-size: 1.375rem;
    margin-top: 0;
  }
}
section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__excerpt {
  margin-top: 3.2rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  section#matchmaking-achievements .contents-column.column02-01-02 .contents-column__excerpt {
    margin-top: 1.6rem;
  }
}
