@charset "UTF-8";

/*------------------------
トップイメージ
------------------------*/
#topimg {
	background: url(/career-opportunities/pc/img/topimg.jpg) no-repeat bottom center;
	background-size: cover;
	margin-top: -80px;
	padding-top: 80px;
	overflow: hidden;
}
#topimg .inner{
	padding: 175px 0 160px;
	width: 1200px;
	margin: 0 auto;
}
#topimg h1{
	font-size: 58px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.075em;
}
#topimg h1 span{
	display: inline-block;
	font-size: 72px;
	line-height: 1.3;
	font-weight: 600;
}

/* ループアニメーション */
#topimg .loop_wrap {
	display: flex;
	width: 4196px; 
	height: 532px;
	overflow: hidden;
}
#topimg .loop_wrap .image{
	width: 2098px;
	height: 100%;
	padding: 0 40px;
}
#topimg .loop_wrap .image img{
	object-fit: cover;
}
#topimg .loop_wrap .image:first-child {
	animation: loop 80s -40s linear infinite;
}
#topimg .loop_wrap .image:last-child {
	animation: loop2 80s linear infinite;
}
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

/*------------------------
多様な人材が活躍し、力を発揮できる組織
------------------------*/
#message .inner {
	padding: 135px 0 100px;
	position: relative;
}
#message .inner::before{
	content: "";
	width: 454px;
	height: 454px;
	background: url(/career-opportunities/pc/img/konjakuso_logo.svg) no-repeat;
	background-size: contain;
	position: absolute;
	opacity: 0.03;
	top: 370px;
	left: -315px;
}
#message h2 {
	color: var(--navy);
	margin-bottom: 50px;
}
#message .flex-box {
	margin-bottom: 60px;
}
#message .text-wrap {
	width: 640px;
	margin-right: 50px;
}
#message .en-ttl-wrap {
	margin-bottom: 25px;
}
#message .en-ttl-wrap .sub {
	font-size: 62px;
	letter-spacing: 0.075em;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
}
#message .en-ttl-wrap .sub::after{
	content: "";
	width: 60px;
	height: 1px;
	background: var(--red);
	position: absolute;
	left: 0;
	bottom: 0;
}
#message .en-ttl-wrap h3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
}
#message .textarea p{
	font-size: 19px;
	line-height: 1.684;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
}
#message .slide-wrap {
	flex: 1;
	width: 45.83vw;
	height: 540px;
	margin-right: calc(50% - 49vw);
}
#message .slide-wrap .image {
	margin-right: 10px;
	height: 540px;
}
#message .slide-wrap .image img {
	object-fit: cover;
}
#message .env-list {
	display: flex;
	justify-content: space-between;
}
#message .env-list .env-item {
	width: 370px;
}
#message .env-list .env-item h3 {
	font-size: 24px;
	line-height: 1.417;
	color: var(--navy);
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 0 0 0 18px;
	margin-bottom: 15px;
	border-left: 1px solid var(--navy);
}
#message .env-list .env-item .image {
	height: 247px;
}
#message .env-list .env-item .image img {
	object-fit: cover;
}
#message .env-list .env-item .textarea {
	font-size: 16px;
	letter-spacing: 0.05em;
	padding-top: 10px;
}


/*------------------------
集まれ！！
------------------------*/
#join-us {
	background: var(--navy) url(/career-opportunities/pc/img/join_bg.png) no-repeat bottom center;
	background-size: cover;
	position: relative;
}
#join-us .inner {
	padding: 80px 0 120px;
}
#join-us .bg-en {
	font-size: 140px;
	line-height: 0.8;
	position: absolute;
	top: 40px;
	left: 40px;
	opacity: 0.6;
	mix-blend-mode: screen;
}
#join-us h2 {
	letter-spacing: 0.075em;
	color: #fff;
	line-height: 1.318;
	margin-bottom: 50px;
}
#join-us .tab-list {
	display: flex;
	justify-content: space-between;
}
#join-us .tab-item {
	position: relative;
	width: 590px;
	background: #dfe0e3;
	padding: 30px 30px 25px;
	transition: all .3s ease 0s;
	cursor: pointer;
	border-top: 4px solid #dfe0e3;
}

#join-us .tab-item::after{
	content: "";
	width: 90px;
	height: 72px;
	background: url(/career-opportunities/pc/img/icon_arrow_w.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#join-us .tab-item:hover,
#join-us .tab-item.active {
	background: #fff;
	border-top: 4px solid var(--red);
}
#join-us .tab-item.active::after{
	content: none;
}
#join-us .tab-item .ttl {
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.075em;
	margin-bottom: 8px;
	font-weight: 600;
}
#join-us .tab-item .sub {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
#join-us .tab-item .sub::before{
	content: "";
	background: var(--red);
	width: 15px;
	height: 1px;
	margin-right: 8px;
}
#join-us .tab-item .image {
	width: 200px;
	height: 150px;
	margin-right: 20px;
}
#join-us .tab-item .textarea {
	flex: 1;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#join-us .tab-panel {
	display: none;
	overflow: hidden;
}
#join-us .tab-panel.active {
	display: block;
	background: #fff;
	position: relative;
}
#join-us .tab-panel::before,
#join-us .tab-panel::after{
	content: "";
	background: url(/career-opportunities/pc/img/join_bg_icon.svg) no-repeat;
	background-size: contain;
	position: absolute;
}
#join-us .tab-panel::before{
	width: 270px;
	height: 270px;
	right: -40px;
	top: 30px;
}
#join-us .tab-panel::after{
	width: 400px;
	height: 400px;
	top: 280px;
	left: -90px;
}

/* タブ中身 */
#join-us .tab-in {
	padding: 50px 60px 60px;
	position: relative;
	z-index: 10;
}
#join-us .tab-in::before,
#join-us .tab-in::after{
	content: "";
	background: url(/career-opportunities/pc/img/join_bg_icon.svg) no-repeat;
	background-size: contain;
	position: absolute;
}
#join-us .tab-in::before{
	width: 400px;
	height: 400px;
	right: -120px;
	top: 590px;
}
#join-us .tab-in::after{
	width: 400px;
	height: 400px;
	top: 1060px;
	left: -90px;
}

#join-us .tab-in h3 {
	font-size: 34px;
	text-align: center;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
#join-us .tab-in h3::after{
	content: "";
	width: 70px;
	height: 1px;
	background: var(--red);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#join-us .in-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#join-us .in-flex .textarea{
	flex: 1;
}
#join-us .in-flex .textarea p{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.647;
	margin-bottom: 10px;
}
#join-us .in-flex .image.in-img {
	width: 530px;
	margin-left: 40px;
}
#join-us .point-wrap{
	position: relative;
	z-index: 10;
}
#join-us .point {
	border: 4px solid #dfe0e3;
	background: #f7f7f7;
	padding: 40px;
	display: flex;
	justify-content: space-between;
}
#join-us .point:not(:last-child){
	margin-bottom: 30px;
}
#join-us .point .text-wrap {
	flex: 1;
}
#join-us .point .ttl {
	font-size: 28px;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: var(--navy);
	font-weight: 600;
	position: relative;
}
#join-us .point .ttl::after{
	content: "";
	width: 50px;
	height: 1px;
	background: var(--navy);
	position: absolute;
	left: 0;
	bottom: 0;
}
#join-us .point .textarea {
	font-size: 17px;
	line-height: 1.765;
}
#join-us .point .image.point-img {
	width: 420px;
	height: 280px;
	margin-left: 30px;
}

/* スピンオフ制度 */
#join-us .point.spin{
	display: block;
}
#join-us .point.spin .top-flex,
#join-us .point.spin .flex-box{
	display: flex;
	justify-content: space-between;
}
#join-us .point.spin .flex-box{
	align-items: stretch;
}
#join-us .point.spin .top-flex{
	margin-bottom: 30px;
}
#join-us .point.spin .cont {
	background: #fff;
	border: 1px solid var(--navy);
	padding: 20px;
	width: 480px;
	height: auto;
}
#join-us .point.spin .cont .flex{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#join-us .point.spin .cont .image {
	width: 128px;
	height: 128px;
	margin-right: 20px;
}
#join-us .point.spin .cont .image img{
	object-fit: cover;
}
#join-us .point.spin .cont .c-ttl {
	font-size: 22px;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}
#join-us .point.spin .cont .txt-wrap p {
	font-size: 15px;
	letter-spacing: 0.05em;
}

/*------------------------
仕事紹介
------------------------*/
#job {
	position: relative;
	overflow: hidden;
}
#job::before,
#job::after,
#job .inner::before,
#job .inner::after{
	content: "";
	background: url(/career-opportunities/pc/img/join_bg_icon.svg) no-repeat;
	background-size: contain;
	position: absolute;
}
#job::before{
	width: 512px;
	height: 512px;
	right: -50px;
	top: 140px;
}
#job::after{
	width: 440px;
	height: 440px;
	top: 620px;
	left: 0;
}
#job .inner::before{
	width: 512px;
	height: 512px;
	right: -310px;
	bottom: 310px;
}
#job .inner::after{
	width: 540px;
	height: 540px;
	bottom: -120px;
	left: -290px;
	z-index: -1;
}
#job .bg-en {
	font-size: 100px;
	line-height: 0.8;
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: 0.6;
	color: #f1f1f1;
}
#job .inner {
	padding: 80px 0 120px;
	z-index: 10;
}
#job h2 {
	margin-bottom: 40px;
	padding-bottom: 30px;
	color: var(--navy);
	position: relative;
}
#job h2::after{
	content: "";
	width: 80px;
	height: 2px;
	background: var(--navy);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#job .job-block:not(:last-child){
	margin-bottom: 30px;
}
#job .job-block a{
	padding: 50px 60px;
	border: 1px solid var(--navy);
	display: flex;
	justify-content: space-between;
	position: relative;
	background: #fff
}
#job .job-block a:hover{
	background: var(--bg_gray);
}
#job .job-block a::after{
	content: "";
	background: url(/career-opportunities/pc/img/icon_arrow_gray.svg) no-repeat;
	background-size: contain;
	width: 80px;
	height: 65px;
	position: absolute;
	left: 570px;
}
/* 3つ目以降リンク先なし */
#job .job-block:nth-child(n+3) a{
	pointer-events: none;
}
#job .job-block:nth-child(n+3) a::after{
	content: none;
}

#job .job-block .text-wrap {
	flex: 1;
}
#job .job-block .ttl-wrap {
	margin-bottom: 15px;
}
#job .job-block .ttl-wrap h3 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1.3;
}
#job .job-block .ttl-wrap .sub {
	font-size: 16px;
	display: flex;
	align-items: center;
}
#job .job-block .ttl-wrap .sub::before{
	content: "";
	width: 15px;
	height: 1px;
	background: var(--red);
	margin-right: 8px;
}
#job .job-block .works {
	background: var(--bg_gray);
	padding: 20px 25px;
	transition: all .3s ease 0s;
}
#job .job-block a:hover .works{
	background: #fff;
}
#job .job-block .works .ttl {
	font-size: 21px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
#job .job-block .works ul {
	padding-left: 10px;
}
#job .job-block .works ul li {
	font-size: 17px;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
}
#job .job-block .image {
	width: 440px;
	height: 293px;
	margin-left: 50px;
}

/*------------------------
先輩社員からみたファンバウンド
------------------------*/
#voice {
	background: var(--navy) url(/career-opportunities/pc/img/voice_bg.png) no-repeat bottom center;
	background-size: cover;
	position: relative;
}
#voice .bg-en {
	font-size: 100px;
	line-height: 0.8;
	position: absolute;
	top: 40px;
	left: 40px;
	opacity: 0.1;
	color: #fff;
}
#voice .inner{
	padding: 80px 0 120px;
}
#voice h2{
	color: #fff;
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
}
#voice h2::after{
	content: "";
	width: 80px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#voice .sub-txt {
	font-size: 18px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.833;
	margin-bottom: 60px;
}
#voice .voice-wrap .block {
	padding: 50px 60px;
	background: #fff;
	border: 2px solid var(--red);
	display: flex;
	justify-content: space-between;
}
#voice .voice-wrap .block:not(:last-child){
	margin-bottom: 30px;
}
#voice .voice-wrap .block .txt-wrap {
	flex: 1;
}
#voice .voice-wrap .block .txt-wrap .name-wrap {
	display: flex;
	align-items: center;
}
#voice .voice-wrap .block .txt-wrap .name-wrap .tag {
	background: var(--red);
	color: #fff;
	font-size: 15px;
	padding: 4px 13px;
	margin-right: 15px;
}
#voice .voice-wrap .block .txt-wrap .name-wrap h3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#voice .voice-wrap .block .txt-wrap .entry {
	font-size: 16px;
	line-height: 1;
	color: var(--red);
	font-weight: 600;
	margin-bottom: 15px;
}
#voice .voice-wrap .block .txt-wrap .textarea {
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.667;
	margin-bottom: 20px;
}
#voice .voice-wrap .block .txt-wrap .comment {
	background: var(--bg_gray);
	padding: 20px 20px 25px;
	font-size: 17px;
	line-height: 1.647;
	font-weight: 500;
	letter-spacing: 0.07em;
	text-align: justify;
	position: relative;
}
#voice .voice-wrap .block .txt-wrap .comment::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0px 0px 26px 26px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#voice .voice-wrap .block .txt-wrap .comment::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #c9c9c9 transparent transparent transparent;
	border-width: 26px 26px 0px 0px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#voice .voice-wrap .block .image {
	width: 385px;
	height: 380px;
	margin-left: 50px;
}

/*------------------------
募集要項
------------------------*/
#description {
	padding: 80px 0;
	position: relative;
}
#description .bg-en{
	font-size: 90px;
	line-height: 0.8;
	color: #f1f1f1;
	transform: rotate(90deg);
	position: absolute;
	right: -90px;
	top: 325px;
}
#description .inner{
	padding: 40px 60px 60px;
	width: 1000px;
	border: 4px solid var(--bg_gray);
	background: #fff
}
#description h2{
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	font-size: 40px;
}
#description h2::after{
	content: "";
	width: 80px;
	height: 2px;
	background: var(--navy);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#description .box:not(:last-child){
	margin-bottom: 40px;
}
#description .box h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 15px;
}
#description .box table {
	border-top: 1px solid #c9c9c9;
	background: #fff;
}
#description .box table th,
#description .box table td {
	padding: 16px 20px;
	font-size: 17px;
	font-weight: 500;
	border-bottom: 1px solid #c9c9c9;
}
#description .box table th{
	background: var(--bg_gray);
	width: 200px;
}
#description .box table td .min{
	font-size: 16px;
	display: block;
}
#description .box table td strong{
	font-weight: 600;
}

/* 募集要項 */
#description .box-wrap.top{
	padding: 30px 40px 40px;
	margin-top: 40px;
	border: 2px solid #dfe0e3;
	background: #f7f7f7;
}
#description .box-wrap.top .ttl{
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 500;
}
#description .box-wrap.top table th{
	background: #ebebeb;
}




/*------------------------
会社情報
------------------------*/
.job_bg{
	background: url(/career-opportunities/pc/img/company_bg.png) no-repeat bottom center;
	background-size: cover; 
}
#company {
	padding: 0 0 150px;
	position: relative;
}
#company .inner a{
	width: 1000px;
	margin: 0 auto;
	border: 4px solid #c9c9c9;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#company .inner a:hover{
	opacity: 0.8;
}
#company .text-wrap{
	flex: 1;
	padding-left: 60px;
}
#company h2{
	position: relative;
	font-size: 38px;
	text-align: left;
	margin-bottom: 7px;
	color: var(--navy);
}
#company .sub{
	font-size: 20px;
	display: flex;
	align-items: center;
}
#company .sub::before{
	content: "";
	width: 20px;
	height: 1px;
	background: var(--red);
	margin-right: 8px;
}
#company .image{
	height: 260px;
	width: 500px;
}
#company .image img{
	object-fit: cover;
}