@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
:root {
  --color-text: #000;
  --color-bg: #ffffff;
  --color-base: #004098;
  --color-base2: #1b73ec;
  --color-base3: #619edb;
  --color-link: #004098;
  --color-hover: #004098;
  --color-visited: #012659;
  --color-error: #dd0000;
  --swiper-theme-color: #004098;
}

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* 採用情報では非表示 */
.contact__upper {
  display: none;
}

/* module */
.recruit-navi .local-navigation {
  display: flex;
  flex-direction: column-reverse;
  gap: min(3rem, 2.3076923077vw);
}
.recruit-navi .local-navigation ul {
  gap: min(3.6rem, 2.7692307692vw);
}
.recruit-navi .local-navigation ul:last-child {
  margin-top: 0;
  justify-content: center;
}
.recruit-navi .local-navigation ul:last-child li {
  max-width: 100%;
}

/* busines */
@media all and (min-width: 769px) {
  .business__div {
    position: relative;
    min-height: min(66rem, 50.7692307692vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media all and (min-width: 769px) {
  .business__list {
    width: min(45rem, 34.6153846154vw);
  }
}
.business__list-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: min(3rem, 2.3076923077vw);
  color: #000;
  text-decoration: none;
}
.business__list-link:any-link {
  color: var(--color-text);
}
@media all and (max-width: 768px) {
  .business__list-link {
    column-gap: 2rem;
  }
}
@media all and (min-width: 769px) {
  .business__list-link:hover .business__list-item-title h3,
  .business__list-link:hover .business__list-item-title h3 span {
    color: #004098;
  }
  .business__list-link:hover .button__link {
    background: #004098;
  }
  .business__list-link:hover .button__link .c-icon {
    fill: #fff;
  }
}
.business__list-image {
  position: absolute;
  top: 0;
  right: 0;
  width: min(50rem, 38.4615384615vw);
  height: min(65rem, 50vw);
  border-radius: 0.8rem;
  overflow: hidden;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .business__list-image {
    display: none;
  }
}
.business__list-item:not(:last-child) {
  margin-bottom: 3rem;
}
@media all and (max-width: 768px) {
  .business__list-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.business__list-item-image {
  width: min(14rem, 10.7692307692vw);
  height: min(14rem, 10.7692307692vw);
  border-radius: 0.8rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .business__list-item-image {
    width: 10rem;
    height: 10rem;
  }
}
.business__list-item-image img {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.business__list-item-title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.business__list-item-title h2 {
  font-size: 2rem;
  margin: 0;
}
@media all and (max-width: 768px) {
  .business__list-item-title h2 {
    font-size: 1.8rem;
  }
}
.business__list-item-title h2 span {
  display: block;
  margin-top: 1rem;
  color: #aeaeae;
  font-size: 1.4rem;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .business__list-item-title h2 span {
    font-size: 1.3rem;
    color: var(--color-text);
  }
}

.business__list-item:nth-child(2) .business__list-image, .business__list-item:nth-child(3) .business__list-image, .business__list-item:nth-child(4) .business__list-image {
  opacity: 0;
}
.business__list-item:nth-child(2) .business__list-link:hover + .business__list-image {
  opacity: 1;
}
.business__list-item:nth-child(3) .business__list-link:hover + .business__list-image {
  opacity: 1;
}
.business__list-item:nth-child(4) .business__list-link:hover + .business__list-image {
  opacity: 1;
}

/* cta(Entry) */
.cta {
  position: relative;
  overflow-x: clip;
}
.cta .inner {
  padding-block: 8rem;
}
@media all and (min-width: 769px) {
  .cta .inner {
    max-width: min(110rem, 84.6153846154vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .cta .inner {
    padding-inline: 4.8309178744vw;
  }
}
.cta .section__title {
  font-size: 8rem;
}
.cta__bg {
  display: none;
  position: absolute;
  max-width: none;
  z-index: -1;
}
@media all and (min-width: 769px) {
  .cta__bg {
    top: 0;
    left: min(34rem, 26.1538461538vw);
    width: min(300rem, 230.7692307692vw);
  }
}
@media all and (max-width: 768px) {
  .cta__bg {
    bottom: -4rem;
    left: -2rem;
    width: 362.3188405797vw;
  }
}
.cta__div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(#1050a9, #619edb);
  min-height: min(49rem, 37.6923076923vw);
  border-radius: 0.8rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .cta__div {
    padding: 4rem 2rem;
  }
}
.cta__text {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  margin-block: 2rem 0;
}
.cta__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: min(2rem, 1.5384615385vw);
}
@media all and (max-width: 768px) {
  .cta__links {
    width: 100%;
    margin-top: 3rem;
    row-gap: 1rem;
  }
}
.cta__links li {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: right;
}
@media all and (max-width: 768px) {
  .cta__links li {
    width: 100%;
  }
}
.cta__links a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  min-width: 35.6rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
}
@media all and (max-width: 768px) {
  .cta__links a {
    color: var(--color-link);
    background: #fff;
    min-width: 100%;
    gap: 0;
  }
}
@media all and (max-width: 768px) {
  .cta__links a .button__link {
    background: none;
  }
  .cta__links a .button__link .c-icon {
    fill: var(--color-link);
  }
}
.cta__links a .button__link .icon-blank {
  width: 1.8rem;
  height: 1.8rem;
}
.cta__links a:hover {
  background: #fff;
  color: #004098;
}
.cta__links a:hover .button__link {
  background: none;
}
.cta__links a:hover .c-icon {
  fill: #004098;
}
.cta__image {
  position: absolute;
  top: 0;
  width: 50.5%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  backface-visibility: hidden; /* 裏面を見せない */
  transform-style: preserve-3d; /* 3D効果を有効化 */
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 1.5s ease-in-out;
}
.cta__image.left-part {
  left: 0;
  transform-origin: left center; /* 左端を軸にする */
}
.cta__image.left-part.open {
  transform: perspective(1000px) rotateY(90deg) translateZ(-60px) scale(0.95);
  opacity: 0;
}
.cta__image.right-part {
  right: 0;
  transform-origin: right center; /* 右側を軸に開く */
}
.cta__image.right-part.open {
  transform: perspective(1000px) rotateY(-90deg) translateZ(-60px) scale(0.95);
  opacity: 0;
}

/* job-summary */
.job-summary figure {
  border-radius: 0.8rem;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .job-summary figure {
    position: sticky;
    top: min(10rem, 7.6923076923vw);
  }
}

/* box */
.c-box {
  color: #fff;
  background: #1b73ec;
  padding: 3rem;
  border-radius: 0.5rem;
  margin-block: 3rem;
}
.c-box__title {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}
.c-box__title span {
  background: #f0e126;
  color: #1b73ec;
}
.c-box__title::before {
  content: "";
  position: relative;
  left: -3rem;
  width: 0.5rem;
  height: 2.2rem;
  background: #fff;
}
.c-box.--skill {
  background: #004098;
}
.c-box.--skill .c-box__title span {
  color: #004098;
}
.c-box__list li {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-box__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-box__list li .c-icon {
  position: relative;
  top: -0.3rem;
  width: 2.8rem;
  height: 2.8rem;
  margin-inline: 0 0.3rem;
  fill: #f0e126;
  transform: rotate(-15deg);
}

/* 社員インタビュー */
.job-interview__image {
  position: relative;
}
.job-interview__image .staff-name {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.job-interview__image .staff-name .initial.c-en {
  display: block;
  font-size: min(8rem, 6.1538461538vw);
  line-height: 1;
}
@media all and (max-width: 768px) {
  .job-interview__image .staff-name .initial.c-en {
    font-size: 9.6618357488vw;
  }
}
.job-interview__image .staff-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.3em 0.5em;
  background: #1b73ec;
  border-radius: 0.4rem;
}

.job-interview__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: min(8rem, 6.1538461538vw);
}
@media all and (max-width: 768px) {
  .job-interview__list {
    gap: 4.8309178744vw;
  }
}
.job-interview__list-item {
  position: relative;
  max-width: 30rem;
  max-height: 40rem;
  margin-top: -5rem;
}
.job-interview__list-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.job-interview__list-item .button__link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-weight: bold;
}
.job-interview__list-item:hover {
  cursor: pointer;
}
.job-interview__list-item:hover .button__link {
  background-color: var(--color-hover);
  color: #fff;
}
.job-interview__list-item > .job-interview__image {
  border-radius: 0.8rem;
  overflow: hidden;
}
.job-interview__contents {
  background: #fff;
  max-width: min(110rem, 84.6153846154vw);
  border-radius: 0.8rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .job-interview__contents {
    max-width: calc(100vw - 9.6618357488vw);
  }
}
.job-interview__contents .job-interview__image,
.job-interview__contents .job-interview__div {
  height: min(53.5rem, 41.1538461538vw);
}
@media all and (max-width: 768px) {
  .job-interview__contents .job-interview__image,
  .job-interview__contents .job-interview__div {
    height: calc(50vh - 4.8309178744vw);
    max-height: calc(50vh - 4.8309178744vw);
  }
}
.job-interview__contents-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 768px) {
  .job-interview__contents-inner {
    flex-direction: column;
  }
}
.job-interview__contents .job-interview__image {
  width: min(40rem, 30.7692307692vw);
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .job-interview__contents .job-interview__image {
    width: 100%;
  }
}
.job-interview__contents .job-interview__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.job-interview__contents .job-interview__div {
  flex: 1;
  overflow-y: scroll;
  padding-top: min(7rem, 5.3846153846vw);
  padding-inline: min(4rem, 3.0769230769vw);
  padding-bottom: min(4rem, 3.0769230769vw);
}
@media all and (max-width: 768px) {
  .job-interview__contents .job-interview__div {
    padding-block: 9.6618357488vw;
    padding-inline: 4.8309178744vw;
  }
}
.job-interview__contents .comment-l,
.job-interview__contents .comment-r {
  width: fit-content;
  padding: 0.8em 1.5em;
  background: #eee;
  border-radius: 1.5rem 1.5rem 0 1.5rem;
}
.job-interview__contents .comment-l:not(:last-of-type),
.job-interview__contents .comment-r:not(:last-of-type) {
  margin-bottom: 2rem;
}
.job-interview__contents .comment-l p,
.job-interview__contents .comment-r p {
  margin: 0;
}
.job-interview__contents .comment-l {
  color: #fff;
  font-weight: bold;
  background: var(--color-base);
  border-radius: 1.5rem 1.5rem 1.5rem 0;
}
.job-interview__contents .comment-r {
  margin-left: min(3rem, 2.3076923077vw);
}
.job-interview__contents .button__link {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-weight: bold;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .job-interview__contents .button__link:hover {
    background: var(--color-hover);
    color: #fff;
  }
}
@media all and (max-width: 768px) {
  .job-interview__contents .button__link {
    background: var(--color-link);
    color: #fff;
  }
}
.job-interview__contents .staff-name {
  bottom: 1.5rem;
  left: 2rem;
}
.job-interview__contents .staff-label {
  top: 2rem;
  left: 2rem;
}

.job-interview__div-wrapper {
  position: relative;
  flex: 1;
}

/* スクロールヒント */
.scroll-hint {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 28.9855072464vw;
  height: 28.9855072464vw;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.8rem;
  pointer-events: none; /* クリック操作を邪魔しない */
  opacity: 0;
  animation: fadeInOut 3s ease forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 999;
}

.scroll-hint__icon {
  max-width: 12.077294686vw;
  animation: bounce 1s infinite;
}

.scroll-hint__text {
  font-size: 3.8647342995vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

/* ふわっと出て消える */
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 下方向に軽くバウンド */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
/* 仕事の流れ・職種紹介 */
.job-flow__contents {
  padding-bottom: 8rem;
  background: url("../job/images/bg_job-flow.svg") no-repeat center bottom;
}
@media all and (min-width: 769px) {
  .job-flow__contents {
    max-width: min(90rem, 69.2307692308vw);
    margin-inline: auto;
  }
}
.job-flow__contents-inner {
  margin-block: 3rem;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 2rem;
}
@media all and (max-width: 768px) {
  .job-flow__contents-inner {
    margin-block: 1.5rem;
    column-gap: 1rem;
  }
}
.job-flow__cap {
  font-size: 1.8rem;
  font-weight: bold;
  background: #d2d2d2;
  padding: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  border-radius: 0.5rem;
}
.job-flow__cap .c-icon {
  width: 2.7rem;
  height: 3.1rem;
}
.job-flow__list {
  flex: 1;
}
.job-flow__list li {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
  background: var(--color-base);
  padding: 1.5rem;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem;
}
@media all and (max-width: 768px) {
  .job-flow__list li {
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
}
.job-flow__list li:not(:last-child) {
  margin-bottom: 2rem;
}
@media all and (max-width: 768px) {
  .job-flow__list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.job-flow__list li .num {
  font-size: 1.6rem;
  margin-right: 1em;
}
@media all and (max-width: 768px) {
  .job-flow__list li .num {
    margin-right: 0.5em;
  }
}
.job-flow__list li .flow-label {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.3em;
  width: 17rem;
  height: 4.5rem;
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.4rem;
}
@media all and (max-width: 768px) {
  .job-flow__list li .flow-label {
    width: 31.4009661836vw;
    font-size: 1.5rem;
  }
}
.job-flow__list li .flow-label.c-link {
  color: var(--color-text);
  background: #fff;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .job-flow__list li .flow-label:hover.c-link {
    background: #f0e126;
    border-color: #f0e126;
  }
}
.job-flow__list li.stay .c-link {
  pointer-events: none;
  background: #f0e126;
  border-color: #f0e126;
}
.job-flow__div {
  position: relative;
  flex: 0 0 min(20rem, 15.3846153846vw);
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  border: 3px solid var(--color-base);
  border-radius: 0.5rem;
}
.job-flow__div-text {
  color: var(--color-base);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-block: 0 3rem;
}
@media all and (max-width: 768px) {
  .job-flow__div-text {
    writing-mode: vertical-rl;
    line-height: 1;
    margin: 1em 0;
    font-feature-settings: "pkna";
  }
}
.job-flow__div-list {
  position: relative;
  width: 100%;
}
.job-flow__div-list li {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-base);
  width: 100%;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-base);
  border-radius: 0.4rem;
}
.job-flow__div-list li:not(:last-child) {
  margin-bottom: 1rem;
}
@media all and (max-width: 768px) {
  .job-flow__div-list li {
    writing-mode: vertical-rl;
  }
}

/* メッセージ */
.to-parents .local-navigation ul {
  justify-content: center;
}
.to-parents .l-navi__link {
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
}

/* 働く環境 */
.environment h4 {
  margin-bottom: 0.75em;
}
.environment p {
  font-size: 1.4rem;
  margin-block: 0;
}

/* 資格取得支援制度 */
@media all and (max-width: 768px) {
  .system.column__wrapper {
    flex-direction: column-reverse;
  }
}

/* 福利厚生 */
.benefits {
  position: relative;
  background-color: #f1f6f7;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fff calc(100% - 1px));
  background-size: 10vw 10vw;
  background-repeat: repeat;
  background-position: top left;
  overflow: hidden;
  margin-top: 10rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-bottom: 10rem;
}
@media all and (max-width: 768px) {
  .benefits {
    background-size: 16.66666667vw 16.66666667vw;
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 769px) {
  .benefits__inner {
    max-width: min(110rem, 84.6153846154vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .benefits__inner {
    padding-inline: 4.8309178744vw;
  }
}
.benefits__list {
  display: grid;
  gap: 3rem;
}
@media all and (min-width: 769px) {
  .benefits__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 768px) {
  .benefits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8309178744vw;
  }
}
.benefits__list-item {
  background: #fff;
  padding: 3.5rem 3rem;
  border-radius: 0.5rem;
}
@media all and (max-width: 768px) {
  .benefits__list-item {
    padding: 4.8309178744vw;
  }
}
.benefits__list-item p, .benefits__list-item ul {
  font-size: 1.4rem;
  margin-block: 0;
}
.benefits__icon {
  text-align: center;
  margin-bottom: 3rem;
}
.benefits__icon img {
  height: 6rem;
}
.benefits__title {
  color: var(--color-base);
  font-size: 1.8rem;
  text-align: center;
  margin-block: 1.5rem;
}

/* 教育制度 */
.education__box {
  padding: 3rem;
  background: rgba(0, 64, 152, 0.1);
  margin-bottom: 3rem;
  border-radius: 0.5rem;
}
@media all and (min-width: 769px) {
  .education__box > .column__wrapper {
    align-items: center;
  }
  .education__box > .column__wrapper > .col-item:first-child {
    max-width: min(19rem, 14.6153846154vw);
  }
  .education__box > .column__wrapper > .col-item .column__wrapper .col-item:nth-child(2) {
    max-width: min(30rem, 23.0769230769vw);
  }
  .education__box:nth-child(3) > .column__wrapper > .col-item:first-child, .education__box:nth-child(4) > .column__wrapper > .col-item:first-child {
    max-width: min(30rem, 23.0769230769vw);
  }
}
@media all and (max-width: 768px) {
  .education__box > .column__wrapper {
    row-gap: 0;
  }
}
.education__title {
  font-size: 2.4rem;
  color: var(--color-base);
  margin-block: 0;
}
@media all and (max-width: 768px) {
  .education__title {
    margin-bottom: 1em;
  }
}
.education__title .label {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: fit-content;
  padding: 0.3em 0.5em;
  background: var(--color-base2);
  margin-bottom: 1rem;
  border-radius: 0.4rem;
}
.education__flow {
  margin-top: 3rem;
  background: #fff;
  padding: 3rem;
  border-radius: 0.5rem;
}
.education__flow-list {
  display: grid;
  justify-content: center;
  gap: 4rem;
}
@media all and (min-width: 769px) {
  .education__flow-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.education__flow-list li {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
.education__flow-list li span {
  color: var(--color-base);
  font-size: 1.6rem;
}
.education__flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block: 0;
  right: -2.8rem;
  margin: auto;
  background: var(--color-text);
  width: 1.2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media all and (max-width: 768px) {
  .education__flow-list li:not(:last-child)::after {
    top: auto;
    bottom: -2.8rem;
    inset-inline: 0;
    width: 1.4rem;
    height: 1.2rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.education__flow-image {
  margin-bottom: 0.7rem;
}
.education__flow-image img {
  height: 6rem;
}
.education__flow-image figcaption {
  font-size: 1.3rem;
  margin-top: 1.5rem;
}

/* キャリアパスモデルケース */
@media all and (min-width: 769px) {
  .career__model {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
.career__model-item {
  flex: 1;
  margin-top: 2rem;
}
.career__model-item .label {
  color: #fff;
  background: var(--color-base);
  height: 8rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.career__model-item .label span {
  font-size: 1.2rem;
}
.career__model-item .inbox {
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--color-base);
}
@media all and (min-width: 769px) {
  .career__model-item .inbox {
    min-height: 18rem;
  }
}
@media all and (max-width: 768px) {
  .career__model-item .inbox {
    border: 3px solid var(--color-base);
  }
}
.career__model-item .inbox li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.career__model-item.--step2 .label {
  background: #1b73ec;
}
@media all and (min-width: 769px) {
  .career__model-item.--step2 .label {
    height: 9.3rem;
  }
}
.career__model-item.--step2 .inbox {
  border-color: #1b73ec;
}
.career__model-item.--step2 .inbox li::before {
  background: #1b73ec;
}
.career__model-item.--step3 .label {
  background: #66c2a5;
}
@media all and (min-width: 769px) {
  .career__model-item.--step3 .label {
    height: 11.7rem;
  }
}
.career__model-item.--step3 .inbox {
  border-color: #66c2a5;
}
.career__model-item.--step3 .inbox li::before {
  background: #66c2a5;
}
.career__model-item.--step4 .label {
  background: #f28c00;
}
@media all and (min-width: 769px) {
  .career__model-item.--step4 .label {
    height: 13.9rem;
  }
}
.career__model-item.--step4 .inbox {
  border-color: #f28c00;
}
.career__model-item.--step4 .inbox li::before {
  background: #f28c00;
}
.career__model-item.--step4 .career__model-image img {
  height: 6.3rem;
}
.career__model-image {
  text-align: center;
}
.career__model-image img {
  height: 6rem;
}

.tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tablist {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tablist label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 8rem;
  color: #ccc;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .tablist label {
    width: 25%;
  }
}
.tablist label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: var(--color-base);
  background: none;
}
.tablist label span {
  display: block;
  font-size: 1.2rem;
}
@media all and (max-width: 768px) {
  .tablist label span {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.tablist--bottom {
  margin-top: 4.8309178744vw;
}
@media all and (min-width: 769px) {
  .tablist--bottom {
    display: none;
  }
}

/* パネルの初期状態は非表示 */
.panels .panel {
  display: none;
}

/* どのラジオが選ばれたかでパネルを表示 */
#tab-one:checked ~ .panels .panel--one {
  display: block;
}

#tab-two:checked ~ .panels .panel--two {
  display: block;
}

#tab-three:checked ~ .panels .panel--three {
  display: block;
}

#tab-four:checked ~ .panels .panel--four {
  display: block;
}

/* アクティブタブの強調（上下とも同時に反映） */
#tab-one:checked ~ .tablist--top label[for=tab-one],
#tab-one:checked ~ .tablist--bottom label[for=tab-one] {
  color: var(--color-base);
}

#tab-one:checked ~ .tablist--top label[for=tab-one]::after,
#tab-one:checked ~ .tablist--bottom label[for=tab-one]::after {
  background: var(--color-base);
}

#tab-two:checked ~ .tablist--top label[for=tab-two],
#tab-two:checked ~ .tablist--bottom label[for=tab-two] {
  color: var(--color-base);
}

#tab-two:checked ~ .tablist--top label[for=tab-two]::after,
#tab-two:checked ~ .tablist--bottom label[for=tab-two]::after {
  background: var(--color-base);
}

#tab-three:checked ~ .tablist--top label[for=tab-three],
#tab-three:checked ~ .tablist--bottom label[for=tab-three] {
  color: var(--color-base);
}

#tab-three:checked ~ .tablist--top label[for=tab-three]::after,
#tab-three:checked ~ .tablist--bottom label[for=tab-three]::after {
  background: var(--color-base);
}

#tab-four:checked ~ .tablist--top label[for=tab-four],
#tab-four:checked ~ .tablist--bottom label[for=tab-four] {
  color: var(--color-base);
}

#tab-four:checked ~ .tablist--top label[for=tab-four]::after,
#tab-four:checked ~ .tablist--bottom label[for=tab-four]::after {
  background: var(--color-base);
}