@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Info CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


/* 求める人物像
-------------------------------------------- */
.ideal_canditate .ic_list {
  width: 100%;
  overflow: hidden;
  padding: calc(40px + 12%) 0 0;
}

.ideal_canditate .ic_content header {
  position: relative;
  float: right;
  padding: 20px 25px 0 30px;
  margin: 0 0 20px -6%;
  height: 220px;
  color: #FFF;
}
.ideal_canditate .ic_content header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  background: #333;
}
.ideal_canditate .ic_content header .hgroup {
  position: relative;
  z-index: 2;

  -webkit-transform: translateY(-33%);
  transform: translateY(-33%);
}
.ideal_canditate .ic_content header .hgroup h2,
.ideal_canditate .ic_content header .hgroup h3 {
  position: relative;
  z-index: 2;
}
.ideal_canditate .ic_content header .hgroup h2 {
  padding: 0 0 15px;
  margin: 0 0 2px;
}
.ideal_canditate .ic_content header .hgroup h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 0 -60px;
  max-width: 600px;
  width: 100%;
  height: 4px;
  background: #D90000;
}
.ideal_canditate .ic_content header .hgroup h2 img {
  display: block;
  width: 100%;
}
.ideal_canditate .ic_content header .hgroup h2 span {
  display: block;
  font-size: 1.8rem;
  margin: -10px 0 0;
}
.ideal_canditate .ic_content header .hgroup h3 {
  font-size: 3rem;
  line-height: 1.4;
  height: 8.4rem;
}

.ideal_canditate .ic_content .ic_img {
  position: relative;
  max-width: 650px;
  width: 43.333333%;
  float: left;
  margin: -12% 0 0;
}
.ideal_canditate .ic_content .ic_img img {
  display: block;
  width: 100%;
}

.ideal_canditate .ic_list .ic_txt {
  padding: 0 25px 0 50px;
  margin: 0 0 0 auto;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .2rem;
}

/* 奇数ブロック */
.ideal_canditate .ic_list:nth-child(2n) .ic_content header {
  float: left;
  padding: 20px 30px 0 25px;
  margin: 0 -6% 20px 0;
}
.ideal_canditate .ic_list:nth-child(2n) .ic_content header::before {
  left: auto;
  right: 0;
}
.ideal_canditate .ic_list:nth-child(2n) .ic_content header .hgroup h2,
.ideal_canditate .ic_list:nth-child(2n) .ic_content header .hgroup h3 {
  text-align: right;
}
.ideal_canditate .ic_list:nth-child(2n) .ic_content header .hgroup h2::before {
  left: auto;
  right: 0;
  margin: 0 -60px 0 0;
}
.ideal_canditate .ic_list:nth-child(2n) .ic_content header .hgroup h2 img {
  margin: 0 0 0 auto;
}

.ideal_canditate .ic_list:nth-child(2n) .ic_content .ic_img {
  float: right;
}

.ideal_canditate .ic_list:nth-child(2n) .ic_txt {
  padding: 0 50px 0 25px;
  margin: 0 auto 0 0;
  text-align: right;
}


/* 教育制度・キャリアパス
-------------------------------------------- */
.education .education_box .lead_txt {
	margin: 0 auto 50px;
  font-size: 1.6rem;
  text-align: center;
	line-height: 2;
}
.education .education_box {
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
}
.education .education_box .education_img {
	display: block;
	width: 180px;
	margin: 0 auto 30px;
}
.education .education_box .path_flow li {
	font-size: 1.6rem;
	margin: 0 0 60px;
	position: relative;
	text-align: center;
}
.education .education_box .path_flow li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -34px;
	left: 50%;
	width: 28px;
	height: 28px;
	margin: 0 0 0 -14px;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;

	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.education .education_box .path_flow li h4 {
	position: relative;
	font-size: 2.2rem;
}

/* 背景付きリスト */
.education .education_box .path_flow .box {
	padding: 0 20px 20px;
}
.education .education_box .path_flow .box::before {
	content: "";
	display: block;
	width: 100%;
	background: #EEE;
	position: absolute;
	top: 23px;
	left: 0;
	bottom: 0;
}
.education .education_box .path_flow .box h4 {
	font-size: 1.2rem;
	padding: 0 0 20px;
}
.education .education_box .path_flow .box h4 img {
	display: block;
	max-width: 340px;
	width: 100%;
	margin: 0 auto 10px;
}
.education .education_box .path_flow .box p {
	text-align: left;
	position: relative;
	text-indent: -0.8em;
	padding: 0 0 0 .8em;
}

/* 矢印なしのリスト */
.education .education_box .path_flow .no_arrow {
	margin: 0;
}
.education .education_box .path_flow .no_arrow::after {
	display: none;
}
.education .education_box .path_flow .no_arrow .career_up_list {
	margin: 15px -8px 0;
}
.education .education_box .path_flow .no_arrow .career_up_list div {
	width: 33.333333%;
	padding: 0 8px;
	float: left;
}
.education .education_box .path_flow .no_arrow .career_up_list div p {
	background: #EEE;
	padding: 18px 10px;
}


/*
------------------------------------------------------------------------------------------------------------------ Tablet Wide */

@media screen and (max-width: 900px) {

  /* 求める人物像
  -------------------------------------------- */
  .ideal_canditate .ic_content header {
    padding: 20px 20px 0 30px;
  }
  .ideal_canditate .ic_list:nth-child(2n) .ic_content header {
    padding: 20px 30px 0 20px;
  }

  .ideal_canditate .ic_list .ic_txt {
    width: 100% !important;
    padding: 0 20px !important;
    margin: 0 !important;
    text-align: left !important;
  }

}


/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 768px) {

  /* 求める人物像
  -------------------------------------------- */
  .ideal_canditate .ic_list {
    padding: calc(40px + 6%) 0 0;
  }

  .ideal_canditate .ic_content header {
    height: 180px;
  }
  .ideal_canditate .ic_content header .hgroup {
    -webkit-transform: translateY(-28%);
    transform: translateY(-28%);
  }
  .ideal_canditate .ic_content header .hgroup h2 {
    margin: 0 0 10px;
  }
  .ideal_canditate .ic_content header .hgroup h2 img {
    max-width: none !important;
		width: auto !important;
		height: 56px;
  }
  .ideal_canditate .ic_content header .hgroup h2 span {
    margin: 0;
  }
  .ideal_canditate .ic_content header .hgroup h3 {
    font-size: 2rem;
    height: 5.6rem;
  }

  .ideal_canditate .ic_content .ic_img {
    margin: -6% 0 0;
  }

  /* 奇数ブロック */
  .ideal_canditate .ic_list:nth-child(2n) .ic_content header {
    padding: 20px 30px 0 20px;
  }
  .ideal_canditate .ic_list:nth-child(2n) .ic_content header .hgroup h2 img {
    transform-origin: 100% 50%;
  }


  /* 教育制度・キャリアパス
  -------------------------------------------- */
	.education .education_box {
		max-width: none;
	}

}


/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 600px) {

  /* 求める人物像
  -------------------------------------------- */
  .ideal_canditate .ic_list {
    padding: 0 0 50px;
  }
  .ideal_canditate .ic_list:last-child {
    padding: 0;
  }

  /* 奇数ブロック */
  .ideal_canditate .ic_content header {
    float: none !important;
    padding: 0 20px !important;
    margin: 0 0 20px !important;
    width: 100% !important;
    height: auto;
    color: #000;
  }
  .ideal_canditate .ic_content header::before {
    display: none;
  }
  .ideal_canditate .ic_content header .hgroup {
    -webkit-transform: none;
    transform: none;
  }
  .ideal_canditate .ic_list:nth-child(2n) .ic_content header .hgroup h2,
  .ideal_canditate .ic_list:nth-child(2n) .ic_content header .hgroup h3 {
    text-align: left;
  }
  .ideal_canditate .ic_list:nth-child(2n) .ic_content header .hgroup h2::before {
    left: 0;
    right: auto;
    margin: 0 0 0 -60px;
  }
  .ideal_canditate .ic_list:nth-child(2n) .ic_content header .hgroup h2 img {
    margin: 0 auto 0 0;
    transform-origin: 0 50%;
  }
  .ideal_canditate .ic_content header .hgroup h3 {
    height: auto;
    font-size: 2.4rem;
  }

  .ideal_canditate .ic_content .ic_img {
    margin: 0;
    padding: 0 20px 20px;
    width: 100%;
    float: none !important;
  }


  /* 教育制度・キャリアパス
  -------------------------------------------- */
	.education .education_box {
		max-width: none;
	}

	/* 矢印なしのリスト */
	.education .education_box .path_flow .no_arrow .career_up_list {
		margin: 15px 0 0;
	}
	.education .education_box .path_flow .no_arrow .career_up_list div {
		width: 100%;
		padding: 5px 0 0;
		float: none;
	}

}
