@charset "utf-8";
/* ************************************************** 
Name: add_career.css
Description: common for career CSS
Create: 2025.7.31
Copyright 2025 Hitachi, Ltd.
***************************************************** */ 

/* ================================================== 
BreakPoint
-1380
-1100
-769
-579
-399
===================================================== */

:root {
  --main: #0366b4;/*ブランドカラー（ブルー）*/
  --main2: #76bff7;/*黒地用ブランドカラー（水色）*/
  --back: #F2F2F2;/*背景色（グレー）*/
  --point: #fffb80;/*ボタン用ポイントカラー（黄色）*/
  --text: #333;/*通常文字色*/
  --paletext: #585858;/*淡い文字色*/
  --red: #BB000B;/*日立レッド*/
  --red2: #F9E8EC;/*ボタン用淡い赤*/
}

/*--------------------------------------------------------------------------------------- 
元のCSS打ち消しや流用
---------------------------------------------------------------------------------------*/
body {
  background: #fff;
}
#Contents {
  position: relative;
  padding-bottom: 0;
}
#Contents h2 {
  background: none;
  font-weight: 500;
  position: relative;
  z-index: 3;
}
#Contents h2 span {
  display: inline-block;
  padding: 0;
  font-size: unset;
  font-weight: unset;
  color: unset;
  line-height: unset;
  background-color: unset;
}
#Contents h3 {
  color: var(--text);
  position: relative;
  font-weight: 500;
}
a:link {
  text-decoration: none;
  color: var(--text);
}
#Contents a:visited {
  text-decoration: none;
  color: var(--text);
}
#Contents a:hover,
#Contents a:active {
  color: var(--main);
}
@media screen and (min-width: 995px) and (max-width: 1304px) {
  .OptionWideRWD #Contents {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .JS body {
    background-color: #fff;
  }
}
@media screen and (max-width: 994px) {
  .JS #Contents {
    padding: 0;
  }
  .JS .GridSet {
    margin-left: 0;
  }
  .JS .Grid4 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .JS h2 {
    margin: 0;
  }
}
figure {
  margin: 0;
}
.page-description .Grid4 p {
  line-height: initial;
}
.Grid4 > ul.ListStyle2:not(:first-child) {
  margin-top: 0;
}
.Grid4 > ul.ListStyle2:last-child {
  margin-top: 24px;
}
/*------------------------------------------------------------------元のCSS打ち消しや流用*/



/*--------------------------------------------------------------------------------------- 
汎用
---------------------------------------------------------------------------------------*/
@media (min-width: 1100px) {/*↑↑↑1100px以上↑↑↑*/
  .without_pc {/*PCだけ除外*/
    display: none;
  }
}
@media (min-width: 579px) and (max-width: 650px) {/*↑↑↑579px以上↑↑↑ ↓↓↓650px以下↓↓↓*/
  .without_tablet {/*tabletだけ除外*/
    display: none;
  }
}
@media (max-width: 579px) {/*↓↓↓579px以下↓↓↓*/
  .without_sp-L {/*SPだけ除外*/
    display: none;
  }
}
@media (max-width: 399px) {/*↓↓↓399px以下↓↓↓*/
  .without_sp {/*SPだけ除外*/
    display: none;
  }
}
@media (max-width: 1380px) {/*↓↓↓1380px以下↓↓↓*/
  .for_pc-L {/*PCだけ表示*/
    display: none;
  }
}
@media (max-width: 769px) {/*↓↓↓769px以下↓↓↓*/
  .for_pc {/*PCだけ表示*/
    display: none;
  }
}
@media (min-width: 580px) {/*↑↑↑580px以上↑↑↑*/
  .for_sp-L {/*SPだけ表示*/
    display: none;
  }
}
@media (min-width: 400px) {/*↑↑↑400px以上↑↑↑*/
  .for_sp {/*SPだけ表示*/
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  text-align: center;
}
/*見出しおよびテキスト装飾*/
#Contents {
  font-family: "verdana", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
}
.Grid4 p {
  line-height: 1.8rem;
}
small {
  font-size: 1.2rem;
}
@media (max-width: 399px) {
  small {
    font-size: 1rem;
  }
}
#Contents .decotitle span {
  display: block;
}
#Contents .decotitle .main {
  font-size: 3.75rem;
  line-height: 4rem;
  /* -webkit-text-stroke: 1px #888; */
  paint-order: stroke;
  color: #333;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #Contents .decotitle .main {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
#Contents .sub {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #Contents .sub {
    font-size: 1.25rem;
  }
}
.title {
  font-size: 1.5rem;
  text-align: center;
}
section.dark {
  color: #fff;
}
.body-copy,
.page-description {
  font-family:  "verdana", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.1875rem;
}
.profile {
  font-family: initial;
  font-size: 1rem;
}
@media screen and (max-width: 1100px) {
  .body-copy,
  .page-description {
    font-size: 1.1875rem;
  }
}
.center {
  text-align: center;
}
/*リンク装飾関連*/
main a {
  cursor: pointer;
  transition: .2s all;
  font-weight: bold;
}
main a * {
  transition: .2s all;
}
#Contents a.dark:link,
#Contents a.dark:visited,
.normal:last-child .ico_link:link,
.normal:last-child .ico_link:visited {
  text-decoration: none;
  color: #fff;
  border-color: #333;
}
#Contents a.dark:hover,
#Contents a.dark:active,
.normal:last-child .ico_link:hover,
.normal:last-child .ico_link:active {
  color: #fff;
}
.ico_link {
  z-index: 2;
  position: relative;
  padding-left: 50px;
}
.ico_link::before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url(/products/it/society/career/image/ico_arrow01.svg);
  position: absolute;
  top: -7px;
  left: 0;
  transition: .1s all;
}
.ico_link:hover::before {
  left: 3px;
}
.link_position_right {
  position: relative;
  padding-bottom: 36px;
}
.link_position_right .ico_link {
  position: absolute;
  right: 32px;
}
.link_position_right .ico_link::before {
  top: -7px;
}
@media screen and (max-width: 768px) {
  .ico_link,
  .link_position_right .ico_link {
    position: absolute;
    right: 40px;
  }
}
.RecruitInfo figcaption::before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: -12px;
  left: 0;
  transition: .1s all;
}
.txt-link {
  position: relative;
  padding-left: 28px;
}
.txt-link::before {
  content: '';
  width: 15px;
  height: 20px;
  display: inline-block;
  position: absolute;
  background: url(/products/it/society/career/image/ico_arrow02.svg) no-repeat center;
  background-size: contain;
  left: 5px;
  top: 2px;
  transition: .2s all;
}
.txt-link:hover::before {
  transform: translateX(4px);
}
p:has(> .txt-link),
li:has(> .txt-link) {
  padding-left: 16px; 
  text-indent: -1.5em;
}
/* ホバー */
main a img {
  transition: .2s all;
}

/*ボックス*/
.flexblock,
.flex-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 1099px) {
  .flexblock {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .flexblock {
    margin-top: 32px;
  }
}
.flexblock + .flexblock {
  margin-top: 80px;
}
.w_2 {
  gap: 36px 0;
}
.w_2 p {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .w_2 {
    justify-content: space-between;
  }
  .w_2 > * {
    width: 49%;
  }
}
.triple-imgbox {
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.video-box {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.w_2 .video-box {
  width: 624px;
}
video {
  width: 100%;
  height: auto;
}
.video-box p {
  line-height: 1.5;
  margin-bottom: 16px;
}
.covered-txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .covered-txt {
    position: unset;
    transform: unset;
    top: unset;
  }
}
.flexblock:has(.covered-txt.left) {
  justify-content: flex-end;
  position: relative;
}
.video-box p + figure {
  margin-top: 32px;
}
.video-box figcaption {
  margin-top: 24px;
}
video {
  max-width: 820px;
}

/*ボタン*/
[class^="btn_"] a {
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 112px;
  position: relative;
  box-shadow: 8px 8px 0px #00000012;
  font-size: 1rem;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  [class^="btn_"] a {
    font-size: 1rem;
    height: 52px;
  }
}
[class^="btn_"] a::before,
.with_p-box p::before,
.slide-content::before {
  content: '';
  width: 17px;
  height: 24px;
  display: block;
  position: absolute;
  background: url(/products/it/society/career/image/ico_arrow02.svg) no-repeat;
  right: 32px;
  transition: .2s all;
}
.slide-content::before {
  background: url(/products/it/society/career/image/icon_new_window.gif) no-repeat;
}
[class^="btn_"] a.btn_primary::before {
  content: none;
}
[class^="btn_"] .btn_second::before {
  background: url(/products/it/society/career/image/ico_arrow02.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  [class^="btn_"] a::before,
  .with_p-box p::before {
    right: 24px;
  }
}
#Contents a.btn_primary,
#Contents a.btn_primary:link,
#Contents a.btn_primary:visited {
  border-color: #d80030;
}
.new-window::after,
.RecruitInfo .new-window figcaption::after,
.swiper-slide .new-window .slide-content::after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/products/it/society/career/image/icon_new_window_white_hd.png) no-repeat;
  margin-left: 8px;
  background-size: contain;
}
.bnr_triple .new-window::after,
.swiper-slide .new-window .slide-content::after {
  content: none;
}
.RecruitInfo .new-window figcaption::after,
.txt-link.new-window::after {
  background: url(/products/it/society/career/image/icon_new_window.gif) no-repeat;
}
.Contact .new-window::after {
  background: url(/products/it/society/career/image/icon_new_window_hd.gif) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.btn_primary.new-window::after {
  width: 20px;
  height: 20px;
}
.slide-content::before {
  right: 8px;
  bottom: 0;
  z-index: 5;
}
[class^="btn_"] a.btn_rect {
  border-radius: unset;
  background: #ffffffcf;
}
[class^="btn_"] a.btn_rect:hover {
  background: #fff;
}
.btn_double.flexblock {
  justify-content: center;
  gap: 40px;
}
.btn_double a {
  width: 438px;
}
.btn_single a {
  width: 438px;
  max-width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .btn_double a,
  .btn_single a {
    width: auto;
    max-width: 100%;
  }
}
.btn_second {
  background: var(--red2);
}
.btn_primary {
  background: var(--red);
}
.small a[class^="btn_"]:hover,
.btn_second:hover,
.btn_primary:hover {
  transform: translate(2px, 2px);
  box-shadow: 5px 5px 0px #00000012;
}
.sticky {
  position: fixed;
  z-index: 5;
  top: 65px;
  right: 0;
}
.btn_single.sticky {
  transition: top 0.3s ease, opacity 0.5s ease;
}
.btn_single.sticky a {
  border-radius: 100px 0 0 100px;
  width: 236px;
  transition: .2s all;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .btn_single.sticky a {
    width: 200px;
    height: 50px;
  }
}
.btn_single.sticky.hidden {
  opacity: 0;
  pointer-events: none;
}
.sticky[class^="btn_"] a::after {
  right: 20px;
}
.info {
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}
.border img {
  outline: 1px solid #707070;
  outline-offset: -1px;
}
.small a {
  height: 40px;
  width: 300px;
  box-shadow: 8px 8px 0px #00000012;
}
/*バナー*/
.bnr_triple a {
  display: block;
  width: 230px;
  font-size: 14px;
  line-height: 1rem;
}
.bnr_triple img {
  width: 230px;
  height: 100px;
  object-fit: cover;
}
.bnr_triple.flexblock {
  justify-content: center;
  gap: 40px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bnr_triple.flexblock {
    margin-top: 40px;
  }
}
/*--------------------------------------------------------------------------------汎用*/


/*--------------------------------------------------------------------------------------- 
フェードインアニメーション
---------------------------------------------------------------------------------------*/
/* 初期状態（透明＆下にずらす） */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
  transition-delay: 0.5s;
}
.fade-in.f-2 {
  transition-delay: 1s;
}
.fade-in.f-3 {
  transition-delay: 1.5s;
}
/* 画面に入ったら表示 */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
/*-------------------------------------------------------------フェードインアニメーション*/


/*--------------------------------------------------------------------------------------- 
構造
---------------------------------------------------------------------------------------*/
.container {
  width: 90%;
  max-width: 1920px;
  margin: auto;
}
.container.inner-width {
  max-width: 1088px;
}
section {
  padding: 72px 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1379px) {
  section {
    padding: 80px 16px;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}
article {
  position: relative;
  z-index: 1;
}
/*--------------------------------------------------------------------------------構造*/



/*--------------------------------------------------------------------------------------- 
エントリー .Entry
---------------------------------------------------------------------------------------*/
.Entry {
  text-align: center;
}
.Entry figure {
  margin-top: -192px;
}
.greeting {
  font-weight: bold;
  margin-top: 16px;
  z-index: 2;
  position: relative;
}
/*-----------------------------------------------------------------------------エントリー*/



/*--------------------------------------------------------------------------------------- 
ピックアップコーナー
---------------------------------------------------------------------------------------*/
.pickup .flexblock {
  gap: 40px;
  flex-wrap: nowrap;
}
.pickup a {
  max-width: 620px;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  box-shadow: 0px 43px 70px #00000012;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .OptionWideRWD #Contents .pickup img {
    max-width: 68%;
  }
}
@media screen and (max-width: 1023px) {
  .pickup a {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 24px auto 0;
  }
  .pickup img {
    width: 100%;
  }
}
.pickup h4 {
  width: 100%;
  font-weight: normal;
  text-align: center;
}
.pickup .flexblock {
  margin-top: 56px;
}
.pickup a::after {
  content: '';
  display: block;
  width: 17px;
  height: 24px;
  position: absolute;
  background: url(/products/it/society/career/image/ico_arrow02.svg);
  bottom: 16px;
  right: 16px;
  transition: .2s all;
}
.pickup a:hover::after {
  right: 14px;
}
.pickup img,
.pickup h4 {
  transition: .2s all;
}
.pickup h4:not(:first-child) {
  margin-top: 0;
}
.pickup a:hover img {
  opacity: .9;
}
.pickup a:hover h4 {
  color: var(--main);
}
/*-------------------------------------------------------------------ピックアップコーナー*/



/*--------------------------------------------------------------------------------------- 
平行四辺形キャプション画像コーナー
---------------------------------------------------------------------------------------*/
.normal ul a,
.normal ul a span {
  display: block;
}
.normal .img-box {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 3px 39px #00000029;
}
.with_p-box p {
  position: relative;
  color: #fff;
  z-index: 2;
  margin-top: -24px;
  margin-left: -24px;
}
.with_p-box p::before {
  content: '';
  width: 272px;
  height: 70px;
  background: #000000a8;
  z-index: -1;
  position: absolute;
  top: -8px;
  left: -16px;
  transform: skewX(342deg);
}
.with_p-box a,
.with_p-box a strong {
  color: #fff;
  font-weight: normal;
}
.with_p-box a span {
  font-size: 0.875rem;
}
.with_p-box + .ico_link {
  bottom: -64px;
}
@media screen and (max-width: 768px) {
  .with_p-box + .ico_link {
    bottom: -56px;
    right: 0;
  }
}
.with_p-box p::after {
  right: 36px;
  bottom: 0;
}
.with_p-box a:hover p::after {
  right: 24px;
}
.with_p-box a:hover strong,
.with_p-box a:hover span {
  color: var(--main2);
}
.with_p-box a:hover img {
  transform: scale(1.1);
}
/*------------------------------------------------------平行四辺形キャプション画像コーナー*/