@charset "utf-8";
/*------------------------------------------------
採用情報
------------------------------------------------*/


/*========== 採用情報 ==========*/

.recruit {
  margin: 25px 0;
}

.recruit-inner {
  padding: 0 15px 15px;
  width: 100%;
}

.recruit-pic,
.recruit-pic > img {
  width: 100%;
}

.recruit-text {
  line-height: 2;
  margin-bottom: 15px;
}

.recruit-subtitle {
  color: #91004f;
  text-align: center;
  margin-bottom: 15px;
}

.recruit-subtext {
  text-align: justify;
}

@media print, screen and (min-width: 667px) {
  .recruit-inner {
    padding: 0 60px;
  }
}


@media print, screen and (min-width: 769px) {
  .recruit {
    margin: 70px 0;
  }

  .recruit-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
  }
  .recruit-pic {
    width: 50%;
    max-width: 600px;
  }
  .recruit-text {
    width: 50%;
    max-width: 600px;
    padding: 40px;
  }
  .recruit-subtitle {
    font-size: 2.2rem;
  }
}


/*========== ページ内リンク ==========*/

/*スタッフボイス*/
.pagelink-box {
  background-color: #e8e8e8;
  padding: 15px;
  width: 100%;
}

.pagelink-title {
  color: #5e93eb;
  text-align: center;
}

.pagelink-list {
}

.pagelink-item {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 15px;
}

.pagelink-item-button {
  color: #fff;
  background-color: #5e93eb;
  text-align: center;
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pagelink-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1)  rgba(255, 255, 255, 0) ;
  border-width: 5px;
  border-style: solid;
  bottom: 5px;
  right: 5px;
  position: absolute;
}

@media print, screen and (min-width: 667px) {
  .pagelink-box {
    width: calc(100% - 30px);
    margin: 50px auto;
  }

  .pagelink-title {
    margin: 15px auto;
  }

  .pagelink-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .pagelink-item {
    width: 47%;
    height: 70px;
    position: relative;
    margin-top: 15px;
    font-size: 1.8rem;
  }

  .pagelink-item-button {
    color: #fff;
    background-color: #5e93eb;
    text-align: center;
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .pagelink-item::after {
    border-width: 8px;
    bottom: 8px;
    right: 8px;
  }

}


@media print, screen and (min-width: 769px) {
  .pagelink-box {
    width: 100%;
    margin: 50px auto;
  }

  .pagelink-title {
    margin: 25px auto;
    font-size: 2.4rem;
  }

  .pagelink-list {
    width: 720px;
    margin: 0 auto 50px;
  }

  .pagelink-item {
    font-size: 2.4rem;
    width: 340px;
    height: 70px;
    position: relative;
  }
}


/*募集要項*/
.pagelink-button {
  color: #5e93eb;
  border: 3px solid #5e93eb;
  width: calc(100% - 30px);
  height: 50px;
  margin: 25px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pagelink-button::before,
.pagelink-button::after {
  content: "";
  position: absolute;
  display: block;
}
.pagelink-button::before {
  width: 20px;
  height: 20px;
  background-image: url(../../images/recruit/paper_icon.png);
  background-size: contain;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}
.pagelink-button::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(94, 147, 235, 0) rgba(94, 147, 235, 1) rgba(94, 147, 235, 1) rgba(94, 147, 235, 0);
  border-width: 5px;
  bottom: 5px;
  right: 5px;
}

@media print, screen and (min-width: 667px) {
  .pagelink-button {
    font-size: 2.8rem;
    width: calc(100% - 60px);
    height: 80px;
    margin: 0 auto 80px;
  }
  .pagelink-button::before {
    width: 57px;
    height: 50px;
    margin-top: -25px;
  }
  .pagelink-button::after {
    border-width: 10px;
    bottom: 8px;
    right: 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .pagelink-button {
    border: 8px solid #5e93eb;
    font-size: 3.2rem;
    width: 720px;
    height: 120px;
    margin: 0 auto 100px;
  }
  .pagelink-button::before {
    width: 57px;
    height: 72px;
    margin-top: -35px;
  }
  .pagelink-button::after {
    border-width: 10px;
    bottom: 8px;
    right: 8px;
  }
}



/*========== スタッフボイス ==========*/

.staff-voice {
  margin: 50px 0;
}
.staff-voice-inner {
}

.staff-voice-case {
  width: 100%;
  margin-bottom: 50px;
}

.staff-voice-case-title {
  padding: 15px 0;
  position: relative;
  margin-bottom: 70px;
}

.staff-voice-case-name {
  background-color: #cfeaff;
  text-align: left;
  padding: 15px;
  width: 50%;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.staff-voice-case-name .emphasis {
  display: block;
  font-size: 2.2rem;
}

.staff-voice-case-pic {
  width: 92%;
  box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
}
.staff-voice-case-pic > img {
  width: 100%;
}

.staff-voice-case-text {
  padding: 15px;
  line-height: 2;
}
.staff-voice-case-text .emphasis {
  color: #91004f;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 900;
}

@media print, screen and (min-width: 667px) {
  .staff-voice {
    margin: 100px 0;
  }

  .staff-voice-case {
    width: 100%;
    margin: 50px auto;
  }

  .staff-voice-case-title {
    width: 100%;
    position: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #cfeaff;
    padding: 0;
  }

  .staff-voice-case-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    width: 50%;
    position: inherit;
    bottom: 0;
    right: 0;
    font-size: 2rem;
  }

  .staff-voice-case-name .emphasis {
    width: 100%;
    margin-top: 25px;
    font-size: 2.8rem;
  }

  .staff-voice-case-pic {
    width: 50%;
    box-shadow: none;
  }

  .staff-voice-case-text {
    padding: 15px;
    line-height: 2;
    width: 80%;
    margin: auto;
  }
  .staff-voice-case-text .emphasis {
    font-size: 2.6rem;
    margin: 30px 0;
  }
}


@media print, screen and (min-width: 769px) {

  .staff-voice-case {
    width: 1000px;
  }

  .staff-voice-case-title {
    width: 1000px;
    height: 340px;
    margin: auto;
  }

  .staff-voice-case-name {
    width: 500px;
    height: 340px;
  }

  .staff-voice-case-name .emphasis {
    width: 100%;
    line-height: 1;
  }

  .staff-voice-case-pic {
    width: 500px;
    height: 340px;
  }

  .staff-voice-case-text {
    padding: 15px 0;
    line-height: 2;
    width: 800px;
    margin: auto;
  }
}

/*========== 求人担当お問合わせ先 ==========*/

.joboffer {
  margin: 50px auto 25px;
}
.joboffer-inner {
	padding: 15px;
	background-color: #f5f5f5;
}
.joboffer-inner a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	background-color: #5e93eb;
}
@media print, screen and (min-width: 769px) {
	.joboffer {
		margin: 50px 0;
	}
	.joboffer-inner {
		max-width: 700px;
		margin: auto;
		padding: 50px;
		text-align: center;
	}
	.joboffer-inner a {
		padding: 20px 30px;
	}
}

/*========== 募集要項 ==========*/

.guideline {
  margin: 50px auto 25px;
}

.guideline-list {
  width: 100%;
  margin: 25px auto 50px
}

.guideline-item-title {
  display: block;
  width: 100%;
  background-color: #cfeaff;
  padding: 10px;
}

.guideline-item-text {
  display: block;
  width: 100%;
  padding: 10px;
}


@media print, screen and (min-width: 600px) {
  .guideline {
    margin: 100px auto 25px;
  }
  .guideline-list {
    width: 590px;
    margin: 25px auto 50px
  }
  .guideline-list th {
    padding: 15px;
    display: table-cell;
    font-size: 1.6rem;
    width: 135px;
  }
  .guideline-list td {
    padding: 15px;
    font-size: 1.6rem;
    font-weight: 350;
    display: table-cell;
    width: calc(100% - 135px);
  }
  .guideline-list tr {
    border-bottom: 1px solid #ccc;
  }
  .guideline-list tr:first-of-type {
    border-top: 1px solid #ccc;
  }
}
