@charset "UTF-8";

/* 2025/08 footerパーツ共通化 */
@import url(../../assets/css/footer.css);

/* ----------------------
    ress.min.css
----------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ----------------------
    Values
----------------------- */
:root {
  --width_max_contents: 1200px;
  --width_max_btn: 640px;

  --bg_color_gray: #f3f3f3;
  --bg_color_gradation: linear-gradient(180deg, #001689 0%, #00806e 100%);
  --bg_color_bule: linear-gradient(180deg, #08102b 0%, #051239 100%);
  --box_shadow1: rgba(99, 99, 99, 0.1) 0px 0px 6px 0px;

  --color_jc_navy: #001689;
  --color_jc_blue: #303ab2;
  --color_jc_green: #d79962;
  --color_jc_gold: #b37a3f;
  --olor_jc_red: #4d0202;
  --olor_jc_brown: #00a9e0;

  --text_black: #333333;

  --bg_cvbtn: linear-gradient(103deg, #007aa1 0%, #00bc70 100%);
  --bg_cvbtn2: linear-gradient(103deg, #00bc70 0%, #007aa1 100%);
  --bg_cvbtn3: linear-gradient(103deg, #a40505 0%, #5e0202 100%);
  --bg_cvbtn4: linear-gradient(-103deg, #a40505 0%, #5e0202 100%);
}
@media screen and (max-width: 767px) /* 767px以下 */ {
  :root {
    --width_max_contents: 100%;
    --width_max_btn: 80%;
  }
}

/* ----------------------
    Base Style
----------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  color: var(--text_black);
  font-size: 1.8rem;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) /* 767px以下 */ {
  body {
    font-size: 1.6rem;
  }
}

/* ----------------------
    Responsive
----------------------- */
.pc_show {
  display: block;
}
.sp_show {
  display: none;
}
.br_sp {
  display: none;
}

@media screen and (max-width: 767px) /* 767px以下 */ {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .br_sp {
    display: block;
  }
}

/* ----------------------
    Text Style
----------------------- */
h2 {
  font-size: 4rem;
  font-size: clamp(3.2rem, 0.5rem + 6vw, 4rem);
  font-weight: 700;
}
h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 41px;
}
@media screen and (max-width: 480px) /* 480px以下 */ {
  h3 {
    font-size: 2.4rem;
  }
}
h4 {
  font-size: 2rem;
  font-size: clamp(1.6rem, 0.5rem + 1.5vw, 2rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) /* 767px以下 */ {
  h4 {
    padding: 11px;
  }
}

p {
  font-weight: 300;
}

@media screen and (min-width: 768px) /* 768px以上 */ {
  p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) /* 767px以下 */ {
  p {
    font-size: 1.4rem;
  }
}

a,
a:visited {
  text-decoration: none;
}

a:not(.cv_btn):hover,
a:not(.cv_btn):active {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

/* ----------------------
    Common Parts
----------------------- */
section {
  width: 100%;
  padding: 8vh 0;
}

@media screen and (max-width: 1200px) /* 1200px以下 */ {
  section {
    padding: 6vh 6vw;
  }
}

section h4 {
  text-align: center;
  margin-bottom: 4vh;
}

.inner_block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner_block a:visited {
  text-decoration: none;
  color: #333;
}

/* 見出し */
.sec_title {
  text-align: center;
}
.sec_title .eng {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--olor_jc_brown);
  letter-spacing: 0.2rem;
  line-height: 1;
  margin-bottom: 2vh;
}
.sec_title h3 {
  display: inline-block;
}

/* -----------------------------------------------------------------------------
    header
   -------------------------------------------------------------------------- */
.header {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .header-logo {
  width: 200px;
  padding: 15px 0;
  position: relative;
  z-index: 5;
}
.header .header-logo img {
  width: auto;
  height: 70px;
  vertical-align: bottom;
}
.header .header-in {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .header-logo img {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .header .header-logo {
    padding: 0;
  }
  .header .header-in {
    padding: 15px 6vw;
  }
  .header .header-logo img {
    height: 36px;
  }
}

@media screen and (max-width: 1025px) /* 1025x以下 */ {
  .header {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

/* -----------------------------------------------------------------------------
  nav-global
  -------------------------------------------------------------------------- */
.nav-global {
  background: #132c92;
  position: fixed;
  width: 50%;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 20;
  overflow-y: auto;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 1024px) {
  .nav-global {
    position: absolute;
    width: auto;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    overflow: visible;
    box-shadow: none;
    padding-right: 8px;
  }
}

@media all and (min-width: 1200px) {
  .nav-global {
    position: absolute;
    width: auto;
    top: 11px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    overflow: visible;
    box-shadow: none;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .nav-global {
    width: 85%;
  }
}
.nav-global ul {
  display: block;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 1024px) {
  .nav-global ul {
    padding: 0;
    margin: 0 0 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.nav-global ul li {
  padding: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .nav-global ul li {
    border-bottom: 1px solid #1a2e81;
  }
  .nav-global ul li:nth-child(2) {
    background: rgb(31 54 151);
  }
  .nav-global ul li:nth-child(3) {
    background: rgb(42 64 156);
  }
  .nav-global ul li:nth-child(4) {
    background: rgb(54 75 162);
  }
  .nav-global ul li:nth-child(5) {
    background: rgb(66 86 167);
  }
  .nav-global ul li:nth-child(6) {
    background: rgb(78 97 173);
  }
  .nav-global ul li:nth-child(7) {
    background: rgb(89 106 178);
  }
}
@media all and (min-width: 1024px) {
  .nav-global ul li {
    display: block;
    padding: 0 20px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .nav-global ul li:last-child {
    padding: 0;
  }
}
.nav-global ul li a {
  font-size: 13px;
  display: block;
  padding: 12px 0;
}
.nav-global ul li.nav-logo {
  padding: 33px 0;
}
.nav-global ul li.nav-logo a {
  padding: 0;
}
@media (max-width: 1023px) {
  .nav-global ul li a {
    color: #fff;
    padding: 20px 28px;
    line-height: 1;
  }
  .nav-global ul li.active a {
    background: #202d64;
    font-weight: bold;
  }
  .nav-global ul li a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    vertical-align: baseline;
    background-image: url(../n_img/icon_blank_white.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    margin: 0 0 0 12px;
  }
}
@media all and (min-width: 1024px) {
  .nav-global ul li.nav-logo {
    display: none;
  }
}
.nav-global ul li.nav-logo img {
  width: 70px;
  height: auto;
  max-width: none;
  margin-left: 30px;
}
.nav-global ul li.nav07,
.nav-global ul li.nav08,
.nav-global ul li.nav09 {
  display: none;
}
@media (max-width: 767px) {
  .nav-global ul li.nav07,
  .nav-global ul li.nav08,
  .nav-global ul li.nav09 {
    display: block;
  }
}
.nav-global.is-open {
  display: block;
  transform: translateX(-100%);
}

/* -----------------------------------------------------------------------------
  nav-global-overlay
  -------------------------------------------------------------------------- */
.nav-global-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #202d64;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.nav-global-overlay.is-open {
  display: block;
  pointer-events: auto;
  opacity: 0.8;
  z-index: 11;
}

/* -----------------------------------------------------------------------------
  nav-hamberger
  -------------------------------------------------------------------------- */
.nav-hamberger {
  width: 32px;
  height: 32px;
  z-index: 999;
  position: fixed;
  right: 48px;
  top: 17px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-hamberger {
    top: 25px;
  }
}
@media (max-width: 767px) {
  .nav-hamberger {
    right: 6vw;
  }
}
@media all and (min-width: 1024px) {
  .nav-hamberger {
    display: none;
  }
}
.nav-hamberger i {
  display: block;
  position: relative;
  width: 100%;
  height: 66.66%;
  margin: 16.66% 0 0;
}
.nav-hamberger span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #202d64;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.nav-hamberger.blue {
  background: #fff;
}
.nav-hamberger.blue span {
  background: #052252;
}
.nav-hamberger.blue.is-open {
  background: transparent;
}
.nav-hamberger.is-open span,
.nav-hamberger.blue.is-open span {
  background: #fff;
}
.nav-hamberger span:nth-child(1) {
  top: 0;
  transform: translate(0, 0);
}
.nav-hamberger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.nav-hamberger span:nth-child(3) {
  top: 100%;
  transform: translate(0, -100%);
}
.nav-hamberger.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(-135deg) scaleX(-1);
}
.nav-hamberger.is-open span:nth-child(2) {
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.nav-hamberger.is-open span:nth-child(3) {
  top: 50%;
  transform: translate(0, -50%) rotate(135deg) scaleX(-1);
}

@media all and (min-width: 1024px) {
  .nav02 a:after,
  .nav03 a:after,
  .nav04 a:after,
  .nav05 a:after,
  .nav06 a:after {
    content: "";
    margin: 0rem;
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    height: 22px;
    top: 12px;
  }
}
.corporation {
  padding-right: 9px;
  text-align: end;
  font-size: 13px;
}
.corporation a {
  border-bottom: 1px solid #000;
}
.header_btn {
  display: inline-block;
  background-image: var(--bg_cvbtn); /* テーマカラー変更 */
  background: #8d0303; /* テーマカラー変更 */
  padding: 11px 23px 11px 24px;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}
.nav01 a,
.nav02 a,
.nav03 a,
.nav04 a,
.nav05 a,
.nav06 a,
.nav07 a {
  color: #2f2f2f;
}
@media screen and (min-width: 768px) /* 768px以上 */ {
  .parts_btn {
    text-align: center;
    max-width: 403px;
    margin: auto;
  }
}
.parts_btn02 {
  padding: 5px;
  width: 350px;
}
.parts_btn2rows {
  width: calc((100% / 2) - 20px);
  max-width: 100%;
}
.parts_btn3rows {
  width: calc((100% / 3) - 20px);
  margin-bottom: 20px;
}

.parts_btn a {
  padding: 20px 40px 20px;
  background: linear-gradient(2deg, #8c5c30 0%, #b46c2b 100%);
  display: block;
  color: #fff;
  letter-spacing: 2px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 767px) /* 767px以下 */ {
  .parts_btn {
    text-align: center;
    max-width: 376px;
    margin: auto;
  }
  .parts_btn02 {
    padding: 5px 0;
  }
  .parts_btn a {
    padding: 20px 0 20px;
    width: 350px;
  }
}
@media screen and (max-width: 480px) /* 480px以下 */ {
  .parts_btn2rows {
    width: calc(100% - 10px);
    max-width: 100%;
    margin-bottom: 10px;
  }
  .parts_btn3rows {
    width: calc((100% / 2) - 10px);
    margin-bottom: 10px;
  }
  .parts_btn2rows a,
  .parts_btn3rows a {
    width: 100%;
  }
}
.cons_index {
  margin-top: 124px;
}
.know-how_index {
  margin-top: 35px;
}
.c-button._head {
  color: #fff;
}

/* ----------------------
    FV
----------------------- */
.flex {
  display: flex;
}
.aic {
  align-items: center;
}
.jcs {
  justify-content: space-between;
}
.fs120p {
  font-size: 120%;
}
.fs110p {
  font-size: 110%;
}
.fs70p {
  font-size: 70%;
}
#fv_image img:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) /* 769px以上 */ {
  #career_fv {
    position: relative;
    letter-spacing: 0.1rem;
    overflow: hidden;
    height: 590px;
  }
  #fv_image,
  #fv_image_white {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: auto;
    width: 1920px;
    margin-left: -20%;
  }
  #fv_image img,
  #fv_image_white img {
    object-fit: cover;
    width: 100%;
    height: 590px;
    object-position: left;
  }
}
@media screen and (min-width: 1340px) /* 1340px以上 */ {
  #fv_image,
  #fv_image_white {
    margin-left: calc(50% - 1920px / 2);
  }
}
@media (min-width: 821px) and (max-width: 1024px) /* 821px以上1024px以下 */ {
  #fv_image,
  #fv_image_white {
    margin-left: -45%;
  }
}
@media (min-width: 769px) and (max-width: 820px) /* 769px以上820px以下 */ {
  #fv_image,
  #fv_image_white {
    margin-left: -75%;
  }
}
@media screen and (max-width: 768px) /* 768px以下 */ {
  #fv_image_white {
    display: none;
  }
}

/* fv_conts
----------------------- */
#fv_conts {
  z-index: 2;
  max-width: 1440px;
  width: fit-content;
}
#main_copy {
  text-align: center;
  margin-bottom: 6px;
  max-width: fit-content;
}
#main_copy h2 {
  line-height: 1.2;
  color: #333333;
  font-weight: 500;
  position: relative;
}
#main_copy h2 strong {
  color: #0a4399;
  display: block;
  font-weight: 900;
}
#fv_image_white {
  pointer-events: none;
}
#fv_img_posi {
  position: relative;
  max-width: 1250px;
  margin: auto;
  padding: 90px 24px 99px 24px;
  height: 100%;
  pointer-events: none;
}

#oricon {
  position: relative;
  text-align: center;
  width: fit-content;
  font-size: 1.9rem;
  margin: 0 auto;
}
#oricon_line1 {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
#oricon_line2 {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3px;
}
#oricon_line3 {
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -21px;
  letter-spacing: -1px;
}
#oricon_notes {
  font-size: 1.5rem;
  font-weight: 500;
}
.fv-logo h4 {
  text-align: center;
  padding-top: 12px;
}

@media screen and (min-width: 1024px) /* 1024px以上 */ {
  #main_copy h2 {
    font-size: 3.8rem;
  }
  #main_copy h2 strong {
    font-size: 7.3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1050px) /* 1024px以上1050px以下 */ {
  #fv_img_posi {
    padding: 140px 24px 99px 24px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) /* 769px以上1023px以下 */ {
  #fv_img_posi {
    padding: 120px 24px 99px 24px;
  }
  #main_copy h2 {
    font-size: 3rem;
  }
  #main_copy h2 strong {
    font-size: 5.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) /* 768px以下 */ {
  #career_fv {
    height: 100%;
    overflow: hidden;
    padding-top: 65px;
  }
  #fv_conts {
    width: 100%;
  }
  #fv_img_posi {
    padding: 2.1rem 0 0 0;
  }
  #main_copy {
    max-width: 100%;
    padding: 0 18px 0;
    margin-bottom: 0;
    line-height: 1.4;
  }
  #main_copy h2 {
    font-size: 3.3rem;
  }
  #main_copy h2 strong {
    font-size: 5.4rem;
  }
  #fv_sp_bottom {
    padding: 2.4rem 0;
  }
  #oricon {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 480px) /* 480px以下 */ {
  .swiper-slide {
    width: 100% !important;
    transform: inherit !important;
  }
  #main_copy {
    padding: 0 16px;
    margin-bottom: 6px;
  }
  #main_copy h2 {
    font-size: 1.9rem;
  }
  #main_copy h2 strong {
    font-size: 4.1rem;
  }
  #oricon {
    margin-bottom: 20px;
  }
  #oricon_line1 {
    font-size: 2rem;
  }
  #oricon_line2 {
    font-size: 2.1rem;
  }
  #oricon_line3 {
    font-size: 4.2rem;
    margin-top: -21px;
  }
  #oricon_notes {
    font-size: 0.9rem;
  }
  .fv-logo h4 {
    font-size: 1.3rem;
    padding: 15px 16px;
  }
}

/* ----------------------
    CVボタン
----------------------- */
.cv_btn {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 2rem 3rem;
  background: #c30001;
  background-image: linear-gradient(30deg, #c30001, #900909);
  transition: all 0.6s ease-out;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  z-index: 1;
  height: calc(170px / 2);
}
.cv_btn::before,
.cv_btn::after {
  content: "";
  display: block;
  height: calc(170px / 2);
  width: 170px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.cv_btn::before {
  background: #b70203;
  left: -85px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.cv_btn::after {
  background: #9d0707;
  right: -85px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#fv_cv_btn {
  position: absolute;
  left: 50px;
  bottom: 0;
  pointer-events: auto;
}
@media screen and (min-width: 769px) /* 769px以上 */ {
  .cv_btn_wrap {
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1023px) /* 769px以上1023px以下 */ {
  .cv_btn {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) /* 768px以下 */ {
  .cv_btn_wrap {
    padding: 0 16px;
  }
  #fv_cv_btn {
    position: static;
    text-align: left;
  }
  .cv_btn {
    font-size: 1.9rem;
    width: calc(100% - 27px);
    height: calc(108px / 2);
    padding: 1.5rem 0;
    margin-left: -16px;
  }
  .cv_btn::before {
    content: none;
  }
  .cv_btn::after {
    height: calc(108px / 2);
    width: 108px;
    right: -54px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media screen and (max-width: 480px) /* 480px以下 */ {
  .cv_btn {
    font-size: 1.5rem;
  }
}
/* ----------------------
    FV直下の企業ロゴ
----------------------- */

/* 横スクロール
------------------------------ */
#container {
  overflow: hidden;
}
@media (min-width: 897px) {
  .manufacturers {
    position: relative;
  }

  .manufacturers ul {
    list-style-type: none;
    position: relative;
    white-space: nowrap; /* to prevent wrapping items */
    left: 0;
    padding-top: 8px;
  }
  .manufacturers ul li {
    display: inline-block;
    width: 196px;
    margin-right: -3px;
  }
}

@media (max-width: 896px) {
  .manufacturers {
    position: relative;
  }

  .manufacturers ul {
    list-style-type: none;
    position: relative;
    white-space: nowrap; /* to prevent wrapping items */
    left: 0;
    padding-top: 2px;
  }

  .manufacturers ul li {
    display: inline-block;
    width: 153px;
    margin-right: -3px;
  }

  .manufacturers ul li img {
    width: 180px;
  }
}

/* ----------------------
    選ばれる理由
----------------------- */
#about {
  background: #f3f3f3;
}
.chapter__inner {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  transition: 0.7s ease-out;
}
#about .sec_title {
  margin-bottom: 6vh;
}
.about__item {
  display: flex;
  gap: 3rem;
  padding: 4rem 0 0;
}
.about__item li {
  background: #fff;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.08) 0px 2px 8px 0px;
  margin-bottom: 36px;
}
.about__item dl {
  width: 100%;
}
.about__item dt {
  position: relative;
  height: 188px;
}
.about__item dt p {
  position: absolute;
  z-index: 1;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 48px;
  display: grid;
  place-items: center;
  background: linear-gradient(to bottom right, rgb(12 89 209), rgb(1 30 141));
  color: #fff;
  font-size: 1.4rem;
  padding: 0 0 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.about__item dt .reason_title {
  position: absolute;
  z-index: 1;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #00a9e0;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 0 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.about__item dt img {
  object-fit: cover !important;
  height: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.about__item dd {
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.about__item p {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 768px) /* 768px以上 */ {
  .reason-title {
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) /* 767px以下 */ {
  .about__item {
    flex-direction: column;
    gap: 5rem;
  }
  .about__item {
    padding: 2rem 0 0;
  }
  .about dt {
    height: 144px;
  }
  .about dd {
    padding: 3rem 2rem 4rem;
  }
  .about__item dd em {
    font-size: 1.8rem;
  }
  .reason-title {
    font-size: 22px;
    font-weight: 600;
  }
}
@media screen and (min-width: 481px) /* 481px以上 */ {
  #about {
    margin-top: -20px;
  }
  .about__item li {
    width: 32%;
  }
}

/* ----------------------
    チーム
----------------------- */
#special-team {
  padding: 0;
  margin: 68px 0 0px;
}
#what-is {
  padding: 39px 14px;
  background: url(../img/team_bg_pc.png);
  margin-top: -72px;
  background-position: center;
}
#special-team_box {
  background: #00a9e0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.future__2column {
  position: relative;
  width: calc(100% - 10rem);
  max-width: 1360px;
}
#what-is p {
  color: #fff;
}
.white-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 28px;
}
.future__2column div img {
  object-fit: cover;
}
@media screen and (min-width: 1025px) /* 1025px以上 */ {
  #what-is {
    height: 560px;
  }
  .future__2column {
    margin: 0 auto 6rem;
  }
  #special-team_box {
    width: 57%;
    height: auto;
    position: relative;
    top: 3rem;
    margin: 0 0 0 auto;
    padding: 4rem 4rem 4rem 25rem;
    z-index: 0;
  }
  .future__2column div {
    width: 59%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) /* 768px以上1024px以下 */ {
  .future__2column {
    margin: 0 auto;
  }
  #special-team_box {
    width: 88%;
    padding: 9rem 4rem 4rem 4rem;
    margin: -6rem 0 0 auto;
    z-index: 0;
  }
  .future__2column div {
    position: relative;
    width: 59%;
    z-index: 1;
  }
}
@media screen and (max-width: 820px) /* 768px以上1024px以下 */ {
  .future__2column div {
    width: 78%;
  }
}
@media screen and (max-width: 480px) /* 480px以下 */ {
  #what-is {
    padding: 3rem 6vw;
  }
  .white-title {
    font-size: 24px;
    margin-bottom: 1.5vh;
  }
  .future__2column div {
    width: 100%;
  }
  #special-team_box {
    width: 100%;
    padding: 3rem;
  }
  .future__2column {
    flex-direction: column-reverse;
    width: 100%;
  }
}

/* ----------------------
    求人例
----------------------- */
.sec_jobs {
  background-color: var(--bg_color_gray);
}
.example {
  color: var(--text_black);
  padding: 10px 10px 10px 10px;
  text-align: center;
  margin: auto auto 22px auto;
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: 700;
}
.scroll_mouse {
  overflow-x: auto;
}
.sec_jobs .list_jobcard {
  padding-bottom: 32px;
  text-align: center;
}
.list_jobcard {
  display: flex;
  flex-wrap: wrap;
}
.sec_jobs .list_jobcard li {
  flex-shrink: 0;
}
.list_jobcard li p {
  width: 100%;
  height: auto;
}
.list_jobcard .company {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 500;
}
.list_jobcard .posi {
  font-size: 1.5rem;
  color: var(--color_jc_gold);
  font-weight: 700;
  margin-bottom: 8px;
}
.list_jobcard .income {
  font-size: 1.5rem;
  font-weight: 700;
}
.list_jobcard li a {
  display: block;
  padding-bottom: 22px;
  width: 100%;
  text-align: left;
}
.list_jobcard li a::before {
  content: "";
  display: block;
  width: 11px;
  height: 21px;
  background: url(../img/download.webp) no-repeat center/contain;
  top: 73%;
  transform: translateY(-50%);
  right: -13px;
  position: relative;
}
.job_cta {
  padding: 45px 0;
}
.search_btn {
  text-align: center;
  margin-top: 11px;
}

@media screen and (max-width: 1200px) /* 1200px以下 */ {
  .sec_jobs .scroll_x_wrap {
    padding: 0 3vw;
  }
  .sec_jobs .list_jobcard {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) /* 768px以上 */ {
  #job_examples,
  #change_cases,
  #consul,
  #market_trend01,
  #market_trend02,
  #market_trend03,
  #know-how,
  #interview {
    padding-top: 114px;
    margin-top: -114px;
  }
  .scroll_x_wrap {
    padding: 0px 12px;
  }
  .sec_jobs .list_jobcard {
    max-width: 1150px;
    margin: auto;
  }
  .list_jobcard li {
    width: 348px;
    background-color: #fff;
    box-shadow: var(--box_shadow1);
    padding-bottom: 20px;
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) /* 767px以下 */ {
  #job_examples,
  #change_cases,
  #consul,
  #market_trend01,
  #market_trend02,
  #market_trend03,
  #know-how,
  #interview {
    padding-top: 50px;
    margin-top: -50px;
  }
  .list_jobcard li {
    width: -webkit-fill-available;
    background-color: #fff;
    box-shadow: var(--box_shadow1);
    padding-bottom: 20px;
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) /* 768px以上1024px以下 */ {
  .list_jobcard li {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 480px) /* 480px以下 */ {
  .sec_jobs {
    padding: 6rem 0;
  }
}

/* ----------------------
    転職事例
----------------------- */
.cace {
  background-image: linear-gradient(180deg, #08102b 0%, #051239 100%);
}
.fff {
  color: #fff;
}
@media screen and (min-width: 1025px) /* 1025x以上 */ {
  .case_area {
    padding-left: 108px;
  }
}

/* 横スクロール
------------------------------ */
.scrollx_guide {
  position: relative;
  width: 120px;
  margin: 16px 0 24px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: baseline;
  padding-left: 24px;
}
.scrollx_guide .text {
  font-size: 1.2rem;
  color: #ffffff;
  margin-right: 8px;
  letter-spacing: 0.1rem;
}
.scrollx_guide .line01 {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.scrollx_guide .line02 {
  position: absolute;
  top: 14px;
  right: 0;
  transform-origin: right bottom;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.scrollx_guide .line03 {
  width: 100%;
  height: 1px;
  background-color: #414141;
}
.scrollx_guide .line04 {
  position: absolute;
  top: 14px;
  right: 0;
  transform-origin: right bottom;
  width: 12px;
  height: 1px;
  background-color: #414141;
  transform: rotate(45deg);
}
/* スクロールバー
------------------------------ */
::-webkit-scrollbar {
  margin: 0 40px;
  height: 4px;
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 50px;
}
::-webkit-scrollbar-track {
  background: inherit;
  box-shadow: none;
}
::-webkit-scrollbar-track {
  border-radius: 6px;
}
.case_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 24px;
  overflow-x: scroll;
  position: relative;
}
.case_box {
  width: 572px;
  background-color: #fff;
  padding: 24px 28px;
  margin-bottom: 48px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-shrink: 0;
}
.case_box .article_label {
  top: 0;
  left: 0;
  background-color: #0095c5;
  color: #fff;
  display: block;
  width: 120px;
  height: 36px;
  line-height: 35px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.case_box .title {
  margin-top: 36px;
  font-size: 2rem;
  font-weight: 700;
}
.case_box .name {
  font-size: 1.4rem;
  color: var(--color_jac_gray5);
  margin: 12px 0 24px;
}
.case_box .type,
.case_box .pos {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.case_box .type p,
.case_box .pos p {
  font-size: 1.5rem;
  margin: 0;
}
.case_box .type .label,
.case_box .pos .label {
  display: block;
  width: 80px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px 0 8px;
  text-align: center;
  border-radius: 2px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.case_box .type .label {
  background: linear-gradient(to bottom right, rgb(12 89 209), rgb(1 30 141));
}
.case_box .pos .label {
  background: linear-gradient(to bottom right, rgb(12 89 209), rgb(1 30 141));
}
.case_box .text .str {
  color: #000077;
  font-weight: bold;
  font-size: 17px;
}
.case_box .intro {
  margin-top: 12px;
  text-align: left;
}
.case_box .intro p {
  font-size: 1.4rem;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.case_box .link_box {
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 104px;
  text-align: center;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.2));
}
.case_box .link_box a {
  margin-top: 39px;
  display: inline-block;
  background: #000077;
  padding: 11px 50px 11px 50px;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 960px) /* 960px以下 */ {
  .case_box {
    width: 100%;
    padding: 20px 20px;
  }
  .case_box .title {
    margin: 1.5vh 0;
    padding: 0;
  }
  .case_box .text .str {
    display: block;
    margin: 0 0 0.9rem 0;
  }
  .case_box .intro {
    margin-top: 4px;
  }
  .case_box .intro p {
    -webkit-line-clamp: 8;
  }
  .case_box .link_box {
    height: auto;
    margin-bottom: 1.5vh;
  }
  .case_box .link_box a {
    margin: 3vh 0 0 0;
  }
}

/* ----------------------
    コンサルタント紹介
----------------------- */
.consul {
  background-image: linear-gradient(180deg, #08102b 0%, #051239 100%);
}
.consul__carousel {
  margin: 10rem 0 6rem;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
button {
  overflow: visible;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
button:hover {
  text-decoration: none;
  border: none;
}
[aria-controls] {
  cursor: pointer;
}
svg:not(:root) {
  overflow: hidden;
}
.consul__carousel li.splide__slide {
  max-width: 320px;
}
.consul__carousel dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consul__carousel dt {
  position: relative;
  width: 50%;
  max-width: 192px;
  margin: 0 0 -3rem;
  z-index: 1;
}
.consul__info {
  background: #fff;
  padding: 4.5rem 2.5rem 2rem;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.consul__job {
  font-size: 1.2rem;
  font-weight: 500;
  color: #808080;
  margin-top: 4px;
  text-align: center;
}
.consul__name {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.consul__cat {
  color: #8c5c30;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 6px;
}
.consul__cats {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 6px;
}
.consul__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 74px;
  background: #f5efef;
  color: #8c5c30;
  padding: 0 2.5rem 1px;
  font-weight: 600;
}
.consul__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #8c5c30;
  border-right: 2px solid #8c5c30;
  transform: rotate(45deg) translateY(-50%);
}
.consul__pagination {
  bottom: -10rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  gap: 2.4vw;
}
@media screen and (max-width: 667px) /* 667px以下 */ {
  .consul__carousel {
    margin: 5rem 0 12rem;
  }
  .consul__carousel li.splide__slide {
    max-width: 300px;
    margin-right: 40px !important;
  }
  .consul__info {
    min-height: 384px;
  }
  .consul__pagination {
    gap: 3vw 6vw;
  }
}
@media screen and (max-width: 480px) /* 480px以下 */ {
  .cons_index {
    margin-top: 6rem;
  }
}

.slide-dummy {
  display: none;
}
/* ----------------------
    管理部門の転職市場動向
----------------------- */
.contents_index {
  background-color: var(--bg_color_gray);
}
.pb90 {
  padding-bottom: 9vh;
}
.strengths-title {
  margin-bottom: 46px;
}
.contents_box,
.contents_box_resume {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
}
.contents_box a,
.contents_box_resume a {
  transition: 0.3s;
  display: block;
  height: 100%;
}
.contents_box img {
  object-fit: cover;
  width: 90px;
  height: 90px;
  float: left;
  display: flex;
  padding: 3px 3px;
  margin-right: 10px;
}
.contents_box p,
.contents_box_resume p {
  color: #202020;
  font-weight: 500;
  padding: 20px 28px;
  font-size: 16px;
}
.contents_box p:hover,
.contents_box_resume p:hover {
  color: #fff;
}
.contents-arrow {
  position: relative;
}
.contents-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00a9e0;
  border-right: 2px solid #00a9e0;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 481px) /* 481px以上 */ {
  .contents_area {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .contents_box,
  .contents_box_resume {
    width: calc((100% / 3) - 10px);
  }
}
@media screen and (max-width: 480px) /* 480px以下 */ {
  .contents_box,
  .contents_box_resume {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) /* 768px以上1024px以下 */ {
  .contents_box,
  .contents_box_resume {
    width: calc((100% / 2) - 8px);
  }
}
/* ----------------------
    管理部門転職のお役立ち記事
----------------------- */
.chapter__3box-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
.chapter__3box-inner a {
  color: #353535;
}
.chapter__3box-inner dl {
  width: 31%;
  border: 1px solid #a5a5a5;
  box-shadow: 0 4px 0 #f5efef;
  display: flex;
  flex-direction: column;
}
.chapter__3box-inner dl:nth-child(n + 4) {
  display: none;
}
.chapter__3box-inner dl dt img {
  object-fit: cover;
  height: 100%;
}
.chapter__3box-inner dl dd {
  padding: 21px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
  background: #fff;
}
.chapter__3box-inner dl dd time {
  color: gray;
  font-size: 12px;
  text-align: justify;
}
.chapter__3box-inner dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.chapter__3box-inner dl dd ul li {
  margin-right: 15px;
}
.chapter__3box-inner dl dd ul li a {
  color: #0a378b;
  position: relative;
  line-height: 1.3;
  font-size: 13px;
  font-weight: 500;
}
.chapter__3box-inner dl dd ul li a:before {
  content: "#";
  color: #333;
}
.chapter__3box-inner dl dd ul li a:hover {
  text-decoration: underline;
}
.chapter__3box-inner.opened dl:nth-child(n + 4) {
  display: flex;
}
.chapter__3box-inner.opened + .chapter__more:after {
  transform: rotate(-90deg);
}
.chapter__3box-title {
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
}
.chapter__3box-title:hover {
  text-decoration: underline;
}
.chapter__3box-title + div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .chapter__3box {
    gap: 5vw;
  }
  .chapter__3box dl {
    width: calc(100% / 2 - 2vw);
  }
}
@media screen and (max-width: 768px) {
  .chapter__3box-inner {
    flex-direction: column;
    gap: 4rem;
  }
  .chapter__3box dl {
    width: 100%;
  }
  .chapter__3box dl dd {
    gap: 3rem;
  }
  .market__unit {
    max-width: 1300px;
    margin: auto;
  }
}
@media screen and (max-width: 667px) {
  .chapter__3box dd {
    padding: 2rem 2rem 3rem;
  }
  .chapter__3box dd time {
    color: gray;
  }
  .chapter__3box dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .chapter__3box-title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .market__unit {
    max-width: 1300px;
    margin: auto;
    padding: 24px;
  }
}

/* すべて表示するボタン */
.chapter__more {
  margin: 8rem auto 0;
}
.chapter__more:after {
  transition: 0.6s;
  transform: rotate(90deg);
}
.chapter__3box-inner.opened + .chapter__more:after {
  transform: rotate(-90deg);
}
@media screen and (max-width: 667px) {
  .chapter__more {
    margin: 3rem auto 0;
  }
}
.chapter__cv-arw-btn {
  max-width: 480px;
  height: 96px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 0 3rem;
}
.chapter__cv-arw-btn--white {
  line-height: 1.6;
  letter-spacing: 0.3rem !important;
  border: 1px solid #000077 !important;
  background: linear-gradient(105deg, #ffffff 0%, #ededff 100%) !important;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 667px) {
  .chapter__cv-arw-btn--white {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
.chapter__cv-arw-btn--white:after {
  content: "";
  background: url("../img/icon_arr_right_brown.png") no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  margin: 0 3rem 0 auto;
}
.chapter__cv-arw-btn--brown {
  color: #fff !important;
  line-height: 1.6;
  letter-spacing: 0.3rem;
  background: linear-gradient(105deg, #8c5c30 0%, #b46c2b 100%) !important;
  box-shadow: 0 3px 0 #632f00 !important;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 667px) {
  .chapter__cv-arw-btn--brown {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
.chapter__cv-arw-btn--brown:after {
  content: "";
  background: url("https://cf.jac-recruitment.jp/contents/common/images/market/executive/icon_arr_right.svg") no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  margin: 0 3rem 0 auto;
}
.chapter__cv-arw-btn--outline {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
}
.chapter__cv-arw-btn--outline:after {
  content: "";
  background: url("https://cf.jac-recruitment.jp/contents/common/images/market/executive/icon_arr_right.svg") no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  margin: 0 3rem 0 auto;
}
.chapter__cv-arw-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 667px) {
  .chapter__cv-arw-btn {
    min-height: 64px;
    height: fit-content;
    padding: 1.5rem 0 1.5rem 3rem;
    font-size: 1.6rem;
  }
}

/* ----------------------
    採用企業一覧
----------------------- */
#company-list {
  padding-bottom: 0;
}
.company-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.company-logo img {
  max-width: 100%;
  max-height: 100%;
}
.company-name {
  font-weight: bold;
  color: #333;
}
.company-item {
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
  .company-item {
    width: calc((100% / 5) - 36px);
    margin: 0 45px 30px 0;
  }
}
@media only screen and (min-width: 769px) {
  .company-wrapper {
    margin: 20px 0 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .company-item {
    width: calc((100% / 5) - 24px);
    margin: 0 30px 30px 0;
  }
  .company-item:nth-of-type(5n) {
    margin: 0 0 30px 0;
  }
  .header .header-logo a:hover {
    opacity: 0.7;
  }
  .nav-global ul li a:hover {
    opacity: 0.8;
  }
  .parts_btn a:hover,
  .search_btn a:hover,
  .footer-inner a:hover {
    opacity: 0.7;
  }
  .cv_btn:hover {
    opacity: 0.7;
  }
  .list_jobcard li a:hover {
    background: linear-gradient(2deg, #8c5c30 0%, #b46c2b 100%);
    color: #fff;
  }
  .contents_box:hover,
  .contents_box_resume:hover {
    background: #00a9e0;
    color: #fff;
  }
  .company-item:hover {
    opacity: 0.6;
  }
  .company-logo {
    width: 100%;
    height: 80px;
    margin: 0 auto 5px;
  }
}
@media only screen and (max-width: 768px) {
  .company-wrapper {
    margin: 20px 0 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .company-item {
    width: calc((100% / 2) - 10px);
    margin: 0 20px 20px 0;
  }
  .company-item:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
  .company-logo {
    width: 100%;
    height: 16.66667vw;
    margin: 0 auto 1.2vw;
    padding: 2vw 0;
  }
  .splide__pagination {
    bottom: -10rem !important;
  }
}

/* ----------------------
    転職サポートサービスの流れ
----------------------- */
.flow .title {
  text-align: center;
  margin-bottom: 40px;
}
.flow_steps .step_list li {
  position: relative;
  display: block;
  border: 1px solid var(--color_jac_gray2);
  border-radius: 4px;
  margin-bottom: 38px;
}
.flow_steps .step_list li:last-child {
  margin-bottom: 0;
}
.flow_steps .step_list li:last-of-type:after {
  display: none;
}
.flow_steps .step_list .title_wrap {
  background-color: #00a9e0;
  color: #fff;
  text-align: center;
  padding: 4px 0 12px;
}
.flow_steps .step_list .num {
  font-size: 1.2rem;
  font-weight: 500;
}
.flow_steps .step_list .step_title {
  font-size: 1.6rem;
}
.flow_steps .step_list .img {
  display: block;
  width: 100%;
  height: 96px;
  overflow: hidden;
}
.flow_steps .step_list .img img {
  width: 100%;
  height: 96px;
  max-block-size: none;
  object-fit: cover;
  object-position: center center;
}
.step_block {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (min-width: 769px) /* 769px以上 */ {
  .flow_steps .step_list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .flow_steps .step_list li {
    width: 20%;
    margin-right: 44px;
  }
  .flow_steps .step_list li:last-child {
    margin-right: 0;
  }
  .flow_steps .step_list .text {
    font-size: 15px;
    padding: 12px 16px;
    height: 166px;
    font-weight: 400;
  }
}
@media screen and (max-width: 960px) /* 960px以下 */ {
  .flow .inner_block {
    padding: 0;
  }
  .flow_steps .step_list {
    padding-bottom: 24px;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 481px) and (max-width: 768px) /* 481px以上768px以下 */ {
  .flow_steps .step_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
  }
  .flow_steps .step_list li {
    width: calc((100% / 3) - 30px);
    margin-right: 44px;
  }
  .flow_steps .step_list li:nth-child(3n) {
    margin-right: 0;
  }
  .flow_steps .step_list li:nth-child(3n)::after {
    content: none;
  }

  .flow_steps .step_list .text {
    font-size: 16px;
    padding: 20px 18px;
    font-weight: 400;
  }
}
@media screen and (min-width: 481px) /* 481px以上 */ {
  .flow_steps .step_list li:after {
    position: absolute;
    top: 50%;
    right: -26px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 480px) /* 480px以下 */ {
  .flow_steps .step_list li:after {
    position: relative;
    top: 13px;
    left: 47%;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
  }
  .flow_steps .step_list .text {
    font-size: 16px;
    padding: 20px 18px;
    font-weight: 400;
  }
}

/* ----------------------
    フッター上CTA
----------------------- */
#foot-cat {
  background-image: url(../img/bg_foot-cta_pc.png);
  text-align: center;
}
@media screen and (max-width: 767px) /* 767px以下 */ {
  #foot-cat {
    padding: 0 0 6vh 0;
  }
  .foot-cta-txt {
    padding: 6vh 6vw 0 6vw;
    color: #fff;
    margin-bottom: 26px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) /* 768px以上 */ {
  .foot-cta-txt {
    color: #fff;
    margin-bottom: 26px;
    font-weight: 500;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) /* 480x以下 */ {
  .foot-btn {
    text-align: left;
  }
}

/* ----------------------
    Fixed Parts
----------------------- */
#fixed_cv {
  display: none;
  position: fixed;
  right: 0;
  bottom: 104px;
  z-index: 999;
}
#fixed_cv .cv_btn_wrap {
  padding: 0;
}
#fixed_cv .cv_btn {
  width: 80px;
  height: auto;
  border-radius: 2px 0 0 2px;
  box-shadow: none;
  padding: 2rem 0;
}
#fixed_cv .cv_btn .flex_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
#fixed_cv .cv_btn .cv_txt {
  font-size: 1.8rem;
}
#fixed_cv .cv_btn .vertical {
  writing-mode: vertical-rl;
  letter-spacing: 0.4rem;
}
#fixed_cv .cv_btn .label {
  display: inline-block;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  padding: 6px 6px 8px 8px;
  margin: 12px 0 0;
  color: var(--text_black);
  line-height: 1;
  background-color: #fff;
  border-radius: 4px;
  vertical-align: text-bottom;
}
#fixed_cv .cv_btn::before,
#fixed_cv .cv_btn::after {
  content: none;
}
/* pagetop */
#js_pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px 0 0 0;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}
#js_pagetop .flex_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
}
#js_pagetop .arr {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(24%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #fixed_cv .cv_btn_wrap {
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  #fixed_cv {
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 34, 85, 0.8);
    padding: 13px 15px 10px 15px;
  }
  #fixed_cv .cv_btn {
    display: flex;
    width: 100%;
    height: 52px;
    border-radius: 0 4px 0 0;
    padding: 0;
    margin-left: 0;
  }
  #fixed_cv .cv_btn .flex_wrap {
    font-size: 1.3rem;
    letter-spacing: normal;
    border-radius: 0 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
  }
  #fixed_cv .cv_btn .vertical {
    writing-mode: horizontal-tb;
    letter-spacing: 0.2rem;
    margin: 0 auto;
  }
  /* pagetop */
  #js_pagetop {
    font-size: 1rem;
  }
  #js_pagetop .flex_wrap {
    height: 56px;
    width: 56px;
  }
  #js_pagetop .arr {
    width: 14px;
    height: 14px;
  }
  #js_pagetop {
    bottom: 75px;
  }
}

@media screen and (max-width: 480px) /* 480px以下 */ {
  .cv_btn {
    font-size: 1.5rem;
  }
}

.fixed_cv_pconly {
  display: block;
}
.fixed_cv_sponly {
  display: none;
}

@media screen and (max-width: 767px) /* 767x以下 */ {
  .fixed_cv_pconly {
    display: none;
  }
  .fixed_cv_sponly {
    display: block;
  }
}

/* -----------------------------------------------------------------------------
    フッター
   -------------------------------------------------------------------------- */
footer {
  color: #fff;
  background: linear-gradient(to right bottom, #002255, #071529);
  position: relative;
  z-index: 0;
}
.registerAchievements_inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 32px;
}
.footer-main {
  display: flex;
  justify-content: space-between;

  .footer-inner + .footer-inner {
    margin-top: 25px;
  }
  & p {
    margin-bottom: 5px;
    font-weight: bold;
  }
  & a {
    color: #fff;
    text-decoration: none !important;
    display: block;
    font-size: 12px;

    & + a {
      margin-top: 1px;
    }
  }
}
@media screen and (min-width: 1360px) /* 1360px以下 */ {
  .registerAchievements_inner {
    width: 1360px !important;
    padding: 0;
  }
}
.registerAchievements_inner {
  width: auto;
  padding: 0 20px;
}
.register_topArea {
  width: 1000px;
  margin: auto;
  padding-top: 44px;
}
.register_topArea-sp {
  width: 1200px;
  margin: auto;
  padding-top: 6px;
}
.registerAchievements_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .registerAchievements_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) /* 768px以上 */ {
  .footer-bottom {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1360px) /* 1360px以下 */ {
  .footer-logo {
    width: 10%;
  }
}
@media screen and (min-width: 768px) /* 768px以上 */ {
  .footer-logo {
    margin: 0 3.5rem 0 0;
  }
}
.footer-logo img {
  width: 100%;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
}
.footer-links a {
  text-decoration: none !important;
  display: block;
  background-image: url(../../../img/ico-arrow-white.webp);
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) /* 768px以上 */ {
  .footer-links & div {
    width: auto;
    margin-bottom: 1rem;
    padding: 0;
  }
  .footer-links div {
    margin-bottom: 8px;
    padding-right: 2rem;
  }
  .footer-links & a {
    padding-right: 1.5rem;
    display: inline-block;
    background: none;
  }
  .footer-links & div {
    width: auto;
    margin-bottom: 1rem;
    padding: 0;
  }
  #sectionFooterLinks {
    /* padding: 3px 0; */
    padding-bottom: 13px;
    color: #fff;
    background: #071529;
  }
  .footer-logo {
    width: 95px;
    padding: 14px;
    background: #fff;
    margin: 27px 11px 0;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) /* 767px以下 */ {
  .footer-links div {
    margin-bottom: 27px;
    padding-right: 2rem;
    width: 50%;
  }
  #sectionFooterLinks {
    padding: 3px 0;
    padding-bottom: 95px;
    color: #fff;
    background: #071529;
  }
  .footer-logo {
    width: 132px;
    padding: 14px;
    background: #fff;
    margin: auto;
    margin-bottom: 28px;
    margin-top: 13px;
  }
}
.copy {
  font-size: 12px;
  margin-top: 11px;
}
.oricon_footer {
  text-align: end;
  font-size: 11px;
  margin-right: 94px;
  padding-bottom: 10px;
}
.oricon_footer a {
  color: #fff;
}

/* ----------------------
    カルテで表示している右下のバナーの位置調節
----------------------- */
.onetime_popup_content {
  margin-bottom: 73px !important;
}
