@charset "UTF-8";
.pageRecruitContents h6, .pageRecruitContents h5, .pageRecruitContents h4, .pageRecruitContents h3, .pageRecruitContents h2, .pageRecruitContents h1, .pageRecruitContents dl, .pageRecruitContents ol, .pageRecruitContents ul, .pageRecruitContents figcaption, .pageRecruitContents img, .pageRecruitContents blockquote, .pageRecruitContents .heading_06, .pageRecruitContents .heading_05, .pageRecruitContents .heading_04, .pageRecruitContents .heading_03, .pageRecruitContents .heading_02, .pageRecruitContents .heading_01 {
  margin-left: auto;
  margin-right: auto;
}

.pageRecruitContents h6, .pageRecruitContents h5, .pageRecruitContents h4, .pageRecruitContents h3, .pageRecruitContents h2, .pageRecruitContents h1, .pageRecruitContents table, .pageRecruitContents dl, .pageRecruitContents ol, .pageRecruitContents ul, .pageRecruitContents img, .pageRecruitContents a.dataButton, .pageRecruitContents blockquote, .pageRecruitContents p, .pageRecruitContents .heading_06, .pageRecruitContents .heading_05, .pageRecruitContents .heading_04, .pageRecruitContents .heading_03, .pageRecruitContents .heading_02, .pageRecruitContents .heading_01 {
  margin-top: 25px;
}

.pageRecruitContents .heading_01 {
  background-color: #F5F5F5;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1em;
  position: relative;
}
.pageRecruitContents .heading_01:before {
  content: "";
  display: block;
  background-color: #FFEA00;
  width: 10px;
  height: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .pageRecruitContents .heading_01 {
    font-size: 3.4rem;
  }
}

.pageRecruitContents .heading_02 {
  border-bottom: 3px solid #FFEA00;
  border-image: linear-gradient(90deg, #FFEA00 0%, #FFEA00 130px, #E4E4E4 130px, #E4E4E4 100%);
  border-image-slice: 1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .pageRecruitContents .heading_02 {
    font-size: 3.4rem;
  }
}

.pageRecruitContents .heading_03 {
  border-top: 2px solid #FFEA00;
  border-bottom: 2px solid #FFEA00;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .pageRecruitContents .heading_03 {
    font-size: 2.4rem;
  }
}

.pageRecruitContents .heading_04 {
  background-color: #F5F5F5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em;
}

.pageRecruitContents .heading_05 {
  border-left: 3px solid #FFEF27;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 10px;
}

.pageRecruitContents .heading_06 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.pageRecruitContents p {
  text-align: left;
}
.pageRecruitContents p.textCenter {
  text-align: center;
}
.pageRecruitContents p.textRight {
  text-align: right;
}

.pageRecruitContents blockquote {
  background-color: #fff;
  border: 5px solid #FFEF27;
  padding: 20px;
}

.pageRecruitContents a.dataButton {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 10px;
  color: inherit;
  display: flex;
  align-items: center;
  line-height: 1.4;
  width: fit-content;
  padding: 1em 1.5em;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.pageRecruitContents a.dataButton[href$=".doc"]:before, .pageRecruitContents a.dataButton[href$=".docx"]:before, .pageRecruitContents a.dataButton[href$=".xls"]:before, .pageRecruitContents a.dataButton[href$=".xlsx"]:before, .pageRecruitContents a.dataButton[href$=".pdf"]:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  width: 20px;
  height: 24px;
  min-width: 24px;
  margin-right: 2rem;
  transform: rotate(0deg);
}
.pageRecruitContents a.dataButton[href$=".doc"]:before, .pageRecruitContents a.dataButton[href$=".docx"]:before {
  background-image: url(../images/icon-word-01.svg);
}
.pageRecruitContents a.dataButton[href$=".xls"]:before, .pageRecruitContents a.dataButton[href$=".xlsx"]:before {
  background-image: url(../images/icon-excel-01.svg);
}
.pageRecruitContents a.dataButton[href$=".pdf"]:before {
  background-image: url(../images/icon-pdf-01.svg);
}
.pageRecruitContents a:hover.dataButton {
  background-color: #295EC5;
  color: #fff;
}
.pageRecruitContents a:hover.dataButton[href$=".doc"]:before, .pageRecruitContents a:hover.dataButton[href$=".docx"]:before, .pageRecruitContents a:hover.dataButton[href$=".xls"]:before, .pageRecruitContents a:hover.dataButton[href$=".xlsx"]:before, .pageRecruitContents a:hover.dataButton[href$=".pdf"]:before {
  border: none;
}
.pageRecruitContents a:hover.dataButton[href$=".doc"]:before, .pageRecruitContents a:hover.dataButton[href$=".docx"]:before {
  background-image: url(../images/icon-word-02.svg);
}
.pageRecruitContents a:hover.dataButton[href$=".xls"]:before, .pageRecruitContents a:hover.dataButton[href$=".xlsx"]:before {
  background-image: url(../images/icon-excel-02.svg);
}
.pageRecruitContents a:hover.dataButton[href$=".pdf"]:before {
  background-image: url(../images/icon-pdf-02.svg);
}

.pageRecruitContents strong {
  font-weight: bold;
}

.pageRecruitContents small {
  font-size: 80%;
}

.pageRecruitContents img {
  vertical-align: middle;
}

.pageRecruitContents figcaption {
  color: #707070;
  text-align: left;
  margin-top: 10px;
}
.pageRecruitContents figcaption.textCenter {
  text-align: center;
}
@media (min-width: 768px) {
  .pageRecruitContents figcaption {
    margin-top: 15px;
  }
}

.pageRecruitContents ul {
  margin-left: 0.5em;
  list-style: disc;
}
.pageRecruitContents ul ul,
.pageRecruitContents ul ol {
  width: auto;
  margin-top: 0;
}
.pageRecruitContents ul li {
  list-style-type: disc;
}

.pageRecruitContents ol {
  margin-left: 0.5em;
  list-style: decimal;
}
.pageRecruitContents ol ul,
.pageRecruitContents ol ol {
  width: auto;
  margin-top: 0;
}
.pageRecruitContents ol li {
  list-style: decimal;
}

.pageRecruitContents li {
  margin: 0 0 0 1em;
}

.pageRecruitContents table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: fit-content;
}
@media (min-width: 768px) {
  .pageRecruitContents table {
    width: revert-layer;
  }
}

.pageRecruitContents th {
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  padding: 1em;
  vertical-align: top;
}
.pageRecruitContents th *:not(li) {
  margin-top: 5px;
}
.pageRecruitContents th *:first-child {
  margin-top: 0;
}

.pageRecruitContents td {
  border: 1px solid #CCCCCC;
  padding: 1em;
  vertical-align: top;
}
.pageRecruitContents td *:not(li) {
  margin-top: 5px;
}
.pageRecruitContents td *:first-child {
  margin-top: 0;
}

/*
┌─────────────────────────────
│ WYSIWYG部分の設定
│ 
*/
.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.markerYellow {
  background: linear-gradient(transparent 60%, yellow 0%);
  padding: 0 8px 5px;
}

.pageRecruitContents {
  padding-bottom: 120px;
}
@media (min-width: 960px) {
  .pageRecruitContents {
    padding-bottom: 160px;
  }
}
.pageRecruitContents *:first-child {
  margin-top: 0;
}
.pageRecruitContents .tableScrollOuter {
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
  white-space: nowrap;
}
.pageRecruitContents .tableScrollOuter:before {
  content: "※スクロールしてご覧ください。";
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.pageRecruitContents .tableScrollOuter table {
  width: 100%;
  min-width: 800px;
}
@media (min-width: 768px) {
  .pageRecruitContents .tableScrollOuter {
    overflow-x: visible;
    white-space: wrap;
  }
  .pageRecruitContents .tableScrollOuter:before {
    content: none;
  }
  .pageRecruitContents .tableScrollOuter table {
    min-width: auto;
  }
}
@media (min-width: 960px) {
  .pageRecruitContents .tableScrollOuter table {
    width: revert-layer;
  }
}
.pageRecruitContents .columnBox {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.pageRecruitContents .columnBox.column_sp02 {
  grid-template-columns: repeat(2, 1fr);
}
.pageRecruitContents .columnBox.column_sp03 {
  grid-template-columns: repeat(3, 1fr);
}
.pageRecruitContents .columnBox.column_sp04 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .pageRecruitContents .columnBox {
    gap: 30px;
  }
  .pageRecruitContents .columnBox.column_pc02 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pageRecruitContents .columnBox.column_pc03 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pageRecruitContents .columnBox.column_pc04 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pageRecruitContents .columnBox.column_pc05 {
    grid-template-columns: repeat(5, 1fr);
  }
  .pageRecruitContents .columnBox.column_pc06 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.pageRecruitContents .columnImgBox img {
  margin: auto;
}
.pageRecruitContents .voiceArchiveList {
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .pageRecruitContents .voiceArchiveList {
    gap: 20px;
    width: 90%;
  }
}
@media (min-width: 960px) {
  .pageRecruitContents .voiceArchiveList {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
.pageRecruitContents .voiceArchiveListItem {
  list-style-type: none;
  margin-left: 0;
}
.pageRecruitContents .voiceArchiveListLink {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.pageRecruitContents .voiceArchiveListLink:after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .pageRecruitContents .voiceArchiveListLink:after {
    height: 116px;
  }
}
.pageRecruitContents .voiceArchiveListLink:hover .voiceArchiveImg {
  transform: translate3d(0, 0, 0) scale(1.2);
}
.pageRecruitContents .voiceArchivePlant {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.pageRecruitContents .voiceArchivePlant.shizuoka {
  background-color: #0085EE;
}
.pageRecruitContents .voiceArchivePlant.kyushu {
  background-color: #FF4867;
}
.pageRecruitContents .voiceArchivePlant.tohoku {
  background-color: #99DA00;
}
@media (min-width: 768px) {
  .pageRecruitContents .voiceArchivePlant {
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .pageRecruitContents .voiceArchivePlant {
    font-size: 1.5rem;
    width: 80px;
    height: 80px;
  }
}
.pageRecruitContents .voiceArchiveTextBox {
  padding-right: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
@media (min-width: 768px) {
  .pageRecruitContents .voiceArchiveTextBox {
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 960px) {
  .pageRecruitContents .voiceArchiveTextBox {
    bottom: 10px;
    left: 10px;
  }
}
.pageRecruitContents .voiceArchiveDept {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 0.25em;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0;
}
@media (min-width: 768px) {
  .pageRecruitContents .voiceArchiveDept {
    font-size: 1.8rem;
  }
}
.pageRecruitContents .voiceArchiveName {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .pageRecruitContents .voiceArchiveName {
    font-size: 4.2rem;
  }
}
.pageRecruitContents .voiceArchiveImg {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  transition: 0.3s;
  z-index: 0;
  transform: translate3d(0, 0, 0) scale(1);
}
.pageRecruitContents .requirementNavList {
  margin-left: 0;
}
@media (min-width: 960px) {
  .pageRecruitContents .requirementNavList {
    gap: 40px;
  }
}
.pageRecruitContents .requirementNavListItem {
  list-style-type: none;
  margin-left: 0;
}
.pageRecruitContents .requirementNav {
  border-radius: 20px;
  color: inherit;
  display: inline-flex;
  gap: 0 0.5em;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 1em 0.5em;
  text-decoration: none;
  transition: 0.3s;
}
.pageRecruitContents .requirementNav.shinsotsu {
  background-color: #FFEF27;
  border: 1px solid #FFEF27;
}
.pageRecruitContents .requirementNav.career {
  background-color: #00D8D8;
  border: 1px solid #00D8D8;
}
.pageRecruitContents .requirementNav:hover.shinsotsu {
  background-color: #fff;
}
.pageRecruitContents .requirementNav:hover.career {
  background-color: #fff;
}
@media (min-width: 768px) {
  .pageRecruitContents .requirementNav {
    font-size: 2.8rem;
  }
}
@media (min-width: 960px) {
  .pageRecruitContents .requirementNav {
    font-size: 3.4rem;
  }
}

.voice {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/bg-contents.png);
  counter-reset: item;
}
.voice .hero {
  display: grid;
  gap: 30px;
  margin-bottom: 70px;
  position: relative;
}
.voice .hero:before {
  content: none;
  display: block;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.82) 42.93%, rgba(255, 255, 255, 0) 96.96%);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .voice .hero:before {
    content: "";
  }
}
@media (min-width: 960px) {
  .voice .hero {
    display: block;
  }
}
.voice .heroTextBoxOuter {
  order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .voice .heroTextBoxOuter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
.voice .heroTextBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .voice .heroTextBox {
    width: 48%;
  }
}
.voice .heroText {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .voice .heroText {
    font-size: 2.6rem;
  }
}
@media (min-width: 960px) {
  .voice .heroText {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .voice .heroText {
    font-size: 3.4rem;
  }
}
.voice .heroDept {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-weight: bold;
  margin-top: 0;
}
.voice .heroPlant {
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.voice .heroPlant.shizuoka {
  background-color: #0085EE;
}
.voice .heroPlant.kyushu {
  background-color: #FF4867;
}
.voice .heroPlant.tohoku {
  background-color: #99DA00;
}
.voice .heroName {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 960px) {
  .voice .heroName {
    font-size: 4.6rem;
  }
}
.voice .heroSchool {
  font-weight: bold;
}
.voice .heroImg {
  order: 1;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-top: 0;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .voice .heroImg {
    height: 500px;
    object-position: 30% center;
  }
}
@media (min-width: 960px) {
  .voice .heroImg {
    height: 700px;
  }
}
.voice .interview {
  align-items: center;
  margin-bottom: 85px;
}
@media (min-width: 768px) {
  .voice .interview {
    margin-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .voice .interview {
    gap: 100px;
    margin-bottom: 150px;
  }
}
.voice .interview.reverse .interviewTextBox {
  order: 1;
}
.voice .interview.reverse .interviewImgBox {
  order: 2;
}
@media (min-width: 768px) {
  .voice .interview.reverse .interviewTextBox {
    order: 2;
  }
  .voice .interview.reverse .interviewImgBox {
    order: 1;
  }
}
.voice .interviewTitle {
  counter-increment: item;
  font-size: 2.4rem;
  line-height: 1.4;
  position: relative;
}
.voice .interviewTitle:before {
  font-family: "Montserrat", sans-serif;
  content: "#0" counter(item);
  color: #F2F2F2;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -40px;
  left: -10px;
  z-index: 1;
}
@media (min-width: 768px) {
  .voice .interviewTitle {
    font-size: 2.8rem;
  }
}
@media (min-width: 960px) {
  .voice .interviewTitle {
    font-size: 3.4rem;
  }
  .voice .interviewTitle:before {
    font-size: 9.6rem;
    top: -40px;
    left: -10px;
  }
}
.voice .interviewTitleText {
  position: relative;
  z-index: 2;
}
.voice .interviewText {
  margin-top: 15px;
}
@media (min-width: 960px) {
  .voice .interviewText {
    margin-top: 30px;
  }
}
.voice .scheduleOuter {
  background-color: #fff;
  background-image: radial-gradient(rgba(210, 214, 219, 0.5) 20%, transparent 20%);
  background-size: 6px 6px;
  padding: 50px 0;
}
@media (min-width: 960px) {
  .voice .scheduleOuter {
    padding: 100px 0;
  }
}
.voice .scheduleSectionTitle {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
.voice .scheduleSectionTitle:before {
  margin: auto auto 5px;
}
@media (min-width: 768px) {
  .voice .scheduleSectionTitle {
    font-size: 2.8rem;
  }
}
@media (min-width: 960px) {
  .voice .scheduleSectionTitle {
    font-size: 3.4rem;
  }
}
.voice .scheduleSectionTitleLabel {
  display: block;
  font-size: 1.6rem;
}
.voice .scheduleTable {
  background-color: #fff;
  margin: auto;
}
.voice .scheduleTable caption {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.voice .scheduleTable caption:before {
  content: "";
  display: block;
  background-color: #28BCEF;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0;
}
.voice .scheduleTable th {
  display: block;
  width: 100%;
}
.voice .scheduleTable td {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .voice .scheduleTable caption {
    font-size: 2rem;
  }
  .voice .scheduleTable caption:before {
    top: 11px;
  }
  .voice .scheduleTable th {
    width: 30%;
    display: table-cell;
  }
  .voice .scheduleTable td {
    width: 70%;
    display: table-cell;
  }
}

.requirement .pageTabParentNav, .requirement .pageTabChildNav {
  margin-left: 0;
}
.requirement .pageTabParentNavItem, .requirement .pageTabChildNavItem {
  list-style-type: none;
  margin-left: 0;
}
.requirement .pageTabParentNav {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.requirement .pageTabParentCurrent {
  border-radius: 25px 25px 0px 0px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 5px;
  position: relative;
  z-index: 2;
}
.requirement .pageTabParentCurrent:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 960px) {
  .requirement .pageTabParentCurrent:after {
    width: 50px;
    height: 50px;
  }
}
.requirement .pageTabParentCurrent.graduate {
  background-color: #FFEF27;
}
.requirement .pageTabParentCurrent.graduate:after {
  background-image: url(../images/icon-graduate.svg);
  background-position: left bottom;
  right: -30px;
}
@media (min-width: 960px) {
  .requirement .pageTabParentCurrent.graduate:after {
    right: -50px;
  }
}
.requirement .pageTabParentCurrent.career {
  background-color: #28BCEF;
}
.requirement .pageTabParentCurrent.career:after {
  background-image: url(../images/icon-career.svg);
  background-position: right bottom;
  left: -30px;
}
@media (min-width: 960px) {
  .requirement .pageTabParentCurrent.career:after {
    left: -50px;
  }
}
@media (min-width: 768px) {
  .requirement .pageTabParentCurrent {
    border-radius: 30px 30px 0px 0px;
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  .requirement .pageTabParentCurrent {
    border-radius: 50px 50px 0px 0px;
    font-size: 3.2rem;
  }
}
.requirement .pageTabParentLink {
  background-color: #E9E9E9;
  border-radius: 25px 25px 0px 0px;
  color: #979797;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 5px;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.requirement .pageTabParentLink:hover.graduate {
  background-color: #FFEF27;
  color: #333;
}
.requirement .pageTabParentLink:hover.career {
  background-color: #28BCEF;
  color: #333;
}
@media (min-width: 768px) {
  .requirement .pageTabParentLink {
    border-radius: 30px 30px 0px 0px;
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  .requirement .pageTabParentLink {
    border-radius: 50px 50px 0px 0px;
    font-size: 3.2rem;
  }
}
.requirement .pageTabChildNav {
  border-radius: 0px 0px 25px 25px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 8px;
  margin-top: -2px;
  padding: 25px 15px;
}
.requirement .pageTabChildNav.graduate {
  background-color: #FFEF27;
}
.requirement .pageTabChildNav.career {
  background-color: #28BCEF;
}
@media (min-width: 768px) {
  .requirement .pageTabChildNav {
    gap: 30px;
    padding: 40px 20px 30px;
  }
}
@media (min-width: 960px) {
  .requirement .pageTabChildNav {
    border-radius: 0px 0px 30px 30px;
    gap: 25px 50px;
    padding: 70px 50px 40px;
  }
}
.requirement .pageTabChildCurrent {
  background-color: #fff;
  border-radius: 40px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 5px;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.requirement .pageTabChildCurrent:after {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .requirement .pageTabChildCurrent {
    font-size: 2rem;
  }
  .requirement .pageTabChildCurrent:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    bottom: -14px;
  }
}
@media (min-width: 960px) {
  .requirement .pageTabChildCurrent {
    font-size: 2.4rem;
  }
}
.requirement .pageTabChildLink {
  border: 1px solid #E9E9E9;
  background-color: #E9E9E9;
  border-radius: 40px;
  color: #979797;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 5px;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.requirement .pageTabChildLink:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
}
@media (min-width: 768px) {
  .requirement .pageTabChildLink {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  .requirement .pageTabChildLink {
    font-size: 2.4rem;
  }
}
.requirement .requirementTable th {
  width: 30%;
}
.requirement .requirementTable td {
  width: 70%;
}
@media (min-width: 960px) {
  .requirement .requirementTable th {
    width: 20%;
  }
  .requirement .requirementTable td {
    width: 80%;
  }
}
.requirement .workplaceVisit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .requirement .workplaceVisit {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=page.css.map*/