  @charset "utf-8";
/* ----会社情報 common---- */

/* ----メインメニュー---- */

#gNav li:nth-last-child(2) {
	border-bottom: 4px solid #f19716;
}
#gNav li:nth-last-child(2) a {
	background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	background-size: calc(100% - 2px) 100%;
	background-repeat: no-repeat;
	background-position: center;
}

/* ----ヘッダー メニュー---- */

.orgBar {
	border-bottom: 4px solid #f19716;
}

/* ----h1イメージ---- */

#recruit #tit {
	background-image: url(/wp/wp-content/themes/ios/recruit/img/h1_image.jpg);
}

/* ----h2ヘッダー---- */

.type1 {
	margin-top: 64px !important;
}

/* ----タブ(ニュース一覧?詳細用)---- */

#tab {
	width: 100%;
	height: 71px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}

#tab div {
	width: 980px;
	margin: 0px auto;
}

#tab div ul {
	float: left;
	width: 604px;
	margin-top: 39px;
	list-style: none;
}

#tab div ul li {
	float: left;
	text-align: center;
	line-height: 31px;
	width: 151px;
	height: 31px;
	cursor: pointer;
}

#tab div ul li a {
	display: block;
	text-align: center;
	line-height: 31px;
	width: 151px;
	height: 31px;
	color: #000;
}

.select {												/* タブの選択されている項目の背景を変更 */
	background-color:#11357b;
	color: #fff !important;
}

#tab div #rss {
	float: right;
	font-size: 11px;
	color: #444;
	margin-top: 52px;
}

#tab div #rss:before {
    font-family: 'FontAwesome';
    content: "\f09e";									/* FontAwesomeフォントコード */
    margin-right: 10px;									/* アイコンと要素の空き調整 */
	color: #ffa800;
}


/* ----wrap---- */

#wrap {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}

#wrap #main {
	float: left;
	width: 720px;
	padding-right: 39px;
	border-right: 1px solid #ededed;
}

#wrap #sub {
	float: right;
	width: 219px;
	min-height: 162px;
}


/* ----sub---- */

#wrap #sub ul {
	list-style: none;
	margin: 0px;
	margin-top: 62px;
	padding: 0px;
}

#wrap #sub ul li {
	width: 219px;
	height: 50px;
	margin-left: 1px;
	background-color: #fff;
	border-top: 1px solid #ededed;
}

#wrap #sub ul li:last-child {
	border-bottom: 1px solid #ededed;
}

#wrap #sub ul li a {
	display: block;
	text-decoration: none;
	line-height: 48px;
	width: 197px;
	height: 48px;
	margin: 1px 0px 1px 1px;
	padding: 0px;
	padding-left: 22px;
	color: #333;
}

#wrap #sub #sub_second {
	/*height: 327px !important;*/
  height: auto;
}

#wrap #sub #sub_second::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #F8F8F8;
  display: block;
}
#wrap #sub #sub_second:not(.open)::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #F8F8F8;
  display: block;
  border-top: 1px solid #ededed;
}
#wrap #sub ul > li:last-child::after {
  display: none!important;
}
#wrap #sub li:not(#sub_second) + #sub_second::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #F8F8F8;
  display: block;
  border-bottom: 1px solid #ededed;
}
#wrap #sub #sub_second .sub_second_title {
  padding: 12px 11px 12px 22px;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
  cursor: pointer;
  position: relative;
}
#wrap #sub #sub_second ul {
	margin: 0px 0px 0px 1px !important;
	padding: 0px !important;
	background-color: #ededed;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#wrap #sub #sub_second .sub_second_title::before,
#wrap #sub #sub_second .sub_second_title::after {
  content: "";
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#wrap #sub #sub_second .sub_second_title::before {
  width: 12px;
  height: 1px;
  right: 11px;
}
#wrap #sub #sub_second .sub_second_title::after {
  height: 12px;
  width: 1px;
  right: 16.5px;
}
#wrap #sub #sub_second.open .sub_second_title::after {
  display: none;
}
#wrap #sub #sub_second ul li {
	height: auto !important;
	width: 199px !important;
	margin: 0px 0px 0px 20px !important;
	padding: 1px 0;
	border: none !important;
	border-bottom: 1px solid #ededed !important;
}

#wrap #sub #sub_second ul li:last-child {
	border-bottom: none !important;
}

#wrap #sub #sub_second ul li a {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5 !important;
	width: 188px !important;
	height: 52px !important;
	margin: 0px 0px 0px 1px !important;
	padding: 0px 0px 0px 10px !important;
	display: flex;
	align-items: center;
}

#wrap #sub #sub_second ul li:first-child {
	border-top: none !important;
}

#wrap #sub #sub_second .subSecondCurrent {
	background-color: #fcead0;
}

.current {
	vertical-align: middle;
	background-color: #ededed;
	background-image: url(/wp/wp-content/themes/ios/common/img/cpr_current.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 3px 22px;
}


/* ----feature_data_block---- */
.feature_data_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.feature_data_block .data_content {
  background-color: #FBFBFB;
  padding: 20px 20px 30px;
}
.feature_data_block .data_content h4 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
}
.feature_data_block .data_content h4 span {
  font-size: 12px;
  font-weight: 400;
}
.feature_data_block .data_content.full {
  grid-column: span 2 / span 2;
}
.feature_data_block .icon_data_block {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.feature_data_block .icon_data_block img {
  width: 120px;
  flex-shrink: 0;
}
.feature_data_block .icon_data_block .data_detail {
  width: calc(100% - 130px);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.feature_data_block .data_accent {
  color: #F19716;
  font-size: 36px;
}
.feature_data_block .number_unit {
  padding-left: 4px;
}
.feature_data_block .number_unit_top {
  padding-bottom: 4px;
  display: block;
  font-size: 16px;
  line-height: 1.3;
}
.feature_data_block .supplement_text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 10px;
  text-align: left;
}
.feature_data_block .icon_data_block + .supplement_text {
  margin-top: 20px;
}
.feature_data_block .latio_block {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.feature_data_block .latio_block_left {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.feature_data_block .band_graph {
  display: flex;
  height: 40px;
}
.feature_data_block .band_graph_labels {
  display: flex;
  font-weight: 700;
  text-align: center;
}
.feature_data_block .band_graph_labels dt {
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.3;
  white-space: nowrap;
}
.feature_data_block .band_graph_labels dd {
  font-size: 20px;
}
.feature_data_block .band_graph_labels dd span {
  font-size: 30px;
  color: #F19716;
  padding-right: 3px;
}

/* .data01_01 */
.feature_data_block .data01_01 .gender_ratio_block {
  padding-right: 20px;
  width: calc(100% - 220px);
}
.feature_data_block .data01_01 .gender_ratio_block .gender_ratio_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.feature_data_block .data01_01 .gender_ratio_block .gender_ratio_img img {
  max-width: 100%;
}
.feature_data_block .data01_01 .gender_ratio_text {
  display: flex;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  column-gap: 74px;
  justify-content: center;
  align-items: center;
}
.feature_data_block .data01_01 .gender_ratio_text dt {
  margin-bottom: 4px;
}
.feature_data_block .data01_01 .gender_ratio_text dd {
  font-size: 20px;
}
.feature_data_block .data01_01 .gender_ratio_text dd span {
  font-size: 30px;
  color: #F19716;
  padding-right: 3px;
}

/* .data01_02 */
.feature_data_block .data01_02 .graph_block {
  width: calc(100% - 220px);
}
.feature_data_block .data01_02 .band_graph {
  margin: 20px 0;
}
.feature_data_block .data01_02 .band_graph li:nth-child(1) {
  background-color: #A7BEF0;
  width: 40%;
}
.feature_data_block .data01_02 .band_graph li:nth-child(2) {
  background-color: #F19716;
  width: 36%;
}
.feature_data_block .data01_02 .band_graph li:nth-child(3) {
  background-color: #FCEAD0;
  width: 24%;
}
.feature_data_block .data01_02 .band_graph_labels.top {
  justify-content: center;
  padding-left: 20px;
}
.feature_data_block .data01_02 .band_graph_labels.bottom {
  justify-content: flex-end;
}
.feature_data_block .data01_02 .band_graph_labels.bottom li {
  width: 60%;
  border-top: 2px solid #F19716;
  position: relative;
  padding-top: 10px;
}
.feature_data_block .data01_02 .band_graph_labels.bottom li::before,
.feature_data_block .data01_02 .band_graph_labels.bottom li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  top: -12px;
  background-color: #F19716;
}
.feature_data_block .data01_02 .band_graph_labels.bottom li::before {
  left: 0;
}
.feature_data_block .data01_02 .band_graph_labels.bottom li::after {
  right: 0;
}
.feature_data_block .data01_02 .band_graph_labels.top li:nth-child(2) {
  padding: 0 65px;
}

/* .data01_05 */
.feature_data_block .data01_05 {
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}
.feature_data_block .data01_05 .graph_block canvas {
  width: 290px;
  margin: auto;
}
.feature_data_block .data01_05 .graph_block {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.feature_data_block .data01_05 .graph_block + p {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
.feature_data_block .data01_05 .graph_param li {
  position: absolute;
  font-weight: 700;
}
.feature_data_block .data01_05 .graph_param li:nth-child(1) {
  top: 5px;
  right: 73px;
}
.feature_data_block .data01_05 .graph_param li:nth-child(2) {
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.feature_data_block .data01_05 .graph_param li:nth-child(3) {
  top: 66px;
  left: 44px;
}
.feature_data_block .data01_05 .graph_param dt {
  font-size: 16px;
  margin-bottom: 4px;
}
.feature_data_block .data01_05 .graph_param dd {
  font-size: 20px;
}
.feature_data_block .data01_05 .graph_param dd {
  font-size: 20px;
}
.feature_data_block .data01_05 .graph_param dd span {
  font-size: 30px;
  color: #F19716;
  padding-right: 4px;
}
.feature_data_block .data01_05 .graph_param li:nth-child(2) dd span {
  color: #fff;
}

/* .data02_03 */
.feature_data_block .data02_03 .graph_block {
  padding: 0 20px;
}
.feature_data_block .data02_03 .band_graph {
  margin-bottom: 20px;
}
.feature_data_block .data02_03 .band_graph li:nth-child(1) {
  background-color: #A7BEF0;
  width: 50%;
}
.feature_data_block .data02_03 .band_graph li:nth-child(2) {
  background-color: #F19716;
  width: 36%;
}
.feature_data_block .data02_03 .band_graph li:nth-child(3) {
  background-color: #E6B6F0;
  width: 7%;
}
.feature_data_block .data02_03 .band_graph li:nth-child(4) {
  background-color: #A7E592;
  width: 7%;
}
.feature_data_block .data02_03 .band_graph_labels li {
  position: relative;
}
.feature_data_block .data02_03 .band_graph_labels li:nth-child(1) {
  width: 50%;
}
.feature_data_block .data02_03 .band_graph_labels li:nth-child(2) {
  margin-left: 10px;
}
.feature_data_block .data02_03 .band_graph_labels li:nth-child(3) {
  margin-left: 38px;
}
.feature_data_block .data02_03 .band_graph_labels li:nth-child(4) {
  margin-left: 17px;
  margin-right: 4px;
}
.feature_data_block .data02_03 .band_graph_labels li:nth-child(3)::before {
  content: "";
  width: 60px;
  height: 8px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  position: absolute;
  left: 38px;
  top: -13px;
}
.feature_data_block .data02_03 .band_graph_labels li:nth-child(3)::after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #333;
  position: absolute;
  left: 98px;
  top: -27px;
}
.feature_data_block .data02_03 .band_graph_labels li:nth-child(4)::before {
  content: "";
  height: 22px;
  width: 1px;
  background-color: #333;
  position: absolute;
  right:16px;
  top: -27px;
}

/* .data02_05 */
.feature_data_block .data02_05 .icon_data_block .data_detail .data_accent {
  line-height: 1.3;
}

/* .data03_02, .data03_04 */
.feature_data_block .data03_02 .icon_data_block .data_detail .data_accent,
.feature_data_block .data03_04 .icon_data_block .data_detail .data_accent {
  font-size: 26px;
  line-height: 1.4;
}

/* .data03_03 */
.feature_data_block .data03_03 .data_detail dl {
  display: flex;
  column-gap: 20px;
  align-items: center;
  text-align: left;
}
.feature_data_block .data03_03 .data_detail dl + dl {
  margin-top: 20px;
}
.feature_data_block .data03_03 .data_detail dt {
  font-weight: 400;
}
.feature_data_block .data03_03 .data_detail .data_accent {
  font-size: 30px;
}
.feature_data_block .data03_03 .data_detail .number_unit {
  font-size: 20px;
}
.feature_data_block .data03_03 .supplement_text dl + dl {
  margin-top: 10px;
}
.feature_data_block .data03_03 .supplement_text dt {
  font-weight: 700;
}
.feature_data_block .data03_03 .supplement_text dd {
  padding-left: 15px;
}





/*
****     SP     ***
**/
@media (max-width: 767px) {
	#wrap {
		width: 100%;
	}
	#wrap #sub {
		min-height: auto;
	}
	#wrap #main {
		width: 100%;
		padding-right: 10px;
	}
	.type1 {
		margin-top: 20px!important;
	}
	#recruit #tit {
		background-position: 25%;
	}
	#recruit #sub {
		width: 100%;
		text-align: center;
	}
	#recruit #sub #sub_second ul {
		display: none;
	}
	#recruit #sub ul li a {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		height: 40px;
		line-height: 40px;
		display: block;
		margin: 0;
	}
	#recruit #sub ul li {
		width: 100%;
		height: 40px;
		margin-left: 0;
		border-top: 1px solid #ededed;
	}
	#recruit #sub ul li#sub_second {
		height: auto;
	}
	#recruit #sub ul li#sub_second .sub_second_title {
		line-height: 40px;
		display: block;
		position: relative;
	}
	#recruit #sub ul li#sub_second .sub_second_title::before,
	#recruit #sub ul li#sub_second .sub_second_title::after {
		content: "";
		background-color: #333;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	#recruit #sub ul li#sub_second .sub_second_title::before {
		width: 12px;
		height: 1px;
		right: 11px;
	}
	#recruit #sub ul li#sub_second .sub_second_title::after {
		height: 12px;
		width: 1px;
		right: 16.5px;
	}
	#recruit #sub ul li#sub_second.open .sub_second_title::after {
		display: none;
	}
  #recruit #sub ul li#sub_second.open ul {
		display: block!important;
	}
	#recruit #sub ul li#sub_second:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}
	#recruit #sub ul {
		margin-top: 0;
	}
	#recruit #sub ul li:last-child {
		border-bottom: 1px solid #f19716;
	}
	#recruit #sub ul li:first-child a {
		margin-top:0;
	}
	.current {
		background-image: none;
	}
	#tab {
		border-bottom:0;
		overflow: hidden;
		height:auto;
		margin-bottom: 15px;
	}
	#tab div ul{
		width: 100%;
		margin-top: 20px;	
	}
	#tab div ul li {
		width: 33%;
		box-sizing: border-box;
		border: #e5e5e5 1px solid;
    border-left: 0;
		line-height: 40px;
		height: 40px;
	}
	#tab div ul li:last-child {
		width: 34%;
		border-right: 0;
	}
	#tab div ul li a {
		width: 100%;
		height: auto;
		line-height: 40px;
	}
	#tab div {
		width: 100%;
	}
/* ----feature_data_block---- */
  .feature_data_block {
    grid-template-columns: auto;
  }
  .feature_data_block .data_content h4 {
    margin-bottom: 15px;
  }
  .feature_data_block .data_content.full {
    grid-column: auto;
  }
  .feature_data_block .icon_data_block {
    column-gap: 20px;
    justify-content: center;
  }
  .feature_data_block .icon_data_block .data_detail {
    width: 175px;
  }
  .feature_data_block .icon_data_block + .supplement_text {
    margin-top: 15px;
  }
  .feature_data_block .latio_block {
    row-gap: 20px;
    flex-flow: column;
  }
  .feature_data_block .latio_block_left {
    width: 100%;
  }
  .feature_data_block .band_graph {
    height: 28px;
  }

  /* .data01_01 */
  .feature_data_block .data01_01 .gender_ratio_block {
    padding-right: 0;
    width: 100%;
  }
  .feature_data_block .data01_01 .gender_ratio_block .gender_ratio_img {
    justify-content: space-between;
    column-gap: 7px;
  }
  .feature_data_block .data01_01 .gender_ratio_text {
    column-gap: 36px;
  }

  /* .data01_02 */
  .feature_data_block .data01_02 .graph_block {
    width: 100%;
  }
  .feature_data_block .data01_02 .band_graph {
    margin: 10px 0 20px;
  }
  .feature_data_block .data01_02 .band_graph_labels.top {
    padding-left: 5%;
  }
  .feature_data_block .data01_02 .band_graph_labels.bottom li {
    padding-top: 7px;
  }
  .feature_data_block .data01_02 .band_graph_labels.bottom li::before,
  .feature_data_block .data01_02 .band_graph_labels.bottom li::after {
    height: 9px;
    top: -9px;
  }
  .feature_data_block .data01_02 .band_graph_labels.top li:nth-child(2) {
    padding: 0 7%;
  }

  /* .data01_05 */
  .feature_data_block .data01_05 {
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
  }
  .feature_data_block .data01_05 .graph_block {
    margin-bottom: 15px;
  }
  .feature_data_block .data01_05 .graph_param li:nth-child(1) {
    left: calc(50% + 7px);
    right: auto;
  }
  .feature_data_block .data01_05 .graph_param li:nth-child(3) {
    right: calc(50% + 45px);
    left: auto;
  }

  /* .data02_01 */
  .feature_data_block .data02_01 .supplement_text {
    margin-top: 10px;
  }

  /* .data02_03 */
  .feature_data_block .data02_03 .graph_block {
    padding: 0;
    display: flex;
    flex-flow: column-reverse;
    position: relative;
  }
  .feature_data_block .data02_03 .band_graph {
    margin: 22px 0 58px;
  }
  .feature_data_block .data02_03 .band_graph_labels {
    justify-content: space-around;
  }
  .feature_data_block .data02_03 .band_graph_labels dt {
    font-size: 12px;
  }
  .feature_data_block .data02_03 .band_graph_labels dd {
    font-size: 15px;
  }
  .feature_data_block .data02_03 .band_graph_labels dd span {
    font-size: 21px;
  }
  .feature_data_block .data02_03 .band_graph_labels li:nth-child(1) {
    width: 50%;
  }
  .feature_data_block .data02_03 .band_graph_labels li:nth-child(2) {
    margin-left: 0;
  }
  .feature_data_block .data02_03 .band_graph_labels li:nth-child(3) {
    margin-left: 0;
  }
  .feature_data_block .data02_03 .band_graph_labels li:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .feature_data_block .data02_03 .band_graph_labels li:nth-child(3)::before {
    display: none;
  }
  .feature_data_block .data02_03 .band_graph_labels li:nth-child(3)::after {
    height: 22px;
    left: 38%;
    top: auto;
    bottom: -30px;
  }
  .feature_data_block .data02_03 .band_graph_labels li:nth-child(4)::before {
    right: 3vw;
    top: -27px;
  }

  /* .data02_05 */
  .feature_data_block .data02_05 .icon_data_block .data_detail .data_accent {
    line-height: 1.3;
  }

  /* .data03_03 */
  .feature_data_block .data03_03 .data_detail dl {
    display: flex;
    column-gap: 20px;
    align-items: center;
    text-align: left;
  }
  .feature_data_block .data03_03 .data_detail dl + dl {
    margin-top: 20px;
  }
  .feature_data_block .data03_03 .data_detail dt {
    font-weight: 400;
  }
  .feature_data_block .data03_03 .data_detail .data_accent {
    font-size: 30px;
  }
  .feature_data_block .data03_03 .data_detail .number_unit {
    font-size: 20px;
  }
}