@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%;
  height: auto;
}
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;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
共通
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー-*/
:root {
  --brand-blue: #006fbc;
  --black: #515c5d;
  --dark-blue: #125786;
  --light-blue: #4baede;
  --orange: #ff5a03;
  --yellow: #ffffbf;
}

body {
  color: var(--black);
  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: 800;
  font-style: normal;
}

p {
  line-height: 1.8;
  font-weight: 300;
}

.br-sp {
  display: none;
}

.bold500 {
  font-weight: 500;
}

.bold700 {
  font-weight: 700;
}

.interview .ttl-top-h2,
.main-careers .ttl-top-h2,
.support .ttl-top-h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

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

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

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

.link-btn-container .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;
}

.lower_layer_page__ttl-h2 {
  margin-bottom: 48px;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 0.7;
}

.lower_layer_page__ttl-h2 .small {
  font-size: 22px;
  font-weight: 500;
}

/* table ****************************************/
.job-info__table {
  width: 100%;
  margin-top: 12px;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid #b9b9b9;
  overflow: hidden;
  text-align: left;
  border-radius: 20px;
}

.job-info__table th,
.job-info__table td {
  vertical-align: top;
  border-bottom: dotted 1px #b9b9b9;
  padding: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.job-info__table th {
  width: 20%;
  margin-top: 20px;
  background-color: #dbe5ea;
  font-weight: 500;
}

.job-info__table td p:first-child {
  margin-top: 0;
}

/* スタッフ紹介 ****************************************/
.staff-interview__meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.staff-interview__name {
  font-size: clamp(24px, 2.1vw, 28px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--brand-blue);
}

.staff-interview__name span {
  font-size: 20px;
  padding-left: 2px;
}

.staff-interview__age {
  font-weight: 600;
  color: var(--brand-blue);
}

.staff-interview__badges {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
}

.badge01 {
  padding: 0 4px;
  background-color: var(--brand-blue);
  color: #fff;
}

.badge02 {
  padding: 0 4px;
  color: var(--brand-blue);
  border: 1px solid var(--brand-blue);
}

@media screen and (max-width: 656px) {
  .job-info__table th {
    width: 24%;
  }
}

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

  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .lower_layer_page__ttl-h2 {
    margin-bottom: 30px;
  }

  .lower_layer_page__ttl-h2 .small {
    font-size: 26px;
  }

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

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

  .job-info__table {
    font-size: 15px;
  }

  .job-info__table th,
  .job-info__table td {
    padding: 6px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
header 
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー-*/
.header {
  z-index: 12;
  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: 538px;
  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: 338px;
  }

  .header__entry-btn {
    /* padding: 4px 20px; */
    display: none;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
close
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー-*/
.sec-close {
  background-color: var(--brand-blue);
  text-align: center;
}

.close__inner {
  padding: 40px 0;
}

@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;
  margin-right: 40px;
}

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

  .sec-close .close__inner {
    padding: 20px 0;
  }
}

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

.footer__inner {
  text-align: center;
}

.footer__logo-img-pc {
  margin: 0 auto;
  max-width: 533px;
}

.footer__logo-img-sp {
  display: none;
}

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

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

  .footer__logo-img-pc {
    display: none;
  }

  .footer__logo-img-sp {
    margin: 0 auto;
    display: block;
    max-width: 160px;
  }

  .footer__nav-list {
    margin: 18px 0;
  }

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

  .footer__copyright {
    font-size: 12px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
フロントページ　**************************************************
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー-*/
.top-ttl-h2 {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.top-ttl-h2 span {
  color: var(--black);
  font-size: 18px;
}

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

/* FV ---------------------------------------------------------*/

.sec-fv {
  position: relative;
}

.fv__img-sp {
  display: none;
}

.fv__ttl {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 74px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 768px) {
  .fv__img-pc {
    display: none;
  }

  .fv__img-sp {
    display: block;
  }

  .fv__ttl {
    bottom: 16px;
    left: 16px;
    font-size: 44px;
  }
}

/* intro ---------------------------------------------------------*/
.sec-intro {
  margin: 50px 16px 80px;
  text-align: center;
}

.intro__logo {
  max-width: 630px;
  margin: 0 auto;
}

.intro__txt {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .sec-intro {
    margin: 28px 16px 38px;
  }

  .intro__logo {
    max-width: 320px;
  }

  .intro__txt {
    margin: 12px 0;
    font-size: 18px;
  }
}

/* ABOUT01 ---------------------------------------------------------*/
.about01__inner01 {
  position: relative;
  padding: 80px 18px 0;
  background-color: var(--dark-blue);
  text-align: center;
}

.about01__fukidashi-p {
  font-size: 26px;
  font-weight: 500;
}

.about01__fukidashi {
  text-align: center;
  color: var(--dark-blue);
  background: #fff;
  padding: 4px 36px;
  display: inline-block;
  position: relative;
  border-radius: 40px;
}

.about01__fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: translate(-50%, 55%) rotate(45deg);
  transform-origin: center center;
}

.about01__inner01::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 50vw 0 50vw;
  border-color: #125786 #4baede transparent #4baede;
  z-index: 1;
}

.about01__img01-pc,
.about01__img01-sp {
  display: block;
  max-width: 968px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.about01__inner02 {
  padding: 40px 18px 0;
  background-color: var(--light-blue);
  text-align: center;
}

.about01__img02-pc,
.about01__img02-sp {
  display: block;
  max-width: 968px;
  width: 100%;
  margin: 0 auto;
}

.about01__h2 {
  margin: 20px 0 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-size: 36px;
}

.about01__img01-sp,
.about01__img02-sp {
  display: none;
}

@media (max-width: 1400px) {
  .about01__inner01::after {
    border-width: 68px 50vw 0 50vw;
  }
}

@media (max-width: 768px) {
  .about01__img01-sp,
  .about01__img02-sp {
    display: block;
  }
  .about01__img01-pc,
  .about01__img02-pc {
    display: none;
  }

  .about01__inner01::after {
    border-width: 30px 50vw 0 50vw;
  }

  .about01__inner01 {
    padding: 50px 18px 0;
  }

  .about01__inner02 {
    padding: 18px 18px 0;
  }

  .about01__fukidashi-p {
    font-size: 20px;
  }

  .about01__h2 {
    margin: 20px 0;
    font-size: 30px;
  }

  .about01__fukidashi {
    padding: 8px 26px;
  }
}

/* ABOUT02 ---------------------------------------------------------*/
.sec-about02 {
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
  background-image: url(https://media.careemo.com/images/3/img_about02-bg.jpg);
  background-size: cover;
  background-position: 100% 100%;
}

.about02__inner {
  padding: 0 18px;
}

.about02__h2 {
  color: var(--brand-blue);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-size: 36px;
  margin: 0;
}

.about02__h2 span {
  padding: 0.05em 0.25em;
  border-radius: 0.3em;
  background: linear-gradient(
    transparent 55%,
    #ffffbf 55% 92%,
    transparent 92%
  );
  box-decoration-break: clone;
}

.about02__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 30px auto;
  max-width: 721px;
}

.about02__circle p {
  width: clamp(160px, 26vw, 200px);
  height: clamp(160px, 26vw, 200px);
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.35;
  font-size: 28px;
  margin: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.about02__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.about02__img-sp {
  display: none;
}

@media (max-width: 768px) {
  .sec-about02 {
    padding-top: 40px;
    padding-bottom: 0;
    background-image: none;
  }
  .about02__h2 {
    letter-spacing: 0.01em;
    font-size: 26px;
  }

  .about02__txt {
    font-size: 16px;
  }

  .about02__img-sp {
    display: block;
    margin-top: 30px;
  }

  .about02__circle {
    gap: 4px;
  }

  .about02__circle p {
    width: clamp(110px, 26vw, 200px);
    height: clamp(110px, 26vw, 200px);
    border-radius: 50%;
    font-size: 18px;
  }
}

/* INTERVIEW ---------------------------------------------------------*/
.sec-interview {
  position: relative;
  padding: 60px 0 140px;
  text-align: center;
  background-color: var(--brand-blue);
}

.sec-interview .top-ttl-h2 span {
  color: #fff;
}

.sec-interview .top-ttl-h2 {
  color: var(--yellow);
}

.interview__txt {
  padding: 0 18px;
  margin-bottom: 24px;
  color: #fff;
}

.sec-interview .link-btn-container .btn {
  background-color: rgba(0, 111, 188, 0.87);
  z-index: 10;
}

.interview__interview01-img {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateX(-300px);
  max-width: 200px;
}

.interview__interview02-img {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%) translateX(300px);
  max-width: 206px;
}

.interview__interview03-img {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%) translateX(-494px);
  max-width: 206px;
}

.interview__interview04-img {
  position: absolute;
  top: 30%;
  right: 50%;
  transform: translateX(-50%) translateX(630px);
  max-width: 168px;
}

.interview__interview05-img-pc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateX(-300px);
  max-width: 286px;
}

.interview__interview06-img-pc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateX(250px);
  max-width: 466px;
}

.interview__interview05-img-sp,
.interview__interview06-img-sp {
  display: none;
}

@media (max-width: 1112px) {
  .interview__interview01-img {
    top: 10%;
    left: 50%;
    transform: translateX(-50%) translateX(-260px);
    max-width: 180px;
  }

  .interview__interview02-img {
    top: 8%;
    left: 50%;
    transform: translateX(-50%) translateX(260px);
    max-width: 184px;
  }

  .interview__interview03-img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateX(-305px);
    max-width: 120px;
  }

  .interview__interview04-img {
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translateX(-50%) translateX(440px);
    max-width: 108px;
  }

  .interview__interview05-img-pc {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateX(-230px);
    max-width: 240px;
  }

  .interview__interview06-img-pc {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateX(200px);
    max-width: 356px;
  }
}

@media (max-width: 768px) {
  .sec-interview {
    padding: 60px 0;
  }

  .interview__interview05-img-pc,
  .interview__interview06-img-pc {
    display: none;
  }

  .interview__interview05-img-sp,
  .interview__interview06-img-sp {
    display: block;
  }

  .interview__interview05-img-sp {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 112px;
  }

  .interview__interview06-img-sp {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 162px;
  }

  .interview__interview01-img {
    top: -11%;
    left: 50%;
    transform: translateX(-50%) translateX(-100px);
    max-width: 100px;
  }

  .interview__interview02-img {
    top: -11%;
    left: 50%;
    transform: translateX(-50%) translateX(100px);
    max-width: 104px;
  }

  .interview__interview03-img {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%) translateX(-160px);
    max-width: 120px;
  }

  .interview__interview04-img {
    position: absolute;
    top: 16%;
    right: 50%;
    transform: translateX(-50%) translateX(228px);
    max-width: 80px;
  }
}

/* SPECIAL CONTENTS ---------------------------------------------------------*/
.sec-special-contents {
  margin: 60px 0;
  padding: 0 18px;
  text-align: center;
}

.sec-special-contents .top-ttl-h2 {
  color: var(--orange);
}

.special-contents__img-pc {
  max-width: 720px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 16px;
}

.special-contents__img-sp {
  display: none;
}

.sec-special-contents .link-btn-container .btn {
  color: var(--brand-blue);
  border: solid 1.4px var(--brand-blue);
}

@media (max-width: 768px) {
  .special-contents__img-pc {
    display: none;
  }

  .special-contents__img-sp {
    display: block;
    margin: 26px auto 10px;
    max-width: 320px;
    width: 100%;
  }
}

/* JOB INFORMATION ---------------------------------------------------------*/
.sec-job-information {
  padding: 72px 18px 94px;
  background-color: #0d5fa3;
  color: #fff;
}

.job-information__txt {
  text-align: center;
}

.job-information-inner {
  display: flex;
  max-width: 1000px;
  margin: 40px auto 0;
}

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

.job-information-txtarea:last-child {
  padding-right: 0;
}

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

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

.job-information-txtarea > a:last-of-type .btn {
  border-bottom: solid 0.6px #fff;
}

.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;
}

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

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

.sec-job-information .top-ttl-h2 {
  color: var(--yellow);
  letter-spacing: 0.06em;
}

.sec-job-information .top-ttl-h2 span {
  color: #fff;
}

@media (max-width: 768px) {
  .sec-job-information {
    padding: 42px 18px 60px;
  }

  .job-information-inner {
    margin: 26px auto 0;
    display: block;
  }

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

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

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

  .job-information-txtarea .btn {
    font-size: 17px;
  }
}

/* RECRUITMENT FLOW ---------------------------------------------------------*/

.sec-flow {
  max-width: 1000px;
  margin: 70px auto;
  padding: 0 18px;
  text-align: center;
}

.flow__container-sp {
  display: none;
}

.flow__container-pc {
  max-width: 1000px;
  margin: 20px auto;
}

.flow__container-pc .step-list {
  display: flex;
  justify-content: space-between;
  gap: 0;
  color: #fff;
}
.flow__container-pc .step-list .step {
  position: relative;
  flex: 1;
  padding: 54px 16px;
  font-weight: 500;
  font-size: 18px;
}

.flow__container-pc .step-list .step:nth-child(1) {
  background-color: var(--brand-blue);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.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 var(--brand-blue);
  z-index: 1;
}

.flow__container-pc .step-list .step:nth-child(2) {
  background-color: #4790cc;
}
.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 #4790cc;
  z-index: 1;
}

.flow__container-pc .step-list .step:nth-child(3) {
  background-color: #74a5ce;
}
.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 #74a5ce;
  z-index: 1;
}

.flow__container-pc .step-list .step:nth-child(4) {
  background-color: #a0caed;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

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

  .flow__container-sp {
    display: block;
  }

  .flow__container-pc {
    display: none;
  }

  .flow__container-sp .step-list .step {
    position: relative;
    flex: 1;
    padding: 20px 16px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
  }

  .flow__container-sp .step-list .step:nth-child(1) {
    background-color: var(--brand-blue);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .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 var(--brand-blue);
    z-index: 10;
  }

  .flow__container-sp .step-list .step:nth-child(2) {
    padding-top: 26px;
    background-color: #4790cc;
  }
  .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 #4790cc;
    z-index: 10;
  }

  .flow__container-sp .step-list .step:nth-child(3) {
    padding-top: 26px;
    background-color: #74a5ce;
  }
  .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 #74a5ce;
    z-index: 10;
  }

  .flow__container-sp .step-list .step:nth-child(4) {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #a0caed;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
インタビューページ　**************************************************
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー-*/
.main.staff-interview {
  background-color: var(--light-blue);
}
/* staff-interview ---------------------------------------------------------*/
.sec-staff-interview {
  padding: 80px 0 44px;
}

.staff-interview__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.staff-interview__ttl-h2 {
  margin-bottom: 48px;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 0.7;
}

.staff-interview__ttl-h2 .small {
  font-size: 22px;
}

.staff-interview__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2.4vw, 18px);
  box-sizing: border-box;
}

.staff-interview__card {
  background: #fff;
  padding-left: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 180px;
  border-radius: 20px;
}

.staff-interview__avatar-pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-interview__avatar-sp {
  display: none;
}

.staff-interview__card-body {
  padding: clamp(14px, 2.2vw, 18px);
  padding-left: 0;
}

.staff-interview__copy {
  margin-top: 10px;
  font-size: clamp(14px, 1.55vw, 15.5px);
}
.staff-interview__highlight {
  color: var(--orange);
  font-weight: 800;
}

.staff-interview__notes {
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
}

@media (max-width: 1020px) {
  .staff-interview__grid,
  .staff-interview__notes {
    padding: 0 18px;
  }
}

@media (max-width: 768px) {
  .sec-staff-interview {
    padding: 40px 0;
  }

  .staff-interview__ttl-h2 {
    margin-bottom: 36px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
  }

  .staff-interview__ttl-h2 .small {
    font-size: 26px;
  }

  .staff-interview__grid {
    grid-template-columns: 1fr;
  }

  .staff-interview__card {
    grid-template-columns: 100px 1fr;
    border-radius: 28px;
  }

  .staff-interview__avatar-sp {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .staff-interview__avatar-pc {
    display: none;
  }

  .staff-interview__name span {
    font-size: 18px;
  }
}

/* training ---------------------------------------------------------*/
.sec-training {
  padding-bottom: 100px;
}

.training__inner-pc {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

.training__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.training__txtarea {
  padding: 30px;
}

.training__h3 {
  margin-bottom: 10px;
  color: var(--brand-blue);
  font-size: 34px;
  font-weight: 500;
}

.training__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.sec-training .flow__container-pc {
  margin-bottom: 0;
}

.sec-training .flow__container-pc .step-list .step {
  padding: 13px 19px;
}

.sec-training .flow__container-pc .step-list .step p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.6;
}

.flow__training-img {
  position: absolute;
  top: 0;
  right: 0;
}

.sec-training .flow__container-pc .step-list .step:nth-child(3) {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.sec-training .flow__container-pc .step-list .step:nth-child(3)::after {
  content: none;
}

.training__inner-sp {
  display: none;
}

@media (max-width: 768px) {
  .sec-training {
    padding-bottom: 60px;
  }

  .training__inner-pc {
    display: none;
  }

  .training__inner-sp {
    position: relative;
    margin: 0 18px;
    padding: 30px 0;
    display: block;
    background-color: #fff;
  }

  .training__imgarea {
    text-align: center;
  }

  .training__inner-sp .training__h3 {
    padding: 0 18px 2px;
    font-size: 26px;
  }

  .training__inner-sp .training__txt {
    padding: 8px 18px 0;
    font-size: 16px;
  }

  .flow__training-img {
    width: 80%;
  }

  .sec-training .flow__container-sp {
    padding: 20px 18px;
  }

  .sec-training .flow__container-sp .step-list .step:nth-child(3) {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .sec-training .flow__container-sp .step-list .step:nth-child(3)::after {
    content: none;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
リアルな働き方とお給料　**************************************************
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー-*/
.main.work-style {
  padding-top: 80px;
  background-color: var(--light-blue);
}

.sec-work-style {
  margin-bottom: 80px;
}

.work-style__h3 {
  margin: 14px 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: var(--brand-blue);
}

.sec-work-style .red-hat-display {
  font-weight: 700;
}

.work-style__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.work-style__item {
  margin-bottom: 40px;
  padding: 62px;
  background-color: #fff;
  border-radius: 20px;
}

.work-style__inner > .work-style__item:not(:has(+ .work-style__item)) {
  margin-bottom: 20px;
}

.work-style__driver-introduction {
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 30px;
  align-items: center;
}

.work-style__driver-introduction-img {
  grid-row: 1 / 3;
}

.work-style__driver-introduction-txt {
  font-size: 18px;
  font-weight: 500;
}

.work-style__table {
  margin-top: 40px;
}

.sec-work-style .job-info__table tbody tr:last-child > th {
  background-color: var(--brand-blue);
  color: #fff;
}

.work-style__point {
  margin-top: 20px;
}

.work-style__point p {
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1020px) {
  .work-style__item {
    margin: 0 40px 30px;
  }

  .main.work-style .work-style__item .job-info__table th {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .main.main.work-style {
    padding-top: 30px;
  }

  .sec-work-style {
    margin-bottom: 60px;
  }

  .sec-work-style .red-hat-display {
    font-size: 24px;
  }

  .work-style__item {
    margin: 0 18px 30px;
    padding: 30px 14px 40px;
  }

  .work-style__driver-introduction {
    grid-template-columns: 100px 1fr;
    row-gap: 10px;
    column-gap: 10px;
  }

  .work-style__driver-introduction-img {
    grid-row: 1 / 2;
  }

  .work-style__driver-introduction-txt {
    grid-column: 1 / 3;
  }

  .work-style__driver-introduction-txt,
  .work-style__point p {
    font-size: 16px;
    line-height: 1.6;
  }

  .job-info__h3 {
    font-size: 20px;
  }

  .work-style__table {
    margin-top: 20px;
  }

  .work-style__table .job-info__table {
    border-radius: 10px;
  }

  .work-style__table .job-info__table th,
  .work-style__table .job-info__table td {
    padding: 9px;
  }

  .main.work-style .work-style__item .job-info__table th {
    width: 40%;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
募集職種　**************************************************
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー-*/
.main.job-information .sec-staff-interview,
.main.job-information .sec-training {
  background-color: var(--brand-blue);
}

/* 仕事内容 ****************************************/
.sec-job-type {
  max-width: 1000px;
  margin: 60px auto 90px;
}

.sec-job-type .lower_layer_page__ttl-h2 {
  margin-bottom: 54px;
  color: var(--black);
}

.job-type__h2 {
  padding-bottom: 14px;
  font-size: 30px;
  font-weight: 500;
  border-bottom: 1px solid var(--black);
}

.job-type__h2 span {
  margin-left: 20px;
  padding: 0 12px 2px;
  font-size: 20px;
  border: 1px solid var(--black);
}

.job-type__badges {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.job-type__badges .badge {
  margin-right: 8px;
  padding: 4px 8px;
  background-color: var(--black);
  color: #fff;
  font-size: 18px;
}

.job-type__item {
  margin: 32px 0;
}

.job-type__h3 {
  margin: 20px 0 14px;
  padding-left: 10px;
  font-size: 23px;
  font-weight: 500;
  border-left: 6px solid var(--orange);
}

.job-type__txt {
  margin: 14px 0;
}

.job-type__p-ttl {
  margin: 16px 0 2px;
}

.job-type__ul-margin {
  margin: 6px 0 24px !important;
}

.job-type__item ul {
  margin: 14px 0;
}

.job-type__item ul li {
  margin: 6px 0;
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.job-type__item .job-info__table {
  margin-top: 22px;
}

.job-type__item .job-info__table th {
  background-color: rgba(0, 111, 188, 0.19);
}

@media (max-width: 1020px) {
  .sec-job-type {
    padding: 0 18px;
  }
}

@media (max-width: 768px) {
  .sec-job-type {
    margin: 10px auto 40px;
  }

  .job-information .lower_layer_page__ttl-h2 .red-hat-display {
    font-size: 26px;
  }

  .job-information .lower_layer_page__ttl-h2 {
    margin-bottom: 40px;
  }

  .job-type__h2 {
    font-size: 22px;
  }

  .job-type__h2 span {
    margin-left: 6px;
    padding: 2px 4px 5px;
    font-size: 16px;
  }

  .job-type__badges {
    margin: 16px 0;
    row-gap: 6px;
  }

  .job-type__badges .badge {
    margin-right: 6px;
    padding: 2px 5px;
    font-size: 16px;
  }

  .job-type__h3 {
    font-size: 20px;
  }

  .job-type__item ul li {
    font-size: 14px;
  }

  .job-type__item .job-info__table {
    margin-top: 18px;
  }
}

/* detail ****************************************/
.sec-detail {
  display: grid;
  align-items: center;
  grid-template-columns: 340px 1fr;
  grid-template-rows: 1fr 120px;
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: center;
}

.detail__img {
  grid-row: 1 / 3;
}

.detail__txt {
  font-size: 32px;
  font-weight: 700;
  color: var(--orange);
}

.sec-detail .link-btn-container .btn {
  margin-bottom: 40px;
  color: var(--brand-blue);
  border: solid 1.4px var(--brand-blue);
}

.sec-detail .link-btn-container .btn:after {
  border-top: solid 2px var(--brand-blue);
  border-right: solid 2px var(--brand-blue);
}

@media (max-width: 1020px) {
  .sec-detail {
    padding: 0 18px;
    grid-template-rows: 1fr 140px;
  }

  .sec-detail .link-btn-container .btn {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .sec-detail {
    max-width: 560px;
    margin-top: 32px;
    grid-template-columns: 120px 1fr;
    grid-template-rows: 1fr 120px;
  }

  .detail__img {
    grid-row: 1 / 2;
  }

  .sec-detail .link-btn-container {
    grid-column: 1 / 3;
  }

  .detail__txt {
    font-size: 18px;
    line-height: 1.4;
  }

  .detail__txtarea img {
    max-width: 360px;
    width: 100%;
  }

  .sec-detail .link-btn-container .btn {
    margin-bottom: 30px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
エントリーボタン　**************************************************
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー-*/
.floating-entry-pc {
  position: fixed;
  right: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  width: 136px;
  height: 136px;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-weight: 500;
  line-height: 1.1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  z-index: 9999;
  text-align: center;
}

.floating-entry__line {
  font-size: 20px;
}

.floating-entry:hover,
.floating-entry:focus-visible {
  transform: translateY(-1px) scale(1.008);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  outline: none;
}

.floating-entry-sp {
  display: none;
}

@media (max-width: 768px) {
  .floating-entry-pc {
    display: none;
  }

  .floating-entry-sp {
    display: block;
  }

  .link-btn-container.floating-entry-sp p {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    margin: 0;
    padding: 8px 0;
    width: 94%;
    max-width: 600px;
    text-align: center;
    background-color: var(--orange);
    z-index: 9999;
    border: none;
  }
}
