@charset "UTF-8";

/* ---------------------------------------
  採用情報
-----------------------------------------*/
.blockttl {
	color: #005293;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-bottom: 1.2rem;
	border-bottom: .4rem solid #005293;
	margin-bottom: 2.7rem;
}

.sttl {
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.5;
	padding: .725rem 2rem;
	background-color: #edf0f2;
	margin-top: 3.5rem;
	margin-bottom: 1.9rem;
}

.blockttl + .sttl {
	margin-top: 0;
}

#page_recruit .btn._back {
	margin-top: 8rem;
}

#page_recruit .btn._back a {
	min-width: 28rem;
	font-size: 1.6rem;
	letter-spacing: 0;
	padding: 1rem 3rem;
	border-width: 2px;
}

#page_recruit .btn._back span {
	width: 100%;
}

#page_products .btn._back span::before {
	margin-right: 2.5rem;
}

@media screen and (max-width: 767px) {
	.blockttl {
		font-size: 3.6rem;
		margin-bottom: 6rem;
	}

	.sttl {
		font-size: 3.2rem;
		line-height: 1.25;
		padding: 1rem 2rem;
		margin-top: 15rem;
		margin-bottom: 4rem;
	}

	#page_recruit .btn._back {
		margin-top: 19rem;
	}

	#page_recruit .btn._back a {
		min-width: 50rem;
		min-height: 12rem;
		font-size: 3rem;
		padding: 1rem 3rem;
		border-width: .3rem;
	}

	#page_products .btn._back span::before {
		margin-right: 3.5rem;
	}
}


/* 採用情報トップ
--------------------------------*/
#sec_recruit {
	padding: 7rem 0 3rem;
}

#sec_recruit .wrap {
	max-width: 90rem;
}

#sec_recruit .lead {
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.65;
	letter-spacing: 0.06em;
	margin-bottom: 7.6rem;
}

#sec_recruit .section + .section {
	margin-top: 8rem;
}

/*interview*/
#sec_recruit .interview .txtwrap {
	width: 36rem;
}

#sec_recruit .interview .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

#sec_recruit .interview .txtwrap .btn {
	margin-top: 3.5rem;
}

#sec_recruit .interview .txtwrap .btn a {
	min-width: 26rem;
	font-size: 1.6rem;
	letter-spacing: 0;
	border-width: 2px;
}

#sec_recruit .interview .txtwrap .btn span::after {
	margin-left: 3rem;
}

#sec_recruit .interview .img {
	width: 50rem;
}

/*about*/
#sec_recruit .about .block + .block {
	margin-top: 6.6rem;
}

#sec_recruit .about .secttl {
	margin-bottom: 4.5rem;
}

#sec_recruit .about .btn {
	margin-top: 4.5rem;
}

#sec_recruit .about .btn a {
	min-width: 44rem;
	min-height: 8rem;
	font-size: 1.8rem;
	letter-spacing: 0;
	padding: 1rem 4rem;
	border-width: .2rem;
}

#sec_recruit .about .btn a img {
	width: 5.6rem;
	position: absolute;
	left: 1rem;
	top: 1rem;
}

#sec_recruit .about .btn a span {
	width: 100%;
	justify-content: center;
	margin: 0;
}

#sec_recruit .about .btn a span::after {
	margin: 0;
	position: absolute;
	right: 0;
}

#sec_recruit .about .txt {
	font-size: 1.6rem;
}

#sec_recruit .about .address {
	line-height: 2;
}

@media screen and (max-width: 767px) {
	#sec_mv {
		width: 100%;
		margin-top: 5rem;
	}

	#sec_recruit {
		padding: 12rem 0 0;
	}

	#sec_recruit .wrap {
		max-width: inherit;
	}

	#sec_recruit .lead {
		font-size: 3.8rem;
		margin-bottom: 10.7rem;
	}

	#sec_recruit .section + .section {
		margin-top: 15rem;
	}

	/*interview*/
	#sec_recruit .interview .inner {
		flex-direction: column;
	}

	#sec_recruit .interview .txtwrap {
		width: 100%;
		display: contents;
	}

	#sec_recruit .interview .txtwrap .secttl {
		margin-bottom: 6rem;
		order: 1;
	}

	#sec_recruit .interview .txtwrap .txt {
		font-size: 3rem;
		line-height: 1.6;
		order: 3;
	}

	#sec_recruit .interview .txtwrap .btn {
		margin-top: 10rem;
		order: 4;
	}

	#sec_recruit .interview .txtwrap .btn a {
		min-width: 50rem;
		min-height: 12rem;
		font-size: 3rem;
		padding: 1rem 4.5rem 1rem 6.5rem;
		border-width: .3rem;
	}

	#sec_recruit .interview .txtwrap .btn span {
		width: 100%;
	}

	#sec_recruit .interview .txtwrap .btn span::after {
		margin-left: 0;
		position: absolute;
		right: 0;
	}

	#sec_recruit .interview .img {
		width: 100vw;
		margin: 0 -5rem 5rem;
		order: 2;
	}

	/*about*/
	#sec_recruit .about .block + .block {
		margin-top: 10rem;
	}

	#sec_recruit .about .secttl {
		margin-bottom: 4.5rem;
	}

	#sec_recruit .about .txt {
		font-size: 2.7rem;
	}

	#sec_recruit .about .btn {
		margin-top: 5.8rem;
	}

	#sec_recruit .about .btn a {
		min-width: 50rem;
		min-height: 12rem;
		font-size: 3rem;
		line-height: 1.2;
		padding: 1rem 4.5rem 1rem 6.5rem;
		border-width: .3rem;
	}

	#sec_recruit .about .btn a img {
		width: 7.5rem;
		position: absolute;
		left: 1.7rem;
		top: 1.95rem;
	}

	#sec_recruit .about .btn a span {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
	}

	#sec_recruit .about .btn._contact a span {
		margin-left: 6rem;
	}

	#sec_recruit .about .txt {
		font-size: 2.7rem;
	}

	#sec_recruit .about .address {
		font-size: 2.7rem;
		line-height: 1.6;
	}
}



/* 社員インタビュー
--------------------------------*/
#sec_recruit_interview {
	padding: 7rem 0 4rem;
}

#sec_recruit_interview .wrap {
	max-width: 90rem;
}

#sec_recruit_interview .interview_list .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#sec_recruit_interview .interview_list .item:nth-child(even) {
	flex-direction: row-reverse;
}

#sec_recruit_interview .interview_list .item + .item {
	margin-top: 5rem;
}

#sec_recruit_interview .interview_list .item .img {
	width: 14rem;
	margin-top: 4rem;
}

#sec_recruit_interview .interview_list .item .img img {
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}

#sec_recruit_interview .interview_list .item .img .position {
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
}

#sec_recruit_interview .interview_list .item .img .position span {
	text-align: center;
	display: inline-block;
	padding: .3rem 1rem;
	background-color: #005293;
}

#sec_recruit_interview .interview_list .item .img .txt {
	line-height: 1.333;
	margin-top: .7rem;
}

#sec_recruit_interview .interview_list .item .txtwrap {
	width: 72rem;
	padding: 3.6rem 5rem;
	border-radius: 3rem;
}

#sec_recruit_interview .interview_list .item:nth-child(odd) .txtwrap {
	background-color: rgba(0, 140, 214, 0.1);
}

#sec_recruit_interview .interview_list .item:nth-child(even) .txtwrap {
	background-color: rgba(238, 240, 242, 0.7);
}

#sec_recruit_interview .interview_list .item .txtwrap .blockttl {
	margin-bottom: 2rem;
}

#sec_recruit_interview .interview_list .item .txtwrap .txt {
	line-height: 1.55;
	letter-spacing: 0.1em;
}

#sec_recruit_interview .interview_list .item .txtwrap .txt + .txt {
	margin-top: 1rem;
}

@media screen and (max-width: 767px) {
	#sec_recruit_interview {
		padding: 5rem 0 0;
	}

	#sec_recruit_interview .wrap {
		max-width: 90rem;
	}

	#sec_recruit_interview .interview_list .item {
		display: block;
	}

	#sec_recruit_interview .interview_list .item + .item {
		margin-top: 10rem;
	}

	#sec_recruit_interview .interview_list .item .img {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: 0;
		margin-bottom: 3rem;
	}

	#sec_recruit_interview .interview_list .item:nth-child(even) .img {
		flex-direction: row-reverse;
		
	}

	#sec_recruit_interview .interview_list .item .img img {
		width: 18rem;
		margin-bottom: 0;
		margin-right: 3rem;
	}

	#sec_recruit_interview .interview_list .item:nth-child(even) .img img{
		margin-right: 0;
		margin-left: 3rem;
	}
	
	#sec_recruit_interview .interview_list .item .img .position {
		text-align: left;
		font-size: 3.2rem;
	}

	#sec_recruit_interview .interview_list .item .img .position span {
		min-width: 13rem;
		padding: .3rem 2rem;
	}

	#sec_recruit_interview .interview_list .item .img .txt {
		text-align: left;
		font-size: 3rem;
		margin-top: .9rem;
	}

	#sec_recruit_interview .interview_list .item:nth-child(even) .img .position,
	#sec_recruit_interview .interview_list .item:nth-child(even) .img .txt {
		text-align: right;
	}

	#sec_recruit_interview .interview_list .item .txtwrap {
		width: 100%;
		padding: 6rem 4rem;
		border-radius: 4rem;
	}

	#sec_recruit_interview .interview_list .item .txtwrap .blockttl {
		margin-bottom: 4rem;
	}

	#sec_recruit_interview .interview_list .item .txtwrap .txt {
		font-size: 3rem;
		line-height: 1.5;
	}

	#sec_recruit_interview .interview_list .item .txtwrap .txt + .txt {
		margin-top: 2rem;
	}
}


/* 採用情報トップ
--------------------------------*/
#sec_recruit_about {
	padding: 7rem 0 3em;
}

#sec_recruit_about .wrap {
	max-width: 90rem;
}

#sec_recruit_about .lead {
	margin-bottom: 10rem;
}

#sec_recruit_about .lead p {
	font-size: 1.6rem;
}

#sec_recruit_about .lead p a {
	color: #005293;
}

#sec_recruit_about .lead p:first-child {
	margin-top: 0;
}

#sec_recruit_about .lead p {
	margin-top: 2rem;
}

#sec_recruit_about .block + .block {
	margin-top: 10rem;
}

#sec_recruit_about .secttl {
	margin-bottom: 5rem;
}

#sec_recruit_about .tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #dcdddd;
}

#sec_recruit_about .tb th,
#sec_recruit_about .tb td {
	padding: 2.5rem 0 2rem;
	border-bottom: 1px solid #dcdddd;
}

#sec_recruit_about .tb th {
	width: 31rem;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.47;
	vertical-align: middle
}

#sec_recruit_about .tb td {
	line-height: 1.666;
}

#sec_recruit_about .btn {
	margin-top: 4.5rem;
}

#sec_recruit_about .btn a {
	min-width: 44rem;
	min-height: 8rem;
	font-size: 1.8rem;
	letter-spacing: 0;
	padding: 1rem 4rem;
	border-width: .2rem;
}

#sec_recruit_about .btn a img {
	width: 5.6rem;
	position: absolute;
	left: 1rem;
	top: 1rem;
}

#sec_recruit_about .btn a span {
	width: 100%;
	justify-content: center;
	margin: 0;
}

#sec_recruit_about .btn a span::after {
	margin: 0;
	position: absolute;
	right: 0;
}

#sec_recruit_about .txt {
	font-size: 1.6rem;
}

#sec_recruit_about .address {
	line-height: 2;
}

#sec_recruit_about .job-wrap {
	margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
	#sec_recruit_about {
		padding: 5rem 0 0;
	}

	#sec_recruit_about .wrap {
		max-width: inherit;
	}

	#sec_recruit_about .lead {
		margin-bottom: 7.5rem;
	}
	
	#sec_recruit_about .lead p {		
		font-size: 3.2rem;
	}

	#sec_recruit_about .block + .block {
		margin-top: 15rem;
	}

	#sec_recruit_about .secttl {
		margin-bottom: 6rem;
	}

	#sec_recruit_about .tb {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		border-top: 1px solid #dcdddd;
	}

	#sec_recruit_about .tb th,
	#sec_recruit_about .tb td {
		display: block;
		padding: 2.5rem 0 2rem;
		border-bottom: 1px solid #dcdddd;
	}

	#sec_recruit_about .tb th {
		width: 100%;
		font-size: 3rem;
		border-bottom: none;
		padding-top: 4rem;
	}

	#sec_recruit_about .tb td {
		width: 100%;
		font-size: 3rem;
		padding-top: 0;
		padding-bottom: 3rem;
	}

	#sec_recruit_about .txt {
		font-size: 2.7rem;
	}

	#sec_recruit_about .btn {
		margin-top: 5.8rem;
	}

	#sec_recruit_about .btn a {
		min-width: 50rem;
		min-height: 12rem;
		font-size: 3rem;
		line-height: 1.2;
		padding: 1rem 4.5rem 1rem 6.5rem;
		border-width: .3rem;
	}

	#sec_recruit_about .btn a img {
		width: 7.5rem;
		position: absolute;
		left: 1.7rem;
		top: 1.95rem;
	}

	#sec_recruit_about .btn a span {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
	}

	#sec_recruit_about .btn._contact a span {
		margin-left: 6rem;
	}

	#sec_recruit_about .txt {
		font-size: 2.7rem;
	}

	#sec_recruit_about .address {
		font-size: 2.7rem;
		line-height: 1.6;
	}
}