.pg_recruit_top div.image img {
	width: 100%;
	position: relative;
}

.pg_recruit_top .inner {
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
}
/*sp_style ---------------
--------------------------*/
@media(max-width:739px) {
	.pg_recruit_top .inner {
		width: 100%;
		padding: 0 10px;
	}
}


a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*sp_style ---------------
--------------------------*/
@media(max-width:739px) {
	a {
		color: #000;
		text-decoration: underline;
	}
}



/*---------------------------------------------------------------------------*/
/* ヘッダー */
.pg_recruit_top .head_banner {
	width: 100%;
	height: 452px;
	overflow: hidden;
}

.pg_recruit_top .wrapper {
	position: relative;
}

.pg_recruit_top .wrapper h2 {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;;
	width: 600px;
	height: 120px;
	bottom: -60px;
	left: 50%;
	margin-left: -300px;
	background-color: rgba(0,71,157,.8);
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	text-align: center;
	padding-top: 40px;
}

/*sp_style ---------------
--------------------------*/
@media(max-width:739px) {
	.pg_recruit_top .head_banner {
		height: auto;
	}
	.pg_recruit_top .wrapper h2 {
		box-sizing: border-box;
		position: relative;
		font-size: 20px;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		margin: 0;
		padding-top: 16px;
	}
}


/*---------------------------------------------------------------------------*/
/* インタビュー */
.pg_recruit_top .profiles {
	position: relative;
	margin-top: 144px;
	padding-left: 180px;
}

.pg_recruit_top .profiles h3 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    border-top: solid 6px rgba(0,71,157,.8);
    padding-top: 24px;
    width: 106px;
    line-height: 106px;
}

.pg_recruit_top .profiles ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pg_recruit_top .profiles ul li {
	width: 48%;
}

.pg_recruit_top .profiles ul li div.image {
	/*width: 425px;
	height: 283px;*/
	overflow: hidden;
}
.pg_recruit_top .profiles ul li div.image img {
	width: 100%;
}
/*.pg_recruit_top .profiles ul li:nth-child(1) div.image img {
	margin-top: 0%;
	margin-left: -15%;
}
.pg_recruit_top .profiles ul li:nth-child(2) div.image img {
	width: 100%;
	margin-top: -5%;
	margin-left: -15%;
}
.pg_recruit_top .profiles ul li:nth-child(3) div.image img {
	width: 100%;
	margin-top: -5%;
	margin-left: -10%;
}
.pg_recruit_top .profiles ul li:nth-child(4) div.image img {
	margin-top: -5%;
	margin-left: -15%;
}
.pg_recruit_top .profiles ul li:nth-child(5) div.image img {
	margin-top: -10%;
	margin-left: -20%;
}
.pg_recruit_top .profiles ul li:nth-child(6) div.image img {
	margin-top: -10%;
	margin-left: -10%;
}*/


.pg_recruit_top .profiles ul li p {
	font-size: 28px;
	line-height: 1.25em;
	text-align: center;
	margin-bottom: 40px;
}

.pg_recruit_top .profiles ul li p span {
	font-size: 18px;
}

/*sp_style ---------------
--------------------------*/
@media(max-width:739px) {
	.pg_recruit_top .profiles {
		position: relative;
		margin-top: 30px;
		padding-left: 10px;
	}

	.pg_recruit_top .profiles h3 {
		position: relative;
		font-size: 20px;
		-webkit-writing-mode: initial;
      	-ms-writing-mode: initial;
        writing-mode: initial;
        width: 100%;

        border-top: none;
        border-left: solid 6px rgba(0,71,157,.8);
	    padding-top: 0px;
	    padding-left: 24px;
	    line-height: 40px;
	    margin-bottom: 20px;
	}
	.pg_recruit_top .profiles ul {
		width: 100%;
	}
	.pg_recruit_top .profiles ul li {
		width: 47%;
	}
	.pg_recruit_top .profiles ul li div.image {
		width: 100%;
		height: 120px;
		overflow: hidden;
	}
	.pg_recruit_top .profiles ul li p {
		font-size: 16px;
		margin: 10px 0 20px 0;
	}
	.pg_recruit_top .profiles ul li p span {
		font-size: 14px;
	}
}


/*---------------------------------------------------------------------------*/
/* 代表メッセージ */
.pg_recruit_top .president_message {
	position: relative;
}

.pg_recruit_top .president_message div.image {
	position: relative;
	height: 40vw;
	max-height: 700px;
	overflow: hidden;
}

.pg_recruit_top .president_message div.image img {
	position: absolute;
	/*top: -15.5vw;*/
}

.pg_recruit_top .president_message .message {
	position: absolute;
	width: 35vw;
	top: 10vw;
	left: 46%;
}

.pg_recruit_top .president_message .message h3 {
	font-size: 36px;
	margin-bottom: 20px;
}

.pg_recruit_top .president_message .message p {
	word-break: break-all;

	font-size: 18px;
	line-height: 1.75em;
	text-align: justify;
}

/*sp_style ---------------
--------------------------*/
@media(max-width:739px) {
	.pg_recruit_top .president_message {
		position: relative;
		height: auto;
		max-height: initial;
	}
	.pg_recruit_top .president_message .message {
		position: relative;
		width: 100%;
		padding: 10px 0;
    width: 90%;
    margin: 0 auto;

		top: initial;
		left: initial;
	}
	.pg_recruit_top .president_message .message h3 {
		position: relative;
		font-size: 20px;
		-webkit-writing-mode: initial;
      	-ms-writing-mode: initial;
        writing-mode: initial;
        width: 100%;

        border-top: none;
        border-left: solid 6px rgba(0,71,157,.8);
	    padding-top: 0px;
	    padding-left: 24px;
	    line-height: 40px;
	    margin-bottom: 20px;
	}

	.pg_recruit_top .president_message .message p {
		font-size: 16px;
	}
	.pg_recruit_top .president_message .message p br {
		display: none;
	}
}


/*---------------------------------------------------------------------------*/
/* 資格取得制度 */
.pg_recruit_top .qualification {
	position: relative;
	margin-top: 122px;
	margin-bottom: 148px;
	padding-left: 180px;
	min-height: 560px;
	}

.pg_recruit_top .qualification h3 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
	font-weight: normal;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    border-top: solid 6px rgba(0,71,157,.8);
    padding-top: 24px;
    width: 106px;
    line-height: 106px;
}

.pg_recruit_top .qualification ul li {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    margin-bottom: 100px;
}
.pg_recruit_top .qualification ul li:last-child {
	margin-bottom: 0px;
}


.pg_recruit_top .qualification ul li div.image {
	width: 290px;
	height: 230px;
	background-color: #efefef
}

.pg_recruit_top .qualification ul li div.description {
	width: 460px;	
}

.pg_recruit_top .qualification ul li div.description h4 {
	font-size: 28px;
	color: #00479D;
	margin-bottom: 40px;
}


.pg_recruit_top .qualification ul li div.description p {
	word-break: break-all;

	font-size: 20px;
	line-height: 1.75em;
}

/*sp_style ---------------
--------------------------*/
@media(max-width:739px) {
	.pg_recruit_top .qualification {
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-left: 10px;
	}
	.pg_recruit_top .qualification h3 {
		position: relative;
		font-size: 20px;
		-webkit-writing-mode: initial;
      	-ms-writing-mode: initial;
        writing-mode: initial;
        width: 100%;

        border-top: none;
        border-left: solid 6px rgba(0,71,157,.8);
	    padding-top: 0px;
	    padding-left: 24px;
	    line-height: 40px;
	    margin-bottom: 20px;
	}
	.pg_recruit_top .qualification ul li {
	    margin-bottom: 30px;
	}
	.pg_recruit_top .qualification ul li div.image {
		width: 100%;
		/*height: 100px;*/
		height: auto;
		background-color: #efefef;
		margin-bottom: 10px;
	}
	.pg_recruit_top .qualification ul li div.description {
		width: 100%;	
	}

	.pg_recruit_top .qualification ul li div.description h4 {
		word-break: break-all;
		font-size: 20px;
		color: #00479D;
		margin-bottom: 10px;
		text-align: center;
		padding: 20px 0 10px;
	}

	.pg_recruit_top .qualification ul li div.description p {
		word-break: break-all;
		font-size: 14px;
		line-height: 1.6em;
		padding: 0 1em;
	}

}

@media screen and (max-width:768px) {
.pg_recruit_top .president_message div.image {
	position: relative;
	height: auto;
	max-height: 700px;
	width: 100%;
	overflow: visible;
	}
	.pg_recruit_top .president_message div.image img {
		position: relative;
		width: 100%;
		top: 0;
	}
}

@media screen and (min-width:769px) {.none_pc, .sp {display: none !important;}}
@media screen and (max-width:768px) {.none_sp, .pc {display: none !important;}}
