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

/*---------------------------------------------------------------------------------------------------------------------
	共通
---------------------------------------------------------------------------------------------------------------------*/
.p-entryBtn__list {
	margin: 0 auto;
    display: flex;
    justify-content: center;
}

.p-entryBtn__item {
    margin: 0 15px;
}

.p-entry__link {
    width: 255px;
    display: block;
}

@media screen and (max-width: 750px) {
	
	.p-entryBtn__list {
        display: block;
	}
    
    .p-entryBtn__item:nth-child(n+2) {
        margin-top: 20px;
    }

    .p-entry__link {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

}

/*---------------------------------------------------------------------------------------------------------------------
	扉ページ
---------------------------------------------------------------------------------------------------------------------*/
.p-mv-index {
	background: url("/recruit/images/index_mv_bg_pc.png") no-repeat center top / 1600px;
}

.p-entryBtn__list--index {
    margin-top: 145px;
}

@media screen and (max-width: 750px) {
	
    .p-mv-index {
        background: url("/recruit/images/index_mv_bg_sp.png") no-repeat center top / 100%;
    }
    
    .p-mv-index__title {
        min-height: calc((100vw * 0.7) - 90px);
    }
    
	.p-entryBtn__list--index {
		margin-top: 50px;
	}

}


/*---------------------------------------------------------------------------------------------------------------------
	ページ共通
---------------------------------------------------------------------------------------------------------------------*/
.p-pages-intro__head {
	text-align: center;
	font-size: 2.25rem;
}

.p-pages-intro__span {
	font-size: 1.2em;
	color: #00a0e3;
	font-weight: 500;
}

.p-pages-intro__ruby {
	position: relative;
}

.p-pages-intro__rt {
	position: absolute;
    top: 0;
	left: 0;
	right: 0;
	letter-spacing: 1em;
	text-align: center;
	transform: translate(0.5em, -0.5em);
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	
	.p-pages-intro__head {
		font-size: 1.5rem;
	}

}


/*---------------------------------------------------------------------------------------------------------------------
	新卒採用 共通
---------------------------------------------------------------------------------------------------------------------*/

.p-mv-graduatePages {
	background: #e1f3ff url("/recruit/images/graduate_pages_mv_bg01_pc.gif") no-repeat center top;
}

@media screen and (max-width: 750px) {


    .p-mv-graduatePages {
        background: #e1f3ff url("/recruit/images/graduate_pages_mv_bg01_sp.gif") no-repeat right top / 375px;
    }
    
    .p-mv-graduatePages .c-mv-pages {
        min-height: 209px;
        background: none;
    }

}

/*---------------------------------------------------------------------------------------------------------------------
	新卒採用 トップページ
---------------------------------------------------------------------------------------------------------------------*/
/* 共通 */
@media screen and (max-width: 980px) {
	
	.p-graduate-contents {
		overflow: hidden;
	}
	
	.p-graduate-contents .p-res-none {
		display: none;
	}

}

/* MV */
.p-mv-graduate {
	background: url("/recruit/images/graduate_mv_bg_pc.png") no-repeat center top;
	height: 750px;
}

@media screen and (max-width: 750px) {
	
    .p-mv-graduate {
        background: url("/recruit/images/graduate_mv_bg_sp.png") no-repeat center top / 100%;
        min-height: 0;
        height: auto;
    }
    
    .p-mv-graduate__title {
        min-height: calc((100vw * 0.74) - 90px);
    }

}


/* イントロ */
.p-graduate-intro__wrap {
	text-align: center;
	margin-top: 110px;
}

.p-graduate-intro__head {
	position: relative;
	padding-bottom: 55px;
	border-bottom: solid 2px #000;
	display: inline-block;
}

.p-graduate-intro__head::before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	transform: rotate(45deg) skew(8deg,8deg);
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
}

.p-graduate-intro__text {
	font-size: 1.125rem;
	line-height: 2.5;
	margin-top: 57px;
}

@media screen and (max-width: 980px) {
	
	.p-graduate-intro {
		padding: 0;
	}
	
	.p-graduate-intro__head {
		font-size: 3.6vw;
		display: block;
	}
	
}

@media screen and (max-width: 750px) {
	
	.p-graduate-intro__wrap {
		margin-top: 50px;
	}
	
	.p-graduate-intro__head {
		padding-bottom: 20px;
		font-size: 1.25rem;
	}
	
	.p-graduate-intro__text {
		font-size: 1.06rem;
		line-height: 2.1;
		margin-top: 35px;
		text-align: left;
	}

}

/* エイシンの使命 */
.p-graduate-mission {
	padding: 0 20px;
	max-width: 1520px;
	margin: 110px auto 0;
}

.p-graduate-mission__wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	background-image: linear-gradient(60deg, #F0F9FF, #FEFFF6);
	border-radius: 30px;
	padding: 40px 4.5%;
}

.p-graduate-mission__area {
	margin-left: 3%;
	text-align: center;
}

.p-graduate-mission__head {
	font-size: 3.25rem;
	line-height: 1.15;
	font-weight: 500;
	color: #00a3e9;
}

.p-graduate-mission__sub {
}

.p-graduate-mission__text {
	margin-top: 15px;
	font-size: 1.25rem;
}

.p-graduate-mission__list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	min-width: 470px;
}

.p-graduate-mission__item {
	width: 48.5%;
}

.p-graduate-mission__kv {
	width: 42%;
}

@media screen and (max-width: 750px) {
		
	.p-graduate-mission {
		margin-top: 50px;
		padding: 0;
	}
	
	.p-graduate-mission__wrap {
		display: block;
		padding: 30px 4.5%;
        background-image: linear-gradient(130deg, #F0F9FF, #FEFFF6);
	}
	
	.p-graduate-mission__area {
		width: 100%;
		margin: 0;
	}
	
	.p-graduate-mission__head {
		font-size: 3rem;
	}
	
	.p-graduate-mission__sub {
		margin-top: 5px;
	}
	
	.p-graduate-mission__text {
		margin-top: 10px;
		font-size: 1.06rem;
	}
	
	.p-graduate-mission__list {
		display: block;
		margin-top: 30px;
		min-width: 0;
	}
	
	.p-graduate-mission__item {
		width: 100%;
	}
	
	.p-graduate-mission__item + .p-graduate-mission__item {
		margin-top: 15px;
	}
	
	
	.p-graduate-mission__kv {
		width: 100%;
		margin-top: 30px;
	}
	
}

/* 社員の声 */
.p-graduate-voice {
	margin-top: 115px;
}

.p-graduate-voice__list {
	margin-top: 75px;
	display: flex;
	justify-content: center;
}

.p-graduate-voice__item {
	position: relative;
	width: 40%;
	max-width: 332px;
	margin: 0 48px;
}

.p-graduate-voice__visual {
	position: relative;
}

.p-graduate-voice__img--text {
	position: absolute;
	top: -5px;
	right: -127px;
}

.p-graduate-voice__item:last-child .p-graduate-voice__img--text {
	right: -87px;
}

.p-graduate-voice__text {
	text-align: center;
	font-size: 1.125rem;
	margin-top: 15px;
}

.p-graduate-voice__name {
	text-align: center;
	color: #2043b4;
	margin-top: 8px;
}

.p-graduate-voice__btn {
	margin-top: 20px;
}

.p-graduate-voice__link {
	margin: 0 auto;
	max-width: 225px;
}

@media screen and (max-width: 750px) {

	.p-graduate-voice {
		margin-top: 50px;
	}

	.p-graduate-voice__list {
		display: block;
		margin-top: 40px;
		padding-right: 0;
	}

	.p-graduate-voice__item {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.p-graduate-voice__item:nth-child(n+2) {
		margin-top: 10vw;
	}

	.p-graduate-voice__visual {
		text-align: center;
	}

	.p-graduate-voice__img {
		width: 60%;
	}

	.p-graduate-voice__img--text {
		width: 35vw;
	}
	
	.p-graduate-voice__item:first-child .p-graduate-voice__img--text {
		right: -6vw;
		top: -9vw;
	}
	
	.p-graduate-voice__item:last-child .p-graduate-voice__img--text {
		right: 0;
		top: -5vw;
	}
	
	.p-graduate-voice__text {
		margin-top: 10px;
	}
	
}

/* エントリー */
.p-graduate-entry {
    margin: 90px auto 0;
    max-width: 1520px;
}

.p-graduate-entry__inner {
    padding: 60px 20px;
    border-radius: 30px;
}

@media screen and (max-width: 750px) {
	
	.p-graduate-entry {
        margin-top: 50px;
    }
    
    .p-graduate-entry__inner {
        padding: 40px 20px;
    }

}

/* バナー */
.p-graduate-bn {
	padding: 0 20px;
	max-width: 1520px;
	margin: 85px auto 0;
}

.p-graduate-bn__wrap {
	background-image: linear-gradient(60deg, #FEFFF6, #F0F9FF);
	border-radius: 30px;
	padding: 85px 4.5% 65px;
}

.p-graduate-bn__list {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
}

.p-graduate-bn__item {
	width: 48%;
}

.p-graduate-bn__img {
	border-radius: 30px;
}

.p-graduate-bn__span {
	display: block;
	margin-top: 7px;
	font-size: 1.12rem;
}

@media screen and (max-width: 750px) {
	
	.p-graduate-bn {
		margin-top: 40px;
		padding: 0;
	}
	
	.p-graduate-bn__wrap {
        background-image: linear-gradient(130deg, #FEFFF6, #F0F9FF);
		padding: 25px 20px 15px;
	}
	
	.p-graduate-bn__list {
		display: block;
	}
	
	.p-graduate-bn__item {
		width: 100%;
	}
	
	.p-graduate-bn__item + .p-graduate-bn__item {
		margin-top: 20px;
	}
	
	.p-graduate-bn__img {
		border-radius: 15px;
	}
	
	.p-graduate-bn__span {
		margin-top: 5px;
	}	
	
}

/*---------------------------------------------------------------------------------------------------------------------
	社長メッセージ
---------------------------------------------------------------------------------------------------------------------*/
.p-message__area {
	margin-top: 70px;
	border-radius: 30px;
	padding: 135px 4% 150px;
}

.p-message__inner {
	max-width: 1092px;
	margin: 0 auto;
}

.p-message__head {
	font-size: 2.25rem;
	text-align: center;
	color: #2043b4;
	font-weight: 500;
	line-height: 1.7;
}

.p-message__sub {
	font-size: 1.25rem;
	text-align: center;
	font-weight: 500;
	margin-top: 40px;
	line-height: 1.9;
}

.p-message__text {
	margin-top: 60px;
	font-size: 1.12rem;
}

.p-message__text + .p-message__text {
	margin-top: 30px;
}

.p-message__img {
	margin-top: 45px;
	text-align: right;
}

@media screen and (max-width: 1000px) {

	.p-message__inner .p-display__none--res {
		display: none;
	}

}

@media screen and (max-width: 750px) {
	
	.p-message__area {
        margin-top: 30px;
		border-radius: 15px;
		padding: 30px 4%;
	}
	
	.p-message__head {
		font-size: 1.5rem;
        text-align: left;
	}
	
	.p-message__sub {
		font-size: 1.12rem;
		text-align: left;
		margin-top: 20px;
	}
	
	.p-message__text {
		margin-top: 20px;
		font-size: 1rem;
	}
	
	.p-message__text + .p-message__text {
		margin-top: 15px;
	}
	
	.p-message__name {
		max-width: 182px;
	}

	
}

/*---------------------------------------------------------------------------------------------------------------------
	求める人財
---------------------------------------------------------------------------------------------------------------------*/
.p-sought__section {
	margin-top: 130px;
}

.p-sought__area {
	background-image: linear-gradient(140deg, #FEFFF6, #F0F9FF);
	position: relative;
	border-radius: 30px;
	min-height: 370px;
	max-width: 1480px;
	display: flex;
	align-items: center;
	margin-top: 130px;
}

.p-sought__area:nth-of-type(n+2) {
	margin-top: 140px;
}

.p-sought__area:nth-of-type(2n) {
	background-image: linear-gradient(60deg, #F0F9FF, #FEFFF6);
}

.p-sought__kv {
	position: absolute;
	bottom: 2px;
	left: 6.5%;
	width: 33%;
	max-width: 477px;
}

.p-sought__area:nth-of-type(2n) .p-sought__kv {
	left: auto;
	right: 7%;
}

.p-sought__info {
	margin-left: 38.5%;
}

.p-sought__head {
	font-size: 2.25rem;
	font-weight: 450;
	line-height: 1.7;
}

.p-sought__text {
	font-size: 1.12rem;
	line-height: 2.5;
	margin-top: 23px;
}


.p-sought__area:nth-of-type(2n) .p-sought__info {
	margin-left: 9.1%;
}

@media screen and (max-width: 1320px) {

	.p-sought__area {
		min-height: 350px;
		margin-top: 70px;
	}
	
	.p-sought__area:nth-of-type(n+2) {
		margin-top: 70px;
	}
	
	.p-sought__kv {
		left: 3%;
		bottom: auto;
		top: auto;
	}
	
	.p-sought__area:nth-of-type(2n) .p-sought__kv {
		right: 1%;
	}
	
	.p-sought__info {
		margin-left: 35%;
        padding-right: 2%;
	}
	
	.p-sought__area:nth-of-type(2n) .p-sought__info {
		margin-left: 5%;
		margin-right: 35%;
	}
	
	.p-sought__head {
		font-size: 2rem;
	}
	
	.p-sought__text {
		line-height: 2;
	}
	
	.p-sought__info .p-display__none--res {
		display: none;
	}

}

@media screen and (max-width: 750px) {
	
	.p-sought__area {
		margin-top: 30px;
		display: block;
		min-height: auto;	
		padding: 15px 20px 20px;
		border-radius: 15px;
        background-image: linear-gradient(30deg, #FEFFF6, #F0F9FF);
	}
	
	.p-sought__area:nth-of-type(n+2) {
		margin-top: 30px;
	}
	
	.p-sought__info {
		margin-left: 0;
        padding-right: 0;
	}
    
    .p-sought__area:nth-of-type(2n) {
        background-image: linear-gradient(130deg, #F0F9FF, #FEFFF6);
    }
	
	.p-sought__area:nth-of-type(2n) .p-sought__info {
		margin-left: 0;
		margin-right: 0;
	}
	
	.p-sought__head {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	
	.p-sought__text {
		font-size: 1rem;
		margin-top: 10px;
		line-height: 1.8;
	}
	
	.p-sought__kv {
		position: static;
		width: 70%;
		margin: 20px auto 0;
	}
	
}

/*---------------------------------------------------------------------------------------------------------------------
	求める人財
---------------------------------------------------------------------------------------------------------------------*/
.p-requirements-type__area {
	margin-top: 125px;
}

.p-requirements-type__list {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-requirements-type__item {
	width: 48.7%;
	border-radius: 20px;
	padding: 45px 4% 55px;
}

.p-requirements-type__item:nth-child(2) {
	margin-top: 0;
}

.p-requirements-type__item:nth-child(n+3) {
	margin-top: 40px;
}

.p-requirements-type__head {
    line-height: 1.6;
	padding-bottom: 15px;
	border-bottom-width: 3px;
}

.p-requirements-type__text {
	margin-top: 20px;
	font-size: 1.12rem;
}

.p-requirements-flow__area {
	margin-top: 100px;
}

.p-requirements-benefits__area,
.p-requirements-accounting__area {
	margin-top: 135px;
}

.p-requirements__table {
	margin-top: 60px;
}

.p-requirements__col--01 {
	width: 208px;
}

.p-requirements__table .c-common__th {
	vertical-align: middle;
}

.p-requirements-benefits__text + .p-requirements-benefits__text {
	margin-top: 20px;
}

@media screen and (max-width: 1200px) {

    .p-requirements-jump__item {
        width: 52%;
    }
    
    .p-requirements-jump__item:nth-child(2n+1) {
        width: 34%;
    }
    
    .p-requirements-jump__item:nth-child(n+3) {
        margin-top: 10px;
    }
    
    .p-requirements-type__head .p-res-none {
        display: none;
    }

}

@media screen and (max-width: 750px) {
	
    .p-requirements-jump__item,
    .p-requirements-jump__item:nth-child(2n+1) {
        width: 100%;
    }
    
    .p-requirements-jump__item:nth-child(n+2) {
        margin-top: 10px;
    }
    
	.p-requirements-type__area {
		margin-top: 75px;
	}
	
	.p-requirements-type__list {
		margin-top: 35px;
		display: block;
	}
	
	.p-requirements-type__item {
		width: 100%;
		padding: 20px 25px 30px;
	}
	
	.p-requirements-type__head {
		padding-bottom: 10px;
		border-bottom-width: 2px;
	}
	
	 .p-requirements-type__text {
		margin-top: 15px;
		font-size: 1rem;
	}
	
	.p-requirements-type__item:nth-child(2),
	.p-requirements-type__item:nth-child(3) {
		margin-top: 30px;
	}

	.p-requirements-flow__area,
	.p-requirements-benefits__area,
	.p-requirements-accounting__area {
		margin-top: 70px;
	}
	
	.p-requirements__table {
		margin-top: 30px;
	}
	
	.p-requirements__col--01 {
		width: 140px;
	}
	
}

/*---------------------------------------------------------------------------------------------------------------------
	よくある質問
---------------------------------------------------------------------------------------------------------------------*/
.p-qa__list {
	max-width: 1480px;
	margin: 80px auto 0;
}

.p-qa__item {
	padding: 55px 5%;
}

.p-qa__item:nth-child(n+2) {
	margin-top: 50px;
}

.p-qa__text--q {
	position: relative;
	padding-left: 43px;
	padding-right: 50px;
	display: block;
}

.p-qa__text--q::before {
	content: "Q.";
	color: #2043b4;
	position: absolute;
	left: 0;
	font-size: 2rem;
	line-height: 1.2;
}

.p-qa__text--a {
	position: relative;
	padding-left: 43px;
}

.p-qa__text--a::before {
	content: "A.";
	color: #d8c95a;
	position: absolute;
	left: 0;
	font-size: 2rem;
	line-height: 0.9;
}

@media screen and (max-width: 750px) {
	
    .p-qa__list {
        margin-top: 30px;
    }
    
	.p-qa__item {
		padding: 20px 15px 25px;
	}
	
	.p-qa__item:nth-child(n+2) {
		margin-top: 30px;
	}
	
	.p-qa__text--q {
		padding-left: 35px;
		padding-right: 40px;
	}
	
	.p-qa__text--q::before {
		font-size: 1.5rem;
	}
	
	.p-qa__text--a {
		padding-left: 35px;
		padding-right: 0;
	}
	
	.p-qa__text--a::before {
		font-size: 1.5rem;
	}

}

/*---------------------------------------------------------------------------------------------------------------------
	voice
---------------------------------------------------------------------------------------------------------------------*/
.p-main--voice {
	overflow: hidden;
}

.p-voice-mv {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

.p-voice-mv__wrap {
	justify-content: flex-start;
	margin-left: 10%;
	min-height: 750px;
	position: relative;
}

.p-voice-mv__info {
	font-size: 1.25rem;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.p-voice-mv__name {
	display: block;
	font-size: 2rem;
	line-height: 1.3;
	padding-bottom: 10px;
}

.p-voice-mv__peaple {
	position: absolute;
	right: -4.34%;
	bottom: -104px;
}

.p-voice-mv__spKv {
    display: none;
}

.p-voice-contents__area {
    overflow: hidden;
}

.p-voice-contents__qa {
    width: 45%;
}

.p-voice-contents__area--firstHalf .p-voice-contents__qa {
    float: left;
    clear: left;
}

.p-voice-contents__area--firstHalf .c-flex-contents__kv {
    float: right;
}

.p-voice-contents__area--secondHalf .p-voice-contents__qa {
    float: right;
    clear: right;
}

.p-voice-contents__area--secondHalf .c-flex-contents__kv {
    float: left;
}

.p-voice-contents__qa + .p-voice-contents__qa {
	margin-top: 75px;
}

.p-voice-contents__q {
	font-size: 2rem;
	display: flex;
}

.p-voice-contents__number {
	font-size: 2.5rem;
	line-height: 1.4;
	color: #2043b4;
}

.p-voice-contents__a {
	font-size: 1.12rem;
	margin-top: 20px;
	line-height: 1.9;
}

.p-voice-contents__area--firstHalf {
	margin-top: 125px;
}

.p-voice-contents__area--secondHalf {
	margin-top: 75px;
}


/* voice01 */
.p-voice01-mv {
	background-image: url("/recruit/images/graduate_voice01_mv_bg_pc.jpg");
}

/* voice02 */
.p-voice02-mv {
	background-image: url("/recruit/images/graduate_voice02_mv_bg_pc.jpg");
}

@media screen and (max-width: 1500px) {
    
    .p-mv-voice__span {
        display: block;
        margin: 10px 0 0;
    }
    
    .p-voice-mv__peaple {
        width: 33.8vw;
        bottom: -7vw;
    }
    
}

@media screen and (max-width: 1400px) {
    
    .p-voice-mv__wrap {
        min-height: 0;
    }
    
    .p-mv-voice__area {
        margin: 8vw 0 10vw;
    }
    
    .p-voice-contents__qa:nth-of-type(n+4) {
        width: 100%;
    }
    
}

@media screen and (max-width: 1100px) {
    
    .p-voice-mv__wrap {
        padding-left: 0;
    }
    
    .p-mv-voice__area {
        margin: 0 0 4vw 0;
    }
    
    .p-voice01-mv,
    .p-voice02-mv {
        background-position: right 75% center;
    }
    

}

@media screen and (max-width: 800px) {
    
    .p-voice-contents__qa:nth-of-type(n+3) {
        width: 100%;
    }

}

@media screen and (max-width: 750px) {
	
    .p-voice01-mv,
    .p-voice02-mv {
        background: #e1f3ff url("/recruit/images/graduate_pages_mv_bg01_sp.gif") no-repeat right top / 375px;
    }
    
    .p-voice-mv__wrap {
        min-height: 200px;
        margin-left: 0;
        padding-left: 20px;
        background: none;
    }

    .p-mv-voice__area {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
    }
    
    .p-voice-mv__wrap .c-mv-pages__span {
        display: block;
        transform: translateY(0);
        margin-top: 10px;
        margin-left: 4px;
    }
    
    .p-voice-mv__info {
        font-size: 0.8rem;
        flex: 1;
        margin-top: 0;
        margin-left: 8%;
    }
    
    .p-voice-mv__name {
        font-size: 1.25rem;
        padding-bottom: 5px;
    }
    
    .p-voice-mv__peaple {
        display: none;
    }
    
    .p-voice-mv__spKv {
        display: block;
    }

    .p-voice-contents__area--firstHalf {
        margin-top: 45px;
    }
    
    .p-voice-contents__area--firstHalf .c-flex-contents__kv,
    .p-voice-contents__area--secondHalf .c-flex-contents__kv,
    .p-voice-contents__area--firstHalf .p-voice-contents__qa,
    .p-voice-contents__area--secondHalf .p-voice-contents__qa {
        float: none;
    }
    
    .p-voice-contents__area .c-flex-contents__kv {
        margin-top: 0;
    }
    
    .p-voice-contents__qa {
        width: 100%;
    }
    
    .p-voice-contents__qa,
	.p-voice-contents__qa + .p-voice-contents__qa {
		margin-top: 40px;
	}
	
	.p-voice-contents__q {
		font-size: 1.5rem;
	}
	
	.p-voice-contents__number {
		font-size: 1.75rem;
	}
	
	.p-voice-contents__a {
		font-size: 1rem;
		margin-top: 10px;
		line-height: 1.7;
	}
	
	.p-voice-contents__area--secondHalf {
		margin-top: 50px;
	}
	
}

/*---------------------------------------------------------------------------------------------------------------------
	中途採用
---------------------------------------------------------------------------------------------------------------------*/
.p-career-common__head {
	position: relative;
	padding-bottom: 58px;
	border-bottom: solid 2px #000;
	display: inline-block;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.7;
	color: #2043b4;
}

.p-career-common__head::before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	transform: rotate(45deg) skew(8deg,8deg);
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
}

.p-career-voice__area {
	margin-top: 80px;
    overflow: hidden;
}

.p-career-voice__kv {
    float: left;
    width: 48.7%;
    max-width: 760px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 6.2%;
}

.p-career-voice__area:nth-child(2n) .p-career-voice__kv {
    float: right;
    margin-left: 6.2%;
    margin-right: 0;
}

.p-career-voice__img {
    border-radius: 30px;
}

.p-career-voice__lineup {
	font-size: 2.25rem;
	font-weight: 400;
	text-align: left;
}

.p-career-voice__text {
	font-size: 1.12rem;
	text-align: left;
	line-height: 2;
}

.p-career-voice__lineup + .p-career-voice__text {
	margin-top: 20px;
}

.p-career-jump__list {
	margin-top: 8px;
}

.p-career-intro {
	margin: 120px auto 0;
	text-align: center;
    max-width: 1200px;
}

.p-career-info__area {
    margin-top: 50px;
}

.p-career-info__kv {
    margin: 0 auto;
    max-width: 800px;
}

.p-career-info__text {
    font-size: 1.12rem;
    margin-top: 70px;
    text-align: left;
    line-height: 2;
}

.p-career-info__head {
    font-size: 2.25rem;
    margin-top: 55px;
    color: #2043b4;
    text-align: left;
    font-weight: 500;
}

.p-career-info__head + .p-career-info__text {
    margin-top: 13px;
}

.p-career-requirements {
	margin: 95px auto 0;
    max-width: 1200px;
}

.p-career-requirements__item {
	padding: 30px 2.5%;
}

.p-career-requirements__item:nth-child(n+2) {
	margin-top: 50px;
}

.p-career-requirements__link {
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0 50px 0 0;
}

.p-career-requirements__link::before,
.p-career-requirements__link::after {
    width: 33px;
	right: 5px;
}

.p-career-requirements__wrap {
	padding: 0;
}

.p-career-requirements__contents {
	background-color: #fff;
	margin-top: 30px;
	border-radius: 30px;
	padding: 30px 60px;
}

.p-career-requirements__contents + .p-career-requirements__contents {
	margin-top: 40px;
}

.p-career-requirements__inHead {
	font-size: 1.45rem;
	font-weight: 500;
	border-bottom: solid 2px #cccccc;
	padding-bottom: 3px;
}

.p-career-requirements__table {
	margin-top: 0;
}

.p-career-requirements__table .c-common__tr:first-child .c-common__th,
.p-career-requirements__table .c-common__tr:first-child .c-common__th + td {
	border-top: none;
}

.p-career-requirements__table .c-common__tr:last-child .c-common__th,
.p-career-requirements__table .c-common__tr:last-child .c-common__th + td {
	border-bottom: none;
}

.p-career-requirements__table .c-common__th {
    vertical-align: middle;
}

.p-career-requirements__col--01 {
	width: 250px;
}

.p-career-requirements__area {
	font-size: 1.12rem;
	margin-top: 32px;
}

.p-career-requirements__area + .p-career-requirements__area {
	margin-top: 15px;
}

.c-common-circle__list + .p-career-requirements__inner,
.p-career-requirements__inner + .p-career-requirements__inner,
.p-career-requirements__text + .p-career-requirements__text {
    margin-top: 15px;
}

.p-career-requirements__text--color {
	color: #2043b4;
}

.p-career-voice {
	margin-top: 110px;
	text-align: center;
}

.p-career-voice__head {
	margin-top: 55px;
}

@media screen and (max-width: 1440px) {

    .p-career-common__head {
        font-size: 2rem;
    }

}

@media screen and (max-width: 750px) {

    .p-career-jump__list {
        display: flex;
    }
    
    .p-career-jump__list .c-jump__item {
        margin: 0 2%;
    }
    
    .p-career-jump__list .c-jump__item:nth-child(n+2) {
        margin-top: 0;
    }
    
    .p-career-info__text {
        font-size: 1rem;
        margin-top: 30px;
    }
    
    .p-career-info__head {
        font-size: 1.5rem;
        margin-top: 40px;
    }
    
	.p-career-common__head {
		font-size: 1.5rem;
		padding-bottom: 20px;
	}
	
	.p-career-voice__area {
		margin-top: 40px;
        display: flex;
        flex-direction: column;
	}
    
    .p-career-voice__kv {
        width: 100%;
        margin: 15px 0 0;
        order: 3;
    }
    
    .p-career-voice__img {
        border-radius: 15px;
    }
	
    .p-career-voice__area:nth-child(2n) .p-career-voice__kv {
        margin-left: 0;
    }
    
	.p-career-voice__lineup {
		font-size: 1.25rem;
	}
	
	.p-career-voice__text {
		font-size: 1rem;
		line-height: 1.8;
	}
	
	.p-career-voice__lineup + .p-career-voice__text {
		margin-top: 10px;
	}
	
	.p-career-intro {
		margin-top: 60px;
	}

	.p-career-requirements {
		margin-top: 60px;
	}
	
	.p-career-requirements__item {
		padding: 20px 25px;
	}
	
	.p-career-requirements__item:nth-child(n+2) {
		margin-top: 30px;
	}
	
	.p-career-requirements__link {
		font-size: 1.12rem;
		padding: 0 25px 0 0;
	}
    
    .p-career-requirements__span {
        display: block;
    }
	
	.p-career-requirements__link::before,
	.p-career-requirements__link::after {
		right: 0;
		width: 18px;
		height: 2px;
	}
	
	.p-career-requirements__contents {
		margin-top: 20px;
		border-radius: 15px;
		padding: 15px 20px;
	}
	
	.p-career-requirements__inHead {
		font-size: 1.12rem;
	}
	
	.p-career-requirements__col--01 {
		width: 100%;
	}
    
    .p-career-requirements__table th,
    .p-career-requirements__table td {
        display: block;
    }
    
    .p-career-requirements__table th {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .p-career-requirements__table td {
        padding-top: 5px;
    }
	
	.p-career-requirements__contents + .p-career-requirements__contents {
		margin-top: 30px;
	}
	
	.p-career-requirements__area {
		font-size: 1rem;
		margin-top: 20px;
	}
	
	.p-career-voice {
		margin-top: 50px;
	}
	
	.p-career-voice__head {
		margin-top: 30px;
	}	

}

/*---------------------------------------------------------------------------------------------------------------------
	採用ご応募
---------------------------------------------------------------------------------------------------------------------*/
.p-entry__intro {
	font-size: 1.25rem;
	text-align: center;
	margin-top: 70px;
	line-height: 1.9;
}


@media screen and (max-width: 780px) {

	.p-entry-mark__item {
		margin-right: 30px;
	}

}

@media screen and (max-width: 750px) {

	.p-entry__intro {
		margin-top: 40px;
		font-size: 1.06rem;
		text-align: left;
	}

}

/* mw wp form用設定 */

.contact-txt {
  margin-bottom: 1em;
  text-align: left;
}

.mw_wp_form_input .contact-confirm {
  display: none;
}

.mw_wp_form_complete .contact-input,
.mw_wp_form_error .contact-input,
.mw_wp_form_confirm .contact-input {
  display: none;
}

.mwform-radio-field + .mwform-radio-field + .mwform-radio-field {
    margin-right: 0;
}

/* エラー画面 + 確認 */
.mw_wp_form .contact-error {
  display: none;
}

.mw_wp_form_error .contact-error {
  display: block;
}

.mw_wp_form_error,
.mw_wp_form_confirm {
    margin-top: 70px;
}

.mw_wp_form_confirm .c-form-select__wrap {
    cursor: default;
}

.mw_wp_form_confirm .c-form-select__wrap::after {
    display: none;
}

/* 完了画面 */
.c-form-thanks__wrap {
    margin-top: 90px;
}

@media screen and (max-width: 750px) {
    
    .horizontal-item {
        margin-right: 20px;
    }
    
    .mw_wp_form_error,
    .mw_wp_form_confirm {
        margin-top: 40px;
    }
    
    /* 完了画面 */
    .c-form-thanks__wrap {
        margin-top: 70px;
    }
    
}




