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

/* recruit ==============================================================
	1. p-content
	2. p-recruitLink
	3. c-section
	4. p-table
	5. p-work
	6. p-faq
	7. p-inquiry
	8. p-voice
	9. p-entry
======================================================================== */

/* =====================================================================
	1. p-content
======================================================================== */
.p-content {
	margin: 0 0 100px;
}
@media screen and (max-width: 799px) {
	.p-content {
		overflow: hidden;
	}
}

/* =====================================================================
	2. p-recruitLink
======================================================================== */
.p-recruitLink {
	display: table;
	margin: auto;
	text-align: center;
}
.p-recruitLink .menu-item {
	float: left;
	display: inline-block;
	width: 130px;
	height: 50px;
	margin: 20px 5px;
}
.p-recruitLink .menu-item a {
	display: block;
	width: 130px;
	height: 50px;
}
.p-recruitLink .p-youtube.menu-item {
	background: url(../img/recruit/link_youtube.png) no-repeat center center;
}
.p-recruitLink .p-talent.menu-item {
	background: url(../img/recruit/link_talent.png) no-repeat center center;
}
.p-recruitLink .p-voice.menu-item {
	background: url(../img/recruit/link_voice.png) no-repeat center center;
}
.p-recruitLink .p-flow.menu-item {
	background: url(../img/recruit/link_flow.png) no-repeat center center;
}
.p-recruitLink .p-work.menu-item {
	background: url(../img/recruit/link_work.png) no-repeat center center;
}
.p-recruitLink .p-faq.menu-item {
	background: url(../img/recruit/link_faq.png) no-repeat center center;
}
.p-recruitLink .p-inquiry.menu-item {
	background: url(../img/recruit/link_inquiry.png) no-repeat center center;
}
.p-recruitLink .menu-item a:hover {
	background-color: rgba(255,255,255,0.5);
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.tinynav {
	display: none;
}
@media screen and (max-width: 799px) {
	.p-recruitLink {
		display: none;
	}
	.tinynav { 
		display: block;
		width: auto;
		text-align: center;
		margin: 20px auto;
		overflow: hidden;
	}
}

/* =====================================================================
	3. c-section
======================================================================== */
.c-section {
	margin: 0 15px 60px;
}
.c-section .p-tit {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 44px;
	margin: 0 0 30px;
}
.c-section .p-tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.p-youtube.c-section .p-tit:before {
	width: 232px;
	height: 44px;
	background: url(../img/recruit/tit_youtube.png) no-repeat left top, #FFFFFF;
	background-size: 212px 44px;
}
.p-talent.c-section .p-tit:before {
	width: 158px;
	height: 44px;
	background: url(../img/recruit/tit_talent.png) no-repeat left top, #FFFFFF;
	background-size: 138px 44px;
}
.p-voice.c-section .p-tit:before {
	width: 263px;
	height: 44px;
	background: url(../img/recruit/tit_voice.png) no-repeat left top, #FFFFFF;
	background-size: 243px 44px;
}
.p-flow.c-section .p-tit:before {
	width: 300px;
	height: 44px;
	background: url(../img/recruit/tit_flow.png) no-repeat left top, #FFFFFF;
	background-size: 280px 44px;
}
.p-work.c-section .p-tit:before {
	width: 232px;
	height: 44px;
	background: url(../img/recruit/tit_work.png) no-repeat left top, #FFFFFF;
	background-size: 212px 44px;
}
.p-faq.c-section .p-tit:before {
	width: 217px;
	height: 44px;
	background: url(../img/recruit/tit_faq.png) no-repeat left top, #FFFFFF;
	background-size: 197px 44px;
}
.p-inquiry.c-section .p-tit:before {
	width: 158px;
	height: 44px;
	background: url(../img/recruit/tit_inquiry.png) no-repeat left top, #FFFFFF;
	background-size: 138px 44px;
}
.c-section .p-tit:after {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 2px;
	background-color: #999999;	
}
@media screen and (max-width: 799px) {
	.c-section {
		display: block;
		width: auto;
		margin: 0 25px 60px;
	}
}

/* =====================================================================
	3a. p-youtube
======================================================================== */
.p-iframe {
	text-align: center;
	margin: auto;
}
@media screen and (max-width: 799px) {
	.p-iframe {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
	.p-iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* =====================================================================
	4. p-table
======================================================================== */
.p-table {
	width: 945px;
	margin: 0 0 30px 15px;
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
}
.p-table .c-caption {
	text-align: left;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 3.2rem;
}
.p-table .c-caption:hover {
	cursor: pointer;
}
.p-table .c-caption::before {
	content: '＋';
	font-weight: bold;
	margin-right: 0.25em;
}
.p-table .c-caption.ls-active::before {
	content: '－';
}
.p-table .c-th {
	width: 160px;
	padding: 10px 30px;
	border: #CCCCCC solid 1px;
	background-color: #EFEFEF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.p-table .c-td {
	width: auto;
	padding: 10px 30px;
	border: #CCCCCC solid 1px;
}
.p-entry {
	text-align: center;
	margin: 20px auto 0;
}
@media screen and (max-width: 799px) {
	.p-table {
		width: 100%;
		margin: 0 0 15px;
	}
	.p-table .c-caption {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.p-table .c-th {
		display: block;
		width: auto;
	}
	.p-table .c-td {
		display: block;
	}
}
.p-talent .p-message {
	font-size: 3.0rem;
	line-height: 3.6rem;
	text-align: center;
	margin: 0 0 30px;
}
.p-talent .p-open {
	width: fit-content;
	color: #FF0000;
	font-size: 2.4rem;
	line-height: 2.4rem;
	text-align: left;
	margin: 0 auto 30px;
}
@media screen and (max-width: 799px) {
	.p-talent .p-message {
		font-size: 2.4rem;
		line-height: 3.0rem;
	}
	.p-talent .p-open {
		font-size: 2.0rem;
		line-height: 2.4rem;
	}
}
/* =====================================================================
	5. p-work
======================================================================== */
.p-work .p-order {
	position: relative;
	width: 880px;
	height: 1016px;
	margin-left: 40px;
	background: url(../img/recruit/img_arrow.png) no-repeat center top 292px, url(../img/recruit/img_arrow.png) no-repeat center bottom 292px;
}
.p-work .p-order li {
	position: absolute;
	list-style: none;
}
.p-work .p-order .p-step1 {
	top: 0;
	left: 0;
	width: 420px;
	height: 292px;
	background: url(../img/recruit/img_step1.png) no-repeat center;
}
.p-work .p-order .p-step2 {
	top: 0;
	left: 420px;
	width: 250px;
	height: 292px;
	background: url(../img/recruit/img_step2.png) no-repeat center;
}
.p-work .p-order .p-step3 {
	top: 0;
	right: 0;
	width: 210px;
	height: 292px;
	background: url(../img/recruit/img_step3.png) no-repeat center;
}
.p-work .p-order .p-step4 {
	top: 362px;
	left: 0;
	width: 260px;
	height: 292px;
	background: url(../img/recruit/img_step4.png) no-repeat center;
}
.p-work .p-order .p-step5 {
	top: 362px;
	right: 0;
	width: 620px;
	height: 292px;
	background: url(../img/recruit/img_step5.png) no-repeat center;
}
.p-work .p-order .p-step6 {
	bottom: 0;
	left: 0;
	width: 250px;
	height: 292px;
	background: url(../img/recruit/img_step6.png) no-repeat center;
}
.p-work .p-order .p-step7 {
	bottom: 0;
	left: 250px;
	width: 210px;
	height: 292px;
	background: url(../img/recruit/img_step7.png) no-repeat center;
}
@media screen and (max-width: 799px) {
	.p-work .p-order {
		position: static;
		width: 100%;
		height: auto;
		margin-left: 0;
		background: none;
	}
	.p-work .p-order li {
		position: static;
	}
	.p-work .p-order .p-step1 {
		width: auto;
		height: 0;
		padding-top: 91.18%;
		background-image: url(../img/recruit/img_sp_step1.png);
		background-size: 100% auto;
	}
	.p-work .p-order .p-step2 {
		width: auto;
		height: 0;
		padding-top: 73.53%;
		background-image: url(../img/recruit/img_sp_step2.png);
		background-size: 100% auto;
	}
	.p-work .p-order .p-step3 {
		width: auto;
		height: 0;
		padding-top: 73.53%;
		background-image: url(../img/recruit/img_sp_step3.png);
		background-size: 100% auto;
	}
	.p-work .p-order .p-step4 {
		width: auto;
		height: 0;
		padding-top: 73.53%;
		background-image: url(../img/recruit/img_sp_step4.png);
		background-size: 100% auto;
	}
	.p-work .p-order .p-step5 {
		width: auto;
		height: 0;
		padding-top: 173.82%;
		background-image: url(../img/recruit/img_sp_step5.png);
		background-size: 100% auto;
	}
	.p-work .p-order .p-step6 {
		width: auto;
		height: 0;
		padding-top: 73.53%;
		background-image: url(../img/recruit/img_sp_step6.png);
		background-size: 100% auto;
	}
	.p-work .p-order .p-step7 {
		width: auto;
		height: 0;
		padding-top: 58.82%;
		background-image: url(../img/recruit/img_sp_step7.png);
		background-size: 100% auto;
	}
}

/* =====================================================================
	6. p-faq
======================================================================== */
.p-faq .p-qa1 {
	width: 100%;
	height: 380px;
	margin-bottom: 70px;
	background: url(../img/recruit/img_qa1.png) no-repeat center;
}
.p-faq .p-qa2 {
	width: 100%;
	height: 315px;
	margin-bottom: 70px;
	background: url(../img/recruit/img_qa2.png) no-repeat center;
}
.p-faq .p-qa3 {
	width: 100%;
	height: 320px;
	background: url(../img/recruit/img_qa3.png) no-repeat center;
}
@media screen and (max-width: 799px) {
	.p-faq .p-qa1 {
		height: 0;
		margin-bottom: 50px;
		padding-top: 91.18%; 
		background-image: url(../img/recruit/img_sp_qa1.png);
		background-size: 100% auto;
	}
	.p-faq .p-qa2 {
		height: 0;
		margin-bottom: 50px;
		padding-top: 60.29%;
		background-image: url(../img/recruit/img_sp_qa2.png);
		background-size: 100% auto;
	}
	.p-faq .p-qa3 {
		height: 0;
		padding-top: 63.24%;
		background-image: url(../img/recruit/img_sp_qa3.png);
		background-size: 100% auto;
	}
}

/* =====================================================================
	7. p-inquiry
======================================================================== */
.p-inquiry .p-more {
	display: block;
	text-align: center;
	margin: 0 auto 100px;
	width: 470px;
	height: 100px;
}
.p-inquiry .p-more a {
	display: block;
	width: 470px;
	height: 100px;
	background: url(../img/recruit/btn_more.png) no-repeat center;
}
.p-inquiry .p-more a:hover {
	opacity: 0.5;
}
.p-inquiry .p-comment {
	display: block;
	text-align: center;
	margin: 0 auto 100px;
	width: 750px;
	height: 200px;
	background: url(../img/recruit/img_comment.png) no-repeat center;
}
@media screen and (max-width: 799px) {
	.p-inquiry .p-more {
		margin-bottom: 25px;
		width: 100%;
		height: auto;
	}
	.p-inquiry .p-more a {
		width: 100%;
		height: 0;
		padding-top: 21.78%;
		background-size: 100% auto;
	}
	.p-inquiry .p-comment {
		margin: 0;
		width: 100%;
		height: 0;
		padding-top: 29.41%;
		background-image: url(../img/recruit/img_sp_comment.png);
		background-size: 100% auto;
	}
}

/* =====================================================================
	8. p-voice
======================================================================== */
.p-voice .c-comment {
	display: table;
	margin: 0 0 60px 15px;
}
.p-voice .c-comment .c-face {
	float: left;
	display: inline-block;
	margin: 0 30px 0 0;
}
.p-voice .c-comment .c-name {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 2.0rem;
	margin: 0 0 15px;
}
.p-voice .c-comment .c-text {
	overflow: hidden;
	margin: 0 0 20px;
}
@media screen and (max-width: 799px) {
	.p-voice .c-comment {
		display: table;
		margin: 0 0 30px;
	}
	.p-voice .c-comment .c-face {
		float: none;
		display: block;
		margin: 0 auto 20px;
		text-align: center;
	}
	.p-voice .c-comment .c-name {
		display: block;
		text-align: center;
	}
}

/* =====================================================================
	9. p-entry
======================================================================== */
.p-entry .p-entrysheet {
	float: left;
	display: inline-block;
	margin: 0 0 0 15px;
}
.p-entry .c-text {
	display: inline-block;
	text-align: right;
	width: 630px;
	margin: 120px 0 35px;
}
.p-entry .p-pdf {
	display: inline-block;
	text-align: right;
	width: 630px;
	height: 70px;
	background: url(../img/recruit/btn_pdfdownload.png) no-repeat;
}
.p-entry .p-pdf a {
	display: block;
	width: 630px;
	height: 70px;
	background-color: rgba(255,255,255,0);
}
.p-entry .p-pdf a:hover {
	background-color: rgba(255,255,255,0.5);
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
@media screen and (max-width: 799px) {
	.p-entry .p-entrysheet {
		float: none;
		display: block;
		margin: auto;
		text-align: center;
	}
	.p-entry .c-text {
		display: block;
		text-align: left;
		width: auto;
		margin: 15px 0;
	}
	.p-entry .p-pdf {
		display: block;
		text-align: center;
		width: 300px;
		height: 40px;
		margin: auto;
		background-size: 100% auto;
	}
	.p-entry .p-pdf a {
		width: 300px;
		height: 40px;
	}
}
