@charset "UTF-8";
body {
  text-align: left;
  background: transparent !important; /*https://www.autobacs.com/assets/common/_css/style_base.css 背景色打ち消し */
}

p,
span {
  font-weight: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'), local('NotoSansCJKjp-Regular'), local('NotoSansJP-Regular'), url('/font/NotoSansCJKjp-Regular.eot') format('eot'),
    url('/font/NotoSansCJKjp-Regular.ttf') format('ttf'), url('/font/NotoSansCJKjp-Regular.woff2') format('woff2'), url('/font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'), local('NotoSansJP-Bold'), url('/font/NotoSansCJKjp-Bold.eot') format('eot'), url('/font/NotoSansCJKjp-Bold.ttf') format('ttf'),
    url('/font/NotoSansCJKjp-Bold.woff2') format('woff2'), url('/font/NotoSansCJKjp-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: local('Teko-Regular'), local('Teko-Regular'), url('/font/Teko-Regular.eot') format('eot'), url('/font/Teko-Regular.ttf') format('ttf'), url('/font/Teko-Regular.woff2') format('woff2'),
    url('/font/Teko-Regular.woff') format('woff');
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body .all-wrapper {
  font-family: 'Noto Sans CJK JP', 'NotoSansCJKjp', 'Noto Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.4;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

a:link {
  color: #1e77c9;
  text-decoration: none;
}

a:visited {
  color: #1e77c9;
  text-decoration: none;
}

a:hover {
  color: #1e77c9;
  text-decoration: underline;
}

a:active {
  color: #1e77c9;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding: 0 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-block {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-center {
  text-align: center;
}

.c-linkBtn {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 16px 16px;
  border: 1px solid #000;
  border-width: 1px 1px 1px 8px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.3;
  color: #000 !important;
  font-weight: bold;
  transition: ease 0.2s;
}
.c-linkBtn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (min-width: 767px) {
  .c-linkBtn {
    font-size: 24px;
  }
  .c-linkBtn:hover {
    text-decoration: none;
    background: #000;
  }
  .c-linkBtn:hover > span {
    color: #fff;
  }
  .c-linkBtn:hover::after {
    border-color: #fff;
  }
}

.c-recruit-title {
  text-align: center;
  line-height: 1;
}
.c-recruit-title__title {
  padding: 80px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
  word-break: keep-all;
}
@media screen and (min-width: 767px) {
  .c-recruit-title__title {
    padding: 120px 0 96px;
    font-size: 48px;
    gap: 16px;
  }
}
.c-recruit-title__title::before,
.c-recruit-title__title::after {
  content: '';
  display: inline-block;
  background: #ccc;
  height: 2px;
  width: 100%;
}
.c-recruit-title__title.-pb0 {
  padding-bottom: 0;
}

.recruit-headingLv3 {
  padding: 48px 0 0;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .recruit-headingLv3 {
    padding: 96px 0 0;
  }
}
.recruit-headingLv3__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.recruit-headingLv3__title-indent {
  display: block;
}
@media screen and (min-width: 767px) {
  .recruit-headingLv3__title-indent {
    display: inline-block;
  }
}
.recruit-headingLv3__sub {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  margin-top: 16px;
  display: block;
  color: #002445;
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .recruit-headingLv3__sub {
    font-size: 18px;
  }
}

.recruit-bnr {
  display: block;
  transition: 0.2s;
  transition-property: opacity;
}
.recruit-bnr:hover {
  opacity: 0.7;
}
.recruit-bnr__img {
  width: 100%;
  margin: auto;
  height: auto;
}
@media screen and (min-width: 767px) {
  .recruit-bnr__img {
    width: 1000px;
    height: 270px;
  }
}

.recruit-heading-message {
  padding-top: 80px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 8.5333333333vw;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .recruit-heading-message {
    font-size: 48px;
  }
}

.c-environmentContent {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .c-environmentContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .c-environmentContent__link {
    width: 322px;
  }
}

.c-environment-link {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border: 1px solid #eee;
  font-weight: bold;
  color: #000 !important;
}
@media screen and (min-width: 767px) {
  .c-environment-link {
    flex-direction: column;
    transition: opacity 0.2s;
  }
  .c-environment-link:hover {
    opacity: 0.7;
  }
}
.c-environment-link__img {
  display: block;
}
@media screen and (min-width: 767px) {
  .c-environment-link__img {
    width: 300px;
    height: 194px;
  }
}

.p-contents {
  padding-bottom: 80px;
  line-height: 2;
}
@media screen and (min-width: 767px) {
  .p-contents {
    padding-bottom: 120px;
  }
}
.p-contents__text {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-contents__text {
    text-align: center;
  }
}
.p-contents__youtube {
  margin: 24px calc(50% - 50vw) 0;
  width: 100vw;
}
a:has(.youtube_thumbnail) {
  position: relative;
  display: block;
  width: 100%;
}
a:has(.youtube_thumbnail)::after {
  content: url(/assets/top/_img_movie/icon_play.svg);
  position: absolute;
  width: 21.3vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  .p-contents__youtube {
    margin: 40px auto 0;
    cursor: pointer;
    width: 100%;
  }
  a:has(.youtube_thumbnail) {
    position: relative;
    display: block;
    width: 100%;
  }
  a:has(.youtube_thumbnail)::after {
    content: url(/assets/top/_img_movie/icon_play.svg);
    width: 150px;
  }
}
.p-contents__youtube > .modal {
  transition: 0.2s;
  transition-property: opacity;
}
.p-contents__youtube > .modal:hover {
  opacity: 0.7;
}

.p-contents__bnr {
  margin-top: 16px;
}
.p-contents__bnrLink {
  transition: 0.2s;
  transition-property: opacity;
}
.p-contents__bnrLink:hover {
  opacity: 0.7;
}
.p-contents__img {
  width: 100%;
}
.p-contents__linkWrap {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 767px) {
  .p-contents__linkWrap {
    margin-top: 40px;
    gap: 16px;
  }
}
@media screen and (min-width: 767px) {
  .p-contents__link {
    margin: auto;
    width: 500px;
  }
}
.p-contents__offtime {
  display: block;
  padding-top: 48px;
}
@media screen and (min-width: 767px) {
  .p-contents__offtime {
    padding-top: 40px;
    transition: opacity 0.2s;
  }
  .p-contents__offtime:hover {
    opacity: 0.7;
  }
}
.p-contents__offtimeBnr {
  display: block;
  margin: auto;
}

.p-mv-bg {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -20;
}
.p-mv-bg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-mv-bg__bgColor {
  background: #172934;
  mix-blend-mode: soft-light;
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  z-index: 1;
}

.js-kvSlider {
  visibility: hidden;
}
.js-kvSlider.is-active {
  visibility: visible;
}

.p-mv {
  position: relative;
  padding: 75vh 24px 150px;
}
@media screen and (min-width: 767px) {
  .p-mv {
    padding: 100vh 40px 350px;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__inner {
    position: relative;
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-mv__inner {
    position: relative;
    max-width: 1300px;
    margin: auto;
  }
}
.p-mv__heading {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
}
.p-mv__heading::after {
  margin-top: 4px;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-mv__heading {
    font-size: 29px;
  }
}
.p-mv__img {
  margin: 24px 0;
  display: block;
}
@media screen and (min-width: 767px) {
  .p-mv__img {
    width: 513px;
    height: auto;
  }
}
.p-mv__titleBlock {
  padding: 50vh 0 0;
  position: absolute;
  top: 0;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-mv__titleBlock {
    padding: 0;
    height: 100vh;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__pcLeft {
    position: fixed;
    z-index: -10;
    bottom: 20px;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__title {
    position: relative;
    width: 41%;
    margin-left: auto;
    margin-top: -675px;
  }
}
.p-mv__lead {
  padding-top: 2rem;
  line-height: 2;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-mv__lead {
    padding: 0;
    font-size: 18px;
  }
  .p-mv__lead:not(:first-child) {
    padding-top: 3rem;
  }
}
.p-mv:not(:first-child) {
  padding-top: 32px;
}
.p-mv:first-child::after {
  top: 40%;
}
.p-mv:last-child::after {
  top: -35%;
}
.p-mv__itemText {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-mv__itemText {
    font-size: 16px;
  }
}
.p-mv__itemDetail {
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .p-mv__itemDetail {
    font-size: 12px;
  }
}

.p-bg-white {
  position: relative;
  background: #fff;
}

.interview-title {
  padding-top: 80px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .interview-title {
    padding: 120px 0 32px;
  }
}
.interview-title__title {
  font-size: 40px;
  font-size: 10.6666666667vw;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
@media screen and (min-width: 767px) {
  .interview-title__title {
    font-size: 56px;
  }
}
.interview-title__sub {
  display: block;
  color: #fe6e00;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .interview-title__sub {
    font-size: 14px;
  }
}

.c-interview-list {
  margin-top: 16px;
  display: grid;
  gap: 1.5rem 1rem;
}
@media screen and (min-width: 767px) {
  .c-interview-list {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-content: center;
    width: 1000px;
  }
}

.c-interview-article {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .c-interview-article:hover img {
    transform: scale(1.1);
  }
}
.c-interview-article::after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 50%, #000 80%);
}
.c-interview-article__title {
  font-weight: bold;
  font-size: 20px;
  font-size: 5.3333333333vw;
  line-height: 1.3;
}
@media screen and (min-width: 767px) {
  .c-interview-article__title {
    font-size: 32px;
  }
}
.c-interview-article__titleBlock {
  padding: 16px;
  position: absolute;
  bottom: 0;
  color: #fff;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .c-interview-article__titleBlock {
    padding: 24px;
    width: 100%;
  }
}
.c-interview-article__text {
  margin-top: 8px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-interview-article__text {
    font-size: 20px;
  }
}
.c-interview-article__name {
  margin-top: 8px;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-interview-article__name {
    font-size: 20px;
  }
}
.c-interview-article__nameEn {
  margin-left: 8px;
  font-size: 12px;
  font-size: 3.2vw;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
@media screen and (min-width: 767px) {
  .c-interview-article__nameEn {
    font-size: 16px;
  }
}
.c-interview-article__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .c-interview-article__img {
    transition: transform 0.6s ease;
  }
}
.c-interview-article__job {
  margin-top: 4px;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .c-interview-article__job {
    font-size: 14px;
  }
}
.c-interview-article__tagWrap {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .c-interview-article__tagWrap {
    font-size: 14px;
  }
}
.c-interview-article__tag {
  display: inline-block;
  color: #bbb;
}

.recruit-bnr {
  display: block;
  transition: 0.2s;
  transition-property: opacity;
}
.recruit-bnr:hover {
  opacity: 0.7;
}
.recruit-bnr__img {
  width: 100%;
  margin: auto;
  height: auto;
}
@media screen and (min-width: 767px) {
  .recruit-bnr__img {
    width: 1000px;
    height: 270px;
  }
}

.recruit-section {
  line-height: 1.3;
}
.recruit-section__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .recruit-section__list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .recruit-section__list .recruit-section__item:first-child {
    width: 100%;
  }
  .recruit-section__list .recruit-section__item:first-child a {
    width: 50%;
    margin: auto;
  }
}
@media screen and (min-width: 767px) {
  .recruit-section__item {
    width: 49%;
  }
}
.recruit-section__title {
  padding: 48px 0 16px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 4.8vw;
}
@media screen and (min-width: 767px) {
  .recruit-section__title {
    padding: 96px 0 24px;
    font-size: 24px;
  }
}

.recruit-item {
  padding: 12px;
  display: block;
  border: 1px solid #eee;
  color: #000 !important;
  transition: 0.2s;
  transition-property: opacity;
  line-height: 1.3;
}
.recruit-item:hover {
  opacity: 0.7;
}
.recruit-item__img {
  width: 100%;
  margin: auto;
  height: auto;
}
.recruit-item__title {
  margin-top: 8px;
  font-weight: bold;
  font-size: 14px;
}
.recruit-item__text {
  margin-top: 4px;
}
@media screen and (min-width: 767px) {
  .recruit-item__text {
    font-size: 12px;
  }
}

.js-fadein {
  opacity: 0;
  transition: 2s;
  transition-property: transform, opacity;
}

/* ------- モーダル ------- */
html.is-modal {
  overflow: hidden;
}

#backMaskBase {
  background: #000;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
}

#modalWin {
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 98;
}

#modalContent {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-top: min(50%, 480px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 854px;
  max-width: 90%;
  z-index: 99;
}

#modalContent .closeBtn {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -25px;
  width: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #modalContent .closeBtn {
    top: -40px;
  }
}

#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  text-align: left;
  padding: 0;
}

.mvfrm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------- モーダルここまで ------- */
/*フローティング*/
.floating-bnr {
  position: fixed;
  bottom: 5px;
  right: 1vw;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .floating-bnr {
    bottom: 10px;
    right: 18px;
  }
}
@media screen and (min-width: 767px) {
  .floating-bnr__img {
    width: 160px;
    height: 160px;
    transition: 0.2s;
    transition-property: opacity;
  }
  .floating-bnr__img:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=recruit.css.map */

/* 20230327英字名前 空白なし */
.c-interview-article__nameEn.-space-none {
  margin-left: 0;
}
