@charset "UTF-8";
header {
	position: relative;
	z-index: 1;	
}
header .inner {
	background: rgba(255,255,255,.8);
}
/*------------------------
新卒採用mv
------------------------*/
.mv {
	background: url(/recruit/pc/img/newgraduate/bg_mv.jpg) no-repeat 100%/contain;
	background-position: center top;
	width: 100%;
	min-width: 1200px;
	aspect-ratio: 2600 / 1392; 
	height: auto;
	margin-top: -80px;
}
.mv h1 {
	padding: 9vw 0 0 5.208vw;
	font-size: 4.427vw;
	color: #fff;
	line-height: 1.36;
}
@media screen and (max-width: 1200px) {
	.mv h1 {
		padding-top: 110px;
		padding-left: 62px;
		font-size: 50px;
	}
}
/*------------------------
メッセージ
------------------------*/
.message {
	padding-bottom: 100px;
	margin-top: -10px;
}
section .inner {
	width: 1200px;
	margin: auto;
}
.message .inner .txt-wrap {
	flex: 1;
}
.message .inner .txt-wrap .ttl {
	margin-bottom: 20px;
}
.message .inner .txt-wrap .txt p {
	font-size: 1.8rem;
	text-align: justify;
	line-height: 1.66;
	margin-bottom: 20px;
}
.message .inner .img {
	width: 490px;
	height: 360px;
	margin-left: 60px;
}
.message .inner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
@media screen and (max-width: 1240px) {
	section .inner {
		width: 1160px;
	}
}
/*------------------------
社員インタビュー
------------------------*/
.interview {
	padding-bottom: 100px;
}
.interview .ttl {
	margin-bottom: 20px;
}
.interview .slick {
	margin-bottom: 50px;
}
.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);
}
.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;
}
.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 .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);
}
/*------------------------
一日のスケジュール
------------------------*/
.schedule {
	background: url(/recruit/pc/img/common/bg_pat.jpg);
	padding: 100px 0;
}
.schedule .ttl {
	margin-bottom: 40px;
}
.schedule .ttl h2 {
	margin-bottom: 20px;
}
.schedule .ttl .lead {
	font-size: 1.8rem;
	line-height: 1;
}
/*タブ*/
.tab_area {
	gap: 20px;
	margin-bottom: 20px;
}
.tab_area .one_tab a {
	min-width: 320px;
	align-items: center;
	padding: 10px;
	background: #fff;
}
.tab_area .one_tab a.select {
	background: var(--newgraduate);
	position: relative;
}
.tab_area .one_tab a.select::after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: -8px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 8px solid var(--newgraduate);
	border-bottom: 0;
}
.tab_area .one_tab .img {
	width: 72px;
	height: 60px;
	margin-right: 10px;
}
.tab_area .one_tab .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tab_area .one_tab .head {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .06em;
}
.tab_area .one_tab .select .head {
	color: #fff;
}
.schedule .contents .tab_main {
	display: none;
}
.schedule .contents .tab_main.is_show {
	display: block;
	background: #fff;
	padding: 50px;
	border-radius: 20px;
}
.schedule .contents .tab_main h3 {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.schedule .contents .tab_main .lead {
	font-size: 1.8rem;
	margin-bottom: 35px;
}
.schedule .contents .tab_main .table {
	position: relative;
	transition: height 0.3s ease;
}
.schedule .contents .tab_main .table.is-limited {
	height: 250px !important;
	overflow: hidden;
}
.schedule .contents .tab_main .table.is-open {
	height: auto !important;
	padding-bottom: 120px;
}
.schedule .contents .tab_main .table .morebtn {
	display: none;
	width: 300px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: var(--btncolor);
	border-radius: 50vw;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	padding: 20px;
	transition: all .2s;
	z-index: 1;
}
.schedule .contents .tab_main .table .morebtn:hover {
	background: var(--newgraduate);
}
.schedule .contents .tab_main .table .morebtn::after {
	content: "続きを読む";
}
.schedule .contents .tab_main .table.is-open .morebtn::after {
	content: "閉じる";
}
.schedule .contents .tab_main .table.is-limited::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(transparent, #fff);
	z-index: 1;
	pointer-events: none;
}
.schedule .contents .tab_main table tr th {
	width: 110px;
	border-right: 1px solid var(--bgcolor);
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--btncolor);
	line-height: 1;
	vertical-align: top;
	position: relative;
}
.schedule .contents .tab_main table tr th::after {
	content: '';
	position: absolute;
	right: -8px;
	top: 4px;
	width: 15px;
	height: 15px;
	border-radius: 50vw;
	background: var(--bgcolor);
}
.schedule .contents .tab_main table tr td {
	padding-left: 30px;
}
.schedule .contents .tab_main table tr:not(:last-of-type) td {
	padding-bottom: 50px;
}
.schedule .contents .tab_main table tr td h4 {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--btncolor);
	line-height: 1;
	margin-bottom: 20px;
}
.schedule .contents .tab_main table tr td .head {
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.schedule .contents .tab_main table tr td p {
	font-size: 1.8rem;
}
.schedule .contents .tab_main table tr td .flex-box .txt {
	flex: 1;
}
.schedule .contents .tab_main table tr td .img {
	width: 208px;
	height: 142px;
	margin-left: 30px;
}
.schedule .contents .tab_main table tr td .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
