@charset "UTF-8";
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu,
summary {
  list-style: none;
}
ol {
  counter-reset: revert;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
  box-sizing: border-box;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
::-webkit-details-marker {
  display: none;
}

/* ーーーーーーーーーー
共通
ーーーーーーーーーー*/
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  font-style: normal;
}

.red-hat-display {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-style: normal;
}

p {
  line-height: 1.8;
}

.br-sp {
  display: none;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }

  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }
}

/* ーーーーーーーーーー
header 
ーーーーーーーーーー*/
header {
  z-index: 10;
  padding: 18px;
  position: sticky;
  top: 0;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-inline: 15px;
  align-content: center;
}

.header-inner {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 276px;
  line-height: 1;
}

.header-entry-btn {
  padding: 8px 54px;
  border-radius: 60px;
  color: #fff;
  background-color: #000;
  line-height: 1.4;
}

@media (max-width: 768px) {
  header {
    padding: 18px;
    height: 72px;
  }

  .header-logo {
    width: 200px;
  }

  .header-entry-btn {
    padding: 4px 20px;
  }
}

/* ーーーーーーーーーー
close
ーーーーーーーーーー*/
.close {
  background-image: url("https://media.careemo.com/images/2/bg_close_bg.jpg");
  text-align: center;
}

.close .close-inner {
  padding: 40px 0;
}

.close .btn {
  position: relative;
  display: inline-block;
  margin: 18px 0;
  padding: 14px 0;
  max-width: 375px;
  width: 100%;
  color: #fff;
  border: solid 0.6px #fff;
  border-radius: 30px;
  font-size: 18px;
}

.close .btn-container {
  padding: 0 18px;
}

.close .btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.scroll-infinity-wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity-list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity-list-left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity-list-right {
  animation: infinity-scroll-right 40s infinite linear 0.5s both;
}
.scroll-infinity-item > img {
  max-inline-size: none;
}

@media (max-width: 768px) {
  .scroll-infinity-item > img {
    width: 1200px;
    height: auto;
  }

  .close .close-inner {
    padding: 20px 0;
  }
}

/* ーーーーーーーーーー
footer
ーーーーーーーーーー*/
.footer-inner {
  max-width: 1000px;
  margin: 60px auto 10px;
  padding: 0 18px;
  text-align: center;
}

.logo-link .logo {
  display: inline-block;
  max-width: 276px;
}

.footer-nav-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

@media (max-width: 768px) {
  .footer-inner {
    margin: 40px auto 10px;
  }

  .footer-nav-list li {
    font-size: 14px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .logo-link .logo {
  max-width: 200px;
}

  .footer-nav-list {
    margin: 18px 0;
  }
}

/* ーーーーーーーーーー
共通
ーーーーーーーーーー*/
.page-interview .ttl-top-h2,
.page-main-careers .ttl-top-h2,
.page-support .ttl-top-h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.page-interview .ttl-top-h2 span,
.page-main-careers .ttl-top-h2 span,
.page-support .ttl-top-h2 span {
  font-size: 40px;
  letter-spacing: 0.08em;
  font-weight: 800;
}

@media (max-width: 768px) {
  .page-interview .ttl-top-h2,
  .page-main-careers .ttl-top-h2,
  .page-support .ttl-top-h2 {
    font-size: 18px;
  }

  .page-interview .ttl-top-h2 span,
  .page-main-careers .ttl-top-h2 span,
  .page-support .ttl-top-h2 span {
    font-size: 28px;
  }
}

/****************************************************************************
home
*****************************************************************************/
.page-home .ttl-h2 {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 600;
}

.page-home .ttl-h2 span {
  color: #515c5d;
  font-size: 18px;
}

@media (max-width: 768px) {
  .page-home .ttl-h2 {
    margin-bottom: 14px;
    font-size: 22px;
  }
}

/* ーーーーーーーーーー
FV
ーーーーーーーーーー*/
.page-home .fv {
  z-index: -10;
  position: relative;
  padding-bottom: 30px;
  background: #e9f5ff;
  text-align: center;
}

.page-home .fv-img {
  margin: 0 auto;
  padding: 10px;
}

.page-home .fv-img.sp {
  display: none;
}

.page-home .fv-txtarea {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 18px;
  text-align: left;
}

.page-home .fv-txtarea .ttl {
  width: 30%;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.page-home .fv-txtarea .txt {
  width: 70%;
}

.page-home .wave {
  z-index: -10;
  position: absolute;
  height: 80px;
  width: 100%;
  background: #e9f5ff;
  bottom: 0;
}

.page-home .wave::before,
.page-home .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.page-home .wave::before {
  z-index: -10;
  width: 55%;
  height: 127%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
.page-home .wave::after {
  z-index: -10;
  width: 56%;
  height: 103%;
  background-color: #e9f5ff;
  left: -1.5%;
  top: 40%;
}

@media (max-width: 768px) {
  .page-home .fv-img.pc {
    display: none;
  }

  .page-home .fv-img.sp {
    display: block;
  }

  .page-home .fv-txtarea {
    display: block;
    margin: 6px auto 16px;
    padding: 0 18px;
  }

  .page-home .fv-txtarea .ttl {
    margin-bottom: 10px;
    width: 100%;
    font-size: 22px;
    line-height: 1.4;
  }

  .page-home .fv-txtarea .txt {
    width: 100%;
  }

  .page-home .wave::before {
    width: 68%;
    height: 162%;
  }
  .page-home .wave::after {
    width: 55%;
    height: 74%;
  }
}

/* ーーーーーーーーーー
interview
ーーーーーーーーーー*/
.page-home .interview {
  max-width: 1000px;
  margin: 70px auto;
  padding: 0 18px;
  text-align: center;
}
/* スタッフ紹介セクション */
.page-home .staff-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 38px auto;
}
.page-home .staff-item {
  display: flex;
  flex-direction: column;
  max-width: 235px;
}
.page-home .staff-img {
  object-fit: cover;
}
.page-home .staff-info {
  margin-top: 16px;
  text-align: left;
}

.page-home .staff-list a:nth-child(1) .staff-info {
  border-left: 4px solid #dbe5ea;
}

.page-home .staff-list a:nth-child(2) .staff-info {
  border-left: 4px solid #cdcfe1;
}

.page-home .staff-list a:nth-child(3) .staff-info {
  border-left: 4px solid #d4c0bb;
}

.page-home .staff-list a:nth-child(4) .staff-info {
  border-left: 4px solid #bac8dc;
}

.page-home .staff-role {
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 4px;
  padding-left: 8px;
  line-height: 1.2;
}
.page-home .staff-year {
  display: block;
  padding-left: 8px;
  color: #888;
  font-size: 15px;
}

@media (max-width: 768px) {
  .page-home .interview {
    margin: 42px auto;
  }

  .page-home .staff-list {
    justify-items: center;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    margin: 28px auto;
  }

  .page-home .staff-item {
    width: 100%;
    margin-bottom: 14px;
  }

  .page-home .staff-role {
    font-size: 15px;
    margin-bottom: 2px;
    padding-left: 6px;
  }
  .page-home .staff-year {
    padding-left: 6px;
    font-size: 13px;
  }
}

/* ーーーーーーーーーー
JOB INFORMATION
ーーーーーーーーーー*/
.page-home .job-information {
  padding: 92px 0;
  background-image: url("https://media.careemo.com/images/2/img_job_bg.jpg");
  color: #fff;
}

.page-home .job-information-inner {
  padding: 0 18px;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

.page-home .job-information-txtarea {
  width: 50%;
  padding-right: 40px;
}

.page-home .job-information-txtarea p {
  font-weight: 200;
  line-height: 1.6;
}

.page-home .job-information .job-information-txtarea .btn {
  position: relative;
  margin: 18px 0;
  padding: 14px 20px 14px 0;
  border-top: solid 0.6px #fff;
  border-bottom: solid 0.6px #fff;
  font-weight: 600;
  font-size: 18px;
}

.page-home .job-information .job-information-txtarea .btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.page-home .job-information-imgarea {
  width: 50%;
}

.page-home .job-information-imgarea img {
  width: 100%;
  height: auto;
  max-width: 477px;
}

.page-home .job-information .ttl-h2 {
  color: #ebebcd;
  letter-spacing: 0.06em;
}

.page-home .job-information .ttl-h2 span {
  color: #fff;
}

@media (max-width: 768px) {
  .page-home .job-information {
    padding: 42px 0;
  }

  .page-home .job-information-inner {
    padding: 0 18px;
    display: block;
  }

  .page-home .job-information-txtarea {
    width: 100%;
    padding-right: 0;
  }

  .page-home .job-information-imgarea img {
    display: none;
  }

  .page-home .job-information-imgarea {
    width: 100%;
    text-align: center;
  }
}

/* ーーーーーーーーーー
SUPPORT
ーーーーーーーーーー*/
.page-home .support {
  background-image: url("https://media.careemo.com/images/2/img_support_bg.jpg");
  background-size: cover;
  color: #fff;
}

.page-home .support-inner {
  padding: 0 18px;
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.page-home .support-txtarea {
  padding-left: 40px;
}

.page-home .support img {
  width: 100%;
  height: auto;
  max-width: 477px;
}

.page-home .support .ttl-h2 {
  color: #ebebcd;
  letter-spacing: 0.06em;
}

.page-home .support .ttl-h2 span {
  color: #fff;
}

.page-home .support .support-txtarea .btn {
  position: relative;
  display: inline-block;
  margin: 18px 0;
  padding: 10px 0;
  max-width: 320px;
  width: 100%;
  border: solid 0.6px #fff;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
}

.page-home .support .support-txtarea .btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media (max-width: 768px) {
  .page-home .support {
    background-image: none;
  }

  .page-home .support-inner {
    padding: 0;
    display: block;
  }

  .page-home .support-txtarea {
    padding: 40px 18px;
    background-image: url("https://media.careemo.com/images/2/img_support_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-home .support img {
    height: 240px;
    max-width: 768px;
    object-fit: cover;
  }

  .page-home .support .support-txtarea .btn {
    max-width: 760px;
    text-align: center;
  }
}

/* ーーーーーーーーーー
RECRUITMENT FLOW
ーーーーーーーーーー*/
.page-home .flow {
  max-width: 1000px;
  margin: 70px auto;
  padding: 0 18px;
  text-align: center;
}

.page-home .flow-container-sp {
  display: none;
}

.page-home .flow-container-pc {
  max-width: 1000px;
  margin: 20px auto;
}
/* ステップの横並び */
.page-home .flow-container-pc .step-list {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
.page-home .flow-container-pc .step-list .step {
  position: relative;
  flex: 1;
  padding: 54px 16px;
  font-weight: 500;
  font-size: 18px;
}

.page-home .flow-container-pc .step-list .step:nth-child(1) {
  background-color: #dbe5ea;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.page-home .flow-container-pc .step-list .step:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #dbe5ea;
  z-index: 1;
}

.page-home .flow-container-pc .step-list .step:nth-child(2) {
  background-color: #cdcfe1;
}
.page-home .flow-container-pc .step-list .step:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #cdcfe1;
  z-index: 1;
}

.page-home .flow-container-pc .step-list .step:nth-child(3) {
  background-color: #bac8dc;
}
.page-home .flow-container-pc .step-list .step:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #bac8dc;
  z-index: 1;
}

.page-home .flow-container-pc .step-list .step:nth-child(4) {
  background-color: #d4c1bb;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-home .flow-container-pc .description-list {
  display: flex;
  justify-content: space-between;
  margin: 16px auto 0;
  gap: 18px;
  text-align: left;
}
.page-home .flow-container-pc .description {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .page-home .flow {
    margin: 44px auto;
  }

  .page-home .flow-container-sp {
    display: block;
  }

  .page-home .flow-container-pc {
    display: none;
  }

  .page-home .flow-container-sp .description {
    padding: 8px 0;
    flex: 1;
    line-height: 1.5;
    font-weight: 300;
  }

  .page-home .flow-container-sp .step-list .step {
    position: relative;
    flex: 1;
    padding: 20px 16px;
    font-weight: 500;
    font-size: 18px;
  }

  .page-home .flow-container-sp .step-list .step:nth-child(1) {
    background-color: #dbe5ea;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .page-home .flow-container-sp .step-list .step:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #dbe5ea;
    z-index: 10;
  }

  .page-home .flow-container-sp .step-list .step:nth-child(2) {
    padding-top: 26px;
    background-color: #cdcfe1;
  }
  .page-home .flow-container-sp .step-list .step:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #cdcfe1;
    z-index: 10;
  }

  .page-home .flow-container-sp .step-list .step:nth-child(3) {
    padding-top: 26px;
    background-color: #bac8dc;
  }
  .page-home .flow-container-sp .step-list .step:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #bac8dc;
    z-index: 10;
  }

  .page-home .flow-container-sp .step-list .step:nth-child(4) {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #d4c1bb;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .page-home .flow-container-sp .description {
    text-align: left;
  }
}

/****************************************************************************
インタビュー
*****************************************************************************/
.page-interview .interview-content {
  padding: 40px 0 70px;
  background-color: #e9f5ff;
}

.page-interview .interview-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.page-interview .interview .ttl-top-h2 {
  padding: 0 20px;
}

.page-interview .interview-ttlarea {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 34px 0 60px;
  padding: 0 18px;
}

.page-interview .top-staff-img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.page-interview .interview-ttlarea .works {
  margin-right: 10px;
  font-size: 90px;
  color: #82a9e2;
  opacity: 56%;
}

.page-interview .interview-ttlarea .occupation {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.page-interview .interview-ttlarea .year {
  display: inline-block;
  margin-top: 14px;
  padding: 0 20px;
  font-size: 18px;
  border: 1px solid #333;
  border-radius: 20px;
  line-height: 1.6;
}

.page-interview .chat-container {
  margin: 0 18px;
  padding: 50px 36px;
  border-radius: 20px;
  background-color: #fff;
}

.page-interview .oval-chat {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 80px;
  margin: 20px 0;
  font-size: 18px;
}

.page-interview .oval-chat.chat-r {
  flex-direction: row-reverse;
}

.page-interview .oval-chat.chat-r .chat-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background-size: cover;
}

.page-interview .oval-chat.chat-r .chat-icon01 {
  background-image: url(https://media.careemo.com/images/2/img_interview01_chat.png);
}

.page-interview .oval-chat.chat-r .chat-icon02 {
  background-image: url(https://media.careemo.com/images/2/img_interview02_chat.png);
}

.page-interview .oval-chat.chat-r .chat-icon03 {
  background-image: url(https://media.careemo.com/images/2/img_interview03_chat.png);
}

.page-interview .oval-chat.chat-r .chat-icon04 {
  background-image: url(https://media.careemo.com/images/2/img_interview04_chat.png);
}

.page-interview .chat-text {
  padding: 0.8em 1em;
  border-radius: 10px 10px 10px 0;
  background-color: #82a9e2;
  color: #fff;
}

.page-interview .chat-text.staff {
  background-color: #dbe5ea;
  color: #333;
}

.page-interview .oval-chat.chat-r .chat-text {
  border-radius: 10px 10px 0;
}

@media (max-width: 1000px) {
  .page-interview .top-staff-img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .page-interview .interview-content {
    padding: 24px 0 50px;
  }

  .page-interview .interview-ttlarea {
    display: block;
    margin: 20px 0 26px;
  }

  .page-interview .interview-ttlarea .works {
    font-size: 70px;
    line-height: 1;
  }
  
  .page-interview .top-staff-img {
    width: 100%;
  }

  .page-interview .interview-ttlarea .occupation {
    margin-top: 6px;
    font-size: 20px;
  }

  .page-interview .interview-ttlarea .year {
    margin-top: 8px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .page-interview .chat-container {
    padding: 1px 12px 12px;
  }

  .page-interview .oval-chat {
    gap: 10px;
    align-items: flex-end;
    min-height: 46px;
    margin: 24px 0;
    font-size: 15px;
    letter-spacing: 0.06em;
  }

  .page-interview .oval-chat.chat-r .chat-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .page-interview .chat-text {
    padding: 0.6em 0.8em;
  }
}

/* ーーーーーーーーーー
other-staff
ーーーーーーーーーー*/
.page-interview .other-staff {
  max-width: 1000px;
  margin: 70px auto;
  padding: 0 18px;
}

.page-interview .other-staff-ttl {
  font-size: 20px;
  font-weight: 600;
}

/* スタッフ紹介セクション */
.page-interview .staff-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin: 38px auto;
}
.page-interview .staff-item {
  display: flex;
  flex-direction: column;
  max-width: 235px;
}
.page-interview .staff-img {
  object-fit: cover;
}
.page-interview .staff-info {
  margin-top: 16px;
  text-align: left;
}

.page-interview .staff-list a:nth-child(1) .staff-info {
  border-left: 4px solid #dbe5ea;
}

.page-interview .staff-list a:nth-child(2) .staff-info {
  border-left: 4px solid #cdcfe1;
}

.page-interview .staff-list a:nth-child(3) .staff-info {
  border-left: 4px solid #d4c0bb;
}

.page-interview .staff-list a:nth-child(4) .staff-info {
  border-left: 4px solid #bac8dc;
}

.page-interview .staff-role {
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 4px;
  padding-left: 8px;
  line-height: 1.2;
}
.page-interview .staff-year {
  display: block;
  padding-left: 8px;
  color: #888;
  font-size: 15px;
}

@media (max-width: 768px) {
  .page-interview .other-staff {
    margin: 26px auto;
  }

  .page-interview .other-staff-ttl {
    font-size: 18px;
  }

  .page-interview .staff-list {
    justify-items: center;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    margin: 20px auto;
  }

  .page-interview .staff-list .last {
    width: 50%;
    grid-column: 1 / 3;
  }

  .page-interview .staff-item {
    width: 100%;
    margin-bottom: 14px;
  }

  .page-interview .staff-role {
    font-size: 15px;
    margin-bottom: 2px;
    padding-left: 6px;
  }
  .page-interview .staff-year {
    padding-left: 6px;
    font-size: 13px;
  }
}

/****************************************************************************
募集職種
*****************************************************************************/
.page-main-careers .job-information {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-main-careers .job-information-img img {
  margin: 0 auto;
  max-width: 477px;
  width: 100%;
  height: auto;
}

.page-main-careers .block {
  margin-bottom: 60px;
}

.page-main-careers .block-item {
  margin: 0 0 30px 0;
}

.page-main-careers .h2-border {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid #bac8dc;
}

.page-main-careers .p-ttl {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}

.page-main-careers .p-txt {
  margin: 16px 0;
  font-size: 16px;
  line-height: 1.6;
}

.page-main-careers .ttl-h2 {
  margin: 10px 0;
  padding-left: 12px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  border-left: 6px solid #bac8dc;
}

.page-main-careers .ttl-h3 {
  margin: 10px 0;
  padding-bottom: 8px;
  font-size: 20px;
  border-bottom: 1px solid #b9b9b9;
}

.page-main-careers .bulleted-item {
  margin: 6px 0;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .page-main-careers .block {
    margin-bottom: 40px;
  }

  .page-main-careers .h2-border {
    margin-bottom: 8px;
    padding-bottom: 4px;
    font-size: 19px;
  }

  .page-main-careers .p-ttl {
    line-height: 1.4;
    font-size: 17px;
  }

  .page-main-careers .p-txt {
    margin: 14px 0;
    font-size: 15px;
  }

  .page-main-careers .ttl-h2 {
    padding-left: 10px;
    font-size: 19px;
  }

  .page-main-careers .ttl-h3 {
    margin: 8px 0;
    padding-bottom: 6px;
    font-size: 17px;
  }

  .page-main-careers .bulleted-item {
    margin: 8px 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 15px;
  }
}

/* ーーーーーーーーーー
詳細テーブル
ーーーーーーーーーー*/
.page-main-careers .job-information table {
  width: 100%;
  margin-top: 20px;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid #b9b9b9;
  border-radius: 20px;
  overflow: hidden;
}

.page-main-careers .job-information table th,
.page-main-careers .job-information table td {
  border-bottom: dotted 1px #b9b9b9;
  padding: 10px;
  line-height: 1.6;
}

.page-main-careers .job-information table th {
  background-color: #e9f5ff;
  width: 30%;
}

@media screen and (min-width: 656px) {
  .page-main-careers .job-information table th {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .page-main-careers .job-information table {
    font-size: 15px;
  }
}

/* ーーーーーーーーーー
スケジュール
ーーーーーーーーーー*/
.page-main-careers .schedule-wrapper {
  background-color: #e9f5ff;
}

.page-main-careers .schedule-inner {
  margin: 0 auto;
  padding: 110px 20px 158px;
  max-width: 887px;
}

.page-main-careers .schedule-wrapper .schedule-inner .h2-ttl {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.page-main-careers .schedule-inner .schedule {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  padding: 50px 48px;
  background-color: #fff;
  border-radius: 20px;
}

.page-main-careers .schedule dt {
  text-align: left;
  width: 150px;
  padding: 0 22px 22px 0;
  position: relative;
  font-size: 19px;
}

.page-main-careers .schedule dd {
  width: 570px;
  padding: 0 28px 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  border-left: 2px solid #bac8dc;
}

.page-main-careers .schedule dd span {
  font-size: 16px;
  font-weight: normal;
}

.page-main-careers .schedule .first {
  line-height: 1em;
}

.page-main-careers .schedule .last {
  padding-bottom: 0;
  line-height: 1em;
}

.page-main-careers .schedule dt::after {
  content: "●";
  position: absolute;
  right: -0.6em;
  top: -1px;
  font-size: 22px;
  color: #bac8dc;
}

@media screen and (max-width: 768px) {
  .page-main-careers .schedule {
    max-width: 580px;
  }

  .page-main-careers .schedule-inner {
    padding: 44px 20px 64px;
  }

  .page-main-careers .schedule-inner .schedule {
    padding: 40px 12px;
    background-color: #fff;
  }

  .page-main-careers .schedule dt {
    width: 66px;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .page-main-careers .schedule dd {
    width: calc(100% - 66px);
    padding: 0 0 22px 14px;
  }

  .page-main-careers .schedule dt::after {
    top: 0px;
    font-size: 15px;
  }

  .page-main-careers .schedule dt::after {
    right: -0.65em;
  }
}

/****************************************************************************
サポート　働く環境を知る
*****************************************************************************/
.page-support .fv {
  z-index: -10;
  position: relative;
  text-align: center;
}

.page-support .fv .sp-img {
  display: none;
}

.page-support .ttl-top-h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}

.page-support .support-intro {
  margin: 50px auto 60px;
}

.page-support .support-intro-textarea {
  display: flex;
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 20px;
}

.page-support .support-intro .p-ttl {
  width: 42%;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.page-support .support-intro .p-txt {
  width: 58%;
  font-size: 15px;
}

.page-support .support-intro .scroll-infinity-item > img {
  height: 292px;
  width: auto;
}

@media (max-width: 768px) {
  .page-support .fv .pc-img {
    display: none;
  }

  .page-support .fv .sp-img {
    display: block;
  }
  .page-support .support p {
    line-height: 1.6;
  }

  .page-support .support-intro {
    margin: 20px auto 20px;
  }

  .page-support .support-intro-textarea {
    display: block;
    margin: 20px auto;
  }

  .page-support .support-intro .p-ttl {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
  }

  .page-support .support-intro .p-txt {
    width: 100%;
    font-size: 14px;
  }

  .page-support .support-intro .scroll-infinity-item > img {
    height: 180px;
  }
}

/* ーーーーーーーーーー
SUPPORTの流れ
ーーーーーーーーーー*/
.page-support .support-flow {
  max-width: 1000px;
  margin: 50px auto 80px;
  padding: 0 20px;
}

.page-support .support-flow .step {
  margin: 50px auto;
  border-bottom: 1px solid #4baede;
}

.page-support .support-flow .step:last-child {
  border: none;
}

.page-support .support-flow .ttl-h3 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #4baede;
}

.page-support .support-flow .detail {
  display: flex;
  justify-content: center;
  column-gap: 10%;
  margin: 20px auto 50px;
}

.page-support .support-flow .detail-item {
  width: 40%;
  text-align: center;
}

.page-support .support-flow .detail-item img {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

.page-support .support-flow .detail-item .textarea .step-detail-ttl {
  margin: 12px 0 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.page-support .support-flow .detail-item .textarea .step-detail-txt {
  text-align: left;
}

@media (max-width: 768px) {
  .page-support .support-flow {
    margin: 24px auto 60px;
  }

  .page-support .support-flow .step {
    margin: 24px auto;
  }

  .page-support .support-flow .ttl-h3 {
    margin: 10px 0 6px;
    font-size: 19px;
  }

  .page-support .support-flow .p-txt {
    font-size: 14px;
  }

  .page-support .support-flow .detail {
    column-gap: 12px;
    margin: 20px auto 24px;
  }

  .page-support .support-flow .detail-item {
    width: 100%;
  }

  .page-support .support-flow .detail-item img {
    width: 70%;
  }

  .page-support .support-flow .detail-item .textarea .step-detail-ttl {
    margin: 12px 0 8px;
    font-size: 16px;
    text-align: left;
  }
}
