@charset "utf-8";

/* Page MV
----------------------------------------------------------------------------------------------------*/
.mv-page {
  position: relative;
  margin-top: 15rem;
}

.mv-page__bg {
  display: block;
  width: 100%;
}

.mv-title {
  position: absolute;
  top: 45%;
  left: 55%;
  display: flex;
  align-items: center;
  margin: 0 auto 3rem;
}

.mv-title__en {
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  margin-left: 1.8rem;
  background: #FC9023;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2.8rem;
  height: 4rem;
  /* 平行四辺形のための変形 */
  transform: skew(-20deg);
  /* 左上が上がる形に傾ける */
}

/* 中のテキストを逆に傾けてまっすぐにする */
.mv-title__en>* {
  transform: skew(20deg);
}

.mv-title__jp {
  color: #000;
  font-size: 3.9rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .mv-page {
    margin-top: 10rem;
  }

  .mv-title {
    top: 35%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .mv-title__en {
    padding: 0 1rem;
    margin-left: 0;
    font-size: 1.2rem;
    height: 2rem;
  }

  .mv-title__jp {
    margin-bottom: 0;
    font-size: 2rem;
  }
}

/* Common
----------------------------------------------------------------------------------------------------*/
.main {
  padding: 10rem 0;
}

@media screen and (max-width: 1367px) {
  .main {
    padding: 10rem 0;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding: 5rem 0;
  }
}

h3,
h4 {
  text-wrap: unset;
}

.main {
  width: 100%;
  margin: 0 auto;
}

h3 {
  font-size: 4.6rem;
  position: relative;
  margin-left: 4rem;
  margin-bottom: 2rem;
}

h3::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 20px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #FC9023;
}

h3 span {
  display: inline-block;
  font-size: 3.0rem;
  font-weight: 700;
  padding: 0 0 0 10px;
  color: #FC9023;
}

@media screen and (max-width: 767px) {
  .main {
    width: 100%;
    overflow: hidden;
  }

  h3 {
    font-size: 2.8rem;
    margin: 0 0 20px 20px;
  }

  h3::before {
    width: 10px;
    height: 10px;
    left: -15px;
    top: 12px;
  }

  h3 span {
    font-size: 1.8rem;
  }
}

/* recruit - top nav
----------------------------------------------------------------------------------------------------*/

.recruitBox__title01 h3 {
  margin-left: 20px;
  color: #FFF;
}

a.recruit-topBox {
  text-decoration: none;
}

a.recruit-topBox:hover {
  transition: 0.5s;
  background-color: #FC9023;
}

a.recruit-topBox {
  display: block;
  padding: 0;
  background-color: #006cb8;
}

a.recruit-topBox:hover .recruitBox__title01 h3::before {
  background: #006cb8;
}

a.recruit-topBox:hover .recruitBox__title01 h3 span {
  color: #006cb8;
}



.recruit-topBox:not(:has(~ .recruit-topBox)) {
  margin-bottom: 10rem;
}

.recruit-topBox-inner {
  width: min(90%, 1300px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


.recruit-topBox .recruitBox__text {
  width: calc(760 / 1860 * 100% - 20px);
  margin: 0;
}

.recruit-topBox .recruitBox__img {
  width: calc(850 / 1860 * 100%);
  margin: 0;
}


@media screen and (max-width: 767px) {
  .recruit-topBox .recruitBox__img {
    width: 100vw;
    margin-right: calc(22% - 50vw);
  }

  .recruit-topBox:not(:has(~ .recruit-topBox)) .recruitBox__text {
    order: 1;
  }

  .recruit-topBox:not(:has(~ .recruit-topBox)) .recruitBox__img {
    margin-left: calc(22% - 50vw);
    margin-right: 0;
    order: 2;
  }

  .recruit-topBox .recruitBox__text {
    width: 100%;
  }

  .recruitBox__title01 {
    padding: 4rem 0;
  }

  .recruit-topBox-inner {
    flex-direction: column;
  }

  .recruit-top-link__button a:not(:has(~ .recruit-top-link__button)) {
    margin-bottom: 4rem;
  }

  .recruit-topBox .recruitBox__img {
    width: 100vw;
    margin-right: calc(22% - 50vw);
  }

}

.recruit-top-button-box {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}

.recruit-top-link__button {
  display: inline-block;
  background: #006CB8;
  transition: background-color 0.3s ease;
  overflow: hidden;
  width: min(16rem, 90%);
}

.recruit-top-link__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 11rem;
  width: 100%;
  padding: 0 3rem 0 0;
  border: 2px solid #FFF;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recruit-top-link__button a:hover {
  background: #fc9023;
  border: 2px solid #fc9023;
  color: #FFF;
}

.recruit-top-link__button a .slant {
  width: 20px;
  height: 60px;
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  flex-shrink: 0;
  margin-right: 1rem;
  transition: color 0.3s ease;
}


.recruit-top-link__button .text {
  position: relative;
  z-index: 1;
}


@media screen and (max-width: 767px) {

  .recruit-top-button-box {
    flex-direction: column;
    margin-top: 0;
  }


  .recruit-top-link__button {
    width: calc(240 / 390 * 100%);

  }

  .recruit-top-link__button a {
    width: 100%;
  }
}

.recruit-top-interview {
  width: min(90%, 1030px);
  margin: 0 auto 16rem;
}

.recruit-top__title02 {
  margin-bottom: 6rem;
}

.recruit-top-interview-flex {
  display: flex;
  justify-content: space-between;
  margin-left: calc(225 / 1030 * 100%);
}

.recruit-top-interview a {
  text-decoration: none;
  transition: all .4s;
}

.recruit-top-interview a:hover {
  opacity: 0.5;
}

.recruit-top-interview-img {
  margin-bottom: 4rem;
}

.recruit-top-interview-text {
  font-size: 3rem;
  font-weight: 600;
  color: #006cb8;
  line-height: 1.5;
}

.recruit-top-interview-text span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 767px) {
  .recruit-top-interview-flex {
    flex-direction: column;
    margin-left: 0;
  }

  .recruit-top-interview-flex a:not(:last-child) {
    margin-bottom: 4rem;
  }


  .recruit-top-interview-img {
    margin-bottom: 2rem;
  }

  .recruit-top-interview-text {
    font-size: 2rem;
  }

  .recruit-top-interview-text span {
    font-size: 1.6rem;
  }

  .recruit-top-interview {
    width: min(90%, 1030px);
    margin-bottom: 8rem;
  }
}

.recruit-top-bluebutton {
  width: min(90%, 1030px);
  margin: 0 auto 1.2rem;
}

.recruit-top-bluebutton-flex {
  display: flex;
  justify-content: space-between;
}

a.recruit-top-bluebutton {
  font-size: 3.6rem;
  color: #fff;
  background-color: #006cb8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 120px;
  width: calc(580 / 1230 * 100%);
  transition: all .4s;
}

a.recruit-top-bluebutton:hover {
  background-color: #fc9023;
}

@media screen and (max-width: 767px) {

  .recruit-top-bluebutton-flex {
    flex-direction: column;
  }

  a.recruit-top-bluebutton {
    font-size: 2rem;
    height: 80px;
    width: 100%;
  }
}

/* Page 下層ページボタン
----------------------------------------------------------------------------------------------------*/

.recruit-subBox {
  width: min(90%, 1230px);
  margin: 0 auto;
}

.recruit-subBox-message,
.recruit-subBox-work {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
  text-decoration: none;
  transition: all 0.4s;
}

a.recruit-subBox-message:hover,
a.recruit-subBox-work:hover {
  opacity: 0.5;
}

.recruit-subBox-message .recruit-subBox__text,
.recruit-subBox-work .recruit-subBox__text {
  width: calc(600 / 1230 * 100%);
}

.recruit-subBox-message .recruit-subBox__img,
.recruit-subBox-work .recruit-subBox__img {
  width: calc(500 / 1230 * 100%);
  position: relative;
}

.recruit-subBox__title01 h3,
.recruit-subBox__title02 h3 {
  margin-left: 20px;
  color: #006CB8;
  font-weight: 600;
  text-align: left;
}

/* 
.recruit-subBox-button-box {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}

.recruit-subBox-link__button {
  display: inline-block;
  transition: background-color 0.3s ease;
  overflow: hidden;
  width: min(16rem, 90%);
}

.recruit-subBox-link__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 11rem;
  width: 100%;
  padding: 0 3rem 0 0;
  background: #006CB8;
  border: 2px solid #006CB8;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.recruit-subBox-link__button a:hover {
  background: #fc9023;
  border: 2px solid #fc9023;
}

.recruit-subBox-link__button a .slant {
  width: 20px;
  height: 60px;
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  flex-shrink: 0;
  margin-right: 1rem;
  transition: all 0.3s ease;
}

.recruit-subBox-link__button .text {
  position: relative;
  z-index: 1;
} */

@media screen and (max-width: 767px) {

  .recruit-subBox {
    width: min(75%, 767px);
  }

  .recruit-subBox-message .recruit-subBox__text,
  .recruit-subBox-work .recruit-subBox__text {
    width: 100%;
  }

  .recruit-subBox-message .recruit-subBox__img,
  .recruit-subBox-work .recruit-subBox__img {
    width: 100%;
  }

  .recruit-subBox-message .recruit-subBox__text {
    margin-bottom: 0;
    width: 100%;
    order: 1;
  }

  .recruit-subBox-work .recruit-subBox__text {
    width: 100%;
    margin-bottom: 4rem;
  }


  .recruit-subBox-message,
  .recruit-subBox-work {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }

  .recruit-subBox__title02 {
    margin-bottom: 4rem;
  }

  .recruit-subBox__img {
    width: 100%;
    order: 2;
  }

  /* 
  .recruit-subBox-button-box {
    flex-direction: column;
    margin-top: 0;
  }

  .recruit-subBox-link__button {
    margin-bottom: 4rem;
  }

  .recruit-subBox-link__button:not(:has(~ .recruit-subBox-link__button)) {
    margin-bottom: 0;
  }


  .recruit-subBox-link__button {
    width: calc(240 / 390 * 100%);

  }

  .recruit-subBox-link__button a {
    width: 100%;
  } */

}

.recruit-subBox-interview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}

.recruit-subBox__title02 {
  width: calc(600 / 1230 *100%);
}

.recruit-subBox__title02 h3 {
  margin-left: 20px;
  font-weight: 600;
}

.recruit-subBox-interview__link {
  width: calc(590 / 1230 *100%);
}

.recruit-subBox-interview__link-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s;
  margin-bottom: 8rem;
}

.recruit-subBox-interview__link-button:not(:has(~ .recruit-subBox-interview__link-button)) {
  margin-bottom: 0;
}

a.recruit-subBox-interview__link-button:hover {
  opacity: 0.5;
}

a.recruit__btnoff {
  pointer-events: none;
}

.recruit-subBox-interview-img {
  width: calc(340 / 590 * 100%);
  position: relative;
}

a.recruit__btnoff .recruit-subBox__img::before,
a.recruit__btnoff .recruit-subBox-interview-img::before,
a.recruit__btnoff.recruit-subBox-bluebutton::before {
  content: "";
  position: absolute;
  background: rgb(255 255 255 / 70%);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.recruit-subBox-interview-text {
  width: calc(200 / 590 * 100%);
  font-size: 2rem;
  font-weight: 600;
  color: #006cb8;
  line-height: 1.5;
  text-align: left;
}

.recruit-subBox-interview-text span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 767px) {
  .recruit-subBox-interview {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 8rem;
  }

  .recruit-subBox__title02 {
    width: 100%;
    margin-bottom: 4rem;
  }

  .recruit-subBox-interview a:not(:last-child) {
    margin-bottom: 4rem;
  }


  .recruit-subBox-interview-img {
    width: 100%;
    margin-bottom: 2rem;
  }

  .recruit-subBox-interview__link {
    width: 100%;
  }

  .recruit-subBox-interview-text {
    width: 100%;
    font-size: 2rem;
  }

  .recruit-subBox-interview-text span {
    font-size: 1.6rem;
  }
}

.recruit-subBox-bluebutton {
  margin: 0 auto 1.2rem;
}

.recruit-subBox-bluebutton-flex {
  display: flex;
  justify-content: space-between;
}

a.recruit-subBox-bluebutton {
  font-size: 3.6rem;
  color: #fff;
  background-color: #006cb8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 120px;
  width: calc(580 / 1230 * 100%);
  transition: all .4s;
  position: relative;
}

a.recruit-subBox-bluebutton:hover {
  background-color: #fc9023;
}

@media screen and (max-width: 767px) {

  .recruit-subBox-bluebutton-flex {
    flex-direction: column;
  }

  a.recruit-subBox-bluebutton {
    font-size: 2rem;
    height: 80px;
    width: 100%;
  }
}