@charset "utf-8";

/*「採用情報」のみで使用しているcss*/

/* --------------------------------------------------------
main
-------------------------------------------------------- */
#recruitBackImg{
  background-image: url(../img/mainimg_03.png);
  background-size: cover; /* 要素全体を覆うように拡大（縦横比を維持） */
  background-repeat: no-repeat;
  background-position: center center;
}

main nav{
	padding: 0;
}

.Catchphrase,
.Catchphrase2{
	margin:0 auto;
	background: #E1F7FF;
	padding: 5%;
	color:#001966;
	font-size:17px;
	line-height:1.8em;
	/*font-family: "うつくし明朝体" , sans-serif;*/
	font-family: 'Zen Maru Gothic', serif;
}

.Catchphrase2{
	text-align: center;
}

.toggle_switch{
	background-color: #DFEEFB;
    color: #001966;
}

.toggle_contents a {
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #001966;
    text-align: center;
    color: #001966;
    font-family: "こころ明朝体", sans-serif;
	background: #f1f8ff;
}

main nav p{
	width: 90%;
	margin:0 auto;
	text-align: center;
}

.pan a:hover{ color: #2155DE; transition: .3s; text-decoration: underline;}

.blue16_mag5_line{
  background-color: #F0F0FF;
}

nav p{
	text-align: left;
}

/* --------------------------------------------------------
.recruitLink 採用情報リンク
-------------------------------------------------------- */

.pageLink{
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}

.recruitLink a{
	display: block;
}

/* --------------------------------------------------------
.recruitLink 採用情報リンク
-------------------------------------------------------- */

.recruitment2{
	padding: 15% 0 0;
}

/* --------------------------------------------------------
.recruitment 募集要項
-------------------------------------------------------- */

h2.RecruitmentRequirements{
	padding-top: 15%;
	text-align: center;
}

.recruitment h2,
.recruitment2 h2{
  position: relative;
  padding: 12px 16px 12px 20px;
  background-color: #fffde8; /* 薄いクリーム色 */
  color: #1f4fbf; /* 青文字 */
  font-size: 20px;
  line-height: 1.4;

  /* 左のネイビーバー */
  border-left: 8px solid #0b2a6f;

  /* 上下の薄い黒い破線 */
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  margin-bottom: 8%;
}

.recruitment dt,
.recruitment2 dt {
  display: inline-block;
  padding: 6px 18px;
  background-color: #9aa1a6; /* グレー */
  color: #ffffff;
  font-size: 1rem;
  border-radius: 6px;
  line-height: 1;
  text-align: center;
  margin-bottom: 3%;
}

.recruitment2 h2{
	background-color: #DFE7FF;
}

.recruitment ul,
.recruitment2 ul{
	padding-left: 0;
	list-style-type: none;
}

.recruitment li p,
.recruitment2 li p{
	margin-top: 0;
}

ul.processUl{
	width: 70%;
	margin: 5% auto;
}

ul.processUl li{
	text-align: center;
}

ul.processUl .process{
	background: #004080;
	color: white;
	text-align: center;
	padding: 1% 0;
	border-radius: 5px;
}

ul.processUl .decision{/* 内定 */
	background: #099;
}

.arrow::after {
	content: " ↓";
}

/* --------------------------------------------------------
.policy　採用ポリシー
-------------------------------------------------------- */

.policyH2{
	text-align: center;
	color: #039;
}

/* --------------------------------------------------------
.engineer　コンピュータ技術者募集
-------------------------------------------------------- */
#link4 {
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.txt {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
}
.explanation h3 {
  display: inline-block;
  padding: 0.5em 1em; /*文字周りの余白*/
  color: #4989E8; /*文字色*/
  background: #E3EEFE; /*背景色*/
  border-left: solid 5px #4989E8; /*左線（実線 太さ 色）*/
  margin: 30px 0 0;
}
.price {
  background-color: #FFF6DB;
  color: #4A2500;
  padding: 10px;
}
.price h4:nth-of-type(n+2) {
  padding-top: 10px;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 20px auto 0;
  /* ポップアップwindow部分 */
  /* オーバーレイの背景部分 */
  /* ウィンドウ部分 */
  /* 閉じるボタン */
  /* クリックで表示 */
  /* コンテンツ部分のスタイル */
}
.tabs .serviceBox {
  background: #F6FAFF; /*背景色*/
  padding: 20px 20px;
  margin-bottom: 20px;
}
.tabs .serviceBox h4 {
  color: #4989E8;
  margin: 0;
}
.tabs .serviceBox h4:nth-of-type(n+2) {
  padding: 30px 0 0;
}
.tabs .treatment:first-of-type {
  padding-top: 20px;
}
.tabs a:link {
  text-decoration: none;
}
.tabs input {
  display: none;
}
.tabs #overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
}
.tabs #bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
.tabs #window {
  width: 90%;
  padding: 65px 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: 90;
  opacity: 0;
}
.tabs #btn_cloth {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4989E8;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
.tabs #btn_cloth:hover {
  opacity: 0.7;
}
.tabs #btn_cloth span,
.tabs #btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
.tabs #btn_cloth span {
  transform: rotate(45deg);
}
.tabs #btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
.tabs #msg {
  margin: 0 auto;
  padding: 5%;
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  background-color: #FFF;
  border: #71B3E0 solid 2px;
  border-radius: 10px;
}
.tabs #msg p {
  margin: 0.5em 0;
  color: #71B3E0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.tabs #msg ol li::marker {
  color: #71B3E0;
  font-weight: 600;
}
.tabs #popup:checked ~ #overlay {
  visibility: visible;
}
.tabs #popup:checked ~ #overlay #window {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.tabs body {
  margin: 30px;
}
.tabs #txt_label {
  display: block;
  width: 100%;
  cursor: pointer;
}
.tabs #txt_label:hover {
  opacity: 0.7;
}
.tabs .serviceLink {
  color: #4989E8;
  border: 1px solid #4989E8;
  padding: 10px 10px 10px 20px;
  font-weight: 300;
  background: #fff;
  margin-top: 20px;
}
.tabs .serviceLink::after {
  content: ">";
  display: inline-block;
  margin-left: 5px; /* ">"と周囲の間隔を調整します。 */
  color: #4989E8;
  float: right;
}
.tabs hr {
  border: none;
  border-top: 1px dashed #000066; /* 破線の色と幅を指定します。 */
  height: 1px; /* 水平線の高さを指定します。 */
  width: 100%; /* 水平線の幅を指定します。 */
  margin-bottom: 30px;
}
.tab_item {
  width: 33.33%;
  height: 50px;
  border: #4989E8 solid 1px;
  border-bottom: 3px solid #4989E8;
  background-color: #F1F2E8;
  /* line-height: 50px; */
  font-size: 16px;
  text-align: center;
  color: #4989E8;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[name=tab_item] {
  display: none;
}
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#se:checked ~ #se_content,
#design:checked ~ #design_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #4989E8;
  color: #FFF;
  cursor: pointer;
}

.engineerWrap h2{
	display: inline-block;
	color: white;
	background: #000066;
	font-size: 1rem;
	padding: 5px 10px;
}

.remarksFlex{
	display: inline-block;
	background: #004080;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
}

.engineerWrap ul{
	list-style-type: none;
	padding-left: 0;
}

.toRecruitLink{
	padding-top: 3%;
}

.sceneryImg{
	display:flex;
  	flex-flow: column;
	gap: 15px;
}

/* =============================================================
  PC表示 (980px以上に適用)
============================================================= */

@media screen and (min-width: 980px){

/* --------------------------------------------------------
main
-------------------------------------------------------- */

span.spBr{
	display:inline-block;
}

#recruitBackImg{
	background-image:url(../img/bg_02.webp);
	background-size: cover; /* 要素全体を覆うように拡大（縦横比を維持） */
	background-repeat: no-repeat;
	background-position: center center;
}

main nav{
	display: none;
	margin:0 auto;
	background: #E1F7FF;
	padding:50px 0 0;
	color:#001966;
	font-size:17px;
	line-height:1.8em;
	/*font-family: "うつくし明朝体" , sans-serif;*/
	font-family: 'Zen Maru Gothic', serif;
	height:170px; /* 120px ⇒　*/
}

main nav p{
	max-width:800px;
	margin:0 auto;
}

.pan a:hover{ color: #2155DE; transition: .3s; text-decoration: underline;}

.pageLink{
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.pageLink a,
.pageLink a:last-of-type{
  border: none;
}
.pageLink a{
  margin: 0;
  padding: 0;
}


#inquiry{
  max-width: 750px;
}

.Catchphrase,
.Catchphrase2{
	padding: 3% 0;
	text-align: center;
}

.Catchphrase p{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

section{
	width: 850px;
}

.infoFlex{
	display: flex;
	gap: 5%;
	align-items: center;  /* ← stretchをやめる（h2が伸びなくなる） */
	flex-wrap: nowrap; /* ← 下段落ちさせない */
	padding: 10px 0;
}

.infoFlex h2{
	width: 130px;
	flex: 0 0 auto;    /* ← h2は固定 */
	text-align: center;
	padding: 5px 0;
}

.infoFlex2{
	flex: 1 1 auto;    /* ← 右側を可変に */
	min-width: 0;      /* ← これがないと縮まず崩れることが多い */
	align-items: center;  /* ← これを追加（stretchをやめる） */
	padding: 0;
}

.infoFlex:nth-of-type(n+2) .infoTxt{
	padding: 0;
}

.infoFlex3{
	align-items: center;
}

.mainOffice{
	width: 100%;
	display: flex;
	align-items: center;          /* 縦中央 */
	justify-content: space-between; /* 左：住所 / 右：ボタン */
	gap: 16px;
}

/* 左（住所）を伸ばす */
.mainOffice p{
  margin: 0;
  flex: 1;                 /* ← これが最重要 */
}

/* 右（詳しくはこちら）を右端に固定 */
.mainOffice a{
  margin-left: auto;       /* ← 右寄せの決定打 */
  flex-shrink: 0;
}

/* --------------------------------------------------------
.recruitment 募集要項
-------------------------------------------------------- */

h2.RecruitmentRequirements{
	padding-top: 100px;
}

.recruitLink{
	display: flex;
	justify-content: space-between;
}

.recruitLink a:nth-of-type(2) {
	padding-top: 0;
}

.arrow::after {
	content: " → ";
}

.recruitment{
	padding: 30px 0 0;
}

.recruitment h2{
	margin-bottom: 30px;
}

.recruitment dl,
.recruitment2 dl{
	width: 760px;
	margin: 0 auto;
	display: flex;
	align-items: baseline;
	gap: 50px;
}

.recruitment dt,
.recruitment2 dt{
	  min-width: 150px;
}

.recruitment2{
	padding: 100px 0 0;
}
.recruitment2 h2{
	margin-bottom: 30px;
}

.recruitment hr,
.recruitment2 hr{
	width: 750px;
	margin: 15px auto;
}

ul.processUl{
	width: 100%;
	display: flex;
	margin: 0 0 10px;
	align-items: center;
	gap: 10px;
}

ul.processUl li.process{
	width: 90px;
	padding: 10px 0;
}

/* --------------------------------------------------------
.policy　採用ポリシー
-------------------------------------------------------- */

.policyH2{
	padding: 30px 0;
}

/* --------------------------------------------------------
.engineer　コンピュータ技術者募集
-------------------------------------------------------- */
section.engineer {
	max-width: 850px;
	padding: 0;
}
.tabs {
padding-bottom: 30px;
}
.tabs {
margin-bottom: 10px;
}
.tabs ul {
padding: 0 0 0 auto;
margin: 0;
}
.tabs .serviceBox2:last-of-type {
margin-bottom: 0;
}
.tabs #txt_label {
width: 280px;
}
.tabs #window {
width: 1100px;
height: 500px;
}
.tabs #msg {
width: 1000px;
height: 400px;
}

.tab_item {
  width: 200px;
}

p.ToRecuritLink{
	padding-top: 0;
}

section.scenery{
	width: 1100px;
	text-align: center;
	font-size: 1.3rem;
}

.sceneryImg{
  display: flex;
  flex-direction: row; /* PC */
  gap: 15px;
}

/* 画像を親幅に収める */
.sceneryImg img{
  flex: 1 1 0;
  max-width: 100%;
  height: auto;
  min-width: 0;
  display: block;
}
}

/* --------------------------------------------------------
電話設定
-------------------------------------------------------- */

@media screen and (max-width: 980px) {/*sp電話可*/
  a[href*="tel:"] {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) {/*pc電話不可*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
	color: black;
  }
}
