@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,500,900|Oswald:700,500|Zen+Old+Mincho:400,500,700|Cinzel:400,500,600,700|EB+Garamond:400,500,600,700|Niconne:400");
body {
  min-width: unset;
}

main {
  font-family: "Noto Sans JP";
  position: relative;
  margin-top: 60px;
}
main .view-more-button {
  font-family: "Noto Sans JP";
  color: #00479D;
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  main .view-more-button {
    gap: 8px;
  }
}
main .view-more-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #00479D;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
main .view-more-button:hover {
  opacity: 0.7;
}
main .view-more-button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
main .view-more-button span {
  width: 24px;
  height: 24px;
  border: 1px solid #00479D;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  background-color: #00479D;
}
main .view-more-button span::after {
  content: "→";
  font-size: 12px;
  color: #ffffff;
}
main .recruit-breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
  position: absolute;
  top: 100px;
  left: min(40px, 3%);
  font-size: 12px;
  line-height: 14px;
  font-family: "Noto Sans JP";
  color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  margin: 80px 0 17px 0;
  padding: 0 min(150px, 10%);
  padding: 0 0 0 20px;
  margin: 0;
  top: 40px;
}
@media (max-width: 768px) {
  main .recruit-breadcrumbs {
    top: 13px;
    left: 20px;
  }
}
main .recruit-breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
}
main .recruit-breadcrumbs .bcn-breadcrumb-separator,
main .recruit-breadcrumbs .divider {
  color: #B7B7B7;
}
main .recruit-breadcrumbs a,
main .recruit-breadcrumbs a.home,
main .recruit-breadcrumbs .post.post-page a,
main .recruit-breadcrumbs [property=item] {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
main .recruit-breadcrumbs a span,
main .recruit-breadcrumbs a.home span,
main .recruit-breadcrumbs .post.post-page a span,
main .recruit-breadcrumbs [property=item] span {
  color: #ffffff;
}
main .recruit-breadcrumbs a:hover,
main .recruit-breadcrumbs a.home:hover,
main .recruit-breadcrumbs .post.post-page a:hover,
main .recruit-breadcrumbs [property=item]:hover {
  opacity: 0.7;
}
main .recruit-breadcrumbs span.current-item,
main .recruit-breadcrumbs .post.post-page.current-item {
  color: #ffffff;
}
@media (max-width: 768px) {
  main .recruit-breadcrumbs {
    top: unset;
    left: unset;
    margin: 60px 0 12px 0;
    padding: 0 min(20px, 5%);
  }
}
main .recruit-breadcrumbs a,
main .recruit-breadcrumbs a.home,
main .recruit-breadcrumbs .post.post-page a,
main .recruit-breadcrumbs [property=item] {
  color: #000000;
}
main .recruit-breadcrumbs a span,
main .recruit-breadcrumbs a.home span,
main .recruit-breadcrumbs .post.post-page a span,
main .recruit-breadcrumbs [property=item] span {
  color: #000000;
}
main .recruit-breadcrumbs span.current-item,
main .recruit-breadcrumbs .post.post-page.current-item {
  color: #3381CE;
}
@media (max-width: 768px) {
  main .recruit-breadcrumbs {
    margin-top: 73px;
  }
}
main .recruit-senior-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0 min(150px, 10%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  main .recruit-senior-hero-section {
    height: auto;
    padding: 20px min(20px, 5%);
  }
}
main .recruit-senior-hero-section::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../../images/recruit-senior-001/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  main .recruit-senior-hero-section::before {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-attachment: scroll;
  }
}
main .recruit-senior-hero-section__text {
  position: relative;
  width: 40%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 1280px) {
  main .recruit-senior-hero-section__text {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  main .recruit-senior-hero-section__text {
    width: 100%;
    margin-bottom: 190px;
  }
}
main .recruit-senior-hero-section__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3381CE;
  border-radius: 8px;
  mix-blend-mode: multiply;
  z-index: 1;
}
main .recruit-senior-hero-section__text .text-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 65px 80px;
}
@media (max-width: 1280px) {
  main .recruit-senior-hero-section__text .text-content {
    padding: clamp(20px, 4vw, 65px) clamp(20px, 4vw, 40px);
  }
}
@media (max-width: 768px) {
  main .recruit-senior-hero-section__text .text-content {
    padding: 20px 20px 25px 20px;
    gap: 20px;
  }
}
main .recruit-senior-hero-section__text .title {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.45;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 768px) {
  main .recruit-senior-hero-section__text .title {
    font-size: 24px;
    line-height: 36px;
  }
}
main .recruit-senior-hero-section__text .info {
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
}
main .recruit-senior-hero-section__staff-img {
  position: absolute;
  right: min(150px, 10%);
  bottom: 0;
  height: 80%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media (max-width: 1280px) {
  main .recruit-senior-hero-section__staff-img {
    width: 40%;
    right: 0;
    height: unset;
  }
}
@media (max-width: 1024px) {
  main .recruit-senior-hero-section__staff-img {
    width: auto;
    position: absolute;
    right: 0;
    height: 307px;
    margin-top: 40px;
    z-index: 10;
  }
}
main section.interview-section {
  position: relative;
  background: transparent;
  padding: 0 min(150px, 10%);
  display: flex;
  flex-direction: column;
  gap: 80px;
  z-index: 1;
}
@media (max-width: 768px) {
  main section.interview-section {
    gap: 40px;
    position: relative;
    z-index: 2;
    padding: 0 min(20px, 5%);
  }
}
main section.interview-section .interview-card {
  padding: 56px min(80px, 7%);
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  main section.interview-section .interview-card {
    padding: 32px min(20px, 5%) 40px;
  }
}
main section.interview-section .interview-card__title {
  border-bottom: 1px solid #3381CE;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main section.interview-section .interview-card__title h2 {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  color: #3381CE;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  main section.interview-section .interview-card__title h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
main section.interview-section .interview-card__title h2 .q-number {
  font-family: "EB Garamond", serif;
  font-size: 25px;
  color: #3381CE;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  main section.interview-section .interview-card__title h2 .q-number {
    font-size: 24px;
  }
}
main section.interview-section .interview-card .interview-talk-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
main section.interview-section .interview-card .interview-talk-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
main section.interview-section .interview-card .interview-talk-item .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  main section.interview-section .interview-card .interview-talk-item .avatar {
    width: 56px;
    height: 56px;
  }
}
main section.interview-section .interview-card .interview-talk-item .text {
  font-size: 16px;
  line-height: 29px;
  color: #333333;
}
@media (max-width: 768px) {
  main section.interview-section .interview-card .interview-talk-item .text {
    line-height: 24px;
  }
}
main section.glossary-board-section {
  position: relative;
  padding: 56px min(150px, 10%) 80px;
  z-index: 1;
}
@media (max-width: 768px) {
  main section.glossary-board-section {
    padding: 40px min(20px, 5%) 64px;
    position: relative;
    z-index: 2;
  }
}
main section.glossary-board-section .glossary-board {
  position: relative;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board {
    padding-top: 30px;
  }
}
main section.glossary-board-section .glossary-board::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -30px;
  width: 67px;
  height: 104px;
  background-image: url("../../images/common/paperclip.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board::before {
    width: 33px;
    height: 52px;
    top: 10px;
    left: -15px;
  }
}
main section.glossary-board-section .glossary-board .pin {
  position: absolute;
  top: 72px;
  left: 22px;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board .pin {
    width: 10px;
    height: 10px;
    top: 35px;
    left: 12px;
  }
}
main section.glossary-board-section .glossary-board .board-content {
  position: relative;
  background: white;
  padding: 60px;
  border-radius: 8px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
  z-index: 2;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board .board-content {
    padding: 40px 20px;
  }
}
main section.glossary-board-section .glossary-board .board-content .board-title {
  font-family: "Noto Sans JP";
  font-size: 32px;
  margin-bottom: 40px;
  color: #333333;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
main section.glossary-board-section .glossary-board .board-content .board-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #c1d9f2;
  z-index: -1;
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board .board-content .board-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  main section.glossary-board-section .glossary-board .board-content .board-title::after {
    height: 8px;
    bottom: -2px;
  }
}
main section.glossary-board-section .glossary-board .board-content .term-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  counter-reset: term-counter;
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board .board-content .term-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
main section.glossary-board-section .glossary-board .board-content .term-item {
  position: relative;
}
main section.glossary-board-section .glossary-board .board-content .term-item h3 {
  font-size: 20px;
  line-height: 36px;
  color: #3381CE;
  margin-bottom: 8px;
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 40px;
}
main section.glossary-board-section .glossary-board .board-content .term-item h3::before {
  counter-increment: term-counter;
  content: "0" counter(term-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("../../images/recruit/glossary-board-item-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2px;
  padding-right: 1px;
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board .board-content .term-item h3 {
    font-size: 16px;
    padding-left: 40px;
  }
  main section.glossary-board-section .glossary-board .board-content .term-item h3::before {
    width: 30px;
    height: 37px;
    font-size: 14px;
    padding-bottom: 3px;
  }
}
main section.glossary-board-section .glossary-board .board-content .term-item h3 span {
  font-size: 14px;
  color: #3381CE;
  font-weight: normal;
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board .board-content .term-item h3 span {
    font-size: 14px;
    margin-top: 4px;
  }
}
main section.glossary-board-section .glossary-board .board-content .term-item p {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board .board-content .term-item p {
    font-size: 13px;
    line-height: 1.6;
  }
}
main section.glossary-board-section .glossary-board .board-shadow {
  background-color: #c1d9f2;
  border-radius: 8px;
  position: absolute;
  top: 30px;
  left: 6px;
  right: 6px;
  bottom: 0;
  transform: rotate(-5deg);
  z-index: 1;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  main section.glossary-board-section .glossary-board .board-shadow {
    top: 20px;
    left: 10px;
    right: 10px;
    transform: rotate(-3deg);
  }
}
main section.other-staff-section {
  padding: 80px min(150px, 10%) 0 min(150px, 10%);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  main section.other-staff-section {
    padding: 56px min(20px, 5%) 64px;
    position: relative;
    z-index: 2;
  }
}
main section.other-staff-section h2 {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 56px;
  color: #333333;
}
main section.other-staff-section .staff-card-list {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main section.other-staff-section .staff-card-list.pc-only {
    display: none;
  }
}
main section.other-staff-section .staff-card-list.sp-only {
  display: none;
}
@media (max-width: 768px) {
  main section.other-staff-section .staff-card-list.sp-only {
    display: block;
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper {
    padding: 0 min(20px, 5%);
    margin: 0 -20px;
    padding-bottom: 50px;
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-slide {
    height: auto;
    flex: 0 0 100%;
    width: 100%;
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-slide .staff-card {
    width: 100%;
    height: 100%;
    flex: none;
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Old Mincho";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-pagination-current {
    font-size: 24px;
    color: #3381CE;
    line-height: 36px;
    margin-right: 0.5rem;
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-pagination-total {
    transform: translateY(15%);
    margin-left: 0.5rem;
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-button-prev,
  main section.other-staff-section .staff-card-list.sp-only .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #3381CE;
    border-radius: 50%;
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-button-prev::after,
  main section.other-staff-section .staff-card-list.sp-only .swiper-button-next::after {
    content: "→";
    font-size: 12px;
    color: #ffffff;
    transform: none;
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-button-prev {
    transform: translateX(-20%);
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-button-prev::after {
    transform: rotate(180deg);
  }
  main section.other-staff-section .staff-card-list.sp-only .swiper-button-next {
    transform: translateX(20%);
  }
}
main section.other-staff-section .staff-card {
  display: flex;
  flex-direction: column;
  width: 340px;
  min-height: 564px;
  background: #ffffff;
  padding: 16px 16px 32px 16px;
  border-radius: 8px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
  justify-content: space-between;
}
@media (max-width: 768px) {
  main section.other-staff-section .staff-card {
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
  }
}
main section.other-staff-section .staff-card .staff-image {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 768px) {
  main section.other-staff-section .staff-card .staff-image {
    height: 205px;
    border-radius: 3px;
  }
}
main section.other-staff-section .staff-card h3 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin: 16px 0;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}
@media (max-width: 768px) {
  main section.other-staff-section .staff-card h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 12px;
  }
}
main section.other-staff-section .staff-card .info {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}
main section.other-staff-section .staff-card .view-more-button {
  margin-top: auto;
}/*# sourceMappingURL=recruit-senior.css.map */