@charset "UTF-8";

html {
  background: #fff;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #fff;
  line-height: 200%;
  overflow-x: hidden;
  font-family: 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
  /* ベースの背景設定 */
  background-image: linear-gradient(180deg, transparent 0 40%, #FFF 100%), url("/assets_lp/cnt/Reemployment/images/body_background.webp");
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}

/* 1. 基準となる親要素に relative を指定 */
.mv {
  width: 100%;
  position: relative;
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom; /* 画像下の隙間対策 */
}

a {
  opacity: 1;
  transition: all .3s;
  color: #ccc;
}

a:hover {
  opacity: 0.8;
  transition: all .3s;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

header img {
  display: block;
  width: 100%;
}

#contents {
  width: 100%;
}

#contents .contents_inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  box-shadow: 0 0 1px #000;
}

#contents .contents_wrapper {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.section_inner {
  margin: 0 auto;
}

/* =========================================
   ★追加：CTAボタン配置用スタイル (PC/共通)
========================================= */

/* FVエリアの親要素 */
.fv-container {
  position: relative;
  width: 100%;
  line-height: 0;
}

/* FVのボタン */
.fv-cta-button {
  position: absolute;
  z-index: 10;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 620px; /* PCでの幅 */
  bottom: 2%;  /* PCでの位置（下からの距離） */
  transition: opacity 0.3s;
}

/* img03エリアの親要素 */
.section-img03 {
  position: relative; /* 基準点 */
  width: 100%;
  line-height: 0;
}

/* img03の上のボタン */
.mid-cta-button {
  position: absolute;
  z-index: 10;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 400px; /* PCでの幅 */
  bottom: 10%;  /* PCでの位置（下からの距離） */
  transition: opacity 0.3s;
}

/* ボタンホバー時 */
.fv-cta-button:hover,
.mid-cta-button:hover {
  opacity: 0.8;
}


/* =========================================
   Video Section
========================================= */
.video {
  background: #fff;
}

.video .vtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video .vtitle .video_icon {
  width: 80px;
  margin-right: 10px;
}

.video .vtitle .video_title {
  background: #fff;
  padding: 1rem 0;
}

.video .video_title {
  text-align: center;
  color: #0477da;
  font-weight: bold;
}

.video iframe {
  width: 100%;
  height: 280px;
}

#formWrap iframe {
  height: 1100px;
}

@media (max-width: 750px) {
  .video {
    background: #fff;
  }

  .video iframe {
    width: 90%;
    height: 200px;
    margin: 0 auto;
    border: 10px solid #ccc;
  }
}

/* =========================================
   Item / Works
========================================= */
.item {
  background: #fff;
  padding-bottom: 2vw;
  width: 100%;
  padding: 0px 170px;
  padding-top: 1vw;
}

.item .work p {
  margin-top: 1vw;
  padding: 1vw auto;
  font-size: 80%;
  text-align: center;
}

.item .item_title {
  position: relative;
  display: block;
  text-align: center;
  margin: 1.5em auto;
  padding: 10px 13px 8px 13px;
  min-width: 120px;
  max-width: 60%;
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  background: #1481cc;
  border-radius: 20px;
}

.item_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #1481cc;
}

.item_title p {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-size: 80%;
}

/* =========================================
   Carousel / Slider
========================================= */
.carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider_inner {
  transition: transform 0.5s ease;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.slider_card {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.slider_card img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-next:before {
  background: url("/assets_lp/cnt/forklift/images/next.webp") no-repeat center center;
  background-size: contain;
}

.slick-prev:before {
  background: url("/assets_lp/cnt/forklift/images/prev.webp") no-repeat center center;
  background-size: contain;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 50px;
}

.slick-arrow {
  z-index: 2;
}

.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 1;
}

.slider_inner:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

.slider_inner:not(.slick-initialized) li {
  min-width: 100%;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
}

.img02 {
  padding: 0;
}

/* =========================================
   Form / Footer
========================================= */
.form_title {
  position: relative;
  display: inline-block;
  background: #0477da;
  width: 100%;
  font-size: 150%;
  color: #fff;
  text-align: center;
  padding: 2vw 0;
  letter-spacing: .1rem;
}

.form_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0477da;
}

.form_title span {
  font-size: 70%;
}

footer {
  background: #333;
}

footer .footer_inner {
  font-size: 80%;
  color: #ccc;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5vw 0;
}

footer .footer_inner img {
  width: 146px;
}

footer .copy {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px dotted #666;
  font-size: 80%;
  text-align: center;
  color: #888;
  padding: 1vw 0;
}

/* =========================================
   Fixed Button / Animation
========================================= */
.fixedbtn {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-color: rgba(0, 22, 44, 0.8);
  position: fixed;
  bottom: 0;
  transition: all .3s;
  z-index: 9999;
}

.fixedbtn .date {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.fixedbtn_inner {
  width: 500px;
  margin: 0 auto;
  padding: 1rem 0;
}

.fixedbtn_inner img {
  width: 80%;
  margin: 0 auto;
}

.is-open {
  visibility: visible;
  opacity: 1;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.anime-updown {
  animation: 2s fuwafuwa infinite;
}

@keyframes fuwafuwa {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* =========================================
   QA Section (Customized)
========================================= */
.qa {
  padding: 0 0 4vw 0;
  background-image: url("/assets_lp/cnt/Reemployment/images/back_img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 300px;
}

.qa .qa_title {
  position: relative;
  display: inline-block;
  background: #061c43;
  width: 100%;
  font-size: 150%;
  color: #fff;
  text-align: center;
  padding: 2vw 0;
  margin-bottom: 2vw;
  letter-spacing: .1rem;
}

.qa .qa_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0477da;
}

.qa .support_inner {
  margin-top: 0vw;
  padding: 0 8vw;
}

/* --- 回答（A）エリア --- */
.qa .support_inner .support_box {
  display: none;
  /* 初期は非表示 */
  background: #f0f5fa;
  padding: 20px;
  position: relative;
  /* Aマーク位置調整用 */
  padding-left: 3.5em;
  /* 左側にAマーク用スペース確保 */
}

/* Aマークの設定 */
.qa .support_inner .support_box::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  color: #c63232;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 0;
}

.qa .support_inner .support_box p {
  color: #000000;
  margin: 0;
}

.qa .support_inner .support_box .red {
  color: #c00;
}

/* --- 質問（Q）タイトル --- */
.title {
  position: relative;
  cursor: pointer;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  background: #061c43;
  margin-top: 20px;
   
  /* 【修正】左にQ、右に＋のための余白設定 */
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 4em;  /* 左にQマークが入る余白 */
  padding-right: 3em; /* 右に＋マークが入る余白 */
   
  transition: all .5s ease;
  text-align: left;
}

/* 【修正】Qマークの設定（左へ配置） */
.title::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
   
  /* 左配置 */
  left: 10px;
  right: auto;
   
}

/* 【修正】＋／－アイコンの設定（右端へ配置） */
.title::after {
  content: "＋";
  display: block;
  position: absolute;
   
  /* 右端配置 */
  right: 15px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
   
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
   
  background: none;
  width: auto;
  height: auto;
  border: none;
  font-weight: bolder;
}

/* アコーディオンが開いた時 */
.title.close::after {
  content: "－";
  transform: translateY(-55%);
}

/* 回転アニメーションの無効化 */
.title.close::before {
  transform: translateY(-50%);
}


/* =========================================
   Slick / Tabs / Movie etc.
========================================= */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

_:-ms-lang(x)::-ms-backdrop,
.anime_slide {
  display: -ms-grid;
  overflow: hidden;
}

.anime_slide__wrap {
  display: flex;
  overflow: hidden;
}

.anime_slide__list {
  display: flex;
  list-style: none;
  margin: 0;
}

.anime_slide__list--left {
  animation: infinity-scroll-left 25s infinite linear 0.5s both;
}

.anime_slide__item {
  width: calc(100vw / 6);
  margin-right: 10px;
}

.anime_slide__item picture {
  width: 0;
  height: 0;
}

.anime_slide__item>img {
  width: 100%;
  line-height: 0;
}

@media (max-width: 750px) {

  .slick-arrow:before {
    top: -10px;
  }

  .anime_slide__list {
    display: flex;
    list-style: none;
    width: 100%;
  }

  .anime_slide__item {
    width: calc(100vw / 2);
    margin-right: 5px;
  }
}

.tabs_box {
  width: 600px;
  margin: auto;
}

.tabs {
  display: flex;
  cursor: pointer;
}

.tab {
  padding: 10px 60px;
  border-bottom: none;
  background: #a5a5a5;
  margin-right: 0px;
  border-radius: 5px 5px 0 0;
}

.tab.active {
  background: #023f76;
  font-weight: bold;
}

.tab-content {
  display: none;
  padding: 20px;
  border: 7px solid #023f76;
  border-radius: 0 5px 5px 5px;
  background: #fff;
}

.tab-content.active {
  display: block;
}

@media (max-width: 750px) {

  .tabs_box {
    width: 100%;
    margin: auto;
    padding: 0px 10px;
  }

  .tabs {
    display: flex;
    cursor: pointer;
  }

  .tab {
    padding: 10px 10px;
    border-bottom: none;
    background: #a5a5a5;
    margin-right: 0px;
    border-radius: 5px 5px 0 0;
    width: 50%;
    font-size: 90%;
    text-align: center;

  }

  .tab.active {
    background: #023f76;
    font-weight: bold;
    width: 50%;
    font-size: 90%;
    text-align: center;
  }

  .tab-content {
    display: none;
    padding: 0px;
    border: 3px solid #023f76;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
  }

  .tab-content.active {
    display: block;
  }

}


.movie {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: #f0f5fa;
}

.movie img {
  width: 100%;
  height: 100%;
  margin: auto;

}

html body main .movie .inner {
  margin: 0 auto;
  max-width: 55%;
  padding: 0px 0px 70px 0px;
  text-align: -webkit-center;
}

html body main .movie .YouTube {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

@media (max-width:750px) {
  .movie {
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .movie img {
    width: 100%;
    height: 100%;
    margin: auto;
  }

  html body main .movie .inner {
    margin: 0 auto;
    max-width: 55%;
    padding: 0px 0px 48px 0px;
  }

  html body main .movie .YouTube {
    width: 83%;
    height: 100%;
    aspect-ratio: 16/9;
  }


  html body main .movie .inner {
    max-width: 100%;
    width: calc(690/750 * 100vw);
  }

  html body main .movie .movie_title {
    margin: 0 auto calc(30/750 * 100vw);
    width: calc(540/750 * 100vw);
  }

}

/* 下部の汎用アコーディオン（QAとは別） */
.accordion {
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.accordion-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  background: #023f76;
  cursor: pointer;
}

.accordion-btn:hover {
  background: #3c6b94;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
  padding: 0 12px;
}

.accordion-content p {
  margin: 12px 0;
}

.accordion.active .accordion-content {
  max-height: 100%;
  padding: 12px;
}

.accordion-btn::after {
  content: "▼";
  font-size: 14px;
  transition: transform 0.3s ease;
}

.accordion-btn.active::after {
  transform: rotate(180deg);
}

/* =================================================================
   # SP (Mobile Global)
   ================================================================= */

@media (max-width: 750px) {

  /* ★追加：CTAボタン配置用スタイル (SP) */
  /* FVのボタン（スマホ調整） */
  .fv-cta-button {
    width: 80%;   /* 画面幅の80% */
    bottom: 10%;  /* 下からの距離 */
  }

  /* img03のボタン（スマホ調整） */
  .mid-cta-button {
    width: 80%;   /* 画面幅の80% */
    bottom: 8%;   /* 下からの距離 */
  }

  .slick-initialized .slick-slide {
    border: 3px solid #023f76;
  }

  #formWrap iframe {
    min-height: 1100px;
    height: auto;
  }

  #contents .contents_inner {
    width: 100%;
    border-left: none;
    border-right: none;
  }

  #contents .contents_wrapper {
    border-left: none;
    border-right: none;
  }

  #contents .contents_inner {
    width: 100%;
  }

  .work {
    width: 100%;
  }

  .form_title {
    padding: 2vw 0 4vw 0;
  }

  .slider_inner {
    width: 100%;
  }

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }

  .item {
    padding-bottom: 8vw;
    padding: 0px 30px;
  }

  .item p {
    margin-top: 4vw;
  }

  footer {
    padding-bottom: 40px;
  }

  footer .footer_inner {
    width: 90%;
  }

  footer .footer_inner p {
    font-size: 80%;
  }

  footer .footer_inner img {
    width: 50px;
  }

  footer .copy {
    width: 100%;
    font-size: 80%;
    padding: 3vw 0;
  }

  .fixedbtn_inner {
    width: 100%;
  }

  .fixedbtn_inner img {
    width: 80%;
    display: block;
  }

  /* --- QAセクションのスマホ対応 --- */
  .qa {
    padding: 0 0 10vw 0;
    /* スマホ用背景画像の指定 */
    background-image: url("/assets_lp/cnt/Reemployment/images/sp_back_img.webp");
  }

  .qa .qa_title {
    padding: 4vw 0;
  }

  /* QAのタイトル（Q）スマホ調整 */
  .qa .support_inner .title {
    padding-left: 4em;  /* Q用余白 */
    padding-right: 3em; /* ＋用余白 */
    font-size: 90%;
  }

  /* QAの回答（A）スマホ調整 */
  .qa .support_inner .support_box {
    font-size: 90%;
    padding: 2.5vw;
    padding-left: 3.5em; /* A用余白 */
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}