main {
  padding-top: 6.75rem;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-member {
    padding-top: 0;
  }
}
.p-member__head {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-member__head {
    flex-direction: column-reverse;
    gap: 3.375rem;
    padding: 12.5rem 0 1.25rem;
    color: #FFFFFF;
  }
}
.p-member__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-member__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    overflow: hidden;
    border-radius: 0 0 1.25rem 1.25rem;
  }
  .p-member__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }
  .p-member__bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.p-member__meta {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #2563EB;
}
@media screen and (min-width: 768px) {
  .p-member__meta {
    border-bottom: none;
  }
}
.p-member__bottom {
  display: flex;
  gap: 1.25rem;
}
.p-member__message {
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  font-weight: 700;
  line-height: 2;
}
.p-member__img {
  margin-top: 3.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-member__img {
    display: none;
  }
}
.p-member__list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  padding: 2.5rem 1rem;
  background-color: #F6F5FA;
}
@media screen and (min-width: 768px) {
  .p-member__list {
    margin-top: 7.5rem;
    background-color: transparent;
    gap: 0;
  }
}
.p-member__item {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-member__item {
    flex-direction: row;
    gap: 5rem;
    padding: 3.75rem 0;
    gap: clamp(24px, 7.14vw, 80px);
    border-bottom: 1px solid #808080;
  }
}
.p-member__item-head {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-member__item-head {
    flex: 420;
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
    gap: 1rem;
  }
}
.p-member__item-head::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #2563EB;
}
@media screen and (min-width: 768px) {
  .p-member__item-head::after {
    width: 3.75rem;
    height: 0.125rem;
  }
}
.p-member__item-text {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-member__item-text {
    flex: 620;
  }
}
.p-member__flex {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .p-member__flex {
    margin-top: 5rem;
  }
}
.p-member__flex-item {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-member__flex-item:first-child {
    margin-top: 2.5rem;
  }
}
.p-member__flex-item:last-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-member__flex-item:last-child {
    display: block;
  }
}

.p-schedule {
  padding: 3.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    padding: 6.25rem 1rem;
  }
}
.p-schedule__word-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-schedule__word-pc {
    display: inline;
  }
}
.p-schedule__list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__list {
    margin-top: 3.5rem;
  }
}
.p-schedule__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__item {
    gap: 1.25rem;
  }
}
.p-schedule__marker {
  position: relative;
  flex-shrink: 0;
  align-self: stretch;
  width: 1.125rem;
}
.p-schedule__marker::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4.5625rem;
  bottom: -2.3125rem;
  width: 0.375rem;
  transform: translateX(-50%);
  background-color: rgba(37, 99, 235, 0.2);
  border-radius: 62.4375rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__marker::before {
    top: 3.625rem;
    bottom: -1.125rem;
  }
}
.p-schedule__marker::after {
  content: "";
  position: absolute;
  top: 2.8125rem;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  transform: translate(-50%, 0) rotate(45deg);
  background-color: #2563EB;
}
@media screen and (min-width: 768px) {
  .p-schedule__marker::after {
    top: 1.625rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-schedule__item:last-child .p-schedule__marker::before {
  display: none;
}
.p-schedule__main {
  flex: 1;
  min-width: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(2, 75, 173, 0.25);
}
@media screen and (min-width: 768px) {
  .p-schedule__main {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-schedule__body {
    flex: 1;
    min-width: 0;
  }
}
.p-schedule__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.375rem 1rem;
}
.p-schedule__head .p-schedule__title,
.p-schedule__head .p-schedule__time {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__head .p-schedule__title,
  .p-schedule__head .p-schedule__time {
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  }
}
.p-schedule__time {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  line-height: 1.5;
  color: #024BAD;
}
@media screen and (min-width: 768px) {
  .p-schedule__time {
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  }
}
.p-schedule__time--aside {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-schedule__time--aside {
    display: block;
    flex-shrink: 0;
    width: 3.25rem;
    margin-right: 1.5rem;
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-schedule__time--inline {
    display: none;
  }
}
.p-schedule__title {
  font-weight: 400;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  line-height: 1.5;
  color: #2563EB;
}
@media screen and (min-width: 768px) {
  .p-schedule__title {
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  }
}
.p-schedule__content {
  margin-top: 0.75rem;
}
.p-schedule__text {
  color: #303030;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-schedule__text {
    max-width: 28.75rem;
  }
}
.p-schedule__image {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__image {
    flex-shrink: 0;
    width: 17.5rem;
    margin-top: 0;
  }
}
.p-schedule__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 0.25rem;
}

/*# sourceMappingURL=interview.css.map */
