@charset "UTF-8";
/*=======================================

  個別css

=======================================*/
:root {
  --color-primary: #182D7B;
  --color-secondary: #C8DDEF;
  --color-base: #222;
}

/* アイコンフォント */
@font-face {
  font-family: recop-iconfonts;
  src: url("/jobfind-pc/original/css/option/font/recop-iconfont.eot") format("eot"), url("/jobfind-pc/original/css/option/font/recop-iconfont.woff") format("woff"), url("/jobfind-pc/original/css/option/font/recop-iconfont.ttf") format("truetype");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

p {
  text-align: justify;
}

/* 改行 */
span.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  span.sp {
    display: block;
  }

  span.pc {
    display: inline;
  }
}

/* 共通要素（可変） */
.box {
  padding: 0 20px;
  max-width: 1040px; 
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box {
    padding: 0 15px;
  }
}

/* 共通見出し（h2） */
.common-h2 {
  font-size: 36px;
  color: var(--color-primary) !important;
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .common-h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}

/* 共通背景 */
.bg-blue {
  background-color: var(--color-secondary);
}

#main .space {
  padding-bottom: 160px !important;
}

@media screen and (max-width: 767px) {
  #main .space {
    padding-bottom: 135px !important;
  }
}

/**************************************************************
	KV
***************************************************************/
/* 共通パーツ修正 */
@media screen and (max-width: 940px) {
  .catch p br.tablet {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .catch {
    padding: 0 15px;
  }

  .catch p {
    text-align: justify;
  }
}


/**************************************************************
	アルバイトで身につくスキル
***************************************************************/
.skill {
  position: relative;
  margin-top: 80px;
}

.page-catch {
  background-color: var(--color-primary);
  color: #fff !important;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 1000px;
}

.skill-inner {
  padding-top: 72px;
}

.skill-lead {
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.skill-list {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.skill-list li {
  height: 100px;
	background-color: #fff;
	border-radius: 10px;
	font-weight: bold;
	color: var(--color-primary);
  font-size: 20px;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  line-height: 1.3;
}

@media screen and (max-width: 1000px) {
  .skill-list {
    flex-direction: column;
  }

  .skill-list li {
    height: 60px;
    line-height: 60px;
    display: block;
  }
}

@media screen and (max-width: 940px) {
  .skill-lead {
    text-align: justify;
  }

  .skill-lead br.tablet {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .skill {
    margin-top: 0px;
  }
  
  .page-catch {
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    position: static;
    transform: translate(0, 0);
  }

  .skill-inner {
    padding-top: 25px;
  }
}

/**************************************************************
	先輩学生の成長ストーリー
***************************************************************/
.story {
  padding: 75px 0;
}

.story-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 76px;
}

.story-list li {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.story-list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -55px;
  left: 50%;
  width: 22px;
  height: 40px;
  background: url("/content/student-shukatsu/img/arrow.png") no-repeat center / contain;
  transform: translateX(-50%);
}

.story-list li h3 {
  font-size: 20px;
  font-weight: bold;
  background: var(--color-primary);
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  max-width: 600px;
  margin: 0 auto 20px;
}

.story-list li p {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .story {
    padding: 25px 0;
  }

  .story .common-h2 {
    margin-bottom: 25px;
  }

  .story-list {
    gap: 60px;
  }

  .story-list li h3 {
    height: 40px;
    line-height: 40px;
    margin: 0 auto 17px;
    max-width: none;
  }

  .story-list li p {
    text-align: justify;
  }

  .story-list li:not(:last-child)::after {
    bottom: -50px;
  }
}

/**************************************************************
	大学と両立するシフト例
***************************************************************/
.shift {
  padding-top: 73px;
  padding-bottom: 80px;
}

.shift-wrap > section:not(:first-child) {
  padding-top: 55px;
}

.shift-inner h3 {
	text-align: center;
	font-weight: bold;
	color: var(--color-primary);
	margin-bottom: 16px;
	font-size: 26px;
}

.shift-inner table {
	width: 100%;
  max-width: 955px;
  margin: 0 auto;
	border-collapse: collapse;
	background-color: #fff;
	text-align: center;
}

.shift-inner th,
.shift-inner td {
	font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
}

.shift-inner thead th {
	background-color: var(--color-primary);
	color: #fff;
  height: 40px;
  line-height: 40px;
  border: 1px solid #AFAFAF;
  border-bottom: none;
}

.shift-inner td {
  height: 80px;
  line-height: 80px;
  color: var(--color-primary);
  border: 1px solid #AFAFAF;
  border-top: none;
  min-width: 30px;
}

.shift-text p {
  max-width: 975px; 
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .shift {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .shift h2 {
    margin-bottom: 20px;
  }

  .shift-wrap > section:not(:first-child) {
  padding-top: 30px;
}

  .shift-inner h3 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .shift-inner th,
  .shift-inner td {
    padding: 0 3px;
  }

  .shift-inner thead th {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .shift-inner td {
    height: 60px;
    line-height: 1.5;
    font-size: 15px;
    vertical-align: middle;
    min-width: 20px;
    max-width: 80px;
  }

  .shift-text p {
    font-size: 15px;
    text-align: justify;
  }
}

/**************************************************************
	学生向け特別施策
***************************************************************/
.measures {
  padding-top: 73px;
  padding-bottom: 80px;
}

.measures-list {
	display: flex;
	justify-content: space-between;
	gap: 30px;
  max-width: 1120px;
}

.measures-list li {
	flex: 1;
	border: 2px solid var(--color-primary);
	padding: 30px 25px 70px 25px;
}

.measures-list li h3 {
	font-size: 24px;
  text-align: center;
  line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
	color: var(--color-primary);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* 共通パーツ修正 */
.message {
  padding-top: 60px;
}

.message-box {
  background-color: var(--color-secondary);
  padding: 25px 20px 30px 20px;
}

.message-text-box {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .measures {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .measures h2 {
    margin-bottom: 25px;
  }

  .measures-list {
    flex-direction: column;
  }

  .measures-list li {
    padding: 30px 20px;
  }

  .measures-list li h3 {
    font-size: 20px;
    height: auto;
  }

  /* 共通パーツ修正 */
  .message {
    padding-top: 30px;
  }

  .message-box {
    padding-top: 190px;
  }

  .message-title {
    margin-bottom: -270px;
  }

  .message-title span {
    display: block;
  }

  .message-content {
    gap: 164px;
  }
}

/**************************************************************
	学生アルバイトから新卒入社で正社員へ
***************************************************************/
.career {
	padding-top: 73px;
  padding-bottom: 80px;
}

.career-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.career-box {
  background-color: #fff;
  border: 2px solid var(--color-primary);
  padding: 35px 45px 50px 45px;
}

.career-box h3 {
	font-weight: bold;
	color: var(--color-primary);
	margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
}

.career-flow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	margin-bottom: 30px;
  width: 100%;
}

.career-flow li {
	flex: 1;
	position: relative;
  background-color: var(--color-primary);
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
  height: 60px;
  line-height: 1.3;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.career-flow li span {
  white-space: nowrap; 
}

.career-flow li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
  top: 10px;
  right: -40px;
	width: 22px;
	height: 40px;
	background: url("/content/student-shukatsu/img/arrow.png") no-repeat center / contain;
  rotate: -90deg;
}

@media screen and (max-width: 767px) {
  .career {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .career-inner {
    gap: 30px;
  }

  .career-box {
    padding: 30px 20px;
  }

  .career-box h3 {
    font-size: 20px;
  }

  .career-flow {
    flex-direction: column;
  }

  .career-flow li {
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    display: block;
  }

  .career-flow li:not(:last-child):after {
    top: auto;
    bottom: -50px;
    right: 50%;
    rotate: 0deg;
    transform: translateX(50%);
  }
}