@charset "UTF-8";

/* .recruit .line-top__item:first-child {
	border: none;
}*/

.recruit.training img {
	border-radius: 0;
}

.content__box.recruit {
	z-index: 1;
}

.recruit .person {
	position: relative;
	margin: 0 0 2em;
	height: auto;
	padding-top: 68%;
	background: url(../images/recruit/recruit_img01.jpg) right -20px no-repeat; 
	background-size: 220%;
}

.recruit .disc {
	background: #e0bc47;
	background-image: radial-gradient(#e2d3aa 11%, transparent 12.5%), radial-gradient(#e2d3aa 11%, transparent 12.5%);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
	position: relative;
	padding: 2em;	
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50);
	transform: translateX(-50%);
}

.recruit .disc h3 {
	padding: 0.2em 0;
	margin-bottom: 1em;
	text-align: center;
	background-color: var(--color-white);
	color: #df803a;
}

.recruit .job .card {
	margin-top: 6em;
	width: 100%;
}

.recruit .job .card:first-child {
	margin-top: 2em;
}

.recruit .job img {width: 100%;}
/* 
.recruit .l-title.-flame-bar.-round {
	top: -26px;
	margin: 0 5%;
} */

.recruit .job .card-text {
	max-width: 340px;
	margin: 0 auto;
	text-align: justify;
	font-size: 14px;
}

.recruit .detail-btn.yellow {
	max-width: 100%; 
	margin: 1em auto;
}

.recruit .training {	
	width: 100%;
	margin: 4em auto;
}

.recruit .training a.flex {
	padding: 20px;
	background: #0069A9;
	justify-content: space-between;
}

.recruit .training a:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.recruit .training .text {
	margin-top: 1em;
}

.recruit .training a:hover img {
	opacity: 1;
	transition: none;
}

.recruit .training img {
	width: 100%; 
}

.recruit .training h3 {
	color: var(--color-white);
	border: solid 1px var(--color-white);
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
}

.recruit .training p {
	position: relative;
	color: var(--color-white);
	padding-right: 2.2em;
}

.recruit .training p::after {
	position: absolute;
	content: '';
	top: 60%;
	right: 10px;
	width: 18px;
	height: 18px;
	border-top: 1px solid var(--color-white);
	border-right: 1px solid var(--color-white);
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}

/* 職種紹介
------------------*/
.recruit .job-introduction {
	margin: 0 0 40px 0;
}

.recruit .job-introduction .job-disc {
	padding: 20px 0 0 0;
}

.recruit .job-department .tmb {
	width: 100%;
	padding: 0;
}

.recruit .job-department h3 {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 0 10px 8px 10px;
	font-size: var(--f16-size);
	border-left: var(--color-red) 1px solid;
	border-bottom: var(--color-red) 1px solid;
	border-bottom-left-radius: 1em;
	color: var(--color-red);
	line-height: 1;
}

.recruit .job-department h3::after {
	position: absolute;
	content: '';
	display: block;
	height: 15px;
	top: 22px;
	left: 25px;
	border-left: 1px solid;
	transform: rotate(-45deg);
}

.recruit .job-department .tmb img {
	width: 100%;
}

.recruit .job-disc .flex {
	display: flex;
}

.recruit .job-disc .interview {
	margin-top: 10px;
}

.recruit .job-disc li {
	margin: 10px 15px 0 0;
}

.recruit .job-disc li a {
	color: var(--color-darkgray);
}

.recruit .job-disc li a:hover {
	opacity: 0.5;
}

.recruit .job-disc li p {
	margin-top: 10px;
	font-size: var(--f13-size);
	line-height: 1.3;
}

.recruit .job-disc li img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

/* 職種紹介ページ内リンク */
.recruit .job-menu__list {
	display: flex;
	width: 100%;
	margin: 20px 0 40px 0;
	background-color: #f7edcd;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	box-shadow: 0px 5px 0px 0px #e9c242;
}

.recruit .job-menu__list li {
	width: calc(100% / 5);
	font-size: var(--f14-size);
	text-align: center;
	margin: 5px 0;
}

.recruit .job-menu__list li:first-child {
	border-left: none;
}

.recruit .job-menu__list li {
	content: '';
	border-left: var(--color-gray) 1px solid;
}

.recruit .job-menu__list li a {
	display: block;
	padding: 5px 0;
}

.recruit .job-menu__list li a::after {
	content: '';
	display: block;
	width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent var(--color-black) var(--color-black);
  transform: rotate(-45deg);
	margin: 0 auto;
	text-align: center;
}

.recruit .job-menu__list li a:hover {
	color: var(--color-darkgray);
}

/* トップページ 職種紹介 */
.recruit .dot-flame__box {
  margin-top: 40px;
  position: relative;
  background: #EEEEEE;
  background-image: radial-gradient(var(--color-white) 15%, transparent 15%),
    radial-gradient(var(--color-white) 15%, transparent 15%);
  background-size: 15px 15px;
  background-position: 0 0, 8px 8px;
  border-top: 0;
  z-index: 0;
}

.recruit .introduction {
	padding: 20px;
}

.recruit .introduction ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	gap: 10px 0;
}

.recruit .introduction li {
	width: calc(100% / 2 - 10px);
}

.recruit .introduction li:nth-child(1) {
	margin-right: 0;
}

.recruit .introduction li:nth-child(2) {
	margin-left: 0;
}

.recruit .l-title_job {
	width: 100%;
	margin: 0 0 20px 0;
	background-size: contain;
	text-align: center;
}

.recruit .link-btn__job {
	margin: 20px auto 0 auto;
	text-align: center;
}

.recruit .link-btn__job a {
	display: inline-block;
	position: relative;
	padding: 10px 80px;
	font-size: var(--f16-size);
	border: var(--color-red) 1px solid;
	border-radius: 0.5em;
	background-color: var(--color-red);
	color: var(--color-white);
}

.recruit .link-btn__job a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid var(--color-white);
	border-right: 1px solid var(--color-white);
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}


/* 社員インタビュー （peapleパーツ）
------------------*/

.peoplelist {
	margin-bottom: 6em;
}

.peoplelist__item {
	position: relative;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.peoplelist__item__tmb img {
	width: 92%;
	border-top-left-radius: 6em;
}

.peoplelist__item__detail {
	position: absolute;
	width: calc(100% / 2 + 70px);
	right: 0;
	bottom: -40px;
	padding-left: 3px;
	border-left: #e9c242 6px solid;
}

.peoplelist__item__detail p {
	position: relative;
	padding: 10px;
	font-size: var(--f13-size);
	line-height: 1.2;
	background-color: var(--color-red);
	color: var(--color-white);
}

.peoplelist__item__detail::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 14px;
	width: 14px;
	height: 14px;
	border-top: 2px solid var(--color-white);
	border-right: 2px solid var(--color-white);
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}

.people-slider .prev,
.people-slider .next {
  position: absolute;
  top: calc(50% - 20px);
  width: 48px;
  height: 48px;
  background-color: var(--color-red);
  z-index: 1;
}

.people-slider .prev {
  left: -10px;
}

.people-slider .next {
  right: -10px;
}

.people-slider .prev::before,
.people-slider .next::before {
  position: absolute;
  content: "";
  top: 55%;
  width: 16px;
  height: 1em;
  transform: rotate(45deg) translate(-50%, -50%);
}

.people-slider .prev::before {
  left: 35%;
  border-bottom: 3px solid var(--color-white);
  border-left: 3px solid var(--color-white);
}

.people-slider .next::before {
  right: 35%;
  border-top: 3px solid var(--color-white);
  border-right: 3px solid var(--color-white);
}

/* 社員インタビュー（ページ）
------------------*/
.interview .content__inner {
	margin: 0 auto 60px auto;
}

.interviewlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 6em;
}

.interviewlist__item {
	position: relative;
	width: calc(100% / 2 - 10px);
	margin-top: 60px;
}

.interviewlist__item__tmb img {
	width: 92%;
	border-top-left-radius: 6em;
}

.interviewlist__item:nth-child(4) {
	margin-right: 0;
}

.interviewlist__item:nth-child(5) {
	margin-right: 0;
}

.interviewlist__item__detail {
	position: absolute;
	width: calc(100% / 2 + 70px);
	right: 0;
	bottom: -40px;
	padding-left: 3px;
	border-left: #e9c242 6px solid;
}

.interviewlist__item__detail p {
	position: relative;
	padding: 10px;
	font-size: var(--f13-size);
	line-height: 1.2;
	background-color: var(--color-red);
	color: var(--color-white);
}

.interviewlist__item__detail::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 14px;
	width: 14px;
	height: 14px;
	border-top: 2px solid var(--color-white);
	border-right: 2px solid var(--color-white);
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}

/* .interviewlist__item__detail p .name {
	font-size: var(--f20-size);
	font-weight: bold;
}

.interviewlist__item__detail p .slash {
	display: block;
}

.interviewlist__item__detail p .new {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	font-size: var(--f11-size);
	border: var(--color-white) 1px solid;
	border-radius: 0.2em;
	line-height: 1;
	vertical-align: 2px;
} */

/* 職種紹介バナー */
.recruit .occupation_bnr {
	position: relative;
	margin-top: 6em;
}

.recruit .occupation_bnr p {
	position: relative;
	top: 0;
	width: 100%;
	padding: 12px 0;
	font-size: var(--f24-size);
	text-align: center;
	line-height: 1;
	background-color: #e9c242;
}

.recruit .occupation_bnr a {
	display: block;
	color: var(--color-white);
}

.recruit .occupation_bnr img {
	width: 100%;
}

.recruit .occupation_bnr p::after {
	position: absolute;
	content: '';
	top: 55%;
	right: 5%;
	width: 14px;
	height: 14px;
	border-top: 2px solid var(--color-white);
	border-right: 2px solid var(--color-white);
	-webkit-transform: rotate(45deg) translate(-55%, -42%);
	transform: rotate(45deg) translate(-55%, -42%);
	transform-origin: 50%;
}

/* 採用トップへ戻る */
.recruit .link-btn {
	margin: 4em auto 0 auto;
	text-align: center;
}

.recruit .link-btn a {
	display: inline-block;
	position: relative;
	padding: 10px 60px;
	font-size: var(--f16-size);
	border: var(--color-red) 1px solid;
	border-radius: 0.5em;
	color: var(--color-red);
	background-color: var(--color-white);
}

.recruit .link-btn a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: 1px solid var(--color-red);
	border-right: 1px solid var(--color-red);
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}

.site-flow {
	margin: 4em auto 0;
	justify-content: center;
}

.site-flow li a {
	display: block;
	width: 70%;
}

.site-flow .link-btn {
	margin: 0 0 10px 0;
}

/* エントリー
------------------*/
.recruit .entry {
	display: block;
	position: relative;
	width: 100%;
	margin: 60px auto 0 auto;
	padding: 2em 0;
	text-align: center;
	background-color: #e9c242;
	overflow: hidden;
}

.recruit .entry h3 {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	color: var(--color-white);
}

.recruit .entry p { text-align: center; }

.recruit .entry p a {
	font-size: 11px;
	text-decoration: underline;
	color: var(--color-white);
}

.recruit .entry .bnr {
	display: inline-block;
	margin: 0 20px;
	text-align: center;
}

.recruit .entry .bnr-img {
	width: 300px;
	height: 80px;
	background-color: var(--color-white);
	border-radius: 10px;
}

.recruit .entry .bnr:nth-child(2) {
	margin-bottom: 1em;
}

.recruit .entry .bnr-img img {
	margin: auto;
	padding: auto;
	width: auto;
}

.recruit .entry .bnr-img a {
	display: block;
	padding: 20px 0;
	text-align: center;
}

/* 社員紹介 */
.recruit .first-viewer {
	position: relative;
	height: 460px;
	border-top-left-radius: 5em;
	background: linear-gradient(135deg, #dce3f0 10%, #eaeef5 90%);
}

.recruit .interview__text::before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	margin-bottom: 5px;
	padding-top: 16%;
	padding-bottom: 10px;
	border-bottom: var(--color-red) 2px solid;
	background: url(../images/recruit/recruit_interview_text.png) no-repeat;
	background-size: contain;
}

.recruit .interview__text {
	width: 200px;
	margin: 0 auto;
	padding-top: 40px;
	font-size: var(--f20-size);
	font-weight: bold;
	text-align: center;
	color: var(--color-red);
}

.recruit .first-viewer .catch {
	width: 320px;
	padding: 10px 0 0 20px;
	font-size: var(--f22-size);
}

.recruit .first-viewer .catch br.pc {
	display: none;
}

.recruit .first-viewer img {
	position: absolute;
	width: 50%;
	bottom: 0;
	right: 0;
}

.recruit .profile__field {
	width: 50%;
	margin: 20px;
	padding: 20px;
	background-color: var(--color-red);
	clip-path: polygon(0% 30px, 30px 0%, 100% 0%, 100% 100%, 0% 100%);
	z-index: 1;
}

.recruit .history-text {
	font-weight: bold;
	line-height: 1.4;
}

.recruit .history-text .name {
	font-size: var(--f24-size);
}

.recruit .history-text .new {
	display: block;
	font-weight: normal;
}

.recruit .profile__field p {
	color: var(--color-white);
}

.recruit .profile-text {
	margin-top: 20px;
	font-size: var(--f12-size);
}

/* Q & A */
.recruit .question__field {
	width: 100%;
	margin: 0 auto 40px auto;
}

.recruit .question-section {
	position: relative;
	display: block;
	margin: 40px 0 0 0;
	color: var(--color-red);
}

.recruit .question-section span {
	padding-right: 15px;
	background-color: var(--color-white);
}

.recruit .question-section::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	border-top: var(--color-gray) 1px solid;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.recruit .question-title::before {
	position: absolute;
	content: '';
	left: 0;
	width: 15%;
	height: 0;
	padding-top: 13%;
	border-right: var(--color-red) 5px solid;
	background: url(../images/recruit/recruit_question_icon.png) no-repeat;
	background-size: contain;
}

.recruit .question-title {
	position: relative;
	margin: 20px 0 10px 0;
	padding: 10px 0 10px 65px;
	font-size: var(--f20-size);
}

.recruit .question-anser {
	padding-left: 65px;
}

	/* スケジュール */
.schedule__field {
	position: relative;
	width: 100%;
	margin: 80px auto 40px auto;
	padding: 30px;
	border: var(--color-red) 2px solid;
	border-radius: 1em;
}

.schedule-title {
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	margin: 0 auto;
	padding: 0 100px;
	width: 170px;
	height: 50px;
	text-indent: -9999px;
	text-align: center;
	background: var(--color-white) url(../images/recruit/recruit_schedule_text.png) no-repeat center top;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.time-schedule {
	margin-left: 60px;
	margin-bottom: 20px;
	border-left: var(--color-red) 2px dotted;
}

.time-schedule li {
	margin-bottom: 30px;
	padding-left: 20px;
	line-height: 1.4;
}

.time-schedule li:last-child {
	margin-bottom: 0;
	line-height: 1;
}

.time-schedule .time {
	position: relative;
	width: 5em;
	display: inline-block;
	margin-left: -8em;
	text-align: right;
}

.time-schedule .time::after {
	content: '';
	position: absolute;
	right: -32px;
	top: 0;
	border: var(--color-red) 3px solid;
	background: var(--color-white);
	width: 15px;
	height: 15px;
	border-radius: 100vh;
}

.time-schedule .sch-text {
	display: inline-block;
	width: 100%;
	margin-left: 40px;
	border-radius: 6px;
	vertical-align: top;
}

/* オフの日の過ごし方 */
.off-title,
.message-title {
	font-size: var(--f20-size);
	font-weight: bold;
}

.off__field {
	width: 100%;
	margin: 0 auto 40px auto;
}

.off__section {
	margin: 0 0 20px 0;
}

.off-title::before {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	content: '';
	width: 70px;
	height: 38px;
	background:var(--color-white) url(../images/recruit/recruit_off_text.png) no-repeat;
}

.off-title {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	background-color: var(--color-white);
}

/* オフの日の過ごし方 画像がないとき*/

.off__field.no-image {
	width: 100%;
}

/* 就活生へメッセージ */
.message__field {
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 30px;
	border: var(--color-red) 2px solid;
	border-radius: 1em;
}

.message-title::before {
	content: '';
	display: block;
	width: 160px;
	height: 24px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/recruit/recruit_message_text.png) no-repeat;
}

.message-title {
	margin-bottom: 20px;
	text-align: center;
}

/* クロストーク（社員対談）
------------------*/

.crosstalklist {
	width: 100%;
	margin: 20px auto 60px;
}

.crosstalklist__item {
	margin-bottom: 20px;
}

.crosstalklist__item img {
	width: 100%;
}

.recruit .crosstalk-first-viewer {
	position: relative;
	border-top-left-radius: 5em;
	background: linear-gradient(135deg, #dce3f0 10%, #eaeef5 90%);
}

.recruit .crosstalk__text::before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	margin: 0 0 5px;
	padding-top: 40%;
	padding-bottom: 10px;
	border-bottom: var(--color-red) 2px solid;
}

.recruit .crosstalk__text.crosstalk01::before {
	background: url(../images/recruit/crosstalk_title_img01.png) no-repeat;
	background-size: contain;
}

.recruit .crosstalk__text.crosstalk02::before {
	background: url(../images/recruit/crosstalk_title_img02.png) no-repeat;
	background-size: contain;
}

.recruit .crosstalk__text.crosstalk03::before {
	background: url(../images/recruit/crosstalk_title_img03.png) no-repeat;
	background-size: contain;
}

.recruit .crosstalk__text {
	width: 200px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: var(--f20-size);
	font-weight: bold;
	text-align: center;
	color: var(--color-red);
}

.recruit .crosstalk-first-viewer .catch {
	position: absolute;
	left: 5%;
	top: 55%;
	font-size: var(--f16-size);
}

@media (min-width: 480px) {	
	.recruit .crosstalk-first-viewer .catch {
		font-size: var(--f22-size);
	}
}

/*
.recruit .crosstalk-first-viewer .catch br.pc {
	display: none;
}*/

.recruit .crosstalk-first-viewer .image__box {
	text-align: right;
}

.recruit .crosstalk-first-viewer img {
	width: 60%;
}

.recruit .crosstalk-profile__box {
	display: flex;
	align-items: stretch;
	margin: 20px -5px 0;
}

.recruit .crosstalk-profile__field {
	position: relative;
	width: 50%;
	margin: 80px 5px 0;
	padding: 60px 20px 20px;
	color: var(--color-white);
	background: linear-gradient(
		to right,
		#EAC342 0, #EAC342 6px,
		#FFFFFF 6px, #FFFFFF 9px,
		var(--color-red) 9px
	);
}

.recruit .crosstalk-profile__field .profile-image {
	position: absolute;
	z-index: 1;
	top: -80px;
	right: calc(50% - 60px);
	width: 120px;
	height: 120px;
	border-radius: 50% 50%;
	overflow: hidden;
}

.recruit .crosstalk-profile__field .profile-image img {
	width: 100%;
	height: auto;
}

.recruit .crosstalk-profile__field .profile-icon {
	position: absolute;
	z-index: 10;
	top: 0;
	right: calc(50% - 68px);
	width: 50px;
	height: 50px;
	border-radius: 50% 50%;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	color: #000000;
}

.recruit .crosstalk-profile__field .profile-icon.kohai {
	background-color: #EAC342;
	line-height: 50px;
}

.recruit .crosstalk-profile__field .profile-icon.senpai {
	background-color: #FFFFFF;
	border: 4px solid #EAC342;
	line-height: 42px;
}

.recruit .crosstalk-profile__field .new {
	font-weight: bold !important;
}

.recruit .talk-section {
	position: relative;
	display: block;
	margin: 40px 0 0 0;
	color: var(--color-red);
}

.recruit .talk-section span {
	padding-right: 15px;
	background-color: var(--color-white);
}

.recruit .talk-anser {
	display: flex;
	align-items: flex-start;
	margin: 30px 0 50px;
}

.recruit .talk-anser .icon {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50% 50%;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	color: #000000;
}

.recruit .talk-anser .icon-kohai {
	background-color: #EAC342;
	line-height: 50px;
}

.recruit .talk-anser .icon-senpai {
	background-color: #FFFFFF;
	border: 4px solid #EAC342;
	line-height: 42px;
}

.recruit .talk-anser .text {
	padding: 0 0 0 15px;
}

.recruit .talk-anser .text img {
	display: block;
	width: 100%;
	padding-top: 30px;
	margin-bottom: 15px;
}

/* 768px〜（スマホ＆タブレット用）
---------------------------*/
@media (min-width: 768px) {	
	.recruit .job .card, 
	.recruit .job .card:first-child {
		margin-top: 3em;
	}
	
	.recruit .job .card {
		width: 45.8%;
	}
	
	.recruit .detail-btn.yellow {
		max-width: 240px;
	}
	/* 
	.recruit .l-title.-flame-bar.-round {
		top: -23px;
	} */
	
	.recruit.training .l-title.-flame-bar.-round {
		margin: 0;
	}
	
	.recruit .training {	
		margin: 6em auto 7em;
	}
	
	.recruit .training .text {
		width: 43%;		
		margin-top: 0;
	}

	.recruit .training a .image {
		width: 54%;
	}

	/* 職種一覧 */
	.recruit .introduction {
		padding: 50px;
	}

	.recruit .introduction ul {
		justify-content: center!important;
		gap: 0 30px;
		margin: 0;
	}

	.recruit .introduction li {
		width: calc(100% / 3 - 20px);
		margin-top: 20px;
	}

	.recruit .introduction li:nth-child(1) {
		margin-right: 1px;
	}

	.recruit .introduction li:nth-child(2) {
		margin-left: 1px;
	}

	.recruit .l-title_job {
		width: 480px;
		margin: 0 auto 20px auto;
		background-size: contain;
		text-align: center;
	}

	.recruit .link-btn__job {
		margin: 40px auto 0 auto;
	}
	
	/* 社員インタビュー */
	.interviewlist {
		/* margin-bottom: 0; */
		justify-content: center;
		gap: 0 30px;
	}

	.interviewlist__item {
		width: calc(100% / 3 - 20px);
		margin-top: 60px;
	}
	
	.interviewlist__item:nth-child(4) {
		margin-right: 1px;
	}

	.interviewlist__item:nth-child(5) {
		margin-right: 1px;
	}

	.interviewlist__item__detail {
		width: calc(100% / 2 + 80px);
		bottom: -30px;
	}

	.interviewlist__item__detail p {
		font-size: var(--f14-size);
	}

	/* .interviewlist__item__detail p .slash::before {
		display: inline-block;
		content: '\002F';
		margin: 0 3px;
	}

	.interviewlist__item__detail p .slash {
		display: inline-block;
	} */

	.interviewlist__item__tmb img {
		border-top-left-radius: 9em;
	}

	/* 職種紹介バナー */
	.recruit .occupation_bnr {
		margin-top: 8em;
	}

	.recruit .occupation_bnr p {
		position: absolute;
		top: 0;
	}
	
	.recruit .occupation_bnr p::after {
		right: 42%;
	}

	/* 職種紹介 */
	.recruit .job-introduction .job-disc {
		padding: 0 0 0 30px;
	}

	.recruit .job-department.flex {
		margin-top: 30px;
		align-items: flex-start;
	}

	.recruit .job-department .tmb {
		width: 50%;
		margin: 0;
	}

	/* 職種紹介ページ内リンク */
	.recruit .job-menu__list li {
		width: calc(100% / 5);
		text-align: center;
		margin: 10px 0;
	}

	/* 採用トップへ戻る */
	.recruit .link-btn a {
		position: relative;
		padding: 14px 80px;
		font-size: var(--f18-size);
	}

	.recruit .link-btn a::after {
		width: 14px;
		height: 14px;
	}

	.site-flow li a {
		display: inline-block;
		width: 100%;
	}

	.site-flow .link-btn {
		margin: 0 10px;
	}

	/* 社員紹介 */
	.recruit .first-viewer {
		height: 480px;
		padding-left: 20px;
	}

	.recruit .interview__text {
		width: 280px;
		margin-left: 30px;
		padding-top: 40px;
	}

	.recruit .profile__field {
		width: 280px;
	}

	/* Q & A */
	.recruit .question__field {
		width: 100%;
		margin: 0 auto 80px auto;
	}

	.recruit .question-section {
		margin: 40px 0 0 0;
	}

	.recruit .question-title::before {
		width: 70px;
		height: 60px;
		padding-top: 0;
	}

	.recruit .question-title {
		margin: 40px 0 20px 0;
		padding: 10px 0 10px 85px;
	}

	.recruit .question-anser {
		padding-left: 90px;
	}

	/* スケジュール */
	.schedule__field {
		width: 100%;
		margin: 80px auto 60px auto;
		padding: 40px 30px;
	}

	.time-schedule {
		width: 100%;
		margin-left: 90px;
		margin-bottom: 0;
	}

	.flex--reverse {
		flex-direction: row-reverse;
	}

	.time-schedule .time::after {
		right: -34px;
	}

	/* オフの日の過ごし方 */
	.off-title,
	.message-title {
		font-size: var(--f20-size);
		font-weight: bold;
	}

	.off__field {
		width: 640px;
		margin: 0 auto 60px auto;
	}

	.off__field img {
		width: 50%;
	}

	.off__section {
		margin: 0 0 0 60px;
	}

	.off-title::after {
		content: '';
		position: absolute;
		display: inline-block;
		top: 50%;
		left: -50px;
		width: 60px;
		height: 2px;
		background-color: var(--color-red);
		-webkit-transform: translateX(-50);
		transform: translateX(-50%);
		z-index: -1;
	}

	/* オフの日の過ごし方 画像がないとき*/
	
	.off__field.no-image {
		width: 400px;
	}

	.off__field.no-image .off__section {
		margin: 0;
	}

	.off__field.no-image .off-title::after {
		content: none;
	}

	/* 就活生へメッセージ */
	.message__field {
		width: 100%;
		margin: 0 auto 80px auto;
		padding: 40px;
	}

	.message-title::before {
		content: '';
		display: inline-block;
		margin-right: 20px;
	}

	.message-title {
		text-align: left;
	}

	/* クロストーク（社員対談）*/

	.crosstalklist {
		width: 603px;
		margin: 20px auto 60px;
	}
	
	.crosstalklist__item {
		margin-bottom: 20px;
	}

	.recruit .crosstalk-first-viewer {
		border-top-left-radius: 14em;
	}

	.recruit .crosstalk__text::before {
		margin: -45px 0 5px;
		padding-top: 40%;
		padding-bottom: 10px;
		background-size: 310px;
	}

	.recruit .crosstalk__text {
		width: 310px;
		margin: 30px 0 0;
		padding-top: 10px;
	}
	
	.recruit .crosstalk-first-viewer .catch {
		left: 60px;
		top: 170px;
		padding: 0;
		font-size: var(--f28-size);
	}

	.recruit .crosstalk-first-viewer .image__box {
		margin: -80px 0 0;
		text-align: right;
	}

	.recruit .crosstalk-profile__box {
		margin: 20px -32px 0;
	}

	.recruit .crosstalk-first-viewer img {
		width: 60%;
	}

	.recruit .crosstalk-profile__field {
		margin: 110px 32px 0;
		padding: 20px 30px;
	}

	.recruit .crosstalk-profile__field .profile-image {
		top: -95px;
		right: -15px;
		width: 188px;
		height: 188px;
	}
	
	.recruit .crosstalk-profile__field .profile-icon {
		top: 20px;
		right: 100px;
		width: 80px;
		height: 80px;
		font-size: 120%;
	}

	.recruit .crosstalk-profile__field .profile-icon.kohai {
		line-height: 80px;
	}
	
	.recruit .crosstalk-profile__field .profile-icon.senpai {
		line-height: 72px;
	}

	.recruit .talk-section::before {
		position: absolute;
		content: '';
		top: 50%;
		left: 0;
		width: 100%;
		border-top: var(--color-gray) 1px solid;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: -1;
	}

	.recruit .talk-anser .text {
		padding: 0 30px;
	}

}

/* 960px〜（タブレット＆PC用）
---------------------------*/
@media (min-width: 960px) {
	.recruit .job {
		padding-top: 0.5em;
	}
	
	.recruit .person {
		position: relative;
		margin: 5em 0;
		height: 0;
		padding-top: 37.5%;
		background: url(../images/recruit/recruit_img01.jpg) right top;
		background-size: cover;
	}

	.recruit .disc {
		background: none;
		position: absolute;
		top: 0;
		width: 420px;
		padding: 3em 0 3em 3em;
		transform: none;
		left: 10px;
	}
	
	.recruit .interview .member .member-text {
		width: 500px;
		font-size: 14px;
	}

	.recruit .interview .member.flex.-return {
		flex-direction:row-reverse;
	}
	
	.recruit .interview .member.flex {
		align-items: flex-start;
	}
	
	.recruit .interview .member.flex .tmb {
		padding-left: 0
	}
	
	.recruit .interview .member-list .member.flex {
		padding: 0 60px;
	}
	
	.recruit .interview .member-list img {
		margin-bottom: 0;
	}
	
	.recruit .entry {
		padding: 60px 0;
	}
	
	.recruit .entry .bnr:nth-child(2) {
		margin-bottom: 0;
	}

	/* 社員インタビュー */
	.interviewlist {
		gap: 0 60px;
	}

	.interviewlist__item {
		width: calc(100% / 3 - 40px);
	}

	/* 職種紹介 */
	.recruit .job-introduction {
		margin-bottom: 60px;
	}

	.recruit .job-department .tmb {
		width: 550px;
	}

	.recruit .job-department .tmb img {
		width: 100%;
	}

	.recruit .job-department {
		position: relative;
	}

	.recruit .job-disc {
		padding-left: 40px;
	}

	.recruit .job-disc .interview {
		position: absolute;
		margin-top: 0;
		bottom: 0;
	}

	.recruit .job-disc li p {
		font-size: var(--f14-size);
	}

	.recruit .job-disc li img {
		width: 150px;
		height: 150px;
	}

	/* 職種紹介ページ内リンク */
	.recruit .job-menu__list {
		margin: 40px 0 60px 0;
		border-top-left-radius: 1em;
		border-top-right-radius: 1em;
		box-shadow: 0px 10px 0px 0px #e9c242;
	}

	.recruit .job-menu__list li {
		font-size: var(--f16-size);
	}

	.recruit .job-menu__list li a::after {
		width: 15px;
		height: 15px;
	}

	/* 社員紹介 */
	.recruit .first-viewer {
		height: 370px;
		padding-left: 0;
		border-top-left-radius: 14em;
	}

	.recruit .first-viewer .catch {
		width: auto;
		position: absolute;
		left: 100px;
		bottom: 80px;
		padding: 0;
		font-size: var(--f28-size);
	}

	.recruit .first-viewer .catch br.pc {
		display: inline-block;
	}

	.recruit .first-viewer img {
		width: auto;
		left: 65%;
		-webkit-transform: translateX(-65%);
		transform: translateX(-65%);
	}

	.recruit .profile__field {
		position: absolute;
		right: 30px;
		bottom: 30px;
		width: 240px;
		padding: 30px;
	}

	.recruit .history-text {
		font-weight: bold;
		line-height: 1.4;
	}

	.recruit .history-text .name {
		font-size: var(--f24-size);
	}

	.recruit .history-text .new {
		display: block;
		font-weight: normal;
	}

	.recruit .profile__field p {
		color: var(--color-white);
	}

	.recruit .profile-text {
		margin-top: 20px;
		font-size: var(--f12-size);
	}

	/* Q & A */
	.recruit .question__field {
		width: 700px;
	}

	.recruit .question-section {
		margin: 80px 0 0 0;
	}

	/* スケジュール */
	.schedule__field {
		width: 820px;
	}

	.time-schedule .sch-text { 
	padding: 0 0 0 10px;
	}

	/* オフの日の過ごし方 */
	.off__field img {
		width: auto;
	}

	/* オフの日の過ごし方 画像がないとき*/

	.off__field.no-image .off__section {
		margin: 0;
	}

	/* 就活生へメッセージ */
	.message__field {
		width: 820px;
	}

	.message-title::before {
		content: '';
		display: inline-block;
		margin-right: 20px;
	}

	.message-title {
		text-align: left;
	}

	/* クロストーク（社員対談）*/
	.recruit .crosstalk-first-viewer .catch {
		left: 100px;
	}

	.recruit .crosstalk-first-viewer .image__box {
		margin: -140px 0 0;
		text-align: right;
	}

	/*
	.recruit .crosstalk-first-viewer .catch br.pc {
		display: inline-block;
	}*/

	.recruit .crosstalk-first-viewer img {
		width: 586px;
	}

	.recruit .crosstalk-profile__box {
		margin: 20px 0 0;
	}

	.recruit .crosstalk-profile__field {
		margin: 110px 60px 0;
	}

	.recruit .crosstalk-profile__field .profile-image {
		top: -95px;
		right: -35px;
	}

	.recruit .talk__field {
		width: 840px;
		margin: 0 auto;
	}

}