@charset "UTF-8";
/****************************************************************
キャリア採用 : 共通 - className : Career
*****************************************************************/
.Page_title.bg-career {
  background-image: url(../images/bg-title-career.jpg);
  background-size: cover;
  background-position: center;
}

.Page_title.bg-career .Page_title-header {
  /*max-height: 200px;*/
  background: rgba(132, 71, 177, 0.8);
}

.Page_title.bg-career .Page_title-header span {
  color: #b984e0;
}

.Page_title .Page_title-header_02 {
  max-height: 190px;
}

@media only screen and (max-width: 767px) {
  .Page_title .Page_title-header_02 .ttl_02_02 {
    margin-bottom: 10px;
  }
}

.Career p.ttl_06 {
  font-weight: bold;
  color: white;
  background: #b984e0;
  padding: 5px;
  width: 120px;
  margin: 0 auto 30px;
  text-align: center;
}

.Career .m-table {
  border: solid 1px #ccc;
}

@media only screen and (max-width: 767px) {
  .Career .m-table th, .Career .m-table td {
    display: block;
    width: 100%;
  }
}

.Career .m-table td {
  text-align: left !important;
}

.Career .btn-mass {
  width: 100%;
  height: 70px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
}

/*
a.hoverpurple{
	text-decoration: none;
	color: $base_font_color;
	margin-left: 20px;
	padding: 41px;
	display: inline-block;
	p.txt-box-info{
		padding: 0 25px;
	}
	p.m-btn{
		margin: 0 auto;
		&:hover{
			opacity: 1;
		}
	}
	&:hover{
		padding: 40px;
		border: solid 1px $color_primary;
		background-color: rgba(11, 72, 155, 0.05);
	}
}*/
.active {
  opacity: 0.5;
}

.side-nav > li {
  border-bottom: 1px solid #e6e9ec;
  font-size: 1.8rem;
}

.side-nav > li > h3 {
  display: block;
  padding: 15px 20px;
}

.side-nav > li.selected > h3, .side-nav > li:hover > h3 {
  background: #0c489b;
  color: white;
  text-decoration: none;
}

.side-nav > li.selected > h3 {
  cursor: default;
}

.ac-inner a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #eee;
  color: #333;
  position: relative;
}

.ac-inner a:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 1.5em;
  right: 1em;
  background-image: url("/common/images/footer_lower_arrow.png");
}

.Site-sidebar-wrap .career-sidebar {
  top: 135px;
}

.Site-sidebar-wrap .career-sidebar .side-nav li a {
  font-size: 1.4rem;
  color: #482C5B;
}

.Site-sidebar-wrap .career-sidebar .side-nav li h3 {
  font-weight: bold;
  background-color: #b984e0;
}

.Site-sidebar-wrap .career-sidebar .side-nav li.selected > a {
  background-color: #b984e0;
  color:#fff;
}

.Site-sidebar-wrap .career-sidebar .side-nav li:hover > a {
  background-color: #b984e0;
}

.Not_looking {
  min-height: 700px;
}

.Not_looking p {
  text-align: center;
  border: 5px solid #eee;
  padding: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .Not_looking {
    min-height: 2em;
    margin-bottom: 35px;
  }
}

.tel-separate {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #333333;
}


.Site-sidebar-wrap .career-sidebar .side-nav li a:hover{
  color: #FFF;
}
/* アコーディオン全体 */
.ttle{
	background: #E6ECF5;
	padding: 10px;
	font-weight: bold;
}
.accordion {
	margin: 0 auto;
}
/* アコーディオン */
.accordion__item {
	border: 1px solid #ccc;
	margin-top: 10px;
	cursor: pointer;
}

/* アコーディオンのタイトル */
.accordion__title {
	position: relative;
	padding: 15px 60px 15px 20px;
	font-weight: bold;
	cursor: pointer;
	background: #9868BB;
	color: #FFF;
}

/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #FFF;
	width: 20px;
	height: 2px;
	transition: all 0.3s;
}
.accordion__title::after {
	transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.accordion__content {
	display: none;
	cursor: pointer;
}
.accordion__content ul li{
	background: #FFF;
	border-bottom: solid 1px #CCC;
}
.accordion__content ul li:last-child{
	border-bottom: none;
}
.accordion__content ul li a{
	display: block;
	padding: 10px;
	text-decoration: none;
}
.accordion__content.is-open {
	display: block;
}
/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
	transform: rotate(180deg);
}
.accordion__item.is-active .accordion__title::after {
	transform: rotate(180deg);
	opacity: 0;
}
.linkBtn a{
	display: block;
	width: 100%;
	background: #9868BB;
	color: #FFF;
	font-weight: bold;
	padding: 15px 60px 15px 20px;
	margin-top:13px;
	text-decoration: none;
	position: relative;
}
.linkBtn a:hover{
	background: #B984E0;	
}
.linkBtn a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .ttle {
	background:	#FFF;
  }
}