/* タブ */
.tab-group{
    display: flex;
    justify-content: center;
}
.tab{
    flex-grow: 1;
    padding: 0;
    list-style:none;
    text-align:center;
    cursor:pointer;
    border:solid 1px #CCC;
border-bottom:solid 2px #0098d4;
}
.panel-group{
    border:solid 1px #CCC;
    border-top:none;
    background:#fff;
border-left:solid 2px #0098d4;
border-bottom:solid 2px #0098d4;
border-right:solid 2px #0098d4;
}
.panel{
    display: none!important;
}
.tab.is-active{
    background:#fff;
    color:#555;
/* transition: all 0.2s ease-out;  */
border:solid 2px #0098d4;
border-bottom:none;
}
.panel.is-show{
    display:block!important;
    overflow: hidden;
    width:100%;
}
.new #map .page_head03 {
	padding: 0.75rem 1rem;
	position: relative;
    display: flex;
    align-items: center;
}
.new #map .page_head03::before {
	content: "";
	display: inline-block;
	width: 35px;
    height: 40px;
	margin-right: 8px;
	position: static;
}
.new #map .page_head03.area_icon::before {
	background: url(../images/area_icon.png) no-repeat;
	background-size: contain;
}
.new #map .page_head03.job_icon::before {
	background: url(../images/job_icon.png) no-repeat;
	background-size: contain;
}
.new #map .page_head03 span {
    font-size: 22px;
    line-height: 1.0em;
}
@media screen and (max-width:767px) {
	.new #map .page_head03 {
		padding: 0.75rem 0.5rem;
	}
	.new #map .page_head03::before {
		width: 25px;
		height: 30px;
		margin-right: 5px;
	}
	.new #map .page_head03 span {
		font-size: 20px;
	}
}



.search_wrap {
	
}
.category_list3 li {
    width: 50%;
    float:left;
}




#map {
	display:table;
	background: none;
	padding: 0;
	overflow:hidden;
	border: none;
	border-radius: initial;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width:100%;
	height: initial;
}

#map .map_area {
	background: #d3dcdf;
}


.map_box {
	width: 100%;
	display:table-cell;
	padding: 0px 0 0px;
	height: initial;
	position:relative;
	background: none;
}

.modal-btn-wrap {
	background: url(../images/top_map.png) no-repeat 50%;
    background-size: contain;
    width: 50%;
    height: 400px;
    float: left;
    position: relative;
}

/*  ====== クリッカブルマップ個別リンク  =======  */
.map_box .hokkaido {
	position:absolute;
	top: 40px;
	right: 90px;
}
.map_box .kanto {
	position:absolute;
	top: 200px;
	right: 10px;
}
.map_box .toukai {
	position:absolute;
	top: 270px;
	right: 30px;
}
.map_box .koushinetu {
	position:absolute;
	top: 150px;
    left: 120px;
}
.map_box .kansai {
	position:absolute;
    top: 190px;
    left: 80px;
}
.map_box .chugoku {
	position:absolute;
	top: 230px;
	left: 30px;
}
.map_box .kyushu {
	position:absolute;
	top: 340px;
	left: 100px;
}
.map_box .kaigai {
	position:absolute;
    top: 78px;
    left: 25px;
}
@media screen and (max-width:767px){
	.map_box .kaigai {
		top: 10px;
		left: 10px;
	}
}

/*  =============  */
.map_box a {
	opacity: 1;
    text-align: center;
    width: 8.0em;
    color: #575757;
    background: #e3e9eb;
    border: 2px solid #e3e9eb;
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    padding: 0
}
.map_box a:hover {
	opacity:0.8;
}
.map_box .modal-btn-wrap a:first-child:hover + #modal1{
	background:#000;
}
.map_box a:before {
	content:"\f105";
	font-family: FontAwesome;
	color:#F36100;
	font-size: 15px;
	padding-right:5px;
	vertical-align: 0px;
	content: none;
}

.modal-content-wrap {
	/* display: none; */
	float: right;
	width: 50%;
	height: inherit;
	line-height: 1.5rem;
	padding: 1rem 0.5rem;
}
.modal-content-wrap > div {
	padding:0.2rem;
}
.modal-content-wrap > div.on {
	background: #ecf7fb;
}
.modal-content-wrap > div:last-child {
	margin-bottom:0;
}
.modal-content-wrap .modal {
	display: block;
	height: initial;
	position: initial;
	top: initial;
	left: initial;
	width: initial;
}

.modal-content-wrap h2.title {
	font-size:15px;
	float: left;
	width: 7rem;
}
.modal-content-wrap ul {
	overflow:hidden;
}
.modal-content-wrap ul li {
	float:left;
	border-right:1px solid #666;
	padding:0 0.3rem;
}
.modal-content-wrap ul li:last-child {
	border:none;
}
.modal-content-wrap ul li a{
	font-size: 15px;
	padding: 0;
	text-align: initial;
	background: none;
	width: initial;
	border: initial;
	font-weight: bold;
	color: #009fd9;
	display: inline-block;
	border-radius: initial;
}
.modal-content-wrap ul li a.disabled{
	color: #999;
	font-weight:normal;
}
.modal-content-wrap ul li a:before{
	content:initial;
}


@media screen and (max-width:767px){
	.new .map_box {
		margin:0;
		width: 100%;
	}
	.modal-btn-wrap {
		width: 100%;
        margin-bottom: 2rem;
        padding: 0.75rem;
        height: 70vw;
        float: none;
        background-position: center top 1rem;
	}
	.modal-content-wrap {
		width:100%;
	}
}


@media screen and (max-width:400px){
	.new .page_head03 span span {
		display:none;
/* 		font-size:14px; */
	}
}




/*--------------------------------------
2020年10月　トップレイアウト変更
--------------------------------------*/
.lay-202010 .tab-group li:nth-child(1).tab {}
.lay-202010 .tab-group li:nth-child(2).tab {}

.lay-202010 .panel-group {border-bottom: none;}
@media screen and (max-width:767px) {
}

.lay-202010 .freeword {
    background: #fff;
    margin-bottom: 0;
    padding: 1rem 1rem 2rem;
    border-left: solid 2px #0098d4;
    border-right: solid 2px #0098d4;
    border-bottom: solid 2px #0098d4;
}
.lay-202010 .freeword .page_head03 {
	position: relative;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lay-202010 .freeword .page_head03:before {
	content: "";
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url(../images/search_icon.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.lay-202010 .freeword .wrap {
    border-top: 1px dashed #ccc;
    padding: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.lay-202010 .freeword form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
}
@media screen and (max-width:767px) {
	.lay-202010 .freeword .wrap {
		flex-direction: column;
	}
	.lay-202010 .freeword form {
		flex-direction: column;
		width: 100%;
	}
	
}


.sns_follow_top .lead_title {font-weight: bold;}
.sns_follow_top p.lead_txt {
    text-align: left;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
}
@media screen and (max-width:767px) {
	
}



/* 
求人・就活お役立ちコラム
*/
#column {}
#column .wrap {
    background: #fff;
    padding: 20px;
    border: 1px solid #D4D0CA;
    overflow: hidden;
}
#column .column_list_title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width:767px) {
	#column .category_list1-2 {} 
	#column .category_list1-2 li {
		width: 100%;
	}
	
}




