@charset "utf-8";
/* CSS Document */

table {
	width: 100%;
}
tbody tr th {
	background-color: #3FA9F5;
	color: #FFFFFF;
	padding: 2em;
	width: 30%;
	border: 2px solid #fff;
	text-align: center;
}
tbody tr td {
	padding: 2em;
	background-color: #F0F0F0;
	width: 70%;
	line-height: 1.6em;
	border: 2px solid #fff;
}
tbody tr td span {
	font-weight: bold;
	display: block;
}
tbody tr td .staff {
	width: 100%;
	display: block;
	margin: 0 auto;
}
tbody tr td ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
}
tbody tr td ul li, tbody tr td p {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0;
}
.rec2 {
	background-color: #8CC63F;
	text-align: center;
}
.rec2color {
	color: #000 !important;
}
.read {
	width: 100%;
	line-height: 1.7rem;
	margin: 30px 0;
	text-align: center;
}
.read strong {
	display: block;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	text-align: center;
}

.recruit a {
	width: 60%;
	display: block;
	padding: 2rem;
	margin: 2rem auto;
	text-align-last: center;
	border: 1px solid #B7C3C9;
	border-radius: 16px;
	color: #000;
	text-decoration: none;
	font-size: 1.1rem;
}
.recruit a:hover {
	background-color: #54BCFF;
	border: 1px solid #54BCFF;
	color: #fff;
	transition-duration: 0.3s;
}
.tab-content h2 {
	font-size: 1.7em;
	font-weight: bold;
	display: block;
	margin: 1em auto 0;
}
.tab-content .green {
	color: #8CC63F;
}
.tab-content .orange {
	color: #ED8500;
}
.tab-content .bg-orange {
	background-color: #ED8500;
}
.tab-content .blue1 {
	color: #23B7FF;
}
.tab-content .bg-blue1 {
	background-color: #23B7FF;
}
.tab-content .pink1 {
	color: #F594A5;
}
.tab-content .bg-pink1 {
	background-color: #F594A5;
}
.mb-80 {
	margin-bottom: 80px !important;
}

.assignment {
	border-bottom: 1px solid #CCC;
	padding: 0.5em 0 1.5em;
	font-weight: bold;
	font-size: 0.95em;
}



@media screen and (max-width: 768px){
	.read {
		width: 100%;
		text-align: left;
	}
	.tab-content h2 {
		font-size: 1.6em;
		margin: 0.8em auto 0;
	}
	.tab-content p {
		text-align: justify;
	}
	.mb-80 {
		margin-bottom: 50px !important;
	}	
}


@media screen and (max-width: 767px){	
	tbody tr th {
		background-color: #4598E1;
		color: #FFFFFF;
		padding: 1em 1.2em;
		width: 100% !important;
		display: block !important;
	}
	tbody tr td {
		padding: 1em 1.2em;
		background-color: #F0F0F0;
		line-height: 1.7em;	
		width: 100% !important;
		display: block !important;
	}
	tbody tr td .staff {
		width: 50%;
		display: block;
		margin: 0 auto 1em;
	}	
	.read {
		width: 100%;
		padding: 0;
	}	
	.recruit a {
		width: 80%;
	}	
	.tab-content h2 {
		font-size: 1.5em;
		margin: 0.6em auto -0.6em;
	}	
	.read strong {
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}		
	.mb-80 {
		margin-bottom: 40px !important;
	}

	.assignment h3 {
		width: 100%;
		margin-bottom: 0.8em;
	}	
	
}



@media screen and (max-width: 1200px){
	.mt--1 {
		margin-top: -1rem;
	}
}



/*//////////// タブで切り替え /////////////*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  order: -1;
}
.tab-label {
  color: #fff;
  background: LightGray;
  text-shadow: 0 -1px 0 rgba(0,0,0,0);
  white-space: nowrap;
  text-align: center;
  padding: 1rem 0.25rem;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: DeepSkyBlue;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 0;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

@media screen and (max-width: 767px){
	.tab-label {
		font-size: 0.9em;
	}	
}





/*//////////// 募集要項TOP /////////////*/
.bg-shinsotsu {
	background-color: #3FA9F5 !important;
}
.bg-shinsotsu2 {
	background-color: #6C88D3 !important;
}
.bg-career {
	background-color: #8CC63F !important;
}
.bg-intern {
	background-color: #FF931E !important;
}
.bg-part {
	background-color: #DB5E33 !important;
}
.color-shinsotsu {
	color: #3FA9F5 !important;
}
.color-shinsotsu2 {
	color: #6C88D3 !important;
}
.color-career {
	color: #8CC63F !important;
}
.color-intern {
	color: #FF931E !important;
}
.color-part {
	color: #DB5E33 !important;
}
.recruit-top .d-md-flex {
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-top a {
	display: block;
}
.recruit-top a:hover {
	background-color: #C1E4FF !important;
	transition-duration: 0.3s;
}
.recruit-top h2 {
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0.05em;	
}
.recruit-top p {
	line-height: 1.8em;
}
.recruit-top .box {
	width: 18%;
	height: 180px;
	border-radius: 10px;
	position: relative;
}
.recruit-top .box .arrow {
	background-color: rgba(255,255,255,0.50);
	color: #fff;
	font-size: 1.15em;
	padding: 0.2em 0.4em;
	border-radius: 0 10px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
.recruit-top .box h3 {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.35em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.recruit-top .box .coming-soon {
	width: 86%;
	display: block;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


@media screen and (max-width: 768px){
	.recruit-top h2 {
		font-size: 1.5em;
	}
	.recruit-top .box {
		width: 48%;
		height: 140px;
		margin-bottom: 30px;
	}
	.recruit-top .box:last-child {
		margin-bottom: 0;
	}
	.recruit-top .box h3 {
		font-size: 1.5em;
	}
	.recruit-top .box .coming-soon {
		width: 56%;
		left: 22%;
	}	
}


@media screen and (max-width: 767px){
	.recruit-top h2 {
		font-size: 1.5em;
	}
	.recruit-top p {
		text-align: justify;
	}	
	.recruit-top .box {
		width: 100%;
		height: 80px;
	}
	.recruit-top .box h3 {
		font-size: 1.3em;
	}
	.recruit-top .box .coming-soon {
		width: 50%;
		left: 25%;
	}	
}

