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

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



/*--------------------------------------------------------------------------------------- 
汎用
---------------------------------------------------------------------------------------*/

/*見出しおよびテキスト装飾*/
#Contents header {
  background: url(/products/it/society/career/image/back_page-title.jpg) bottom;
  padding: 24px 0;
}
#Contents h1 {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #Contents h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.page-title {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .page-title {
    padding: 24px 0;
    background-position: right bottom;
    background-size: 20%;
  }
}
#Contents h2:not(:first-child),
#Contents h3:not(:first-child),
#Contents h4:not(:first-child),
.Grid4 > p:not(:first-child),
.flexblock:not(:first-child),
.Grid4 > figure:not(:first-child),
.Grid4 > ul:not(:first-child) {
  margin-top: 40px;
}
#Contents h2 {
  font-size: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #Contents h2 {
    font-size: 1.5rem;
  }
}
#Contents h2::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 45px;
  border: 1px solid #999;
  margin-right: 24px;
  border-radius: 100px;
  background: var(--point);
}
@media screen and (max-width: 768px) {
  #Contents h2::before {
    width: 12px;
    height: 36px;
    margin-right: 16px;
  }
}
#Contents h3:not(.slide-title),
#Contents h3:not(:first-child) {
  font-size: 1.5rem;
  background: #eee;
  padding: 8px 0 8px 32px;
  border-radius: 100px 0 0 100px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #Contents h3:not(.slide-title),
  #Contents h3:not(:first-child) {
    font-size: 1.125rem;
    padding: 8px 16px;
    margin-top: 24px;
  }
}
#Contents h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #Contents h4 {
    font-size: 1.125rem;
  }
}
article img:not([src$=".svg"]),
section img:not([src$=".svg"]) {
  border-radius: 8px;
}
.page-description .Grid4 p:not(:last-child) {
  margin-bottom: 16px;
}
/*--------------------------------------------------------------------------------汎用*/



/*--------------------------------------------------------------------------------------- 
構造
---------------------------------------------------------------------------------------*/
main article {
  padding-top: 56px;
}
main section {
  padding: 72px 0 0 0;
}
@media screen and (max-width: 768px) {
  main section {
    padding: 40px 0 0 0;
  }
}
main .Grid4 > p,
main .Grid4 > div:not(.flexblock),
main .Grid4 > figure {
  width: 1200px;
  margin: auto;
  max-width: 95%;
}
main .Grid4 > div {
  margin-top: 40px;
}
main .Grid4 div.m-block {
  width: 800px;
  margin-top: 80px
}
@media screen and (max-width: 768px) {
  main .Grid4 div.m-block {
    margin-top: 32px;
  }
}
main article:not(.Entry) .Grid4 > figure:not(:last-child) {
  margin-bottom: 112px;
}
.profile {
  position: absolute;
  right: 32px;
  bottom: -153px;
}
@media screen and (max-width: 768px) {
  .profile {
    position: unset;
    margin-top: 16px;
  }
}
.flexblock:has(> div:nth-of-type(2)):not(:has(> div:nth-of-type(3))) > div > figure {
  padding: 24px;
  width: 384px;
  max-width: 100%;
}
.flexblock:has(> div:nth-of-type(3)):not(:has(> div:nth-of-type(4))) > div > figure {
  padding: 40px 0;
}
.flexblock:has(> div:nth-of-type(2)):not(:has(> div:nth-of-type(3))) > div > *:has(.txt-link):not(figure) {
  margin-left: 32px;
}
h2 + .flexblock:not(:first-child) {
  margin-top: 0;
}
.links {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
/*--------------------------------------------------------------------------------構造*/



/*--------------------------------------------------------------------------------------- 
エントリーコーナー .Entry
---------------------------------------------------------------------------------------*/
.Entry {
  background: linear-gradient(to bottom, var(--back) 0%, var(--back) 50%, #fff 50%, #fff 100%);
  padding-top: 32px;
  margin: 80px 0;
}
/*-------------------------------------------------------------------エントリーコーナー */



/*--------------------------------------------------------------------------------------- 
事業紹介ページ 事業領域コーナー
---------------------------------------------------------------------------------------*/
.panel-button {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .Grid4 > div.business-field-panel {
  position: relative;
  margin: 40px auto;
}
.modal-open figure {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffffe0;
  border: 1px solid #fff;
  box-shadow: 0px 0px 20px 0px #0000001f;
}
.modal-open:hover figure {
  background: #fff;
}
.mobility {
  margin-top: 130px;
}
.telecom {
  margin-top: 24px;
}
@media screen and (max-width: 465px) {
  .mobility,
  .telecom {
    margin-top: 0;
  }
}
.modal-open figure::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 20px;
  background: url(/products/it/society/career/image/ico_arrow02.svg) no-repeat center;
  background-size: contain;
  bottom: 4px;
  right: 8px;
  transition: .2s all;
}
.modal-open:hover figure::after {
  transform: translateX(4px);
}
.modal-open:hover figure {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .JS #Contents .triple-imgbox + figure img {
    height: 455px;
    object-fit: cover;
  }
  .triple-imgbox {
    margin-top: 0;
    gap: 8px;
  }
}
.Entry,
#FooterPageTop {
  z-index: 0;
}
/*モーダルを開くボタン*/
.modal-open {
	cursor: pointer;
  position: relative;
}
.modal-open:hover {
  opacity: 1;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
main .Grid4 > div.modal-container {
  width: 100%;
  max-width: 100%;
}
.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 2;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
  max-width: 730px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  background: none;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  position: absolute;
}
.modal-close::after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  position: absolute;
  background: url(/products/it/society/career/image/ico_close.svg);
}
@media (max-width: 769px) {
  .modal-close {
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
  }
  .modal-close::after {
    width: 30px;
    height: 30px;
  }
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
  border-radius: 8px;
}
@media (max-width: 769px) {
  .modal-content {
    padding: 40px 10px 10px 10px;
  }
}
.modal-content h4 {
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 769px) {
  .modal-content h4 {
    font-size: 2.4rem;
  }
}
.modal-content .category {
  margin: 25px auto 35px;
}
.modal-content .box {
  margin: 54px auto 0;
  max-width: 536px;
  width: 100%;
}
@media (max-width: 399px) {
  .modal-content .box {
    margin-top: 36px;
  }
}
.modal-content .btn {
  width: 260px;
  max-width: 95%;
  display: flex;
  align-items: center;
}
.btn span {
  width: 100%;
  line-height: 1.3;
}
/*-------------------------------------------------------事業紹介ページ 事業領域コーナー */



/*--------------------------------------------------------------------------------------- 
データで見る社会システム事業部ページ
---------------------------------------------------------------------------------------*/
.data .ListStyle2 {
  font-size: 0.875rem;
}
.work-life figcaption {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .m-block figcaption {
    text-align: left;
  }
}
.work-life figcaption strong {
  font-size: 3rem;
  color: var(--main);
}
.work-life figcaption .maininfo:not(:last-child) {
  margin-bottom: 16px;
}
.work-life figcaption .subinfo strong {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .data .flexblock {
    display: block;
  }
  .data .flexblock * {
    box-sizing: border-box;
  }
  .career-hire .flexblock:has(> div:nth-of-type(2)):not(:has(> div:nth-of-type(3))) > div > figure {
    padding: 24px 0;
  }
  main .Grid4 > div:not(.flexblock) {
    max-width: 100%;
  }
}
.work-life .ListStyle2 {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
/*----------------------------------------------------データで見る社会システム事業部ページ */



