@charset "UTF-8";
/*------------------------
MV
------------------------*/
.mv{
  /* 1200未満は1200固定 / 1200以上は要素幅に追従（上限なし） */
  --mvW: max(1200px, 100%);
	position: relative;
  background-image: url(/recruit/pc/img/career/index/bg_mv_pc.png);
  background-repeat: no-repeat;
  background-position: 50% 0; /* 右基準なら 100% 0 */
  background-size: var(--mvW) auto;

  /* 横1920pxのとき高さ833pxの比率を維持 */
  aspect-ratio: 1920 / 833;
  /* 1200px未満でも高さは1200基準(=約520.3px)から下げない */
  min-height: calc(1200px * 833 / 1920);

  overflow: hidden;
}

.mv h1{
  position:absolute;
	z-index: 2;
  width: calc(var(--mvW) * 1044 / 1920);
  left: calc(var(--mvW) * 165 / 1920);
  top:20.8%;
}

.mv .img{
	position: absolute;
  width: calc(var(--mvW) * 1035 / 1920);
  right: calc(var(--mvW) * 160 / 1920);
 top:25.2%;
}
/*------------------------
メッセージ
------------------------*/
section {
	padding: 100px 0;
}
section .inner {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}
section .inner .txt-wrap {
	flex: 1;
}
section .inner .txt-wrap .ttl {
	margin-bottom: 20px;
}
section .inner .txt-wrap .txt {
	margin-bottom: 30px;
}
section .inner .txt-wrap h3 {
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--btncolor);
	margin-bottom: 10px;
}
section .inner .txt-wrap p {
	font-size: 1.8rem;
	text-align: justify;
	line-height: 1.66;
}
.message .inner {
	justify-content: space-between;
}
.message .txt-wrap {
	flex: 1;
	padding-right: 60px;
}
.message .img {
	position: relative;
	width: 490px;
	height: 360px;
}
.message .img::before {
	content: '';
	display: block;
	position: absolute;
	top: -32px;
	right: 10px;
	width: 57px;
	height: 57px;
	background: var(--career);
	z-index: 2;
}
.message .img::after {
	content: '';
	display: block;
	position: absolute;
	top: -42px;
	right: 22px;
	width: 57px;
	height: 57px;
	background: var(--newgraduate);
	z-index: 2;
}
.message .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease 0s;
	border-radius: 20px;
}
@media screen and (max-width: 1240px) {
	section .inner {
		width: 1160px;
	}
}
/*------------------------
募集職種一覧
------------------------*/
.job-opening {
	background: url(/recruit/pc/img/career/index/bg_job-opening.jpg) no-repeat 100%/cover fixed;
}
.job-opening .inner {
	color: #fff;
}
.job-opening .ttl{
	margin-bottom: 6px;
}
.job-opening .txt {
	margin-bottom: 30px;
	font-size: 1.8rem;
}
.job-opening .ttl .en {
	color: #fff;
}
.job-opening .inner .list-wrap {
	width: 100%;
	font-size: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 40px;
}
.job-opening .inner .list{
	width: calc((100% - 40px) / 2);
	display: flex;
	color: var(--txtcolor);
}
.job-opening .inner .list a{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 27px 30px;
	background: rgba(255,255,255,.9);
	transition:  opacity .3s ease;
}
.job-opening .inner .list-wrap.is-multiple-of-3 {
	gap: 10px;
}
.job-opening .inner .is-multiple-of-3 .list{
	width: calc((100% - 20px) / 3);
}
.job-opening .inner .is-multiple-of-3 .list h3{
	font-size: 2.1rem;
}
.job-opening .inner .is-multiple-of-3 .list .desc{
	font-size: 1.6rem;
}
.job-opening .inner .list a:hover{
	opacity: .7;
}
.job-opening .list h3 {
	font-weight: bold;
	color: var(--btncolor);
	font-size: 2.3rem;
	margin-bottom: 6px;
}
.job-opening .inner .list .desc{
	overflow-wrap: anywhere;
	word-break: break-all;
}
.job-opening .no-job {
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 40px;
}
.job-opening .btn a {
	background: #fff;
	color: var(--btncolor);
}
.job-opening .btn a:after{ 
    background:transparent;
	}
	.job-opening .btn a:hover {
	background: var(--btncolor);
	color:#fff;
}
/*------------------------
社員インタビュー
------------------------*/
.interview {
	padding: 100px 0;
}
.interview .ttl {
	margin-bottom: 20px;
}
.interview .slick {
	margin-bottom: 30px;
}
.interview .slick-list {
  margin: 0 -18px;
}
.interview .slick-track {
	margin: 0;
}
.interview .slick-slide {
  margin: 0 18px;
}
.interview .slick .slick-item a {
	display: block;
	position: relative;
}
.interview .slick .slick-item .img {
	height: 268px;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
}
.interview .slick .slick-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease 0s;
}
.interview .slick .slick-item a:hover .img img {
	transform: scale(1.05, 1.05);
}
.interview .slick .slick-item .cat {
	position: absolute;
	top: 20px;
	left: 0;
	display: inline-block;
	min-width: 84px;
	padding: 8px 10px;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin-right: 10px;
}
.interview .cat.newgraduate {
	background: var(--newgraduate);
}
.interview .cat.career {
	background: var(--career);
}
.interview .slick .slick-item .txt {
	line-height: 1;
}
.interview .slick .slick-item .txt .head {
	align-items: center;
	margin-bottom: 10px;
}
.interview .slick .slick-item .txt .head h3 {
	font-size: 2.6rem;
	font-weight: bold;
	color: var(--btncolor);
	margin-right: 15px;
}
.interview .slick .slick-item .txt .head .position {
	display: block;
}
.interview .slick .slick-item .txt .year {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.interview .slick .slick-item .txt .tag-area {
	flex-wrap: wrap;
}
.interview .slick .slick-item .txt .tag-area span {
	display: block;
	padding: 8px 15px;
	border: 1px solid var(--btncolor);
	border-radius: 50vw;
	font-size: 1.4rem;
	color: var(--btncolor);
	letter-spacing: .025em;
	margin: 0 5px 5px 0;
}
.interview .slick .slick-arrow {
	background: #fff;
	border: 1px solid var(--btncolor);
	width: 36px;
	height: 36px;
	z-index: 1;
}
.interview .slick .slick-arrow::before {
	opacity: 1;
}
.slick-prev, .slick-next {
	top: 134px;
}
.slick-prev {
	left: -18px;
}
.slick-next {
	right: -18px;
}
.interview .slick .slick-prev::before ,
.interview .slick .slick-next::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background: var(--btncolor);
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.interview .slick .slick-prev::after {
	content: '';
	position: absolute;
	left: 10px;
	top: -3px;
	bottom: 0;
	margin: auto 0;
	width: 6px;
	height: 1px;
	background: var(--btncolor);
	z-index: 1;
	transform: rotate(-45deg);
}
.interview .slick .slick-next::after {
	content: '';
	position: absolute;
	right: 10px;
	top: -3px;
	bottom: 0;
	margin: auto 0;
	width: 6px;
	height: 1px;
	background: var(--btncolor);
	z-index: 1;
	transform: rotate(45deg);
}
/*------------------------
ワークスタイル
------------------------*/
.workstyle {
	background: url(/recruit/pc/img/career/index/bg_workstyle.jpg) repeat center center;
	padding: 100px 0;
}
.workstyle .ttl {
	margin-bottom: 20px;
}
.workstyle .item-wrap {
	display: flex;
	flex-wrap: wrap;
	gap:20px 36px;
	margin-bottom: 35px;
}
.workstyle .item {
	width: calc((100% - 72px) / 3);
	display: block;
	position: relative;
}
.workstyle .item a {
	display: block;
	position: relative;
}
.workstyle .item .img {
	height: 268px;
	background: var(--bgcolor);
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
}
.workstyle .item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .3s ease 0s;
}
.workstyle .item a:hover .img img {
	transform: scale(1.05, 1.05);
}
.img.no {
	background: var(--career);
	background: linear-gradient(45deg,var(--newgraduate) 0%, var(--career) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.3);
	padding-bottom: 10px;
}
.img.no span {
	line-height: 1;
	font-size: 1.2rem;
}
.img.no span b{
	font-size: 4rem;
	display: inline-block;
	padding-top: .1em;
}
.workstyle .item .info {
	font-size: 1.4rem;	
}
.workstyle .item .info .date {
	padding-top:3px;
	width: 7em;
}
.workstyle .item .cat-wrap {
	margin-bottom:10px;
	flex: 1;
}
.workstyle .item .cat {
	display: inline-block;
	min-width: 84px;
	padding: 6px 10px;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin-right: 10px;
}
.workstyle .cat{
	background: var(--newgraduate);
}
.workstyle .item .txt h3 {
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: bold;
	color: var(--btncolor);
}
