@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
テンプレート.scss
00.変数設定
01.セクション（ベース）
02.見出し（ベース）
03.ボタン（ベース）
04.各セクション個別設定
05.レスポンシブ対応（〜940px幅）
06.レスポンシブ対応（〜760px幅）
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* -------------------------------------------------------------------------- */
/* =============================================================================
00.変数設定
============================================================================= */
/* 色------------------------------------------------------------------------ */
/* =============================================================================
01.セクション（ベース）
============================================================================= */
.trx-recruit-section-wrp {
  margin: 0 calc(50% - 50vw);
  padding: 80px 0;
}

.trx-recruit-section-wrp .trx-recruit-section-content {
  width: 940px;
  margin: 0 auto;
  text-align: center;
}

.trx-recruit-section-wrp .trx-recruit-section-content p {
  margin-top: 40px;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 2;
}

.trx-recruit-section-wrp a:link, .trx-recruit-section-wrp:visited, .trx-recruit-section-wrp:hover, .trx-recruit-section-wrp:active {
  text-decoration: none !important;
}

/* =============================================================================
02.見出し（ベース）
============================================================================= */
.trx-recruit-section-title {
  margin-top: 20px;
  line-height: 1;
}

.trx-recruit-section-title + span {
  display: block;
  width: 246px;
  margin: 16px auto 60px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 0, 0.5) 50%, rgba(255, 255, 0, 0.7) 100%);
  color: #004996;
  font-weight: 600;
  font-size: 1.7rem;
}

/* =============================================================================
03.ボタン（ベース）
============================================================================= */
a.trx-recruit-btn {
  box-sizing: border-box;
  display: flex;
  z-index: 100;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 80px;
  margin: 60px auto 0;
  overflow: hidden;
  border: 2px solid #004996;
  border-radius: 40px;
  font-weight: 600;
  font-size: 22px;
}

a.trx-recruit-btn:link, a.trx-recruit-btn:visited {
  color: #004996;
}

a.trx-recruit-btn::before {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}

a.trx-recruit-btn::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
}

a.trx-recruit-btn:hover, a.trx-recruit-btn:active {
  color: #fff;
}

a.trx-recruit-btn:hover::after, a.trx-recruit-btn:active::after {
  left: 0;
  background-color: #004996;
}

a.trx-recruit-btn .fa-caret-right {
  margin-right: 10px;
}

.trx-recruit-btn-fixed-wrp {
  display: none;
}

/* =============================================================================
04.各セクション個別設定
============================================================================= */
.trx-recruit-section-wrp {
  box-sizing: border-box;
  /* メイン--------------------------------------------------------------------- */
  /* 人事メッセージ/求める人物像--------------------------------------------------- */
  /* トレックスのコト------------------------------------------------------------- */
  /* トレックスで働くヒト--------------------------------------------------------- */
  /* 研修制度のコト-------------------------------------------------------------- */
  /* インターンシップについて------------------------------------------------------ */
  /* その他--------------------------------------------------------------------- */
  /*  エントリー----------------------------------------------------------------- */
  /* 採用情報のお知らせ----------------------------------------------------------- */
}

.trx-recruit-section-wrp.trx-recruit-section-main {
  position: relative;
  height: 650px;
  margin-top: -20px !important;
  background-image: url(/image/en/recruit/graduate/img_main_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content {
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: calc(50vw - 470px);
  width: 500px;
  height: 380px;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #004996;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content .trx-recruit-main-title {
  margin: 22px 0 13px !important;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content .trx-recruit-main-title > h1 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1em;
  line-height: 1;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content .trx-recruit-main-title + span {
  font-weight: 600;
  font-size: 20px;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content .trx-recruit-main-img-ic {
  width: 88px;
  margin: 50px auto;
  text-align: center;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.4));
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp {
  position: absolute;
  right: calc(50vw - 470px);
  bottom: 80px;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn {
  width: 490px;
  margin-top: 10px;
  border: none;
  color: #fff;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-entry::before {
  background-color: rgba(0, 73, 150, 0.8);
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-entry::after {
  background-color: #fff;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-entry:hover, .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-entry:active {
  color: #004996;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-intern::before {
  background-color: rgba(166, 15, 116, 0.8);
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-intern::after {
  background-color: #fff;
}

.trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-intern:hover, .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-intern:active {
  color: #a60f74;
}

.trx-recruit-section-wrp.trx-recruit-section-message {
  background-image: url(/image/en/recruit/graduate/img_message_bg.png);
  background-position: top center;
  background-attachment: fixed;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex {
  background-color: #004996;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-section-title, .trx-recruit-section-wrp.trx-recruit-section-about-torex p,
.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-section-title + span {
  color: #fff;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-section-title + span {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp {
  display: flex;
  flex-wrap: wrap;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: 0 10px 10px 0;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.2s;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn * {
  z-index: 150;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:nth-child(3), .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:last-child {
  margin-right: 0;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:nth-child(4), .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:last-child {
  margin-bottom: 0;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:link, .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:visited {
  color: #000;
  font-weight: 600;
  font-size: 2rem;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:link i.fas, .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:visited i.fas {
  color: #004996;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:nth-child(-n+3) {
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 3 - 1px);
  height: 160px;
  padding: 34px 0 30px;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:nth-child(-n+3) i.fas {
  width: 100%;
  margin-bottom: 13px;
  font-size: 60px;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:nth-child(n+4) {
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 2 - 1px);
  height: 80px;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:nth-child(n+4) i.fas {
  margin-right: 15px;
  font-size: 50px;
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn::after {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  content: "\f0da";
  color: #004996;
  font-size: 30px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn::before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}

.trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:hover, .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:active {
  opacity: 0.7;
}

.trx-recruit-section-wrp.trx-recruit-section-work-style {
  position: relative;
  height: 550px;
  background-image: url(/image/en/recruit/graduate/img_work-style_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trx-recruit-section-wrp.trx-recruit-section-work-style .trx-recruit-work-style-box {
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 490px);
  right: 0;
  left: 0;
  width: 550px;
  height: 430px;
  margin: 0 auto;
  padding-top: 60px;
  background-color: rgba(255, 255, 255, 0.8);
}

.trx-recruit-section-wrp.trx-recruit-section-work-style .trx-recruit-work-style-btn-wrp {
  display: flex;
  position: absolute;
  bottom: 120px;
  left: calc(50% - 450px);
  justify-content: center;
}

.trx-recruit-section-wrp.trx-recruit-section-work-style .trx-recruit-work-style-btn-wrp .trx-recruit-btn:nth-child(1) {
  margin: 0 20px 0 0;
}

.trx-recruit-section-wrp.trx-recruit-section-work-style .trx-recruit-work-style-btn-wrp .trx-recruit-btn:nth-child(2) {
  margin: 0 0 0 20px;
}

.trx-recruit-section-wrp.trx-recruit-section-education-system {
  background-image: url(/image/en/recruit/graduate/img_education-system_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trx-recruit-section-wrp.trx-recruit-section-education-system .trx-recruit-education-system-img-wrp {
  display: flex;
  margin-bottom: 40px;
  padding: 0 85px;
}

.trx-recruit-section-wrp.trx-recruit-section-education-system .trx-recruit-education-system-img-wrp .trx-recruit-education-system-img {
  width: 230px;
  height: 230px;
  margin-right: 40px;
}

.trx-recruit-section-wrp.trx-recruit-section-education-system .trx-recruit-education-system-img-wrp .trx-recruit-education-system-img:last-child {
  margin: 0;
}

.trx-recruit-section-wrp.trx-recruit-section-education-system .trx-recruit-education-system-img-wrp + span {
  font-weight: 600;
  font-size: 1.2em;
}

.trx-recruit-section-wrp.trx-recruit-section-internship {
  background-color: #a60f74;
}

.trx-recruit-section-wrp.trx-recruit-section-internship .trx-recruit-section-title, .trx-recruit-section-wrp.trx-recruit-section-internship p,
.trx-recruit-section-wrp.trx-recruit-section-internship .trx-recruit-section-title + span {
  color: #fff;
}

.trx-recruit-section-wrp.trx-recruit-section-internship .trx-recruit-section-title + span {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
}

.trx-recruit-section-wrp.trx-recruit-section-internship .trx-recruit-btn {
  border: none;
  color: #a60f74;
}

.trx-recruit-section-wrp.trx-recruit-section-internship .trx-recruit-btn::after {
  background-color: #a60f74;
}

.trx-recruit-section-wrp.trx-recruit-section-internship .trx-recruit-btn:hover, .trx-recruit-section-wrp.trx-recruit-section-internship .trx-recruit-btn:active {
  border: 2px solid #fff;
  color: #fff;
}

.trx-recruit-section-wrp.trx-recruit-section-others {
  position: relative;
  height: 275px;
  background-image: url(/image/en/recruit/graduate/img_others_bg.png);
}

.trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content {
  display: flex;
  z-index: 100;
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  justify-content: center;
  width: 870px;
  margin: 0 auto;
}

.trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn {
  box-sizing: border-box;
  position: relative;
  width: 250px;
  height: 250px;
  padding: 66px 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #004996;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  opacity: 0.94;
  transition: all 0.3s;
}

.trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn:not(:last-child) {
  margin-right: 59px;
}

.trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn i.fas {
  display: block;
  margin-bottom: 30px;
  font-size: 60px;
}

.trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn i.fas.fa-caret-right {
  display: inline;
  margin-right: 7px;
  font-size: 24px;
}

.trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0 23px;
  background-color: #fff;
  color: #004996;
  font-size: 15px;
  line-height: 1.1;
}

.trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn:hover, .trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn:active {
  filter: brightness(1.6) saturate(0.6);
}

.trx-recruit-section-wrp.trx-recruit-section-entry {
  z-index: 0;
  position: relative;
  padding: 180px 0;
  background-image: url(/image/en/recruit/graduate/img_entry_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-bg-cover {
  z-index: -100;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-section-title, .trx-recruit-section-wrp.trx-recruit-section-entry p,
.trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-section-title + span {
  color: #fff;
}

.trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-btn-wrp {
  display: flex;
  justify-content: center;
}

.trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-btn-wrp .trx-recruit-btn:nth-child(1) {
  margin: 0 20px 0 0;
  border: none;
}

.trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-btn-wrp .trx-recruit-btn:nth-child(2) {
  margin: 0 0 0 20px;
  border: none;
  color: #a60f74;
}

.trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-btn-wrp .trx-recruit-btn:nth-child(2)::after {
  background-color: #a60f74;
}

.trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-btn-wrp .trx-recruit-btn:nth-child(2):hover, .trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-btn-wrp .trx-recruit-btn:nth-child(2):active {
  color: #fff;
}

/* =============================================================================
05.レスポンシブ対応（〜960px幅）
============================================================================= */
@media screen and (max-width: 960px) {
  .trx-recruit-section-wrp {
    width: 960px;
    margin: 0 -10px;
    /* メイン--------------------------------------------------------------------- */
    /* 人事メッセージ/求める人物像--------------------------------------------------- */
    /* トレックスのコト------------------------------------------------------------- */
    /* トレックスで働くヒト--------------------------------------------------------- */
    /* 研修制度のコト-------------------------------------------------------------- */
    /* インターンシップについて------------------------------------------------------ */
    /* その他--------------------------------------------------------------------- */
    /* エントリー------------------------------------------------------------------ */
    /* 採用情報のお知らせ----------------------------------------------------------- */
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content {
    left: 20px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp {
    right: 20px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-education-system .trx-recruit-section-content .trx-recruit-education-system-img-wrp .trx-recruit-education-system-img {
    width: calc((100% - 30px) / 3);
    height: calc((100% - 30px) / 3);
  }
  .trx-recruit-section-wrp.trx-recruit-section-education-system .trx-recruit-section-content .trx-recruit-education-system-img-wrp .trx-recruit-education-system-img:not(:last-child) {
    margin-right: 15px;
  }
}
/* =============================================================================
06.レスポンシブ対応（〜760px幅）
============================================================================= */
@media screen and (max-width: 760px) {
  .trx-contents-2 {
    margin: 0 !important;
  }
  .trx-recruit-section-wrp {
    width: 100%;
    padding: 60px 0;
    /* メイン--------------------------------------------------------------------- */
    /* 人事メッセージ/求める人物像--------------------------------------------------- */
    /* トレックスのコト------------------------------------------------------------- */
    /* トレックスで働くヒト--------------------------------------------------------- */
    /* 研修制度のコト-------------------------------------------------------------- */
    /* インターンシップについて------------------------------------------------------ */
    /* その他--------------------------------------------------------------------- */
    /* エントリー------------------------------------------------------------------ */
    /* 採用情報のお知らせ----------------------------------------------------------- */
  }
  .trx-recruit-section-wrp .trx-recruit-section-title img {
    height: calc(38px + 6vw);
    min-height: 44px;
  }
  .trx-recruit-section-wrp .trx-recruit-section-content {
    width: calc(100% - 40px);
  }
  .trx-recruit-section-wrp .trx-recruit-btn {
    width: 100% !important;
    height: 70px;
  }
  .trx-recruit-section-wrp .trx-recruit-btn::after {
    transition: all 0s !important;
  }
  .trx-recruit-section-wrp.trx-recruit-section-main {
    height: 460px;
    margin-top: 0 !important;
    margin-bottom: 240px !important;
    background-position: 60%;
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content {
    top: auto;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: calc(170px + 8vw);
    max-height: 320px;
    margin: 0 auto;
    padding: 30px 0 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content .trx-recruit-main-title {
    margin: 0 !important;
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content .trx-recruit-main-title img {
    width: calc(100% - 60px);
    max-width: 383px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content .trx-recruit-main-title + span {
    font-size: calc(14px + 1vw);
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content .trx-recruit-main-img-ic {
    position: absolute;
    right: 0;
    bottom: -120px;
    left: 0;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    filter: none;
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-section-content .trx-recruit-main-img-ic img {
    width: calc(100% - 110px);
    margin-top: 18% !important;
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp {
    right: 0;
    bottom: -240px;
    left: 0;
    margin: 0 auto;
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn {
    width: calc(100% - 40px) !important;
    margin-top: 20px;
    font-size: calc(12px + 1.2vw);
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-entry:hover, .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-entry:active {
    border: 2px solid #004996;
  }
  .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-intern:hover, .trx-recruit-section-wrp.trx-recruit-section-main .trx-recruit-main-btn-wrp .trx-recruit-btn.trx-recruit-btn-main-intern:active {
    border: 2px solid #a60f74;
  }
  .trx-recruit-section-wrp.trx-recruit-section-message {
    padding-top: 120px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn {
    width: calc((100% - 10px) / 2) !important;
    height: 160px !important;
    padding: 34px 0 30px;
    transition: all 0s !important;
  }
  .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:nth-child(odd) {
    margin: 0 10px 10px 0;
  }
  .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:nth-child(odd):last-child {
    width: 100% !important;
    margin-right: 0;
  }
  .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn:nth-child(even) {
    margin: 0 0 10px 0;
  }
  .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn i.fas {
    width: 100%;
    margin: 0 0 13px !important;
    font-size: 60px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-about-torex .trx-recruit-about-torex-btn-wrp .trx-recruit-about-torex-btn span {
    font-size: calc(11px + 1.5vw);
  }
  .trx-recruit-section-wrp.trx-recruit-section-work-style {
    height: 590px;
    background-image: url(/image/en/recruit/graduate/img_work-style_sp-bg.jpg);
  }
  .trx-recruit-section-wrp.trx-recruit-section-work-style .trx-recruit-section-content .trx-recruit-work-style-box {
    top: 70px;
    width: calc(100vw - 60px);
    height: 450px;
    padding-top: 60px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-work-style .trx-recruit-section-content .trx-recruit-work-style-btn-wrp {
    display: block;
    position: relative;
    top: 240px;
    right: 0;
    left: 0;
    width: calc(100vw - 60px);
    margin: 0 auto;
  }
  .trx-recruit-section-wrp.trx-recruit-section-work-style .trx-recruit-section-content .trx-recruit-work-style-btn-wrp .trx-recruit-btn {
    width: 80% !important;
    margin: 0 auto;
    font-size: calc(14px + 1vw);
  }
  .trx-recruit-section-wrp.trx-recruit-section-work-style .trx-recruit-section-content .trx-recruit-work-style-btn-wrp .trx-recruit-btn:first-child {
    margin-bottom: 20px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-education-system {
    background-position: 30% 0;
  }
  .trx-recruit-section-wrp.trx-recruit-section-education-system .trx-recruit-education-system-img-wrp {
    padding: 0;
  }
  .trx-recruit-section-wrp.trx-recruit-section-others {
    height: auto;
  }
  .trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content {
    box-sizing: border-box;
    position: relative;
    top: 0;
    bottom: 0;
    flex-wrap: wrap;
    width: 100%;
  }
  .trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn {
    width: calc((100% - 50px) / 2);
    height: calc((100% - 50px) / 2);
    margin: 0 0 10px !important;
    padding: 30px 0;
    border-radius: 8px;
    font-size: calc(11px + 1.5vw);
    transition: all 0s !important;
  }
  .trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn i.fas:not(.fa-caret-right) {
    margin-bottom: 13px;
    font-size: 50px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn i.fas.fa-caret-right {
    position: absolute;
    top: 43%;
    right: 10px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn span {
    display: none;
  }
  .trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn:first-child {
    margin-right: 10px !important;
  }
  .trx-recruit-section-wrp.trx-recruit-section-others .trx-recruit-section-content .trx-recruit-others-btn:last-child {
    width: calc(100% - 40px);
    margin-bottom: 0 !important;
  }
  .trx-recruit-section-wrp.trx-recruit-section-entry {
    padding: 60px 0;
  }
  .trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-btn-wrp {
    flex-wrap: wrap;
  }
  .trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-btn-wrp .trx-recruit-btn:nth-child(n) {
    margin: 0 0 20px;
  }
  .trx-recruit-section-wrp.trx-recruit-section-entry .trx-recruit-entry-btn-wrp .trx-recruit-btn:nth-child(n):last-child {
    margin: 0;
  }
}
/* -------------------------------------------------------------------------- */
/*# sourceMappingURL=trx_recruit-graduate.css.map */