.main .baseW{
	max-width: 1090px;
	color: #4d4d4d;
}

.bg_box{
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sec_ttl{
	margin: 1em 0 1.5em;
	text-align: center;
	text-indent: .2em;
	letter-spacing: .2em;
	color: #004e80;
	font-weight: bold;
	font-size: 2.2rem;
}

@media (min-width: 768px) {
	.sec_ttl{
		font-size: 3.5rem;
	}
	
	.bg_box{
		height: 250px;
	}
}
@media (min-width: 1280px) {
	.bg_box{
		height: 300px;
	}
}
@media (min-width: 1500px) {
	.bg_box{
		height: 400px;
	}
}

/*---------------------------
　● 共通上書き
----------------------------*/
.header_inner:not(.pos_main) .site_logo a{
	color: white;
}
/*.site_logo.is_active a{
    color: #379ab6;
}*/

.gnav_item a{
	color: white;
}

/* @media (min-width: 768px) {
	.gnav{
		margin-right: 50px;
	}
}

@media (min-width: 1280px) {
	.gnav{
		margin-right: 220px;
	}
} */



/*---------------------------
　● MV
-----------------------------*/
.first_view {
	position: relative;
    height: 280px;
	background-color: #FFFCFD;
	background-image: url(../images/recruitment/re-join/bg_mv.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
}

.mv_text {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	padding: 0 60px;
	text-align: center;
}
@media (min-width: 768px) {
	.mv_text {
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	padding: 0 90px;
	text-align: center;
	}
}

.btn_mynavi{
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.btn_mynavi a{
	display: inline-block;
	width: 160px;
	background-color: white;
}
.btn_mynavi img{
	transition: all .1s ease;
}
.btn_mynavi a:hover img{
	opacity: .6;
}

@media (min-width: 768px) {
	.first_view{
		height: 400px;
	}
	
	.btn_mynavi{
		top: 74px;
		bottom: auto;
		left: auto;
		right: 84px;
	}
}

@media (min-width: 1280px) {
	.btn_mynavi{
		top: 38px;
		bottom: auto;
		left: auto;
		right: 84px;
	}
}


/*---------------------------
　● 採用ファストパス
-----------------------------*/
.re-join__fastpass {
padding-bottom: 0px;
}

.re-join__fastpass-titleWrap {
	text-align: center;
	color: #004e80;
}

.re-join__fastpass--return {
	padding-top: 55px;
	padding-bottom: 55;
}



.re-join__fastpass-title {
	line-height: 1;
	margin: 30px 0 0;
	font-weight: 700;
	font-size: 24px;
}

.re-join__fastpass-subtitle {
	line-height: 1;
	margin: 15px 0 0;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
}

.re-join__fastpass-text {
	position: relative;
	margin: 0;
	padding-block: 20px;
	line-height: 1.5;
}

/* .re-join__fastpass-text::after {
	content: "ダミーテキスト";
	display: inline-block;
	position: absolute;
	background: #000;
	color: #fff;
	padding: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	font-size: 16px; */
/* } */

.re-join__fastpass-list {
	padding-top: 6px;
	padding-left: 0;
}

.re-join__fastpass-item {
	line-height: 1.5;
}

.re-join__fastpass-item--dot {
	list-style: none;
}

.re-join__fastpass-item--dot::before {
	content: "・";
	text-indent: -1em;
}

.re-join__fastpass-flowList {
	padding-top: 6px;
	padding-left: 0;
}

.re-join__fastpass-flow {
	list-style: none;
}

.re-join__fastpass-info {
	margin: 0;
}

.re-join__fastpass-infoDt {
	font-weight: 700;
}

.re-join__fastpass-infoDd {
	margin-left: 0;
}

.re-join__fastpass-info {
	display: grid;
	grid-template-columns: 100px 1fr;
}

.re-join__fastpass-infoDt,
.re-join__fastpass-infoDd {
  position: relative;
  padding-block: 15px;
}

.re-join__fastpass-infoDt::before,
.re-join__fastpass-infoDd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.re-join__fastpass-infoDt::before {
  height: 4px;
  background: #004E80;
}

.re-join__fastpass-infoDd::before {
  height: 1px;
  background: #000;
}

.re-join__fastpass-info:last-child .re-join__fastpass-infoDt,
.re-join__fastpass-info:last-child .re-join__fastpass-infoDd {
	padding-bottom: 15px;
}

.re-join__fastpass-info:last-child .re-join__fastpass-infoDt::after,
.re-join__fastpass-info:last-child .re-join__fastpass-infoDd::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	transform: translateY(50%);
}

.re-join__fastpass-info:last-child .re-join__fastpass-infoDt::after {
	height: 4px;
	background: #004E80;
}

.re-join__fastpass-info:last-child .re-join__fastpass-infoDd::after {
	height: 1px;
	background: #000;
}

.re-join__form {
	padding-top: 20px;
	padding-bottom: 75px;
}

.re-join__formBtn {
	margin-inline: auto;
		position: relative;
		width: calc(100% - 20px);
		max-width: 360px;
    display: block;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1.5em 1em;;
    background-color: #004e80;
    text-align: center;
    line-height: 1.3;
    color: white;
    text-decoration: none;
    transition: all .1s ease;
}

.re-join__formBtn::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(135deg);
}

.re-join__formBtn:hover {
	opacity: .8;
}

.re-join__form-text {
	margin: 0;
	font-size: 18px;
}

@media (min-width: 768px) {
	.re-join__fastpass {
		padding-bottom: 75px;
		}

	.re-join__fastpass--return {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.re-join__fastpass-title {
		margin: 64px 0 0;
		font-size: 42px;
	}

	.re-join__fastpass-subtitle {
		margin: 30px 0 0;
		font-size: 24px;
	}

	.re-join__fastpass-text {
		padding-block: 40px;
		line-height: 2;
	}

	.re-join__fastpass-info {
		grid-template-columns: 200px 1fr;
	}

.re-join__fastpass-info:last-child .re-join__fastpass-infoDt,
.re-join__fastpass-info:last-child .re-join__fastpass-infoDd {
	padding-bottom: 35px;
}

.re-join__fastpass-infoDt,
.re-join__fastpass-infoDd {
  position: relative;
  padding-block: 35px;
}

}