.employee-interview {
  width: 100%;
  max-width: 100%;
}
.employee-interview__item {
  margin-bottom: 4rem;
}
.employee-interview__item:last-child {
  margin-bottom: 0;
}
.employee-interview__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .employee-interview__container {
    gap: 0;
    margin-bottom: 6rem;
  }
}
.employee-interview__content {
  line-height: 1.4;
  position: relative;
  padding-left: 3.5rem;
  border-left: 0.7rem solid #50b127;
  margin: 0rem 0rem 1rem 0rem;
}
@media screen and (max-width: 767px) {
  .employee-interview__content {
    padding-left: 2.5rem;
    border-left: 0.5rem solid #50b127;
    margin: 0rem 0rem 1rem 0rem;
  }
}
.employee-interview__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.employee-interview__meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 0.4em;
  color: #50B127;
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .employee-interview__meta {
    gap: 1.5rem;
  }
}
.employee-interview__date, .employee-interview__position {
  color: #50B127;
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .employee-interview__date, .employee-interview__position {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}
.employee-interview__name {
  font-size: 3.5rem;
  font-weight: bolder;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin: 0;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .employee-interview__name {
    font-size: 2.5rem;
    letter-spacing: normal;
  }
}
.employee-interview__section {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .employee-interview__section {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 5rem;
  }
  .employee-interview__section .employee-interview__section-inner {
    order: 2;
  }
  .employee-interview__section .employee-interview__section-image {
    order: 1;
  }
}
.employee-interview__section:last-child {
  margin-bottom: 0;
}
.employee-interview__section:nth-child(odd) {
  grid-template-columns: 3fr 5fr;
}
@media screen and (max-width: 767px) {
  .employee-interview__section:nth-child(odd) {
    grid-template-columns: 1fr;
  }
}
.employee-interview__section:nth-child(odd) .employee-interview__section-inner {
  order: 2;
}
.employee-interview__section:nth-child(odd) .employee-interview__section-image {
  order: 1;
}
.employee-interview__section--no-image {
  grid-template-columns: 5fr 3fr;
}
@media screen and (max-width: 767px) {
  .employee-interview__section--no-image {
    grid-template-columns: 1fr;
  }
}
.employee-interview__section--no-image .employee-interview__section-inner {
  grid-column: 1/2;
  order: initial;
}
.employee-interview__section--no-image:nth-child(odd) {
  grid-template-columns: 3fr 5fr;
}
.employee-interview__section--no-image:nth-child(odd) .employee-interview__section-inner {
  grid-column: 2/3;
  order: initial;
}
.employee-interview__section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.employee-interview__section-title {
  font-size: 2.8rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bolder;
  margin-bottom: 2rem;
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
  gap: 2.6rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .employee-interview__section-title {
    font-size: 1.9rem;
    margin-bottom: 1.2rem;
    gap: 1.6rem;
    line-height: 1.7;
    letter-spacing: normal;
    color: #333;
  }
}
.employee-interview__section-title p {
  margin: 0;
}
.employee-interview__bullet {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #50b127;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .employee-interview__bullet {
    width: 1rem;
    height: 1rem;
    margin-top: 0.6rem;
  }
}
.employee-interview__section-content {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .employee-interview__section-content {
    font-size: 1.3rem;
    letter-spacing: normal;
  }
}
.employee-interview__section-content p {
  margin-bottom: 1rem;
}
.employee-interview__section-content p:last-child {
  margin-bottom: 0;
}
.employee-interview__section-image {
  margin-top: 1.5rem;
  width: 100%;
}
.employee-interview__section-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee-interview__section-image:empty {
  min-height: 200px;
  visibility: hidden;
}
.employee-interview__images {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 300px;
  max-width: 400px;
}
.employee-interview__image {
  margin: 0;
  width: 100%;
}
.employee-interview__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee-interview__daily-schedule {
  margin-top: 4rem;
  padding: 4rem;
  text-align: center;
  background-color: #F1EEE0;
}
@media screen and (max-width: 767px) {
  .employee-interview__daily-schedule {
    padding: 2rem 2rem 3rem;
    margin-top: 3rem;
  }
}
.employee-interview__daily-schedule-title {
  font-size: 2.8rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bolder;
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .employee-interview__daily-schedule-title {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .employee-interview__daily-schedule--no-pc.employee-interview__daily-schedule {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .employee-interview__daily-schedule--no-sp.employee-interview__daily-schedule {
    display: none !important;
  }
}
.employee-interview__daily-schedule-image {
  width: 100%;
  margin: 0 auto;
  display: none !important;
}
.employee-interview__daily-schedule-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee-interview__daily-schedule-image--pc {
  display: block !important;
  padding-inline: 20rem;
}
@media screen and (max-width: 767px) {
  .employee-interview__daily-schedule-image--pc {
    display: none !important;
  }
}
.employee-interview__daily-schedule-image--sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .employee-interview__daily-schedule-image--sp {
    display: block !important;
    padding-inline: 6rem;
  }
}

.c-content:has(.employee-swiper) {
  overflow-x: clip !important;
}

.employee-swiper {
  overflow: inherit !important;
}
@media screen and (min-width: 768px) {
  .employee-swiper {
    width: 88rem;
  }
}
@media screen and (max-width: 767px) {
  .employee-swiper {
    padding-inline: 0;
  }
}
.employee-swiper .swiper-wrapper.employee-interview-list {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__item {
  padding-inline: 1rem;
  background-color: #fff;
  overflow: hidden;
  display: grid;
  align-items: end;
  height: auto;
}
@media screen and (max-width: 767px) {
  .employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__item {
    padding-inline: 2rem;
  }
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__photo {
  width: 100%;
  height: 35rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__photo {
    height: 29rem;
  }
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1rem;
  gap: 2rem;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__date {
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__name {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button a {
  width: 90%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2.5rem;
  color: #fff;
  border: 1px solid #50b127;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  transition: var(--transition, 0.3s ease);
  white-space: nowrap;
  background-color: #50b127;
}
@media screen and (max-width: 767px) {
  .employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button a {
    font-size: 1.2rem;
    padding: 1.1rem 1.2rem;
    width: 90%;
  }
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button a span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.3em;
       column-gap: 1.3em;
  white-space: nowrap;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button a span svg {
  width: 0.9em;
  height: auto;
  flex-shrink: 0;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button a span svg path {
  fill: #fff !important;
  transition: fill 0.3s ease;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  transition: transform 0.3s ease;
  transform: scale(0, 1);
  transform-origin: right;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button a:hover {
  color: #50b127;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button a:hover::after {
  transform: scale(1, 1);
  transform-origin: left;
}
.employee-swiper .swiper-wrapper.employee-interview-list .employee-interview-list__button a:hover span svg path {
  fill: #50b127 !important;
}
.employee-swiper .employee-interview-list__navigation {
  margin-top: 4rem;
  position: relative;
  width: 25rem !important;
  height: 6rem !important;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr !important;
  margin-inline: auto;
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem !important;
  padding-inline: 8rem !important;
}
@media screen and (max-width: 767px) {
  .employee-swiper .employee-interview-list__navigation {
    width: 20rem !important;
    height: 3.5rem !important;
  }
}
/* loopがfalseの場合に非表示 */
.employee-swiper .employee-interview-list__navigation--hidden {
  display: none !important;
}
.employee-swiper .employee-interview-list__navigation .swiper-pagination {
  height: 100% !important;
  width: 50% !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.employee-swiper .employee-interview-list__navigation .swiper-button-prev,
.employee-swiper .employee-interview-list__navigation .swiper-button-next {
  display: inline-block !important;
  width: 5rem !important;
  height: 5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0 !important;
  transform: translateY(50%) !important;
}
@media screen and (max-width: 767px) {
  .employee-swiper .employee-interview-list__navigation .swiper-button-prev,
  .employee-swiper .employee-interview-list__navigation .swiper-button-next {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
}
.employee-swiper .employee-interview-list__navigation .swiper-button-prev {
  left: 0 !important;
}
.employee-swiper .employee-interview-list__navigation .swiper-button-next {
  right: 0 !important;
}
.employee-swiper .employee-interview-list__navigation .swiper-button-next:after,
.employee-swiper .employee-interview-list__navigation .swiper-button-prev:after {
  font-size: 2.6rem !important;
  border-radius: 50% !important;
  background-color: #50b127 !important;
  border: 1px solid #50b127 !important;
  color: #fff !important;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .employee-swiper .employee-interview-list__navigation .swiper-button-next:after,
  .employee-swiper .employee-interview-list__navigation .swiper-button-prev:after {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem !important;
  }
}
.employee-swiper .employee-interview-list__navigation .swiper-button-next:hover:after,
.employee-swiper .employee-interview-list__navigation .swiper-button-prev:hover:after {
  background-color: #fff !important;
  color: #50b127 !important;
}/*# sourceMappingURL=employee-interview.css.map */