@charset "UTF-8";
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
:root {
  --color-primary: #373582;
  --color-secondary: #0092D7;
  --color-white: #fff;
  --color-black: #222;
  --color-yellow:#FFE02F;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 62.5%;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.7;
}

.container {
  max-width: 1190px;
  padding: 0 4rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.6rem;
  }
}
.container--sns {
  max-width: 1135px;
}
.container--small {
  max-width: 980px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.stop-scroll {
  overflow: hidden;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.header.float {
  position: fixed;
  background-color: #fff;
}
.header.float .header_sitelogo {
  width: 18rem;
  margin: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .header.float .header_sitelogo {
    width: 14rem;
  }
}
.header_sitelogo {
  width: 26rem;
  background-color: var(--color-white);
  padding: 0.8rem;
  margin-top: 3.2rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header_sitelogo {
    margin-top: 1.6rem;
    width: 16rem;
  }
}
.header_container {
  max-width: 1400px;
  padding: 0 4rem;
  margin: auto;
  display: flex;
  gap: 2.4rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_container {
    padding: 0 1.6rem;
  }
}
.header_hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_hamburger {
    display: block;
    width: 4rem;
    height: 3rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header_nav.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: var(--color-white);
    padding: 1.6rem 2.4rem;
    padding-top: 10rem;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_btn {
    display: none;
  }
}
.header_infoarea {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.hamburger {
  z-index: 150;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.hamburger_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: var(--color-primary);
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  border-radius: 0.2rem;
}
.hamburger_bar:nth-child(1) {
  top: 0;
}
.hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger_bar:nth-child(3) {
  bottom: 0;
}
.hamburger.active .hamburger_bar:nth-child(1) {
  transform: translateY(1.25rem) rotate(-45deg);
}
.hamburger.active .hamburger_bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .hamburger_bar:nth-child(3) {
  transform: translateY(-1.25rem) rotate(45deg);
}

.globalnavi-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 4rem;
}
@media screen and (max-width: 768px) {
  .globalnavi-list {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.btn {
  background-color: var(--color-yellow);
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.5rem 4rem;
  border-radius: 99px;
  display: block;
  color: var(--color-black);
  text-decoration: none;
  filter: drop-shadow(0px 0.2rem 0.4rem rgba(86, 86, 86, 0.2705882353));
  min-width: 20rem;
  text-align: center;
  margin: auto;
  white-space: pre;
}

.mv {
  position: relative;
  overflow: hidden;
  height: 70rem;
  background-image: url(../../img/lp/mv_4C9A8376.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mv {
    background-size: cover;
    background-image: url(../../img/lp/mv_4C9A8376_sp.jpg);
  }
}
.mv_container {
  max-width: 1400px;
  padding: 0 4rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mv_container {
    padding: 0 1.6rem;
  }
}
.mv_copy {
  font-size: 4rem;
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .mv_copy {
    font-size: 2.4rem;
    margin-top: 12rem;
    line-height: 1.65;
  }
}
.mv_copy span {
  border: solid var(--color-primary) 0.2rem;
  margin-left: -0.2rem;
  padding: 0 0.9rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.mv_copy span:nth-of-type(n+8) {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.sec {
  padding-top: 24rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec {
    line-height: 1.53;
    font-size: 2.4rem;
    padding-top: 16rem;
  }
}
.sec--pad {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .sec--pad {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.sec-ttl {
  font-size: 3.2rem;
  color: var(--color-primary);
  font-weight: 500;
  max-width: 1400px;
  padding: 0 4rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    line-height: 1.65;
    font-size: 2.4rem;
    padding: 0 1.6rem;
  }
}
.sec-ttl span {
  border: solid var(--color-primary) 0.2rem;
  margin-left: -0.2rem;
  padding: 0 0.7rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .sec-ttl span {
    padding: 0 0.4rem;
  }
}

.about {
  background-image: url(../../img/lp/main-visual-bottom.jpg);
  background-repeat: no-repeat;
  background-position: top 55% center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about {
    background-size: 260%;
    background-position: center;
  }
}
.about_desc {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 500;
  color: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .about_desc {
    font-size: 1.6rem;
    padding: 1.6rem;
    text-align: left;
  }
}

.appeal-point {
  position: relative;
}
.appeal-point::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 133rem;
  background-color: var(--color-secondary);
  clip-path: polygon(0 35%, 100% 0%, 100% 65%, 0 100%);
  mix-blend-mode: multiply;
  top: 24rem;
  z-index: -2;
}
.appeal-point::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--color-primary);
  content: "";
  position: absolute;
  width: 100%;
  height: 133rem;
  background-color: var(--color-primary);
  clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
  mix-blend-mode: multiply;
  top: 111rem;
  z-index: -1;
}
.appeal-point .sec-ttl::before {
  content: "DISCOVER\aTHE APPEAL";
  position: absolute;
  z-index: -1;
  white-space: pre;
  color: var(--color-secondary);
  font-size: 15.7rem;
  line-height: 1.25;
  opacity: 0.3;
  top: -18.4rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .appeal-point .sec-ttl::before {
    font-size: 7.5rem;
    top: -10.5rem;
    line-height: 1.6;
  }
}
.appeal-point .sec-ttl span:nth-of-type(n+13) {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.appeal-point_list-area {
  margin-top: 24rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .appeal-point_list-area {
    margin-top: 18rem;
    margin-bottom: 4rem;
  }
}

.appeal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
}
@media screen and (max-width: 768px) {
  .appeal-list {
    gap: 4rem 1.6rem;
  }
}
.appeal-list_item {
  display: flex;
  align-items: center;
  width: calc((100% - 3.6rem) / 2);
  background-color: #fff;
  border: solid 0.2rem var(--color-primary);
  padding: 1.6rem;
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .appeal-list_item {
    flex-direction: column;
    width: calc((100% - 1.6rem) / 2);
  }
}
.appeal-list_item::before {
  content: "";
  background-image: url(../../img/lp/no01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: -2.5rem;
  left: -0.2rem;
}
.appeal-list_item:nth-child(1)::before {
  background-image: url(../../img/lp/no01.svg);
}
.appeal-list_item:nth-child(2)::before {
  background-image: url(../../img/lp/no02.svg);
}
.appeal-list_item:nth-child(3)::before {
  background-image: url(../../img/lp/no03.svg);
}
.appeal-list_item:nth-child(4)::before {
  background-image: url(../../img/lp/no04.svg);
}
.appeal-list_item:nth-of-type(even) {
  position: relative;
  top: -6.4rem;
}
.appeal-list_desc {
  flex: 1;
}
.appeal-list_tmb {
  width: 11rem;
}
.appeal-list_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .appeal-list_ttl {
    font-size: 1.8rem;
  }
}

.strengths {
  position: relative;
  background-image: url(../../img/lp/truck_single.png);
  background-repeat: no-repeat;
  background-size: 75rem;
  background-position: top 35rem right -10rem;
}
@media screen and (max-width: 1440px) {
  .strengths {
    background-size: 50%;
  }
}
@media screen and (max-width: 768px) {
  .strengths {
    background-size: 70%;
    background-position: top 26rem right -10rem;
    padding-top: 13rem;
  }
}
.strengths_list-area {
  margin-top: 29rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .strengths_list-area {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}
.strengths .sec-ttl::before {
  content: "STRENGTHS & \a FEATURES";
  position: absolute;
  z-index: -1;
  white-space: pre;
  color: var(--color-white);
  font-size: 15.7rem;
  line-height: 1.25;
  opacity: 0.3;
  top: -18.4rem;
  -webkit-text-stroke: 1px var(--color-primary);
  text-stroke: 1px var(--color-primary);
}
@media screen and (max-width: 768px) {
  .strengths .sec-ttl::before {
    content: "STRENGTH \a FEATURES";
    font-size: 8.4rem;
    line-height: 1.4;
    top: -10.2rem;
  }
}
.strengths .sec-ttl span:nth-of-type(n+13) {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.strengths-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .strengths-list {
    gap: 1.6rem;
  }
}
.strengths-list_item {
  width: calc((100% - 6.4rem) / 3);
  background-color: var(--color-white);
  border: solid 0.2rem var(--color-primary);
}
@media screen and (max-width: 768px) {
  .strengths-list_item {
    width: calc((100% - 1.6rem) / 2);
  }
}
.strengths-list_item:nth-child(3n+2) {
  position: relative;
  top: 8rem;
}
@media screen and (max-width: 768px) {
  .strengths-list_item:nth-child(3n+2) {
    top: unset;
  }
}
.strengths-list_item:nth-child(3n) {
  position: relative;
  top: 16rem;
}
@media screen and (max-width: 768px) {
  .strengths-list_item:nth-child(3n) {
    top: unset;
  }
}
.strengths-list_item:nth-child(even) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .strengths-list_item:nth-child(even) {
    top: 8rem;
  }
}
.strengths-list_desc {
  padding: 1.6rem;
  padding-top: 3rem;
  position: relative;
  border-top: solid 0.2rem var(--color-primary);
}
@media screen and (max-width: 768px) {
  .strengths-list_desc {
    padding: 1.6rem 0.8rem 0.8rem;
  }
}
.strengths-list_ttl {
  display: inline-block;
  background-color: var(--color-white);
  border: solid 0.2rem var(--color-primary);
  position: absolute;
  top: -2.4rem;
  left: -0.2rem;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0.8rem 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .strengths-list_ttl {
    font-size: 1.8rem;
  }
}

.steps {
  position: relative;
  background-image: url(../../img/lp/forklift.svg);
  background-repeat: no-repeat;
  background-size: 38rem;
  background-position: bottom 0rem right 3rem;
  padding-bottom: 1px;
  background-position: bottom 0rem right 1.6rem;
}
@media screen and (max-width: 1440px) {
  .steps {
    background-size: 26%;
  }
}
@media screen and (max-width: 768px) {
  .steps {
    background-size: 48%;
    padding-top: 18rem;
    padding-bottom: 4rem;
  }
}
.steps::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 133rem;
  background-color: var(--color-secondary);
  clip-path: polygon(0 35%, 100% 0%, 100% 65%, 0 100%);
  mix-blend-mode: multiply;
  top: 32rem;
  z-index: -2;
}
.steps::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--color-primary);
  content: "";
  position: absolute;
  width: 100%;
  height: 133rem;
  background-color: var(--color-primary);
  clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
  mix-blend-mode: multiply;
  top: 119rem;
  z-index: -1;
}
.steps_list-area {
  margin-top: 30rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .steps_list-area {
    margin-top: 20rem;
  }
}
.steps .sec-ttl::before {
  content: "STEPS TO\aINDEPENDENCE";
  position: absolute;
  z-index: -1;
  white-space: pre;
  color: var(--color-secondary);
  font-size: 15.7rem;
  line-height: 1.25;
  opacity: 0.3;
  top: -18.4rem;
}
@media screen and (max-width: 768px) {
  .steps .sec-ttl::before {
    content: "STEPS TO\aINDEPENDEN";
    font-size: 7.3rem;
    top: -10rem;
    line-height: 1.6;
  }
}
.steps .sec-ttl span:nth-of-type(n+8) {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.steps-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .steps-list {
    gap: 6.4rem 1.6rem;
  }
}
.steps-list_item {
  width: calc((100% - 7.2rem) / 4);
  background-color: var(--color-white);
  border: solid 0.2rem var(--color-primary);
  position: relative;
}
@media screen and (max-width: 768px) {
  .steps-list_item {
    width: calc((100% - 1.6rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .steps-list_item:nth-child(2)::after {
    display: none;
  }
}
.steps-list_item::before {
  content: "";
  padding-left: 2rem;
  font-size: 2.8rem;
  color: var(--color-white);
  position: absolute;
  width: 15.6rem;
  height: 6.4rem;
  background-image: url(../../img/lp/track-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -4.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.steps-list_item::after {
  content: "";
  background-image: url(../../img/lp/arrow-up.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 10.6rem;
  height: 7.8rem;
  top: -9.7rem;
  right: -7rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .steps-list_item::after {
    filter: drop-shadow(2px 2px 0 #fff);
    top: -7.5rem;
    right: -6rem;
    width: 6rem;
    height: 4.6rem;
  }
}
.steps-list_item:nth-child(1)::before {
  content: "STEP01";
}
.steps-list_item:nth-child(2) {
  top: -8rem;
}
@media screen and (max-width: 768px) {
  .steps-list_item:nth-child(2) {
    top: unset;
  }
}
.steps-list_item:nth-child(2)::before {
  content: "STEP02";
}
.steps-list_item:nth-child(3) {
  top: -16rem;
}
@media screen and (max-width: 768px) {
  .steps-list_item:nth-child(3) {
    top: unset;
  }
}
.steps-list_item:nth-child(3)::before {
  content: "STEP03";
}
.steps-list_item:nth-child(4) {
  top: -24rem;
}
@media screen and (max-width: 768px) {
  .steps-list_item:nth-child(4) {
    top: unset;
  }
}
.steps-list_item:nth-child(4)::before {
  content: "STEP04";
}
.steps-list_item:nth-child(4)::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .steps-list_item:nth-child(even) {
    top: -10rem;
  }
}
.steps-list_desc {
  padding: 1.6rem;
}
.steps-list_tmb {
  padding: 4rem 2.4rem 0;
  text-align: center;
}
.steps-list_img {
  object-fit: contain;
  height: 12.5rem;
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .steps-list_img {
    width: 100%;
  }
}
.steps-list_ttl {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .steps-list_ttl {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
  }
}

.daily-schedule {
  color: var(--color-white);
  background-image: url(../../img/lp/carrying-person.svg);
  background-repeat: no-repeat;
  background-size: 30rem;
  background-position: bottom 0rem right 3rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1440px) {
  .daily-schedule {
    background-size: 21%;
  }
}
@media screen and (max-width: 768px) {
  .daily-schedule {
    background-size: 43%;
    background-position: bottom 0rem right 3rem;
    padding-bottom: 11rem;
  }
}
.daily-schedule_list-area {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .daily-schedule_list-area {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.daily-schedule_desc {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .daily-schedule_desc {
    margin-top: 4rem;
  }
}
.daily-schedule .sec-ttl::before {
  content: "DAILY SCHEDULE OF\a A TRUCK DRIVER";
  position: absolute;
  z-index: -1;
  white-space: pre;
  color: var(--color-white);
  font-size: 15.7rem;
  line-height: 1.25;
  opacity: 0.3;
  top: -18.4rem;
  -webkit-text-stroke: 1px var(--color-primary);
  text-stroke: 1px var(--color-primary);
}
@media screen and (max-width: 768px) {
  .daily-schedule .sec-ttl::before {
    content: "DAILY SCHED\a A TRUCK DR";
    font-size: 7rem;
    top: -10.3rem;
    line-height: 1.7;
  }
}
.daily-schedule .sec-ttl span:nth-of-type(n+7) {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  position: relative;
}
.schedule-list::before {
  content: "";
  height: 94%;
  width: 0.2rem;
  position: absolute;
  background-color: var(--color-black);
  left: 7.9rem;
  top: 3rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .schedule-list::before {
    left: 6rem;
    height: 92%;
  }
}
.schedule-list_item {
  color: var(--color-white);
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schedule-list_item {
    align-items: flex-start;
  }
}
.schedule-list_subttl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .schedule-list_subttl {
    font-size: 1.8rem;
  }
}
.schedule-list_ttl {
  line-height: 8.1rem;
  font-size: 4rem;
  color: var(--color-primary);
  background-color: var(--color-white);
  height: 100%;
  border: solid 0.2rem var(--color-primary);
  padding: 0rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .schedule-list_ttl {
    font-size: 2.4rem;
    line-height: 1;
    padding: 1.3rem 3.2rem;
  }
}
.schedule-list_data {
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  color: var(--color-primary);
  border: solid 0.2rem var(--color-primary);
  font-weight: bold;
  padding: 0.8rem 1.6rem;
  width: 61%;
}
.schedule-list_time {
  display: block;
}

.career-stories {
  position: relative;
}
.career-stories::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 133rem;
  background-color: var(--color-secondary);
  clip-path: polygon(0 35%, 100% 0%, 100% 65%, 0 100%);
  mix-blend-mode: multiply;
  top: 30rem;
  z-index: -2;
}
.career-stories::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--color-primary);
  content: "";
  position: absolute;
  width: 100%;
  height: 133rem;
  background-color: var(--color-primary);
  clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
  mix-blend-mode: multiply;
  top: 112rem;
  z-index: -1;
}
.career-stories .sec-ttl::before {
  content: "CAREER STORIES FROM\aOUR TEAM";
  position: absolute;
  z-index: -1;
  white-space: pre;
  color: var(--color-secondary);
  font-size: 15rem;
  line-height: 1.3;
  opacity: 0.3;
  top: -18.4rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .career-stories .sec-ttl::before {
    content: "CAREER STORIES\a FROM OUR TEAM";
    font-size: 5.4rem;
    top: -8.5rem;
    line-height: 1.9;
  }
}
.career-stories .sec-ttl span:nth-of-type(n+11) {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.career-stories_list-area {
  margin-top: 24rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .career-stories_list-area {
    margin-top: 8rem;
  }
}

.career-list {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .career-list {
    flex-wrap: wrap;
  }
}
.career-list_item {
  display: flex;
  position: relative;
  background-color: var(--color-white);
  border: solid 0.2rem var(--color-primary);
  gap: 1.2rem;
  padding: 3.2rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .career-list_item {
    flex-direction: column;
  }
}
.career-list_item:first-child {
  top: 8rem;
}
@media screen and (max-width: 768px) {
  .career-list_item:first-child {
    top: unset;
  }
}
.career-list_tmb {
  width: 24.6rem;
}
.career-list_ttl {
  position: absolute;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: var(--color-white);
  border: solid 0.2rem var(--color-primary);
  top: -3.2rem;
  left: -0.2rem;
}
@media screen and (max-width: 768px) {
  .career-list_ttl {
    font-size: 2rem;
    top: -1.8rem;
    left: -0.2rem;
  }
}
.career-list_name {
  font-size: 2.7rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
}
.career-list_ttl-subttl {
  padding: 0 1.2rem;
  color: var(--color-white);
  background-color: var(--color-primary);
}
.career-list_ttl-contents {
  padding: 0 1.2rem;
  color: var(--color-primary);
}
.career-list_detail-list-area {
  flex: 1;
}

.detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.detail-list_ttl {
  font-size: 2rem;
  color: var(--color-primary);
}

.social-media {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .social-media {
    margin-top: 0;
    padding-top: 10rem;
  }
}
.social-media_list-area {
  margin-top: 24rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .social-media_list-area {
    margin-top: 8rem;
  }
}
.social-media .sec-ttl::before {
  content: "FUJII LOGISTICS IN\aON SOCIAL MEDA";
  position: absolute;
  z-index: -1;
  white-space: pre;
  color: var(--color-white);
  font-size: 15.7rem;
  line-height: 1.25;
  opacity: 0.3;
  top: -18.4rem;
  -webkit-text-stroke: 1px var(--color-primary);
  text-stroke: 1px var(--color-primary);
}
@media screen and (max-width: 768px) {
  .social-media .sec-ttl::before {
    font-size: 7rem;
    top: -10.5rem;
    content: "FUJII LOGIST\aON SOCIAL";
    line-height: 1.7;
  }
}
.social-media .sec-ttl span:nth-of-type(n+6) {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.social-media-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .social-media-list {
    flex-direction: column;
  }
}
.social-media-list_item {
  flex: 1;
  overflow: hidden;
}

.faq {
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: -8rem;
  }
}
.faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 133rem;
  background-color: var(--color-secondary);
  clip-path: polygon(0 35%, 100% 0%, 100% 65%, 0 100%);
  mix-blend-mode: multiply;
  top: 30rem;
  z-index: -2;
}
.faq::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--color-primary);
  content: "";
  position: absolute;
  width: 100%;
  height: 133rem;
  background-color: var(--color-primary);
  clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
  mix-blend-mode: multiply;
  top: 115rem;
  z-index: -1;
}
.faq .sec-ttl::before {
  content: "QUESTIONS & \a ANSWERS";
  position: absolute;
  z-index: -1;
  white-space: pre;
  color: var(--color-secondary);
  font-size: 15.7rem;
  line-height: 1.25;
  opacity: 0.3;
  top: -18.4rem;
}
@media screen and (max-width: 768px) {
  .faq .sec-ttl::before {
    font-size: 6.5rem;
    top: -10rem;
    line-height: 1.7;
  }
}
.faq .sec-ttl span:nth-of-type(n+5) {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.faq_faq-list-area {
  margin-top: 24rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .faq_faq-list-area {
    margin-top: 8rem;
  }
}

.faq-list_item {
  font-family: "Noto Sans JP";
  background-color: var(--color-white);
  border-top: solid 0.2rem var(--color-primary);
  border-right: solid 0.2rem var(--color-primary);
  border-left: solid 0.2rem var(--color-primary);
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .faq-list_item {
    padding: 1.6rem 0.8rem;
  }
}
.faq-list_item:last-child {
  border-bottom: solid 0.2rem var(--color-primary);
}
.faq-list_q {
  position: relative;
  padding-left: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .faq-list_q {
    padding-left: 3.2rem;
    font-size: 1.6rem;
  }
}
.faq-list_q::before {
  content: "";
  background-image: url(../../img/lp/q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.2rem;
  height: 2.6rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .faq-list_q::before {
    left: 0.2rem;
  }
}
.faq-list_q::after {
  content: "";
  background-image: url(../../img/lp/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .faq-list_q::after {
    right: 0.4rem;
    width: 2rem;
    height: 1.3rem;
  }
}
.faq-list_q.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-list_a {
  display: none;
  transition: 0.2s;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .faq-list_a {
    padding-left: 2.8rem;
  }
}
.faq-list_a::before {
  content: "";
  background-image: url(../../img/lp/a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2.2rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .faq-list_a::before {
    left: 0.25rem;
  }
}

@media screen and (max-width: 768px) {
  .job-description {
    margin-top: -9rem;
  }
}
.job-description .sec-ttl::before {
  content: "JOB \a DESCRIPTION";
  position: absolute;
  z-index: -1;
  white-space: pre;
  color: var(--color-white);
  font-size: 15.7rem;
  line-height: 1.25;
  opacity: 0.3;
  top: -18.4rem;
  -webkit-text-stroke: 1px var(--color-primary);
  text-stroke: 1px var(--color-primary);
}
@media screen and (max-width: 768px) {
  .job-description .sec-ttl::before {
    font-size: 6.5rem;
    top: -9.5rem;
    line-height: 1.7;
  }
}
.job-description .sec-ttl span:nth-of-type(n+3) {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

@media screen and (max-width: 768px) {
  .job-app {
    padding-top: 10rem;
  }
}
.job-app_form-area {
  margin-top: 9rem;
}
.job-app_desc {
  margin: 4rem 0;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .job-app_desc {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .job-app_img {
    object-fit: cover;
    height: 11rem;
  }
}
.job-app .sec-ttl {
  position: relative;
}
.job-app .sec-ttl::before {
  content: "APPLY NOW USING \aTHE FORM BELOW";
  position: absolute;
  z-index: -1;
  white-space: pre;
  color: var(--color-secondary);
  font-size: 15.7rem;
  line-height: 1.25;
  opacity: 0.3;
  top: -18.4rem;
}
@media screen and (max-width: 768px) {
  .job-app .sec-ttl::before {
    font-size: 7.5rem;
    top: -10.25rem;
    content: "APPLY NOW \aUSING THE";
    line-height: 1.55;
  }
}
.job-app .sec-ttl span {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.job-app .sec-ttl span:nth-of-type(n+8) {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.job-description_job-list-area {
  padding: 4rem 14rem;
  margin: 9rem 0 8rem;
  background-color: var(--color-white);
  border: solid 0.2rem var(--color-primary);
}
@media screen and (max-width: 768px) {
  .job-description_job-list-area {
    padding: 1.6rem;
  }
}

.job-list_item {
  display: flex;
  border-bottom: solid 0.1rem var(--color-black);
  padding: 2.4rem;
  padding-left: 0;
  gap: 2.4rem;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .job-list_item {
    gap: 1.6rem;
  }
}
.job-list_item:last-child {
  border-bottom: none;
}
.job-list_ttl {
  width: 15.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .job-list_ttl {
    width: 7rem;
  }
}
.job-list_info {
  flex: 1;
}

.form-label {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

.entryform {
  max-width: 480px;
  margin: auto;
}

.wpcf7-text, .wpcf7-email, .wpcf7-textarea, .wpcf7-number {
  font-family: "Noto Sans JP";
  border: solid 0.2rem var(--color-primary);
  font-size: 1.6rem;
  padding: 1rem;
}

.wpcf7-text, .wpcf7-textarea {
  width: 22rem;
}

.wpcf7-email {
  width: 28rem;
}

.wpcf7-textarea {
  width: 100%;
}

.input-name, .wpcf7-not-valid-tip, .wpcf7-response-output {
  font-size: 1.6rem;
  font-weight: 500;
}

.input-name.req::before {
  content: "※";
  color: #dc3232;
}

.float-btn {
  position: fixed;
  width: 100%;
  display: none;
  bottom: 0;
  background-color: #fff;
  padding: 0.8rem 1.6rem;
  z-index: 150;
}
@media screen and (max-width: 768px) {
  .float-btn {
    display: block;
  }
}

.footer {
  font-family: "Noto Sans JP";
  text-align: center;
  padding: 2.4rem;
}
.footer_copyright {
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */