@charset "utf-8";

/*========================================================
job/css/result.css
========================================================*/

#pageBody .secHead{
	float:left;
	margin:0 0 8px 0;
	width:700px;
}

#pageBody .secHead img{
	float:left;
}

#pageBody .secHead h1{
	float:left;
	font-size:135%;
	font-weight:bold;
	margin:-2px 0 0 7px;
}

#pageBody .secHead h2{
	float:left;
	font-size:135%;
	font-weight:bold;
	margin:-2px 0 0 7px;
}
#pageBody .secHead p{
	float:left;
	font-size:135%;
	font-weight:bold;
	margin:-2px 0 0 7px;
}

#pageBody .bHead p{
	float:right;
	margin-top:-3px;
	margin-bottom:-3px;
}

#pageBody .bHead p em{
	font-size:130%;
}

#pageBody .block01{
	margin-top:3px;
}

#pageBody .textlist01 p{
	float:left;
	width:550px;
	margin:0 0 5px 0;
}

#pageBody .textlist01 td{
	padding:7px 0 0 9px;
}

#pageBody .textlist01 input{
	float:left;
}

#pageBody .block05{
	float:left;
	margin:5px 0 0 0;
	width:706px;
}

#pageBody .bottomspace{
	margin-bottom:16px;
}

#pageBody .block05 .text05 p{
	color:#000;
	//float:left;
	font-size:110%;
	letter-spacing:0.17em;
}
#pageBody .block05 .text05 p a{
	color:#2f50b3;
	padding:0 3px 0 0;
	text-decoration:none;
}

#pageBody .block05 .text05 p a:hover{
	text-decoration:underline;
}

#pageBody .block05 .text05 span{
	float:left;
	font-size:110%;
	letter-spacing:0.1em;
	margin:7px 13px 0 0;
}

#pageBody .block05 .text06{
	float:left;
	margin:6px 0 7px 0;
	width:706px;
}

#pageBody .block05 .text06 span{
	float:left;
	font-size:110%;
	letter-spacing:0.15em;
	margin:0 10px 0 0;
}

#pageBody .block05 .text06 select{
	float:left;
	width:120px;
}

#pageBody .block05 .text06 p{
	color:#2f50b3;
	float:right;
	font-size:110%;
	letter-spacing:0.08em;
}

#pageBody .block05 .table02{
	border-top:2px solid #DA3F00;
	float:left;
	width:706px;
}

#pageBody .block05 .table02 .tablettl{
	border:1px solid #CCCCCC;
	background:#FFF3EF;
	height:15px;
	padding:17px 20px 15px 15px;
}

#pageBody .block05 .table02 .tablettl img{
	float:left;
	margin:7px 0 0 0;
}

#pageBody .block05 .table02 .tablettl p{
	color:#2F50B3;
	float:left;
	font-size:130%;
	width: 530px;
	font-weight: bold;
}

#pageBody .block05 .table02 .tablettl span{
	float:right;
	font-size:120%;
	letter-spacing:0.07em;
}

#pageBody .block05 .table02 th{
	border:1px solid #CCCCCC;
}

#pageBody .block05 .table02 .thtext{
	font-size:110%;
	font-weight:bold;
	text-align:center;
	width:98px;
}

#pageBody .block05 .table02 td{
	border:1px solid #CCCCCC;
	font-size:110%;
	padding:12px 16px 10px 16px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#pageBody .block05 .table02 td table.result_button01 {
 border: 1px #000000 none;
 border-collapse: collapse;
 width: 574px;
}

#pageBody .block05 .table02 td table.result_button01 td {
 border: 1px #000000 none;
 font-size: 100%;
 padding: 0;
 margin: 0;
 vertical-align: top;
}

#pageBody .block05 .table02 td table.result_button01 td.button01 {
 vertical-align: bottom;
 width: 141px;
}

#pageBody .block05 .table02 td p{
	float:left;
	letter-spacing:0.09em;
}

#pageBody .block05 .table02 .tbltext{
	color:#2F50B3;
	font-size:100%;
}

#pageBody .pagenumber{
	float:left;
	font-size:110%;
	padding:10px 0 0 0;
	width:706px;
}

#pageBody .pagenumber p{
	float:right;
	letter-spacing:0.08em;
}

#sidebar .text{
	float:left !important;
}

#sidebar .size01{
	float:left !important;
}

/* 20130109追加 */

#pageBody .block01 .list_check li {
	margin-right: 5px;
	margin-top: 5px;
	width: 180px;
	display: inline-block;
	vertical-align: top;
	clear: both;
}

/* 150619 ymd add start*/
div.TileOn {
  background-color: #005fb2;
}

div.TileOff {
  background-color: #d0dfec;
}

div.TileOn,
div.TileOff {
  height: 30px;
  width: 95px;
  border-radius: 2px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.age1, span.age2 {
  font-family: Meiryo UI;
  font-size: 10pt;
  color: White;
  font-weight: bold;
}
/* 150619 ymd add end*/

/* 180630 mori add start
   191107 Modified */

/* 応募・お気に入り共通 */
.oubo_btn, .fav_btn {
  display: inline-block;
  width: 250px;/*詳細画面とサイズを合わせるため180px→250px 20210630*/
  text-align: center;
  text-decoration: none;
  outline: none;
  font-weight:bold;
  -webkit-transition: none;
  transition: none;
  padding: 10px 15px;
  font-size: 1.3em;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 20%);
  }

.oubo_btn::before, .oubo_btn::after, .fav_btn::before, .fav_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.oubo_btn, .oubo_btn::before, .oubo_btn::after,
.fav_btn, .fav_btn::before, .fav_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  }

.oubo_btn:hover,  .fav_btn:hover  { text-decoration:none; }
.oubo_btn:active, .fav_btn:active { color:#FFFFFF; }

/* 応募ボタン */
.oubo_btn        { background-color:#fabf1b; }
.oubo_btn:hover  { background-color:#efce76; }
.oubo_btn:active { background:#efce76;  }

/* お気に入りに追加ボタン */
.fav_btn        { background-color:#c8c8c8; }
.fav_btn:hover  { background-color:#dad4d4; }
.fav_btn:active { background:#60ddda; }

.td-fav {
  position: relative;
}

.bubble-fav {
  position: absolute;
  opacity: 0;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
}

.notify-fav {
  position: fixed;
  background-color: #262a3f;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 12px 0;
  border-radius: 6px;
  width: 98%;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}


@media screen and (max-width: 750px){

.oubo_btn, .fav_btn { width:160px; font-size:13px; }

.search_btn{
display:inline-block !important;
width:100%;
margin:10px 0 18px 0;
text-align:center;
}
.search_btn td{
display:inline-block !important;
}
}

/* お気に入り一喝登録 */
.fav_btn_all {
  display:inline-block; margin:12px 0 8px 0; padding:0.3em 1em; width:480px; height:54px;
  text-align:center; text-decoration:none; outline:none; font-size:18px; font-weight:bold;
  background-color:#1dcfcb; border-radius:5px;
  color:#FFFFFF; line-height:44px;
  -webkit-transition:none; transition:none;
  }
.fav_btn_all::before, .fav_btn_all::after
  { position:absolute; z-index:-1; display:block; content:''; }
.fav_btn_all,
.fav_btn_all::before,
.fav_btn_all::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fav_btn_all:hover { text-decoration:none; background-color:#60ddda; }

@media screen and (max-width: 750px){

.fav_btn_all {
padding: 0.3em 0.5em;
width:320px;
font-size:13px;
line-height: 44px;
}
}

.fav_check_s{
vertical-align:-0.1em;
}

.fav_check_r{
text-align:right !important;
}

.fav_check {
  display: inline-block;
  padding: 0.2em 0 0.2em .4em;
  width: 140px;
  height: 26px;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
  outline: none;
  font-size:12px !important;
  font-weight:normal;
  background-color: #1dcfcb;
  -webkit-transition: none;
  transition: none;
  margin:8px 0 4px 0;
  float:none !important;
  letter-spacing: 0em !important;
  border-radius:3px;
  }

.txt_r{text-align:right;}
.txt_c{text-align:center;}
.txt_l{text-align:left;}
.fts20{font-size:20px;}
.bd0{border:none !important;}

/* 180630 mori add end*/

/* 2020.9.7 sasaki add-s 公開求人用CSS追加 */
.feature-company {
	 padding-bottom: 15px;
	 margin-bottom: 20px;
	 border-bottom: 1px solid orange;
}

.feature-company-title-wrap {
	background-size: cover;
	background-image: url('../images/img_featureTitle.jpg');
	background-color: blue;
	color: #ffffff;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-company-title {
	font-weight: bold;
	text-align: center;
}
.feature-company-title .companyname {
	font-size: 220%;
}
.feature-company-title .toKotora {
	font-size: 180%;
}
.feature-company-contents {
	padding: 10px;
}
.h2title {
	border-left: 5px orange solid;
	padding-left: 8px;
	margin: 5px 0px;
	font-weight: bold;
	font-size: 150%;
}
.feature-company-contents li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f14a";
	padding-right: 0.5em;
}

.feature-company-contents .item-no1:before {
	font-weight: 400;
	content: "1.";
	padding-right: 0.5em;
}

.feature-company-contents .item-no2:before {
	font-weight: 400;
	content: "2.";
	padding-right: 0.5em;
}

.feature-company-contents .item-no3:before {
	font-weight: 400;
	content: "3.";
	padding-right: 0.5em;
}

.feature-company-contents li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 110%;
	margin-bottom: 5px;
	width: calc(100% - 1.5em);
}
.feature-company-contents p {
	margin:10px 0px 5px;
}
.feature-company-contents a.linkOrange1column,
.feature-company-contents a.linkOrange1column:visited {
	text-align:center;
	text-decoration:none;
	width:calc(85% - 26px);
	max-width:450px;
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:700;
	padding:13px;
	margin:20px auto;
	border-radius:5px;
	background-color:#ff8800;
}
.feature-company-contents a.linkOrange1column:hover {
	opacity: 0.7 ;
}


@media screen and (max-width: 750px){
	.feature-company-title .companyname,
	.feature-company-title .toKotora {
		font-size: 180%;
		font-weight: bold;
	}
}
/* 2020.9.7 sasaki add-e --------------------------- */
/* 2021.7.7 sasaki add-s --------------------------- */
.nenreiflex {
	display:flex;
}
/* 2021.7.7 sasaki add-e --------------------------- */


/*========================================================
common/css/base_new.css
========================================================*/

/* @import "header.css"; import廃止→cssを下記に展開 2021.10 sasaki */
/* @import "footer.css"; import廃止→cssを下記に展開 2021.10 sasaki */
/* @import "search.css"; import廃止→cssを下記に展開 2021.10 sasaki */
/*===========================================================
    header.css
===========================================================*/

#sidebar .box-sidebar .news ul li .dot {
    background: unset;
}


.box-search {
    position: relative;
}

.box-search input {
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    padding: 7px 40px 7px 15px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.box-search .btn-search {
    position: absolute;
    border: none;
    background-color: #0000;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.box-search .btn-search img {
    width: 20px;
}

@media screen and (max-width: 750px) {
    .box-search input {
        padding: 15px 45px 15px 15px;
    }

	body div.TileOn,
    body div.TileOff {
        position: relative;
        height: auto;
        width: 25%;
        max-width: 100px;
        margin-right: 10px;
        padding: 6px 0;
        float: left;
        text-align: center;
    }

    body div.TileOn{
        background-color: #6495ed;
    }
    body div.TileOff{
        background-color: #e6e6fa;
    }
}

@media screen and (max-width: 576px) {
    .oubo_btn, .fav_btn {
        width: 130px;
        font-size: 13px;
        padding: 10px 5px;
    }
}

#sidebar .box-sidebar .search-by-company ul {
	padding-top: 20px;
}

#sidebar .box-sidebar .search-by-company ul li {
	margin-bottom: 15px;
}

#sidebar .box-sidebar .news {
	margin-top: 20px;
	padding: 0 15px;
	word-break: break-all;
}

#sidebar .box-sidebar .news ul li::before {
	content: '';
    position: absolute;
    background: url(/common/new_images/img_index/black-circle.svg) no-repeat center;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
    left: 2px;
}

#sidebar .box-sidebar .news ul li {
    position: relative;
    width: unset;
    padding-left: 20px;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: justify;
}

#sidebar .box-sidebar .news ul li a {
    color: #646464;
}

#sidebar .box-sidebar .news ul li a:hover{
	color: #e94e30;
}

#sidebar .box-sidebar .news .title {
    display: flex;
	justify-content: space-between;
	align-items: center;
	color: #646464;
}
/*===========================================================
    search.css
===========================================================*/


/*========================================================
common/css/responsive_new.css
========================================================*/

@media screen and (max-width: 1366px) {
	#headerInner2 .hSection2, #gNav2, #pNav2, #gNav2 ul .downArrowMenu ul, #footer2 #footerInner2 {
		width: 1000px;
	}
	
	#gNav2 ul .downArrowMenu .arrow::before {
		top: 21px;
		right: 10px;
	}
}
@media screen and (max-width: 750px) {
	
	#headerInner2 .hSection2, #footer2 {
		width: 100%;
		height: auto;
	}
}


/* 2024.10.01 nagai feature-〇〇デザイン変更 CSS追加 */
.feature-02 .feature-company-title-wrap {
    background-size: cover;
    background-image: url(../images/img_industryFeatureTitle-02.jpg);
    width: 100%;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.feature-02 .feature-company-title-wrap:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 42px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 1px;
    background: #e0e0e0;
    opacity: .6;
    z-index: 2;
}
.feature-02 .feature-company-title {
    position: relative;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 0px 10px rgba(33, 80, 84, 0.25);
    letter-spacing: .8px;
    padding-bottom: 5px;
}
.feature-02 #anclink_list {
	padding-top: 34px;
}
.feature-02 .anclink__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.feature-02 .anclink__list > li {
	width: calc(50% - 15px);
	border-bottom: 1px solid #e0e0e0;
}
.feature-02 .anclink__list > li a {
	position: relative;
	display: flex;
	padding: 5px 17px 5px 0;
    transition: all 0.3s;
}
#pageBody .feature-02 .anclink__list > li a:hover {
	color: #111;
	text-decoration: none;
	opacity: .6;
}
.feature-02 .anclink__list > li a p {
	font-size: 13px;
	color: #111;
}
.feature-02 .anclink__list > li a .arrow-down {
	display: block;
	position: absolute;
	right: 2px;
	top: 11px;
	vertical-align: middle;
	color: #e9a326;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}
.feature-02 .anclink__list .num {
	font-size: 11px;
	color: #e9a326;
	margin-right: 10px;
}
.feature-02 .h2title {
    font-weight: bold;
    font-size: 21px;
    color: #111;
    line-height: 160%;
    padding: 0;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid #969696;
    margin: 0;
}
.feature-02 #voice_list {
    padding-top: 146px;
    margin-top: -106px;
    margin-bottom: 0;
}
.feature-02 #voice_list .voice__list {
	margin-bottom: 0;
}
.feature-02 #voice_list .voice__list .voice__list-item {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
.feature-02 #voice_list .voice__list .voice__list-item a {
	display: block;
	position: relative;
	padding: 20px 40px 20px 0;
}
.feature-02 #voice_list .voice__list .voice__list-item a:hover {
	text-decoration: none;
	opacity: .6;
    transition: all 0.3s;
}
.feature-02 #voice_list .link-area {
	display: flex;
}
.feature-02 #voice_list .link-area .vol {
    font-size: 16px;
    color: #e9a326;
    width: 90px;
    font-weight: 600;
    letter-spacing: .8px;
}
.feature-02 #voice_list .link-area .txt-wrap {
	width: calc(100% - 90px);
}
.feature-02 #voice_list .link-area h4 {
	font-size: 14px;
	line-height: 160%;
	color: #111;
}
.feature-02 #voice_list .link-area .name {
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	color: #787878;
	letter-spacing: .1px;
    margin-top: 7px;
}
.feature-02 #voice_list .link-area .date {
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	color: #787878;
	letter-spacing: .1px;
}
.feature-02 #voice_list .link-area .arrow-right {
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    vertical-align: middle;
    color: #e9a326;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}
.feature-02 #support_service {
	padding-top: 161px;
	margin-top: -106px;
}
.feature-02 #support_service .service-info {
	margin-top: 25px;
}
.feature-02 #support_service .service-info ul {
	display: flex;
	justify-content: space-between;
}
.feature-02 #support_service .service-info ul > li {
	position: relative;
    width: calc((100% / 3) - 10px);
    background-color: #fff;
    border-radius: 8px;
    padding: 76px 16px 10px;
    box-sizing: border-box;
	letter-spacing: .1px;
}
.feature-02 #support_service .service-info span {
	position: absolute;
	top: 15px;
	left: 16px;
	font-size: 24px;
	line-height: 1;
	color: #e9a326;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
}
.feature-02 #support_service .service-info li:before {
	position: absolute;
	display: block;
	left: 50%;
	content: "";
	opacity: .6;
}
.feature-02 #support_service .service-info .item-no1:before {
	width: 52px;
	height: 50px;
	top: 19px;
	margin-left: -26px;
	background: url('../images/item-no1.svg') no-repeat 0 0;
	background-size: 100%;
}
.feature-02 #support_service .service-info .item-no2:before {
	width: 46px;
	height: 46px;
	top: 20px;
	margin-left: -23px;
	background: url('../images/item-no2.svg') no-repeat 0 0;
	background-size: 100%;
}
.feature-02 #support_service .service-info .item-no3:before {
	width: 56px;
	height: 50px;
	top: 18px;
	margin-left: -28px;
	background: url('../images/item-no3.svg') no-repeat 0 0;
	background-size: 100%;
}
.feature-02 #support_service .service-info li p {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	letter-spacing: .1px;
}
.feature-02 #company_list {
	padding-top: 161px;
	margin-top: -106px;
}
.feature-02 #company_list h2 {
	margin-bottom: 25px;
}
.feature-02 #company_list .list-item {
	margin-top: 32px;
}
.feature-02 #company_list .list-item:first-child {
	margin-top: 0;
}
.feature-02 #company_list .list-item > ul {
	padding: 0 20px 0 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature-02 #company_list .list-item > ul li {
	position: relative;
	width: calc(50% - 20px);
	border-bottom: 1px dashed #e0e0e0;
	font-size: 14px;
	line-height: 160%;
	padding: 7px 0 7px 8px;
}
.feature-02 #company_list .list-item > ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #e9a326;
	border-radius: 50%;
}
.feature-02 #company_article {
	padding-top: 161px;
	margin-top: -106px;
}
.feature-02 #company_article .h2title {
	margin-bottom: 25px;
}
.feature-02 #company_article .btn-more {
	position: relative;
	display: block;
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	width: 330px;
	height: 60px;
	margin: 20px auto 0;
	line-height: 60px;
	border-radius: 5px;
	background-color: #191d5d;
}
.feature-02 #company_article .btn-more:hover {
	text-decoration: none;
	color: #fff;
	opacity: .9;
}
.feature-02 #company_article .btn-more .arrow-right {
	position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}
.feature-02 #company_jobs {
	padding-top: 161px;
	margin-top: -106px;
}
.feature-02 #company_jobs .h2title {
	margin-bottom: 25px;
}
.feature-02 #company_jobs .jobs-link {
	background-color: #fff;
	padding: 8px 18px 10px;
}
.feature-02 #company_jobs .jobs-link .link-wrap + .link-wrap {
	border-top: 1px solid #d0d0d0;
}
.feature-02 #company_jobs .jobs-link .link-wrap {
	padding: 12px 0 10px;
	display: flex;
}
.feature-02 #company_jobs .jobs-link .link-wrap h2 {
	font-size: 16px;
	width: 140px;
	font-weight: 700;
}
.feature-02 #company_jobs .jobs-link .link-wrap .info-list {
	width: calc(100% - 140px);
}
.feature-02 #company_jobs .jobs-link .link-wrap .info-list > ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -16px;
}
.feature-02 #company_jobs .jobs-link .link-wrap .info-list > ul li {
    display: inline-block;
    width: auto;
    margin: 10px 0 0 16px;
}
.feature-02 #company_jobs .jobs-link .link-wrap .info-list > ul li a {
	font-size: 14px;
	text-decoration: underline;
	color: #111;
	line-height: 140%;
	display: inline-block;
}
.feature-02 #company_jobs .jobs-link .link-wrap .info-list > ul li a:hover {
	text-decoration: none;
}
.feature-02 #company_jobs .jobs-link .link-wrap .info-list .link-txt {
	text-align: right;
	margin-top: 10px;
}
.feature-02 #company_jobs .jobs-link .link-wrap .info-list .link-txt a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #111;
}
.feature-02 #company_jobs .jobs-link .link-wrap .info-list .link-txt a:hover {
	text-decoration: underline;
}
.feature-02 .show-paginate {
	margin-top: 45px;
	font-size: 14px;
	text-align: right;
}
.feature-02 #support_service .service-note {
    text-align: center;
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.feature-02 #support_service .btn-consul {
    position: relative;
    text-align: center;
    display: block;
    width: 486px;
    height: 77px;
    background: #b33817;
    margin: 10px auto 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 77px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .3);
    color: #fff;
    padding-left: 46px;
    letter-spacing: 1.5px;
}
.feature-02 #support_service .btn-consul span.label {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 24px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #fff;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    color: #b33817;
    padding-left: 2px;
}
.feature-02 #support_service .btn-consul:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}
.feature-02 #support_service .btn-consul > span {
    font-size: 21px;
    font-weight: 700;
    line-height: 77px;
    color: #fff;
}
.feature-02 #support_service .btn-consul:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8;
}
.feature-02 #support_service .service-bnr {
	width: 300px;
	margin: 30px auto 0;
}
.feature-02 #support_service .service-bnr .bnr-txt {
    margin-bottom: 5px;
    text-align: center;
}
.feature-02 #support_service .service-bnr .bnr-txt strong {
	display: inline-block;
	position: relative;
    font-size: 12px;
    padding: 0 15px;
}
.feature-02 #support_service .service-bnr .bnr-txt strong:before,
.feature-02 #support_service .service-bnr .bnr-txt strong:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 2px;
	width: 1px;
	height: 80%;
	background-color: #333;
}
.feature-02 #support_service .service-bnr .bnr-txt strong:before {
	transform: rotate(-20deg);
	left: 0;
}
.feature-02 #support_service .service-bnr .bnr-txt strong:after {
	transform: rotate(20deg);
	right: 0;
}
.feature-02 #support_service .service-bnr a,
.feature-02 #support_service .service-bnr a img {
	width: 100%;
}
.feature-02 #support_service .service-bnr a strong {
	margin-top: 5px;
    display: block;
    line-height: 15px;
    font-size: 12px;
}
@media screen and (max-width: 750px) {
	.feature-02 .feature-company-title-wrap {
	    background-image: url(../images/img_industryFeatureTitle-02_sp.jpg);
	    height: calc(89 / 375* 100vw);
	}
	.feature-02 .feature-company-title-wrap:after {
	    bottom: calc(23 / 375* 100vw);
	    margin-left: calc(-17.5 / 375* 100vw);
	    width: calc(35 / 375* 100vw);
	}
	.feature-02 .feature-company-title {
        font-size: calc(15 / 375* 100vw);
        letter-spacing: calc(.3 / 375* 100vw);
        padding-bottom: calc(3 / 375* 100vw);
        line-height: calc(20 / 375* 100vw);
	}
	.feature-02 #anclink_list {
		padding-top: 20px;
	}
	.feature-02 .anclink__list {
		max-width: 100%;
	}
	.feature-02 .anclink__list > li {
		width: calc(50% - 7px);
	}
	.feature-02 .anclink__list > li a {
		padding: 5px 12px 5px 0;
	}
	#pageBody .feature-02 .anclink__list > li a:hover {
		opacity: 1;
	}
	.feature-02 .anclink__list > li a p {
		font-size: 11px;
	}
	.feature-02 .anclink__list > li a .arrow-down {
		top: 10px;
		width: 6px;
		height: 6px;
	}
	.feature-02 .anclink__list .num {
		margin-right: 3px;
	}
	.feature-02 .h2title {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.feature-02 #voice_list {
	    padding-top: 25px;
	    margin-top: 0;
	}
	.feature-02 #voice_list .voice__list .voice__list-item a {
		padding: 10px 20px 10px 0;
	}
	.feature-02 #voice_list .voice__list .voice__list-item a:hover {
		opacity: 1;
	}
	.feature-02 #voice_list .link-area .vol {
	    font-size: 12px;
	    width: 65px;
	    letter-spacing: .5px;
	}
	.feature-02 #voice_list .link-area .txt-wrap {
		width: calc(100% - 65px);
	}
	.feature-02 #voice_list .link-area h4 {
		font-size: 13px;
	}
	.feature-02 #voice_list .link-area .name {
		font-size: 11px;
	    margin-top: 2px;
	}
	.feature-02 #voice_list .link-area .arrow-right {
	    right: 5px;
	    top: 50%;
	    margin-top: -5px;
		width: 8px;
		height: 8px;
	}
	.feature-02 #support_service {
		padding-top: 35px;
		margin-top: 0;
	}
	.feature-02 #support_service .service-info {
		margin-top: 15px;
	}
	.feature-02 #support_service .service-info ul > li {
	    width: calc((100% / 3) - 3px);
	    border-radius: 5px;
	    padding: 55px 6px 8px;
	}
	.feature-02 #support_service .service-info span {
		top: 8px;
		left: 10px;
		font-size: 15px;
	}
	.feature-02 #support_service .service-info .item-no1:before {
	    width: 40px;
	    height: 40px;
		top: 10px;
		margin-left: -20px;
	}
	.feature-02 #support_service .service-info .item-no2:before {
	    width: 38px;
	    height: 41px;
	    top: 10px;
	    margin-left: -17px;
	}
	.feature-02 #support_service .service-info .item-no3:before {
		width: 40px;
		height: 38px;
		top: 12px;
		margin-left: -20px;
	}
	.feature-02 #support_service .service-info li p {
	    font-size: 11px;
	    line-height: 17px;
	}
	.feature-02 #company_list {
		padding-top: 35px;
		margin-top: 0;
	}
	.feature-02 #company_list h2 {
		margin-bottom: 15px;
	}
	.feature-02 #company_list .list-item {
		margin-top: 12px;
	}
	.feature-02 #company_list .list-item:first-child {
		margin-top: 0;
	}
	.feature-02 #company_list .list-item > ul {
		padding: 0 10px 0 8px;
	}
	.feature-02 #company_list .list-item > ul li {
		width: calc(50% - 7px);
		box-sizing: border-box;
	    font-size: 13px;
	    line-height: 150%;
	    padding: 5px 0 5px 8px;
	}
	.feature-02 #company_list .list-item > ul li:before {
	    top: 12px;
	    width: 2px;
	    height: 2px;
	}
	.feature-02 #company_article {
		padding-top: 35px;
		margin-top: 0;
	}
	.feature-02 #company_article .h2title {
		margin-bottom: 15px;
	}
	.feature-02 #company_article .btn-more {
		font-size: 14px;
	    width: 300px;
	    height: 40px;
	    margin: 20px auto 0;
	    line-height: 40px;
	    border-radius: 5px;
	}
	.feature-02 #company_article .btn-more:hover {
		opacity: 1;
	}
	.feature-02 #company_article .btn-more .arrow-right {
	    right: 15px;
	    margin-top: -4px;
	    width: 8px;
	    height: 8px;
	}
	.feature-02 #company_jobs {
		padding-top: 35px;
		margin-top: 0;
	}
	.feature-02 #company_jobs .h2title {
		margin-bottom: 15px;
	}
	.feature-02 #company_jobs .jobs-link {
		padding: 5px 15px 8px;
	}
	.feature-02 #company_jobs .jobs-link .link-wrap {
		display: block;
		padding: 10px 0;
	}
	.feature-02 #company_jobs .jobs-link .link-wrap h2 {
		font-size: 14px;
		width: 100%;
		margin-bottom: 8px;
	}
	.feature-02 #company_jobs .jobs-link .link-wrap .info-list {
		width: 100%;
	}
	.feature-02 #company_jobs .jobs-link .link-wrap .info-list > ul {
		margin: -8px 0 0 -8px;
	}
	.feature-02 #company_jobs .jobs-link .link-wrap .info-list > ul li {
	    margin: 8px 0 0 8px;
	}
	.feature-02 #company_jobs .jobs-link .link-wrap .info-list > ul li a {
		font-size: 13px;
		line-height: 150%;
	}
	.feature-02 #company_jobs .jobs-link .link-wrap .info-list .link-txt {
		margin-top: 8px;
	}
	.feature-02 #company_jobs .jobs-link .link-wrap .info-list .link-txt a {
		font-size: 14px;
	}
	.feature-02 #company_jobs .jobs-link .link-wrap .info-list .link-txt a:hover {
		text-decoration: none;
	}
	.feature-02 .show-paginate  {
		margin-top: 15px;
		padding: 10px 0 0 15px;
		font-size: 12px;
	}

	.feature-02 #support_service .service-note {
	    margin-top: 15px;
	    font-size: 14px;
	    line-height: 19px;
	}
	.feature-02 #support_service .btn-consul {
        width: calc(100% - 20px);
        font-size: 17px;
        height: 56px;
        line-height: 56px;
        padding-left: 25px;
        letter-spacing: 1px;
        margin: 8px auto 0;
        box-sizing: border-box;
	}
    .feature-02 #support_service .btn-consul span.label {
        margin-top: -18px;
        left: 10px;
        width: 38px;
        height: 38px;
        border-radius: 20px;
        font-size: 11px;
        line-height: 39px;
        letter-spacing: .2px;
    }
    .feature-02 #support_service .btn-consul span {
        font-size: 16px;
        line-height: 56px;
    }
	.feature-02 #support_service .btn-consul:hover {
	    opacity: 1;
	}
    .feature-02 #support_service .btn-consul:after {
        margin-top: -4px;
        right: 14px;
        width: 8px;
        height: 8px;
        border: 1px solid currentColor;
        border-left: 0;
        border-bottom: 0;
    }
	.feature-02 #support_service .service-bnr {
		margin: 10px auto 0;
	}
	.feature-02 #support_service .service-bnr .bnr-txt {
	    margin-bottom: 3px;
	}
	.feature-02 #support_service .service-bnr .bnr-txt strong {
	    font-size: 11px;
	    padding: 0 15px;
	}
	.feature-02 #support_service .service-bnr .bnr-txt strong:before,
	.feature-02 #support_service .service-bnr .bnr-txt strong:after {
		top: 2px;
	}
	.feature-02 #support_service .service-bnr a strong {
		margin-top: 3px;
	    line-height: 14px;
	    font-size: 11px;
	}
}