@charset "UTF-8";

/* ---------------------------------------
  recruitment
-----------------------------------------*/
.secttl {
	position: relative;
	font-size: 3.6rem;
}

.secttl .en {
	color: rgba(11, 49, 143, .35);
	font-size: 1.4rem;
	margin-top: .5em;
}

.secttl.white .en {
	color: rgba(255, 255, 255, .35) !important;
}

@media screen and (max-width: 768px) {
	.secttl {
		font-size: 6.67vw;
	}

	.secttl .en {
		font-size: 2.8vw;
	}
}


/* entry_wrap
--------------------------------*/
.entry_wrap {
	justify-content: center;
	position: relative;
}

.entry_wrap .box {
	width: 388px;
	padding: 30px 40px 38px;
	margin: 0 7px;
	z-index: 1;
}

.entry_wrap .box .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}

.entry_wrap .box .ttl span {
	font-size: 75%;
	letter-spacing: 0.1em;
}

.entry_wrap .box .btn a {
	min-width: inherit;
	width: 230px;
}

.entry_wrap .box.career {
	background-color: #cd0016;
}

.entry_wrap .box.graduate {
	background-color: #0b318f;
}


@media screen and (max-width: 768px) {
	.entry_wrap::after {
		border-width: 0 0 8.5vw 100vw;
		bottom: 18vw;
	}

	.entry_wrap .secttl {
		font-size: 6vw;
	}

	.entry_wrap .box {
		width: 68vw;
		margin: 0 auto;
		padding: 5vw 7.2vw 8vw;
	}

	.entry_wrap .box + .box {
		margin-top: 4vw;
	}

	.entry_wrap .box .ttl {
		font-size: 4.8vw;
		margin-bottom: .6em;
	}

	.entry_wrap .box .ttl span {
		font-size: 3.2vw;
	}

	.entry_wrap .box .btn a {
		width: 100%;
		padding: 0 2em;
	}

}

/* ---------------------------------------
  募集要項・求人-一覧
-----------------------------------------*/

/* sec_pagelink
--------------------------------*/
#sec_pagelink {
	padding: 60px 0 100px;
	background-color: #074a97;
}

#sec_pagelink .list {
	justify-content: center;
}

#sec_pagelink .list li {
	width: 287px;
	font-style: italic;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#sec_pagelink .list li + li {
	border-left: none;
}

#sec_pagelink .list li a {
	display: block;
	text-align: center;
	position: relative;
	padding-bottom: 18px;
}

#sec_pagelink .list li a::before {
	content: "";
	width: 27px;
	height: 6px;
	background: url(../img/recruitment/arw_pagelink.svg) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: .3s ease;
}

#sec_pagelink .list li span {
	display: block;
}

#sec_pagelink .list li .ja {
	font-weight: 700;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
}

#sec_pagelink .list li .en {
	color: #949ac8;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	#sec_pagelink .list li a:hover::before {
		transform: translateY(10px);
	}
}

@media screen and (max-width: 768px) {
	#sec_pagelink {
		padding: 8vw 0 12vw;
	}

	#sec_pagelink .list {}

	#sec_pagelink .list li {
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#sec_pagelink .list li + li {
		border-top: none;
	}

	#sec_pagelink .list li a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 6vw 13vw 6vw 0;
	}

	#sec_pagelink .list li a::before {
		width: 5.33vw;
		height: 1.07vw;
		left: auto;
		right: 4vw;
		bottom: 0;
		top: 0;
		margin: auto 0;
	}

	#sec_pagelink .list li span {
		display: block;
	}

	#sec_pagelink .list li .ja {
		font-size: 4vw;
	}

	#sec_pagelink .list li .en {
		font-size: 2.6vw;
		margin-top: 0;
		margin-left: 1.2em;
	}

}


/* sec_qualities
--------------------------------*/
#sec_qualities::before {
	content: "";
	width: 100%;
	height: 410px;
	background-color: #074a97;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 160px), 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 160px), 0% 100%);
	position: absolute;
	left: 0;
	top: -1px;
}

#sec_qualities .wrap {
	width: 1300px;
	padding: 50px 75px;
	background-color: #fff;
	-webkit-clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0 100%, 0% 50px);
	clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0 100%, 0% 50px);
}

#sec_qualities .list + .list.is-show .item .ico {
  animation-delay: 2s;
}

#sec_qualities .list .item {
	width: 350px;
	position: relative;
}

#sec_qualities .list .item .txtwrap {
	width: 100%;
	background-color: rgba(239, 248, 253, .85);
	-webkit-clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0% 25px);
	clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0% 25px);
	padding: 28px 36px;
	position: relative;
	z-index: 1;
}

#sec_qualities .list .item .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.14em;
	margin-bottom: 20px;
}

#sec_qualities .list .item .txt {
	text-align: justify;
}

#sec_qualities .list .item .ico {
	position: absolute;
	right: -20px;
	top: -32px;
	width: auto;
	height: auto;
	min-width: 98px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

#sec_qualities .list .item:nth-child(2) .ico,
#sec_qualities .list .item:nth-child(5) .ico {
	min-width: 126px;
}

#sec_qualities .list.is-show .item .ico {
	-webkit-animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: 1s;
}

@-webkit-keyframes slide-fwd-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes slide-fwd-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media screen and (min-width: 769px) {
	#sec_qualities .list .item:not(:nth-last-of-type(-n+3)) {
		margin-bottom: -50px;
	}

	#sec_qualities .list .item:nth-child(3n + 1) {
		margin-top: 100px;
	}

	#sec_qualities .list .item:nth-child(3n - 1) {
		margin-top: 50px;
	}

	#sec_qualities .list .item:nth-child(n + 4) {
		transition-delay: 1s;
	}

	#sec_qualities .list.is-show .item .ico {
		animation-delay: 1s;
	}
}

@media screen and (max-width: 768px) {
	#sec_qualities::before {
		height: 72vw;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 8.8vw), 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 8.8vw), 0% 100%);
	}

	#sec_qualities .wrap {
		width: 84%;
		padding: 10vw 4vw;
		-webkit-clip-path: polygon(6.67vw 0%, 100% 0%, 100% 100%, 0 100%, 0% 6.67vw);
		clip-path: polygon(6.67vw 0%, 100% 0%, 100% 100%, 0 100%, 0% 6.67vw);
	}

	#sec_qualities .secttl {
		margin-bottom: 11vw;
	}

	#sec_qualities .list .item {
		width: 100%;
	}

	#sec_qualities .list .item + .item,
	#sec_qualities .list + .list {
		margin-top: 10vw;
	}

	#sec_qualities .list .item .txtwrap {
		width: 100%;
		background-color: rgba(239, 248, 253, .85);
		-webkit-clip-path: polygon(6.67vw 0%, 100% 0, 100% calc(100% - 6.67vw), calc(100% - 6.67vw) 100%, 0 100%, 0% 6.67vw);
		clip-path: polygon(6.67vw 0%, 100% 0, 100% calc(100% - 6.67vw), calc(100% - 6.67vw) 100%, 0 100%, 0% 6.67vw);
		padding: 5.6vw 8vw;
		min-height: 56.8vw;
	}

	#sec_qualities .list .item .ttl {
		font-size: 4.8vw;
		margin-bottom: 4vw;
	}

	#sec_qualities .list .item .ico {
		right: 1.73vw;
		top: -3vw;
		min-width: 19.6vw;
		min-width: inherit;
	}

	#sec_qualities .list .item:nth-child(2) .ico,
	#sec_qualities .list .item:nth-child(5) .ico {
		min-width: 25.2vw;
		min-width: inherit;
	}

	#sec_qualities .list .item .ico img {
		width: 100%;
		max-width: inherit;
	}

	#sec_qualities .list .item-1 .ico img {
		width: 13vw;
	}

	#sec_qualities .list .item-2 .ico img {
		width: 14.3vw;
	}

	#sec_qualities .list .item-3 .ico img {
		width: 14.7vw;
	}

	#sec_qualities .list .item-4 .ico img {
		width: 15.2vw;
	}

	#sec_qualities .list .item-5 .ico img {
		width: 17.2vw;
	}

	#sec_qualities .list .item-6 .ico img {
		width: 13.47vw;
	}
}


/* sec_message
--------------------------------*/
#sec_message {
	padding: 130px 0 0;
	margin-top: -65px;
	z-index: 1;
}

#sec_message::before {
	content: "";
	width: calc(50% + 650px);
	height: 460px;
	background: linear-gradient(90deg, rgba(6, 74, 150, 1) 0.04%, rgba(65, 180, 190, 1) 100%);
	-webkit-clip-path: polygon(0 130px, 100% 0%, 100% calc(100% - 130px), 0% 100%);
	clip-path: polygon(0 130px, 100% 0%, 100% calc(100% - 130px), 0% 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#sec_message .block {
	position: relative;
	padding: 150px 0;
}

#sec_message .block::before {
	content: "";
	width: calc(50% + 575px);
	height: 100%;
	background-color: #eff8fd;
	-webkit-clip-path: polygon(0 130px, 100% 0%, 100% calc(100% - 130px), 0% 100%);
	clip-path: polygon(0 130px, 100% 0%, 100% calc(100% - 130px), 0% 100%);
	position: absolute;
	top: 0;
	z-index: -1;
}

#sec_message .block:nth-of-type(even)::before {
	right: 0;
}

#sec_message .block:nth-of-type(odd)::before {
	left: 0;
}

#sec_message .block + .block {
	margin-top: -130px;
}

#sec_message .block .txtwrap {
	width: 654px;
	position: relative;
	z-index: 1;
}

#sec_message .block:nth-of-type(even) .txtwrap {
	margin-left: auto;
}

#sec_message .block .txtwrap .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.14em;
	margin-bottom: 1.25em;
}


#sec_message .block .txtwrap .txt {
	color: #000;
	text-align: justify;
}

#sec_message .block .txtwrap .name {
	color: #231815;
	font-weight: 700;
	margin-top: 2em;
}

#sec_message .block .txtwrap .name span {
	font-size: 2.4rem;
	margin-left: 1em;
}


#sec_message .block .img {
	position: absolute;
}

#sec_message .block:nth-of-type(even) .img {
	left: -75px;
	top: 50px;
	width: 520px;
}

#sec_message .block:nth-of-type(odd) .img {
	right: -75px;
	top: 50px;
	width: 520px;
}

@media screen and (max-width: 768px) {
	#sec_message {
		padding: 16vw 0 0;
		margin-top: 0;
	}

	#sec_message::before {
		width: 92vw;
		height: 74vw;
		-webkit-clip-path: polygon(0 8vw, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
		clip-path: polygon(0 8vw, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
	}

	#sec_message .secttl {
		margin-bottom: 0;
	}

	#sec_message .block {
		padding: 20vw 0;
	}

	#sec_message .block::before {
		width: 92vw;
		-webkit-clip-path: polygon(0 8vw, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
		clip-path: polygon(0 8vw, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
	}

	#sec_message .block + .block {
		margin-top: -4vw;
	}

	#sec_message .block .txtwrap {
		width: 92%;
	}

	#sec_message .block .txtwrap .ttl {
		font-size: 4.8vw;
	}

	#sec_message .block .txtwrap .name {
		margin-top: 2em;
	}

	#sec_message .block .txtwrap .name span {
		font-size: 4.8vw;
		margin-left: .5em;
	}

	#sec_message .block .img {
		position: static;
		width: 92vw !important;
		margin-bottom: 9vw;
	}

	#sec_message .block:nth-of-type(even) .img {
		margin-left: -8vw;
	}

	#sec_message .block:nth-of-type(odd) .img {
		margin-right: -8vw;
	}

}


/* sec_recruitment
--------------------------------*/
#sec_recruitment {
	padding: 130px 0 0;
	margin-top: -65px;
	z-index: 1;
}

#sec_recruitment::before {
	content: "";
	width: 100%;
	height: calc(100% + 180px);
	background-color: #f7f7f7;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewY(-5deg);
	transform-origin: right top;
	z-index: -3;
}

#sec_recruitment .bg {
	width: 100%;
	height: 350px;
	position: absolute;
	left: -100%;
	top: 110px;
	transition: 1s ease;
	z-index: -2;
}

#sec_recruitment .bg::before,
#sec_recruitment .bg::after {
	content: "";
	width: calc(50% + 380px);
	height: 100%;
	position: absolute;
	-webkit-clip-path: polygon(0 110px, 100% 0%, 100% calc(100% - 110px), 0% 100%);
	clip-path: polygon(0 110px, 100% 0%, 100% calc(100% - 110px), 0% 100%);
}

#sec_recruitment .bg::before {
	background-color: #cd0016;
	left: 0;
	top: 14px;
}

#sec_recruitment .bg::after {
	background-color: #0b318f;
	right: 0;
	top: 0;
}

#sec_recruitment .secttl {
	margin-bottom: .5em
}

#sec_recruitment .bg.is-show {
	left: 0;
	top: 0
}

#sec_recruitment .list {
	margin: 0 -25px;
	justify-content: left;
}

#sec_recruitment .list .item {
	width: 350px;
	margin: 0 25px;
}

#sec_recruitment .list .item .img {
	overflow: hidden;
}

#sec_recruitment .list .item .img img {
	transition: .3s ease;
}

#sec_recruitment .list .item .txtwrap {
	position: relative;
	padding: 14px 50px 2px;
	margin-top: -28px;
}

#sec_recruitment .list .item .txtwrap::before {
	content: "";
	width: 25px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: skewX(-10deg);
	transform-origin: left bottom;
}

#sec_recruitment .list .item.occ1 .txtwrap::before {
	background-color: #6db6df;
}

#sec_recruitment .list .item.occ2 .txtwrap::before {
	background-color: #49bcbd;
}

#sec_recruitment .list .item.occ3 .txtwrap::before {
	background-color: #e07542;
}

#sec_recruitment .list .item.occ4 .txtwrap::before {
	background-color: #ed7a94;
}

#sec_recruitment .list .item.occ5 .txtwrap::before {
	background-color: #89bf23;
}

#sec_recruitment .list .item.occ6 .txtwrap::before {
	background-color: #206d48;
}

#sec_recruitment .list .item.occ7 .txtwrap::before {
	background-color: #9a4e1e;
}

#sec_recruitment .list .item .txtwrap::after {
	content: "";
	width: 13px;
	height: 48px;
	background: url(../img/recruitment/arw_recruitment.svg) no-repeat center / 100% auto;
	position: absolute;
	right: 16px;
	top: calc(50% - 4px);
	transition: .3s ease;
}


#sec_recruitment .list .item .txtwrap .cate {
	text-align: right;
	line-height: 1;
	margin-bottom: 10px;
	margin-right: -50px
}

#sec_recruitment .list .item .txtwrap .cate span {
	display: inline-block;
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.075em;
	padding: 0 5px;
	white-space: nowrap;
}

#sec_recruitment .list .item .txtwrap .cate span.career {
	background-color: #cd0016;
}

#sec_recruitment .list .item .txtwrap .cate span.graduate {
	background-color: #0b318f;
}

#sec_recruitment .list .item .txtwrap .ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.1;
	letter-spacing: 0.1em;
}

#sec_recruitment .entry_wrap {
	justify-content: center;
	margin-top: 60px;
}

#sec_recruitment.under {
	margin-top: 0;
	top: -40px;
}

#sec_recruitment.under .secttl {
	font-style: normal;
	font-size: 2.4rem;
	padding-bottom: .8em;
	margin-bottom: 60px;
}

#sec_recruitment.under .secttl::before {
	content: "";
	width: 2.292em;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#sec_recruitment.under .list .item .txtwrap {
	padding: 6px 50px 12px 40px;
	margin-top: -20px;
}

#sec_recruitment.under .list .item .txtwrap::before {
	width: 20px;
}

#sec_recruitment.under .list .item .txtwrap::after {
	width: 7px;
	height: 22px;
	background: url(../img/recruitment/arw_recruitment_s.svg) no-repeat center / 100% auto;
	top: calc(50% + 10px);
	right: 13px;
}

#sec_recruitment.under .list .item .txtwrap .cate {
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-end;
}

#sec_recruitment.under .list .item .txtwrap .cate span {
	width: auto;
	padding: 0 10px;
}

#sec_recruitment.under .btn.back {
	margin-top: 35px;
}

#sec_recruitment.under .btn.back a {
	min-width: 345px;
}

@media screen and (min-width: 769px) {

	#sec_recruitment .list .item:nth-child(3n + 1) {
		margin-top: 70px;
	}

	#sec_recruitment .list .item:nth-child(3n - 1) {
		margin-top: 35px;
	}

	#sec_recruitment.under .list {
		margin: 0 -15px;
	}

	#sec_recruitment.under .list .item {
		width: 265px;
		margin: 0 15px 50px;
	}

	#sec_recruitment .list .item:hover .txtwrap::after {
		transform: translatex(5px);
	}

	#sec_recruitment .list .item:hover .img img {
		transform: scale(1.05);
	}
}


@media screen and (max-width: 768px) {
	#sec_recruitment {
		padding: 20vw 0 0;
		margin-top: 4vw;
	}

	#sec_recruitment::before {
		height: calc(100% + 36vw);
		top: 4vw;
	}

	#sec_recruitment .bg {
		width: 100%;
		height: 54.67vw;
		top: 8vw;
	}

	#sec_recruitment .bg::before,
	#sec_recruitment .bg::after {
		width: 88vw;
		height: 100%;
		align-content:
			-webkit-clip-path: polygon(0 8vw, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
		clip-path: polygon(0 8vw, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
	}

	#sec_recruitment .bg::before {
		top: 0;
	}

	#sec_recruitment .bg::after {
		top: 4vw;
	}

	#sec_recruitment .secttl {
		margin-bottom: 1.5em;
	}

	#sec_recruitment .list {
		margin: 0;
	}

	#sec_recruitment .list .item {
		width: 100%;
		margin: 0;
	}

	#sec_recruitment .list .item + .item {
		margin-top: 10vw;
	}

	#sec_recruitment .list .item .txtwrap {
		padding: 2.6vw 7.8vw 0 12vw;
		margin-top: -4.8vw;
	}

	#sec_recruitment .list .item .txtwrap::before {
		width: 5.33vw;
	}

	#sec_recruitment .list .item .txtwrap::after {
		width: 2.6vw;
		height: 9.6vw;
		right: 2.6vw;
		top: calc(50% - .8vw);
	}


	#sec_recruitment .list .item .txtwrap .cate {
		margin-bottom: 2vw;
		margin-right: -7.8vw
	}

	#sec_recruitment .list .item .txtwrap .cate span {
		width: auto;
		padding: 0 .5em;
		min-width: 15.73vw;
		font-size: 2.13vw;
	}

	#sec_recruitment .list .item .txtwrap .ttl {
		font-size: 4vw;
	}

	#sec_recruitment .entry_wrap {
		margin-top: 12vw;
	}

	#sec_recruitment.under .secttl {
		margin-bottom: 11vw;
		font-size: 4.8vw;
	}

	#sec_recruitment.under .list {
		justify-content: flex-start;
	}

	#sec_recruitment.under .list .item {
		width: 48%;
		margin-top: 0;
	}

	#sec_recruitment.under .list .item:nth-child(even) {
		margin-left: 4%;
	}

	#sec_recruitment.under .list .item:nth-child(n + 3) {
		margin-top: 12vw;
	}

	#sec_recruitment.under .list .item .txtwrap {
		padding: 0 7.8vw 1vw 8vw;
		margin-top: -2.2vw;
	}

	#sec_recruitment.under .list .item .txtwrap::before {
		width: 3.33vw;
	}

	#sec_recruitment.under .list .item .txtwrap::after {
		width: 1.56vw;
		height: 5.76vw;
		right: 1.6vw;
		top: calc(50% + .5vw);
	}

	#sec_recruitment.under .list .item .txtwrap .cate {
		margin-bottom: 4vw;
	}

	#sec_recruitment.under .list .item .txtwrap .cate span {
		width: auto;
		padding: 0 .2em;
	}

	#sec_recruitment.under .btn.back {
		margin-top: 10vw;
	}

	#sec_recruitment.under .btn.back a {
		min-width: 69vw;
	}

}


/* sec_other
--------------------------------*/
#sec_other {
	padding: 150px 0 8px;
	z-index: 1;
}

#sec_other .bnrwrap .bnr {
	width: 557px;
	margin: 0 auto;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, .2);
}

#sec_other .bnrwrap .bnr:nth-child(n + 3) {
	margin-top: 36px;
}

#sec_other .bnrwrap .bnr a {
	position: relative;
	display: block;
	transition: .3s ease;
}


@media screen and (min-width: 769px) {
	#sec_other .bnrwrap .bnr a::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .15);
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		transition: .3s ease;
	}

	#sec_other .bnrwrap .bnr a:hover::before {
		opacity: 1;
	}

	#sec_other .bnrwrap .bnr a:hover {
		transform: translate(8px, 8px);
	}
}

@media screen and (max-width: 768px) {
	#sec_other {
		padding: 10vw 0 1.6vw;
		-webkit-clip-path: polygon(0 8.5vw, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0 8.5vw, 100% 0%, 100% 100%, 0% 100%);
		margin-top: 16vw;
	}

	#sec_other .bnrwrap .bnr {
		width: 100%;
		box-shadow: 1.6vw 1.6vw 0 rgba(0, 0, 0, .2);
	}

	#sec_other .bnrwrap .bnr + .bnr {
		margin-top: 6.4vw;
	}
}





/* ---------------------------------------
  募集要項・求人-詳細
-----------------------------------------*/
#sec_detail {
	z-index: 1;
}

/* sec_detail
--------------------------------*/
/*header*/
#sec_detail .header {
	padding: 35px 0 80px;
	position: relative;
	z-index: 1;
}

#sec_detail .header .cate {
	line-height: 1;
}

#sec_detail .header .cate span {
	display: inline-block;
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.075em;
	padding: 0 5px;
	white-space: nowrap;
}

#sec_detail .header .cate span.career {
	background-color: #cd0016;
}

#sec_detail .header .cate span.graduate {
	background-color: #0b318f;
}

#sec_detail .header .ttl {
	color: #fff;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: -1em;
}

/*header*/
#sec_detail .contents {
	position: relative;
	background-color: #f7f7f7;
	padding-bottom: 180px;
	margin-bottom: -80px;
}

#sec_detail .contents::before {
	content: "";
	width: 100%;
	height: 310px;
	background-color: #fff;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 160px, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 160px, 0% 100%);
	position: absolute;
	left: 0;
	top: 60px;
}

#sec_detail .contents .img {
	margin-top: -60px;
	position: relative;
	z-index: 2;
}

#sec_detail .contents .leadwrap {
	width: 790px;
	margin: 50px auto 0;
}

#sec_detail .contents .leadwrap .lead {
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: .5em;
}

#sec_detail .contents .leadwrap .txt {
	color: #000;
	font-size: 1.8rem;
	line-height: 2;
	text-align: justify;
}

#sec_detail .contents .block {
	width: 984px;
	margin: 70px auto 0;
}

#sec_detail .contents .block .blockttl {
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
	padding: .318em 1em;
}

#sec_detail .contents .block .inner {
	background-color: #fff;
	padding: 28px 96px;
}

#sec_detail .contents .block.point {
	margin-top: 80px;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	-webkit-clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0 100%, 0% 25px);
	clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0 100%, 0% 25px);
}

#sec_detail .contents .block.point ol {
	counter-reset: num;
}

#sec_detail .contents .block.point ol li {
	position: relative;
	color: #000;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: justify;
	padding-left: 2em;
}

#sec_detail .contents .block.point ol li::before {
	counter-increment: num;
	content: counter(num);
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	width: 24px;
	height: 22px;
	background-color: #808080;
	-webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	position: absolute;
	left: 0;
	top: .55em;
}

#sec_detail .contents .block.detail {
	border-top-style: solid;
	border-top-width: 6px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
	border: none;
}

#sec_detail .contents .block.detail .inner {
	padding-top: 34px;
	padding-bottom: 120px;
}


#sec_detail .contents .block.detail .tb {
	display: flex;
	flex-wrap: wrap;
}


#sec_detail .contents .block.detail .tb dt,
#sec_detail .contents .block.detail .tb dd {
	color: #000;
	border-top: 1px solid #b2b2b2;
	padding: 1em 0;
}


#sec_detail .contents .block.detail .tb dt {
	width: 130px;
	font-weight: 700;
}

#sec_detail .contents .block.detail .tb dd {
	width: calc(100% - 130px);
	padding-right: 120px;
}

#sec_detail .contents .block.detail .inner>.flex{
	justify-content: center;
}

#sec_detail .contents .block.detail .inner>.flex .tbwrap + .tbwrap{
	margin-left: 16px;
}

#sec_detail .contents .block.detail .tbwrap {
	width: 388px;
	background: #f7f7f7;
	margin-bottom: 18px;
}


#sec_detail .contents .block.detail .tbwrap:only-child {
	width: 100%;
}


#sec_detail .contents .block.detail .tbwrap .ttl {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	padding: .5em;
	border-bottom: 10px solid #fff;
}

#sec_detail .contents .block.detail .tbwrap .ttl.career {
	background-color: #cd0016;
}

#sec_detail .contents .block.detail .tbwrap .ttl.graduate {
	background-color: #0b318f;
}


#sec_detail .contents .block.detail .tbwrap .tb {
	background-color: #f7f7f7;
	padding: 0 20px;
}

#sec_detail .contents .block.detail .tbwrap .tb dt:first-of-type,
#sec_detail .contents .block.detail .tbwrap .tb dd:first-of-type {
	border-top: none;
}

#sec_detail .contents .block.detail .tbwrap .tb dd {
	padding-right: 20px;
}

#sec_detail .contents .entry_wrap {
	margin-top: -70px;
}

.sec_recruite_child #sec_detail .contents::before {
	display: none;
}

.sec_recruite_child #sec_detail .contents .block  {
	margin: -60px auto 0;
	position: relative;
	z-index: 1;
	clip-path: none;
}

#sec_detail .contents .block.detail.block-career,
#sec_detail .contents .block.detail.block-ng {
	clip-path: none;
	overflow: hidden;
}

#sec_detail .contents .block.detail.block-career {
	margin-top: 35px;
}

.sec_recruite_child h3.area-title {
	font-size: 2.2rem;
	line-height: 1.45;
	font-weight: bold;
	text-align: center;
	background-color: #e5e5e5;
	padding: 0.5em 1em;
	border-radius: 10px;
	margin-bottom: 35px;
}

.sec_recruite_child #sec_detail .contents .block.detail .inner {
	padding-top: 36px;
}


.basic-slider {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.basic-slider .slick-arrow {
	margin-top: -34px;
}

.basic-slider .slick-arrow.slick-next {
	right: -22px;
}

.basic-slider .slick-arrow.slick-prev {
	left: -22px;
}

.basic-slider .slick-dots {
	margin-top: 23px;
}

.basic-slider .slick-dots li button {
	width: 44px;
}

.basic-slider-wrap {
	margin-bottom: 32px;
}

.sec_recruite_child #sec_detail .contents .block.detail .tb dt:first-of-type,
.sec_recruite_child #sec_detail .contents .block.detail .tb dd:first-of-type {
	border-top: none;
}

.sec_recruite_child .parent-link {
	margin-top: 100px;
}

.bosyu-title {
	color: #fff !important;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.6;
	padding: 0.5em;
	position: relative;
	cursor: pointer;
}

.bosyu-title::after {
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	background: url(../img/recruitment/icon_plus.svg) 100% / contain;
	position: absolute;
	right: 35px;
	top: 50%;
	transition: .4s ease;
	transform: translateY(-50%);
}

.bosyu-title + .inner {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: .6s ease;
}

.bosyu-title + .inner:not(.is-open) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.bosyu-title + .inner + .entry_wrap {
	display: none;
}

.bosyu-title.is-open::after {
	transform: translateY(-50%) rotate(45deg);
}

.bosyu-title + .inner.is-open {
	height: auto;
	visibility: visible;
	opacity: 1;
}
.bosyu-title + .inner.is-open + .entry_wrap{
	display: flex;
}

.bosyu-title.red {
	background: #cd0016;
}

.bosyu-title.blue {
	background: #0b318f;
}

.area-wrap {
	
}

.area-wrap dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #b2b2b2;
	padding: 2em 0;
}

.area-wrap dl dt,
.area-wrap dl dd {
	font-size: 1.6rem;
	line-height: 1.8;
}

.area-wrap dl dt {
	font-weight: bold;
	width: 17%;
	align-items: center;
}

.area-wrap dl dt span {
	background-color: #e5e5e5;
	border-radius: 10px;
	padding: 1em 1.6em;
}

.area-wrap dl dd {
	display: flex;;
	width: 83%;
}

.area-wrap dl dd {

}

.area-wrap dl dd .btn {
	margin-left: auto;
}

.area-wrap dl dd .btn a {
	background: #cd0016;
	color: #fff;
    width: 290px;
    height: 48px;
    padding: 0;
	border: none;
}

.area-wrap dl dd .btn a::before {
	height: 42px;
}

.area-wrap dl dd .btn a:hover {
	color: #cd0016;
	border: 1px solid #cd0016;
	border-right: 0;
	background: #fff;
}

.area-wrap dl dd .btn a:hover::before {
    width: 13px;
	height: 48px;
    right: 2px;
    background-image: url(../img/common/btn_arw_s_career.svg);
	border-right: none;
}

.area-wrap dl dd .btn a:after {
	right: 7px;
	height: 39px;
}

.area-wrap dl dd .btn a:after {
	background-image: url(../img/common/btn_arw_s.svg);
}

.area-wrap dl dd .btn a:hover:after {
	right: 7px;
	height: 39px;
	background-image: url(../img/common/btn_arw_s_career.svg);
}

.block-career .inner {
	padding-bottom: 70px;
}

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

	/*header*/
	#sec_detail .header {
		padding: 5vw 0 17vw;
	}

	#sec_detail .header .cate {
		text-align: center;
	}

	#sec_detail .header .cate span {
		width: auto;
		padding: 0 0.5em;
		min-width: 15.73vw;
		font-size: 2.13vw;
	}

	#sec_detail .header .ttl {
		font-size: 6.13vw;
		margin-top: 1em;
	}

	/*header*/
	#sec_detail .contents {
		padding-bottom: 30vw;
		margin-bottom: -9vw;
	}

	#sec_detail .contents::before {
		height: 22.67vw;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 12vw, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 100% 12vw, 0% 100%);
		top: 12vw;
	}


	#sec_detail .contents .img {
		margin-top: -12vw;
	}

	#sec_detail .contents .leadwrap {
		width: 100%;
		margin: 10vw auto 0;
	}

	#sec_detail .contents .leadwrap .lead {
		font-size: 4.8vw;
	}

	#sec_detail .contents .leadwrap .txt {
		font-size: 3.6vw;
	}

	#sec_detail .contents .block {
		width: 100%;
		margin: 13vw auto 0;
	}

	#sec_detail .contents .block .blockttl {
		font-size: 4.8vw;
	}

	#sec_detail .contents .block .inner {
		padding: 5.6vw 8vw;
	}

	#sec_detail .contents .block.point {
		margin-top: 16vw;
		border-bottom-width: 1.2vw;
		-webkit-clip-path: polygon(3.33vw 0%, 100% 0%, 100% 100%, 0 100%, 0% 3.33vw);
		clip-path: polygon(3.33vw 0%, 100% 0%, 100% 100%, 0 100%, 0% 3.33vw);
	}

	#sec_detail .contents .block.point ol li {
		font-size: 3.6vw;
		padding-left: 1.8em;
	}

	#sec_detail .contents .block.point ol li::before {
		font-size: 2.8vw;
		line-height: 4.27vw;
		width: 4.93vw;
		height: 4.27vw;
	}

	#sec_detail .contents .block.detail {
		border-top-width: 1.2vw;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 3.33vw), calc(100% - 3.33vw) 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 3.33vw), calc(100% - 3.33vw) 100%, 0 100%);
	}

	#sec_detail .contents .block.detail .inner {
		padding-top: 9.33vw;
		padding-bottom: 70vw;
	}


	#sec_detail .contents .block.detail .tb {
		display: block;
	}


	#sec_detail .contents .block.detail .tb dt,
	#sec_detail .contents .block.detail .tb dd {
		padding: 0;
	}


	#sec_detail .contents .block.detail .tb dt {
		width: 100%;
		padding-top: 1em;
	}

	#sec_detail .contents .block.detail .tb dd {
		width: 100%;
		padding-right: 0;
		border: none;
		padding-bottom: 1em;
	}

	#sec_detail .contents .block.detail .inner>.flex .tbwrap + .tbwrap{
		margin-left: 0;
	}
	#sec_detail .contents .block.detail .tbwrap {
		width: 100%;
		margin-bottom: 3.2vw;
	}

	#sec_detail .contents .block.detail .tbwrap + .tbwrap {
		margin-top: 3.2vw;
	}

	#sec_detail .contents .block.detail .tbwrap .ttl {
		margin-bottom: 2.67vw;
	}


	#sec_detail .contents .block.detail .tbwrap .tb {
		padding: 0 4vw;
	}

	#sec_detail .contents .block.detail .tbwrap .tb dd {
		padding-right: 20px;
	}

	#sec_detail .contents .entry_wrap {
		margin: -61vw 0 0;
		z-index: 1;
	}

	.bosyu-title {
		font-size: 4.4vw;
	}
	
	.basic-slider {
		max-width: 92%;
	}

	.basic-slider .slick-arrow.slick-prev {
		left: -3vw;
	}

	.basic-slider .slick-arrow.slick-next {
		right: -3vw;
	}

	.basic-slider .slick-arrow {
		margin-top: -6vw;
		width: 6vw;
		height: 5.6vw;
	}

	.area-wrap dl {
		flex-direction: column;
	}

	.area-wrap dl dt,
	.area-wrap dl dd {
		width: 100%;
		font-size: 3.3vw;
	}

	.area-wrap dl dt {
		margin-bottom: 2vw;
	}

	.area-wrap dl dt span {
		display: block;
		text-align: center;
		font-size: 1.2vw;
		border-radius: 2vw;
	}

	.area-wrap dl dd {
		flex-direction: column;
	}

	.area-wrap dl dd .btn {
		margin-left: auto;
		margin-right: auto;
	}

	.area-wrap dl dd .btn a {
		width: auto;
		height: 13vw;
	}

	.area-wrap dl dd .title {
		margin-bottom: 5vw;
	}

	.block-career .inner {
		padding-top: 1.33vw !important;
		padding-bottom: 10vw !important;
	}

	.sec_recruite_child h3.area-title {
		font-size: 4.2vw;
		border-radius: 2vw;
		padding: 0.9em 1em;
		margin-bottom: 7vw;
	}

	.bosyu-title::after {
		width: 4.4vw;
		height: 4.4vw;
		right: 4.2vw;
	}

	/* .sec_recruite_child #sec_detail .contents .block.detail .inner {
		padding-bottom: 7vw;
	} */

	#sec_detail .contents .block.detail.block-ng .inner {
		padding-bottom: 30vw;
	}

	#sec_detail .contents .block.detail.block-ng .entry_wrap {
		margin-top: -23vw;
	}
}


/* sec_interview_list
--------------------------------*/
#sec_interview_list.under {
	padding-top: 110px;
	padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
	#sec_interview_list.under {
		padding-top: 22vw;
		padding-bottom: 17vw;
	}
}


/*職種別*/
.occ1 #sec_detail .header {
	background-color: #6db6df;
}

.occ1 #sec_detail .contents .leadwrap .lead {
	color: #6db6df;
}

.occ1 #sec_detail .contents .block {
	border-color: #6db6df;
}

.occ1 #sec_detail .contents .block .blockttl {
	background-color: #6db6df;
}

.occ1 #sec_interview_list.under::before {
	border-color: #6db6df;
}

.occ1 #sec_interview_list.under .listttl {
	color: #6db6df;
}

.occ1 #sec_interview_list.under .listttl::before {
	background-color: #6db6df;
}



.occ2 #sec_detail .header {
	background-color: #49bcbd;
}

.occ2 #sec_detail .contents .leadwrap .lead {
	color: #49bcbd;
}

.occ2 #sec_detail .contents .block {
	border-color: #49bcbd;
}

.occ2 #sec_detail .contents .block .blockttl {
	background-color: #49bcbd;
}

.occ2 #sec_interview_list.under::before {
	border-color: #49bcbd;
}

.occ2 #sec_interview_list.under .listttl {
	color: #49bcbd;
}

.occ2 #sec_interview_list.under .listttl::before {
	background-color: #49bcbd;
}




.occ3 #sec_detail .header {
	background-color: #e07542;
}

.occ3 #sec_detail .contents .leadwrap .lead {
	color: #e07542;
}

.occ3 #sec_detail .contents .block {
	border-color: #e07542;
}

.occ3 #sec_detail .contents .block .blockttl {
	background-color: #e07542;
}

.occ3 #sec_interview_list.under::before {
	border-color: #e07542;
}

.occ3 #sec_interview_list.under .listttl {
	color: #e07542;
}

.occ3 #sec_interview_list.under .listttl::before {
	background-color: #e07542;
}





.occ4 #sec_detail .header {
	background-color: #ed7a94;
}

.occ4 #sec_detail .contents .leadwrap .lead {
	color: #ed7a94;
}

.occ4 #sec_detail .contents .block {
	border-color: #ed7a94;
}

.occ4 #sec_detail .contents .block .blockttl {
	background-color: #ed7a94;
}

.occ4 #sec_interview_list.under::before {
	border-color: #ed7a94;
}

.occ4 #sec_interview_list.under .listttl {
	color: #ed7a94;
}

.occ4 #sec_interview_list.under .listttl::before {
	background-color: #ed7a94;
}





.occ5 #sec_detail .header {
	background-color: #89bf23;
}

.occ5 #sec_detail .contents .leadwrap .lead {
	color: #89bf23;
}

.occ5 #sec_detail .contents .block {
	border-color: #89bf23;
}

.occ5 #sec_detail .contents .block .blockttl {
	background-color: #89bf23;
}

.occ5 #sec_interview_list.under::before {
	border-color: #89bf23;
}

.occ5 #sec_interview_list.under .listttl {
	color: #89bf23;
}

.occ5 #sec_interview_list.under .listttl::before {
	background-color: #89bf23;
}




.occ6 #sec_detail .header {
	background-color: #206d48;
}

.occ6 #sec_detail .contents .leadwrap .lead {
	color: #206d48;
}

.occ6 #sec_detail .contents .block {
	border-color: #206d48;
}

.occ6 #sec_detail .contents .block .blockttl {
	background-color: #206d48;
}

.occ6 #sec_interview_list.under::before {
	border-color: #206d48;
}

.occ6 #sec_interview_list.under .listttl {
	color: #206d48;
}

.occ6 #sec_interview_list.under .listttl::before {
	background-color: #206d48;
}




.occ7 #sec_detail .header {
	background-color: #9a4e1e;
}

.occ7 #sec_detail .contents .leadwrap .lead {
	color: #9a4e1e;
}

.occ7 #sec_detail .contents .block {
	border-color: #9a4e1e;
}

.occ7 #sec_detail .contents .block .blockttl {
	background-color: #9a4e1e;
}

.occ7 #sec_interview_list.under::before {
	border-color: #9a4e1e;
}

.occ7 #sec_interview_list.under .listttl {
	color: #9a4e1e;
}

.occ7 #sec_interview_list.under .listttl::before {
	background-color: #9a4e1e;
}