@charset "UTF-8";
.font-serif {
  font-family: "Noto Serif JP", serif;
}

#recruit-contents-wrap .main-visual {
  margin: 0;
  background-color: #0A1638;
}
#recruit-contents-wrap .main-visual img {
  width: 100%;
}
#recruit-contents-wrap .inline-block {
  display: inline-block;
}
@media screen and (max-width: 760px) {
  #recruit-contents-wrap .sp-block {
    display: block;
  }
}

.recruit__title {
  font-style: italic;
  text-align: center;
  position: relative;
  font-size: 4rem;
  color: #FFFFFF;
}
@media screen and (max-width: 760px) {
  .recruit__title {
    font-size: 2.8rem;
  }
}
.recruit__title--navy {
  color: #0A1638;
}
.recruit__title--jp {
  position: absolute;
  top: calc(100% + 0.15em);
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 16px;
}
@media screen and (max-width: 760px) {
  .recruit__title--jp {
    height: 14px;
  }
}
.recruit__subtitle {
  width: fit-content;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 6rem;
  font-weight: 900;
  color: #FFFFFF;
  background-color: #0A1638;
  padding: 0 0.1em;
}
@media screen and (max-width: 806px) {
  .recruit__subtitle {
    background-color: transparent;
  }
}
@media screen and (max-width: 760px) {
  .recruit__subtitle {
    font-size: 3.2rem;
    margin-top: 2em;
  }
}
.recruit__subtitle-item {
  display: inline-block;
  background-color: #0A1638;
}
.recruit__subtitle-item--bg-white {
  background-color: #FFFFFF;
  color: #0A1638;
}
@media screen and (max-width: 806px) {
  .recruit__subtitle-item {
    padding: 0 0.1em;
  }
  .recruit__subtitle-item:first-of-type {
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 760px) {
  .recruit__subtitle-item {
    display: block;
  }
}
.recruit__text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #0A1638;
}
@media screen and (max-width: 760px) {
  .recruit__text {
    font-size: 1.4rem;
  }
}
.recruit__text:first-of-type {
  margin-top: 3em;
}
.recruit__text--white {
  color: #FFFFFF;
}
.recruit__text--under-line {
  padding-bottom: 5px;
  background: linear-gradient(to right, #A52B98, #102D6A);
  background-repeat: no-repeat;
  background-size: 100% 3px; /* 高さを調整（マーカーっぽく） */
  background-position: 0 95%; /* テキスト下部に配置 */
}
@media screen and (max-width: 760px) {
  .recruit__text--under-line {
    background: none;
  }
}
.recruit__text--under-line-sp {
  background: none;
}
@media screen and (max-width: 760px) {
  .recruit__text--under-line-sp {
    display: block;
    width: fit-content;
    background: linear-gradient(to right, #A52B98, #102D6A);
    background-repeat: no-repeat;
    background-size: 100% 3px; /* 高さを調整（マーカーっぽく） */
    background-position: 0 95%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
}

.recruit-contents--bg-navy {
  background-color: #0A1638;
}
.recruit-contents--bg-light-blue {
  background-color: #E5EFFE;
}
.recruit-contents .breadcrumb, .recruit-contents .breadcrumb a {
  color: #FFFFFF;
}
.recruit-contents--bg-vision {
  background-image: url("../img/recruit/back_VISION_pc.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 760px) {
  .recruit-contents--bg-vision {
    background-image: url("../img/recruit/back_VISION_sp.jpg");
  }
}
.recruit-contents--bg-value {
  background-image: url("../img/recruit/back_VALUE_pc.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 760px) {
  .recruit-contents--bg-value {
    background-image: url("../img/recruit/back_VALUE_sp.jpg");
  }
}

.recruit-section {
  padding: 5.3em 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .recruit-section {
    padding: 3em 15px;
  }
}

.recruit-about {
  position: relative;
  overflow: hidden;
}
.recruit-about__title {
  width: 100%;
  max-width: 550px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .recruit-about__title {
    width: 60%;
    min-width: 185px;
  }
}
.recruit-about__company-name {
  width: 100%;
  max-width: 680px;
  margin-top: 3em;
}
@media screen and (max-width: 760px) {
  .recruit-about__company-name {
    width: 80%;
    min-width: 230px;
    margin-top: 1.5em;
  }
}
.recruit-about__text {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3em;
  line-height: 2;
}
@media screen and (max-width: 760px) {
  .recruit-about__text {
    margin-top: 1.5em;
    font-size: 1.4rem;
  }
}
.recruit-about--bg-logo {
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 60%;
  height: 110%;
  background-image: url("../img/recruit/back_About-BEEM_logo.svg");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .recruit-about--bg-logo {
    max-width: 540px;
    width: 85%;
    bottom: 0;
    right: 0;
  }
}

.recruit-mission__video-wrap {
  display: none;
  max-width: 680px;
  margin: 0 auto;
}
.recruit-mission__video {
  width: 100%;
  padding-bottom: 56.25%;
  background-color: aliceblue;
}

.recruit-vision__subtitle {
  margin-top: 2em;
}
.recruit-vision__subtitle-item {
  display: block;
  width: fit-content;
  margin-bottom: 0.2em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.1em;
}

.recruit-value__subtitle {
  background-color: transparent;
  margin-top: 2em;
}
.recruit-value__subtitle-item {
  display: block;
  width: fit-content;
  margin-bottom: 0.2em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.1em;
}

.recruit-interview {
  position: relative;
  padding: 5.3em 30px 0 30px;
}
.recruit-interview .hidden {
  display: none;
}
.recruit-interview .bg-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.recruit-interview__image {
  width: 100%;
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: -5%;
}

.recruit-position {
  position: relative;
}
.recruit-position__slider {
  margin-top: 5em;
}
.recruit-position__item {
  padding: 2.5em;
  background-color: #FFFFFF;
}
@media screen and (max-width: 760px) {
  .recruit-position__item {
    padding: 30px 10px;
  }
}
.recruit-position .swiper {
  position: relative;
  padding-bottom: 60px;
}
.recruit-position .swiper-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
}
.recruit-position .swiper-button-next, .recruit-position .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.recruit-position .swiper-button-next::after, .recruit-position .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0A1638;
}
.recruit-position .swiper-button-next {
  transform: translateX(calc(-50% + 50px));
}
.recruit-position .swiper-button-next::after {
  border-right: 1px solid #0A1638;
  transform: translate(-50%, -50%) rotate(45deg);
}
.recruit-position .swiper-button-prev {
  transform: translateX(calc(-50% - 50px));
}
.recruit-position .swiper-button-prev::after {
  border-left: 1px solid #0A1638;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.recruit-position .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: 50px;
  height: 30px;
  color: #FFFFFF;
  font-weight: 700;
}

.recruit-type__title {
  width: 80%;
  height: auto;
  max-width: 500px;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 760px) {
  .recruit-type__title {
    width: 100%;
    max-width: 480px;
    margin-bottom: 2em;
  }
}
.recruit-type__item {
  position: relative;
  width: calc(100% - 80px);
  border-top: 2px solid #0A1638;
  margin: 0 auto;
  padding: 40px 0;
}
.recruit-type__item.is-open .recruit-type__content {
  transform: scaleY(1);
  opacity: 1;
  height: auto;
  display: block;
  max-height: 2000px;
}
@media screen and (max-width: 760px) {
  .recruit-type__item {
    width: 100%;
    padding: 25px 0;
  }
  .recruit-type__item::before {
    content: "";
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
  }
}
.recruit-type__item-title {
  position: absolute;
  top: 0;
  left: -25px;
  transform: translateY(-50%);
  width: fit-content;
  min-width: 120px;
  font-size: 1.5em;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  background-color: #0A1638;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.recruit-type__item-title::before, .recruit-type__item-title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #0A1638;
}
.recruit-type__item-title::before {
  left: -14px;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%);
}
.recruit-type__item-title::after {
  right: -14px;
  clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, 0 0);
}
@media screen and (max-width: 760px) {
  .recruit-type__item-title {
    left: 10px;
    font-size: 1.6rem;
    min-width: 80px;
    padding: 5px 10px;
  }
}
.recruit-type__button {
  position: absolute;
  top: 0;
  right: -40px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #0A1638;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .recruit-type__button {
    right: 0;
  }
}
.recruit-type__button::before, .recruit-type__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
.recruit-type__button::before {
  width: 10px;
  height: 2px;
  transition: all 0.5s ease;
}
.recruit-type__button::after {
  width: 2px;
  height: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.recruit-type__button.is-active::before {
  transform: translate(-50%, -50%) rotate(360deg);
}
.recruit-type__button.is-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(360deg);
}
.recruit-type__content {
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  overflow: hidden;
  max-height: 0;
  display: none;
}
.recruit-type__text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0A1638;
  line-height: 2;
  margin-bottom: 2em;
}
.recruit-type__box {
  padding: 1em;
  background-color: #EFEFEF;
  margin-bottom: 2em;
}
@media screen and (max-width: 760px) {
  .recruit-type__box {
    padding: 10px;
  }
}
.recruit-type__box .title {
  width: fit-content;
  font-size: 1.4rem;
  color: #FFFFFF;
  background-color: #0A1638;
  padding: 0.25em 1.5em;
  border-radius: 13.5px;
  margin: 0;
}
.recruit-type__box .text {
  padding: 0 1em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 760px) {
  .recruit-type__box .text {
    padding: 0;
  }
}
.recruit-type__box-text {
  margin: 0.5em 0;
}
.recruit-type__list {
  list-style: "・";
  list-style-position: inside;
  margin: 0.5em 0;
  padding: 0 1em;
}
@media screen and (max-width: 760px) {
  .recruit-type__list {
    padding: 0;
  }
}
.recruit-type__list li {
  color: #0A1638;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}

.recruit-outline__item {
  display: flex;
  margin: 5px 0;
}
@media screen and (max-width: 760px) {
  .recruit-outline__item {
    margin: 0;
  }
}
.recruit-outline__item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  background-color: #0A1638;
  padding: 0.5em;
}
@media screen and (max-width: 760px) {
  .recruit-outline__item dt {
    flex-direction: column;
    width: 100px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.recruit-outline__item dd {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.75em 1em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #0A1638;
  background-color: #EFEFEF;
  margin: 0;
}
@media screen and (max-width: 760px) {
  .recruit-outline__item dd {
    width: calc(100% - 100px);
    margin-bottom: 5px;
  }
}
.recruit-outline__item .block {
  display: block;
}
.recruit-outline__item .fs-small {
  font-size: 1.2rem;
}
@media screen and (max-width: 760px) {
  .recruit-outline__item--2col {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .recruit-outline__item--2col dt, .recruit-outline__item--2col dd {
    margin-bottom: 5px;
  }
}
.recruit-outline__item--2col dd {
  width: calc(50% - 150px);
}
@media screen and (max-width: 760px) {
  .recruit-outline__item--2col dd {
    width: calc(100% - 100px);
  }
}
.recruit-outline__item.mt-20 {
  margin-top: 20px;
}

.recruit-life {
  padding-top: 120px;
}
@media screen and (max-width: 760px) {
  .recruit-life {
    padding-top: 85px;
  }
}
.recruit-life__title {
  width: 80%;
  max-width: 750px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .recruit-life__title {
    width: 90%;
    max-width: 450px;
  }
}
.recruit-life__text {
  font-size: 1.5em;
  font-weight: 900;
  color: #0A1638;
  margin-top: 2em;
}
@media screen and (max-width: 760px) {
  .recruit-life__text {
    font-size: 1.4rem;
  }
}
.recruit-life__box {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #0A1638;
  border-left: 1px solid #0A1638;
  border-right: 1px solid #0A1638;
  margin-top: 5em;
}
@media screen and (max-width: 760px) {
  .recruit-life__box {
    margin-top: 2.5em;
  }
}
.recruit-life__box-item {
  width: 50%;
  padding: 50px 30px;
  border-bottom: 1px solid #0A1638;
  border-right: 1px solid #0A1638;
}
@media screen and (max-width: 760px) {
  .recruit-life__box-item {
    width: 100%;
    padding: 20px;
  }
}
.recruit-life__box-item:nth-of-type(even) {
  border-right: none;
}
.recruit-life__box-item .number {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 700;
  color: #0A1638;
}
@media screen and (max-width: 760px) {
  .recruit-life__box-item .number {
    font-size: 2.4rem;
  }
}
.recruit-life__box-item .title {
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .recruit-life__box-item .title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.recruit-life__box-item .text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #0A1638;
}
.recruit-life__box-image {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .recruit-life__box-image {
    padding: 0;
  }
}
.recruit-life__box-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px) {
  .recruit-life__box-image img {
    position: relative;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.recruit-wanted__title {
  width: 80%;
  max-width: 400px;
  margin-top: 4.5em;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .recruit-wanted__title {
    width: 60%;
    min-width: 190px;
    margin-top: 2.5em;
  }
}
.recruit-wanted__en-title {
  width: 75%;
  max-width: 350px;
  margin-top: 2.5em;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .recruit-wanted__en-title {
    width: 50%;
    margin-top: 1.5em;
    min-width: 180px;
  }
}
.recruit-wanted__box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5em;
}
@media screen and (max-width: 760px) {
  .recruit-wanted__box {
    margin-top: 1.5em;
  }
}
.recruit-wanted__box-item {
  width: 100%;
  padding: 50px 30px;
  border-top: 1px solid #0A1638;
  border-left: 1px solid #0A1638;
  border-right: 1px solid #0A1638;
  background-color: #FFFFFF;
}
@media screen and (max-width: 760px) {
  .recruit-wanted__box-item {
    padding: 20px;
  }
}
.recruit-wanted__box-item:last-of-type {
  border-bottom: 1px solid #0A1638;
}
.recruit-wanted__box-item .en-title {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 700;
  color: #0A1638;
}
.recruit-wanted__box-item .title {
  width: 100%;
  margin-top: 1.5em;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 760px) {
  .recruit-wanted__box-item .title {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
  }
}
.recruit-wanted__box-item .text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #0A1638;
}
.recruit-wanted__box-item--half {
  width: 50%;
}
.recruit-wanted__box-item--half:first-of-type {
  border-right: none;
}
@media screen and (max-width: 760px) {
  .recruit-wanted__box-item--half {
    width: 100%;
  }
  .recruit-wanted__box-item--half:first-of-type {
    border-right: 1px solid #0A1638;
  }
}
.recruit-wanted__box-image {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .recruit-wanted__box-image {
    padding: 0;
  }
}
.recruit-wanted__box-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px) {
  .recruit-wanted__box-image img {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 760px) {
  .recruit-apply {
    padding-top: 0;
    padding-bottom: 100px;
    margin-top: -10px;
  }
}
.recruit-apply__title {
  height: 60px;
  text-align: center;
}
.recruit-apply__title img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .recruit-apply__title {
    height: 35px;
  }
}
.recruit-apply__button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 28px;
  border-radius: 38px;
  width: 360px;
  height: 75px;
  font-weight: bold;
  border: 2px solid #ffffff;
  transition: 0.3s;
  box-shadow: 4px 6px 0px -2px rgb(113, 136, 160);
  background-color: [object object];
  background-image: linear-gradient(180deg, rgb(15, 45, 106), rgb(162, 43, 151));
  margin: 40px auto;
}
.recruit-apply__button:hover {
  box-shadow: 0 0 #fff;
  transform: translateY(1px);
}
@media screen and (max-width: 760px) {
  .recruit-apply__button {
    font-size: 2.4rem;
    width: 306px;
    height: 64px;
    border-radius: 32px;
  }
}/*# sourceMappingURL=recruit.css.map */