@charset "UTF-8";
/* 採用情報 */
/* 採用情報 */
.page-lnk-area {
  margin-top: 4em;
}

.page-lnk-item {
  width: 15.6875em;
  max-width: 28%;
}
.page-lnk-item:not(:last-of-type) {
  margin-right: 2.875em;
}

a.page-lnk-item__lnk {
  -webkit-box-shadow: 0px 5px 0 #b1b2b3;
  -webkit-transition: all 0.2s ease 0s;
  display: inline-block;
  display: block;
  position: relative;
  padding: 1em;
  border-radius: 6px;
  background-color: #ECECED;
  box-shadow: 0px 5px 0 #b1b2b3;
  color: #E75513;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
a.page-lnk-item__lnk:hover {
  -webkit-box-shadow: 0 0 0 #b1b2b3;
  -webkit-transition: all 0.2s ease 0s;
  top: 5px;
  box-shadow: 0 0 0 #b1b2b3;
  transition: all 0.2s ease 0s;
}

.recruit-top-ttl {
  margin-top: 2em;
  color: #FF8000;
  font-size: 2.375em;
  font-weight: bold;
  text-align: center;
}

.recruit-top-txt {
  position: relative;
  margin-top: 2em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.2em;
  text-align: center;
}
.recruit-top-txt::before {
  display: inline-block;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  width: 10.2777777778em;
  height: 10.2777777778em;
  background: url(../../images/mct_img_recruit_image01.png) center/cover no-repeat;
  content: "";
}
.recruit-top-txt::after {
  display: inline-block;
  position: absolute;
  top: -1.5em;
  right: -0.9em;
  width: 10.2777777778em;
  height: 10.2777777778em;
  background: url(../../images/mct_img_recruit_image02.png) center/cover no-repeat;
  content: "";
}

.square-item-area {
  width: 677px;
  max-width: 100%;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
}

.square-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12em;
  height: 11.0625em;
  border-radius: 24px;
  background-color: #F5FFD2;
  text-align: center;
}
.square-item:not(:nth-of-type(3n)) {
  margin-right: 3.125em;
}
.square-item:nth-of-type(n+4) {
  margin-top: 2em;
}

.square-item__ttl {
  font-size: 1.25em;
  font-weight: 500;
}

.square-item__cnt {
  margin-top: 0.2em;
  color: #006934;
  font-size: 1.75em;
  font-weight: 500;
}

.square-item__cnt--fzadd {
  margin-top: 0.8em;
  font-size: 1em;
}

a.bnr-recruit-voice {
  display: block;
  width: 50.625em;
  max-width: 100%;
  height: 12.1875em;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 0 2em 3em;
  border: 1px solid #E75513;
  background-image: url(../../images/mct_img_recruit_staff.jpg), url(../../images/bg-quaternary.png);
  background-position: 99.2% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15.625em auto, auto;
  color: inherit;
  text-decoration: none;
}

.bnr-recruit-voice__ttl {
  display: block;
  position: relative;
  padding: 0.5em 0 0.5em 0em;
  color: #FF8000;
  font-size: 2em;
  font-weight: 700;
}
.bnr-recruit-voice__ttl::after {
  display: block;
  position: absolute;
  top: 0;
  left: 8.5em;
  width: 3.0625em;
  height: 1.9375em;
  background: url(../../images/icon-recruit-bnr.png) center/contain no-repeat;
  content: "";
}

.bnr-recruit-voice__txt {
  display: block;
  font-weight: 500;
}

.bnr-recruit-voice__corporate-name {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.125em;
}

.bnr-recruit-voice__name {
  display: inline-block;
  font-size: 1.5em;
}

.bnr-recruit-voice__detail {
  display: block;
  margin-top: 0.3em;
  font-size: 0.875em;
}

.recruit-allowance-ttl {
  margin-right: 1em;
}

.recruit-allowance-list__ttl {
  margin-right: 1em;
}

.training-table-area {
  width: 1210px;
  max-width: 100%;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
}

.training-table-item {
  width: 50%;
}

.section table.training-table {
  border-collapse: collapse;
}

.section table.training-table thead {
  background-color: #F5FFD9;
}

.section table.training-table thead th {
  padding: 0.5em 0.5em;
  font-size: 1.1em;
}

.section table.training-table tr:nth-of-type(2) {
  height: 6em;
}

.section table.training-table tr:nth-of-type(3) {
  height: 10em;
}

.section table.training-table tr:nth-of-type(4) {
  height: 8em;
}

.section table.training-table tr:nth-of-type(5) {
  height: 12em;
}

.section table.training-table tr:nth-of-type(6) {
  height: 6.5em;
}

.section table.training-table th {
  width: 23.5%;
  border-top: 1px solid #E75513;
  border-left: 1px solid #E75513;
  background: none;
  font-size: 1.375em;
}
.section table.training-table th:last-of-type {
  border-bottom: 1px solid #E75513;
}

.section table.training-table td {
  width: 76.5%;
  padding: 1.2em 1em;
  border-top: 1px solid #E75513;
  border-left: 1px solid #E75513;
  background: none;
  line-height: 1.8em;
}
.section table.training-table td:last-of-type {
  border-bottom: 1px solid #E75513;
}

.training-table-item:nth-of-type(2n) .training-table td,
.training-table-item:nth-of-type(2n) .training-table thead th:last-of-type {
  border-right: 1px solid #E75513;
}

.page-normal-list__item {
  display: inline-block;
  margin-right: 1em;
}

.page-normal-list__item.d-b {
  display: block;
}

.btn-recruit-entry-wrap {
  margin-top: 3em;
}

a.btn-recruit-entry {
  -webkit-box-shadow: 0px 7px 0 #FF6013;
  -webkit-transition: all 0.2s ease 0s;
  position: relative;
  width: 42.1875em;
  max-width: 100%;
  height: 9.25em;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
  padding: 2.5em 2.5em 2em 2.5em;
  border-radius: 6px;
  background-color: #FF8613;
  box-shadow: 0px 7px 0 #FF6013;
  color: #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
a.btn-recruit-entry:hover {
  -webkit-box-shadow: 0 0 0 #FF6013;
  -webkit-transition: all 0.2s ease 0s;
  top: 8px;
  box-shadow: 0 0 0 #FF6013;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

.btn-recruit-entry__ttl {
  margin-right: 1em;
  font-size: 2.8125em;
}

.btn-recruit-entry__txt {
  display: block;
  font-size: 1.25em;
  text-align: left;
}

.btn-recruit-entry__main {
  display: block;
  position: relative;
  padding-right: 3em;
}
.btn-recruit-entry__main::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "＞";
}

/* 先輩社員の声 */
.top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 3.125em;
}

.top-primary {
  margin-right: 5em;
}

.top-secondary {
  position: relative;
}

.top-secondary-icon {
  -webkit-transform: translate(35%, 30%);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(35%, 30%);
  text-align: right;
}

.top-text {
  color: #ff8000;
  font-size: 2.375em;
  font-weight: bold;
  line-height: 1.8;
}

.top-info {
  margin-top: 1.25em;
  line-height: 2;
}

.top-company {
  font-size: 1.125em;
}

.top-name {
  font-size: 1.5em;
}

.voice-text-wrap {
  margin-top: 3.125em;
}

.interview-text {
  padding-right: 1.375em;
  padding-left: 1.375em;
  line-height: 2.65;
  text-indent: 1em;
}

.voice-img-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: auto;
  width: 62.5em;
  max-width: 100%;
  margin-top: 2.5em;
  margin-right: auto;
  margin-left: auto;
  padding: 1.875em;
  border-radius: 1.5em;
  background-color: #f5ffd2;
}
.voice-img-box--lg {
  width: 75em;
  padding-bottom: 2.75em;
}

.voice-img {
  text-align: center;
}

.voice-img-text {
  margin-top: 1.25em;
  color: #006934;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.voice-img-item:not(:last-of-type) {
  margin-right: 7.5em;
}

.recruit-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1.75em 0.625em;
  border: 1px solid #e75513;
}
a.recruit-btn {
  text-decoration: none;
}

.recruit-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e75513;
  font-size: 1.25em;
  font-weight: bold;
}
.recruit-btn__inner::after {
  margin-left: 2em;
  content: "＞";
}

.entry-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: bottom 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 42.1875em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2.1875em 0.625em 2.8125em;
  border-radius: 6px;
  background-color: #ff6013;
  transition: bottom 0.3s;
}
a.entry-btn {
  text-decoration: none;
}

.entry-btn:hover {
  opacity: 1;
}
.entry-btn:hover::after {
  bottom: 0px;
}
.entry-btn::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #ff8613;
  content: "";
}
.entry-btn__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.entry-btn__inner-en {
  margin-right: 1em;
  font-size: 2.8125em;
}
.entry-btn__inner-jp {
  font-size: 1.25em;
}
.entry-btn__inner::after {
  margin-left: 2em;
  content: "＞";
}
@media screen and (max-width: 1900px) {
  /* 採用情報 */
}
@media screen and (max-width: 1540px) {
  /* 採用情報 */
}
@media screen and (max-width: 1260px) {
  /* 採用情報 */
  .recruit-top-txt::before {
    top: 8em;
    left: 30%;
  }
  .recruit-top-txt::after {
    top: 8em;
    right: 35%;
  }
  .recruit-top-txt::after {
    right: 25%;
  }
  .square-item-area {
    margin-top: 16em;
  }
  .section table.training-table td {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1100px) {
  /* 採用情報 */
  .top-secondary {
    width: 45%;
  }
  .interview-text {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 840px) {
  /* 採用情報 */
  .recruit-top-ttl {
    font-size: 1.875em;
  }
  .recruit-top-txt::before {
    left: 25%;
  }
  a.bnr-recruit-voice {
    font-size: 0.95em;
  }
  .training-table-item {
    width: 100%;
  }
  .section table.training-table tr:nth-of-type(2) {
    height: auto;
  }
  .section table.training-table tr:nth-of-type(3) {
    height: auto;
  }
  .section table.training-table tr:nth-of-type(4) {
    height: auto;
  }
  .section table.training-table tr:nth-of-type(5) {
    height: auto;
  }
  .section table.training-table tr:nth-of-type(6) {
    height: auto;
  }
  .section table.training-table td {
    font-size: 1em;
  }
  .training-table-item:nth-of-type(1) .training-table th:last-of-type,
.training-table-item:nth-of-type(1) .training-table td:last-of-type {
    border-bottom: none;
  }
  .training-table-item:nth-of-type(1) .training-table thead th:last-of-type,
.training-table-item:nth-of-type(1) .training-table td:last-of-type {
    border-right: 1px solid #E75513;
  }
  .top-secondary-icon {
    -webkit-transform: translate(35%, 50%);
    width: 50%;
    transform: translate(35%, 50%);
  }
  .top-text {
    font-size: 1.875em;
  }
  .top-name {
    font-size: 1.25em;
  }
  .interview-text {
    font-size: inherit;
  }
  .voice-img-item:not(:last-of-type) {
    margin-right: 3.75em;
  }
  .entry-btn__inner-en {
    font-size: 2.5em;
  }
  .entry-btn__inner-jp {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 480px) {
  /* 採用情報 */
  .page-lnk-item {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.25em;
  }
  .page-lnk-item:not(:last-of-type) {
    margin-right: auto;
  }
  .page-lnk-item:nth-of-type(n+2) {
    margin-top: 1.5em;
  }
  .recruit-top-txt::before {
    top: 13em;
    left: 8%;
  }
  .recruit-top-txt::after {
    top: 13em;
    right: 8%;
  }
  .square-item {
    margin-top: 2em;
    font-size: 0.95em;
  }
  .square-item:not(:nth-of-type(3n)) {
    margin-right: 2.5em;
  }
  .square-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .square-item:nth-of-type(3n) {
    margin-right: 2.5em;
  }
  .square-item:nth-of-type(6) {
    margin-right: 0;
  }
  a.bnr-recruit-voice {
    height: 10em;
    padding: 0.5em 0 1em 1em;
    background-size: 11em auto, auto;
    font-size: 1em;
  }
  .bnr-recruit-voice__ttl {
    padding-top: 0;
    font-size: 1.6em;
  }
  .bnr-recruit-voice__ttl::after {
    left: 6.5em;
  }
  .bnr-recruit-voice__corporate-name {
    display: block;
    font-size: 1em;
  }
  .bnr-recruit-voice__name {
    font-size: 1.125em;
  }
  .bnr-recruit-voice__detail {
    margin-top: 0;
    font-size: 0.75em;
  }
  .page-normal-list__item {
    display: block;
  }
  a.btn-recruit-entry {
    height: auto;
    padding: 1.2em;
  }
  .btn-recruit-entry__ttl {
    margin-right: 0;
    font-size: 2.2em;
  }
  .btn-recruit-entry__txt {
    width: 100%;
    text-align: center;
  }
  .btn-recruit-entry__main {
    padding-right: 0;
  }
  .btn-recruit-entry__main::after {
    right: 2em;
  }
  .top {
    display: block;
  }
  .top-primary {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .top-secondary {
    width: 90%;
    margin-top: 2.5em;
    margin-right: auto;
    margin-left: auto;
  }
  .top-secondary-icon {
    -webkit-transform: translate(10%, 50%);
    transform: translate(10%, 50%);
  }
  .top-text {
    font-size: 2.125em;
  }
  .top-name {
    font-size: 1.5em;
  }
  .interview-text {
    padding-right: 0.34375em;
    padding-left: 0.34375em;
    font-size: 0.9375em;
  }
  .voice-img-box {
    display: block;
    width: 100%;
  }
  .voice-img-text {
    font-size: 0.875em;
  }
  .voice-img-item:not(:last-of-type) {
    margin-right: 0;
  }
  .voice-img-item:not(:first-of-type) {
    margin-top: 2.5em;
  }
  .entry-btn__inner-en {
    font-size: 2.25em;
  }
  .entry-btn__inner-jp {
    font-size: 1em;
  }
}