@charset "UTF-8";
/* CSS Document */
/* =====================================
  リクルート階層全共通（BHW）
===================================== */
.recruit .r_inner {
  max-width: 1168px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  .recruit .r_inner {
    max-width: 100%;
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}


/* =====================================
  リクルートTOPページ 新規作成（BHW）
===================================== */
/* 共通 */
/* btn */
.recruit-top .btn02 {
	display: block;
	border-radius: 50px;
	position: relative;
	transition: all .2s linear;
	width: 100%;
  max-width: 352px;
  color: #fff;
  font-weight: 700;
	padding: 16px 36px;
  font-size: 20px;
  &.or {
    background-color: #e68719;
    border: 2px solid #e68719;
    &:hover {
      color: #e68719;
      background-color: #fff;
    }
  }
  &.bl {
    background-color: #1d2c5f;
    border: 2px solid #1d2c5f;
    &:hover {
      color: #1d2c5f;
      background-color: #fff;
    }
  }
}
.recruit-top .btn02:before {
  content: "";
  position: absolute;
  background-image: url("../../images/recruit/btn_arrow.svg");
	top: 50%;
  transform: translateY(-50%);
	right: 36px;
	width: 50px;
	height: 50px;
  transition: all 0.2s linear;
}
.recruit-top .btn02:hover:before {
	right: 26px;
}
.recruit-top .or:hover:before {
  background-image: url("../../images/recruit/btn_arrow_or.svg");
}
.recruit-top .bl:hover:before {
  background-image: url("../../images/recruit/btn_arrow_bl.svg");
}

/* h2 */
.recruit-top .r_inner h2 {
  max-width: 360px;
  margin: 0 auto;
}

/* mainArea */
.recruit-top .mainArea {
  width: 100%;
  background-image: url("../../images/recruit/main_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1920 / 832;
}

/* content01Area */
.recruit-top .content01Area .ttlArea .r_inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.recruit-top .content01Area .contents {
  background-color: #1d2c5f;
}
.recruit-top .content01Area .contents .r_inner {
  padding-top: 8px;
  padding-bottom: 8px;
}
.recruit-top .content01Area .contents .r_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-top .content01Area .contents .r_inner ul li {
  width: calc(33.3% - 16px);
  margin-top: 8px;
  margin-bottom: 8px;
}
.recruit-top .content01Area .contents .r_inner ul li a {
  display: block;
}
.recruit-top .content01Area .contents .r_inner ul li img {
  border-radius: 0.6rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* content02Area */
.recruit-top .content02Area .r_inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.recruit-top .content02Area .r_inner ul {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.recruit-top .content02Area .r_inner ul li {
  width: calc(50% - 30px);
}
.recruit-top .content02Area .r_inner ul li a {
  display: block;
  transition: .5s;
  &:hover {
    transform: scale(1.02);
    transition: 0.3s ease-in-out;
  }
}

/* content03Area */
.recruit-top .content03Area {
  background-color: #e4e8ef;
}
.recruit-top .content03Area .r_inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.recruit-top .content03Area .r_inner .contents {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
/* 後にaタグをつけた場合表示 */
/* .recruit-top .content03Area .r_inner .contents li a, */
.recruit-top .content03Area .r_inner .contents li {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* 後にaタグをつけた場合表示
  display: block; */
  &:nth-child(1) {
    background-image: url("../../images/recruit/content03_bg02.webp");
    img {
      max-width: 570px;
      margin: 0 auto;
      width: 100%;
    }
  }
  &:nth-child(2) {
    background-image: url("../../images/recruit/content03_bg01.webp");
    img {
      max-width: 570px;
      margin: 0 auto;
      width: 100%;
    }
  }
}
/* 後にaタグをつけたら消す */
.recruit-top .content03Area .r_inner .contents li a {
  pointer-events: none;
}

.recruit-top .content03Area .r_inner .btnArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
.recruit-top .content03Area .r_inner .btnArea .btn {
  width: calc(33.3% - 10px);
}

/* content04Area */
.recruit-top .content04Area .r_inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.recruit-top .content04Area .r_inner ul {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-top .content04Area .r_inner ul li {
  width: calc(33.3% - 10px);
  &:nth-child(2) {
    padding-top: 30px;
  }
  &:nth-child(3) {
    padding-top: 60px;
  }
}
.recruit-top .content04Area .r_inner ul li a {
  display: block;
}
.recruit-top .content04Area .r_inner .btn {
  padding-top: 40px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
/* 共通 */
/* btn */
  .recruit-top .btn02 {
    padding: 12px 20px;
    font-size: 14px;
    max-width: 240px;
    }
  .recruit-top .btn02:before {
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .recruit-top .btn02:hover:before {
    right: 16px;
  }

/* h2 */
.recruit-top .r_inner h2 {
    max-width: 240px;
  }

/* content01Area */
  .recruit-top .content01Area .ttlArea .r_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recruit-top .content01Area .contents .r_inner ul li {
    width: calc(33.3% - 10px);
  }

/* content02Area */
  .recruit-top .content02Area .r_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .recruit-top .content02Area .r_inner ul {
    padding-top: 40px;
  }
  .recruit-top .content02Area .r_inner ul li {
    width: calc(50% - 16px);
    a:hover {
      transform: none;
    }
  }

/* content03Area */
  .recruit-top .content03Area .r_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recruit-top .content03Area .r_inner .contents {
    padding-top: 40px;
  }
  .recruit-top .content03Area .r_inner .contents li {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .recruit-top .content03Area .r_inner .btnArea {
    padding-top: 30px;
  }
  .recruit-top .content03Area .r_inner .btnArea .btn {
    width: calc(33.3% - 6px);
  }

/* content04Area */
  .recruit-top .content04Area .r_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .recruit-top .content04Area .r_inner ul {
    padding-top: 40px;
  }
  .recruit-top .content04Area .r_inner .btn {
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
/* mainArea */
.recruit-top .mainArea {
  width: 100%;
  background-image: url("../../images/recruit/main_bg_sp.webp");
  aspect-ratio: 800 / 800;
}

/* content01Area */
  .recruit-top .content01Area .contents .r_inner ul li {
    width: calc(50% - 8px);
  }

/* content02Area */
  .recruit-top .content02Area .r_inner ul {
    flex-direction: column;
  }
  .recruit-top .content02Area .r_inner ul li {
    width: 100%;
    text-align: center;
    &:nth-child(2) {
      margin-top: 30px;
    }
  }

/* content03Area */
  .recruit-top .content03Area .r_inner .contents {
    flex-direction: column;
  }
  .recruit-top .content03Area .r_inner .contents li {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

/* content04Area */
  .recruit-top .content04Area .r_inner ul {
    flex-direction: column;
  }
  .recruit-top .content04Area .r_inner ul li {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    &:nth-child(2),
    &:nth-child(3) {
      padding-top: 30px;
    }
  }
  .recruit-top .content04Area .r_inner .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 640px) {
/* content03Area */
  .recruit-top .content03Area .r_inner .btnArea {
    padding-top: 30px;
    flex-direction: column;
  }
  .recruit-top .content03Area .r_inner .btnArea .btn {
    width: 100%;
    &:nth-child(2),
    &:nth-child(3) {
      margin-top: 10px;
    }
    a {
      margin: 0 auto;
    }
  }
}


/* =====================================
  recruit-newsパーツ 新規作成（BHW）
===================================== */
.recruit-newsArea {
  background-color: #efefef;
}
.recruit-newsArea .r_inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.recruit-newsArea .r_inner h2 {
  max-width: 360px;
  margin: 0 auto;
}
.recruit-newsArea .r_inner .recruit_news {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-newsArea .r_inner .recruit_news li {
  width: calc(33.3% - 10px);
  a {
    display: block;
    overflow: hidden;
    width: 100%;
    img {
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: .3s ease-in-out;
      object-fit: cover;
      aspect-ratio: 380 / 292;
    }
    &:hover img {
    transform: scale(1.1);
    }
  }
}
.recruit-newsArea .r_inner .btn {
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recruit-newsArea .btn02 {
	display: block;
	border-radius: 50px;
	position: relative;
	transition: all .2s linear;
	width: 100%;
  max-width: 352px;
  color: #fff;
  font-weight: 700;
	padding: 16px 36px;
  font-size: 20px;
  background-color: #1d2c5f;
  border: 2px solid #1d2c5f;
  &:hover {
    color: #1d2c5f;
    background-color: #fff;
  }
}
.recruit-newsArea .btn02:before {
  content: "";
  position: absolute;
  background-image: url("../../images/recruit/btn_arrow.svg");
	top: 50%;
  transform: translateY(-50%);
	right: 36px;
	width: 50px;
	height: 50px;
  transition: all 0.2s linear;
}
.recruit-newsArea .btn02:hover:before {
	right: 26px;
  background-image: url("../../images/recruit/btn_arrow_bl.svg");
}

@media screen and (max-width: 1000px) {
/* recruit-newsArea */
  .recruit-newsArea .r_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recruit-newsArea .r_inner h2 {
    max-width: 240px;
  }
  .recruit-newsArea .r_inner .recruit_news {
    padding-top: 40px;
  }
  .recruit-newsArea .r_inner .btn {
    padding-top: 30px;
  }
  .recruit-newsArea .btn02 {
    padding: 12px 20px;
    font-size: 14px;
    max-width: 240px;
    }
  .recruit-newsArea .btn02:before {
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .recruit-newsArea .btn02:hover:before {
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
/* recruit-newsArea */
  .recruit-newsArea .r_inner .recruit_news {
    flex-direction: column;
  }
  .recruit-newsArea .r_inner .recruit_news li {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    &:nth-child(2),
    &:nth-child(3) {
      padding-top: 30px;
    }
  }
}


/* =====================================
  recruit-instagramパーツ 新規作成（BHW）
===================================== */
.igArea .ttlArea .r_inner {
  padding-top: 60px;
  padding-bottom: 30px;
}
.igArea .ttlArea .r_inner h2 {
  max-width: 360px;
  margin: 0 auto;
}
.igArea .contents {
  background-color: #1d2c5f;
}
.igArea .contents .r_inner {
  padding-top: 40px;
  padding-bottom: 20px;
}
.igArea .contents .r_inner .recruit-instagram .sbi_items {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.igArea .contents .r_inner .recruit-instagram .sbi_photo {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .igArea .ttlArea .r_inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .igArea .ttlArea .r_inner h2 {
    max-width: 240px;
  }
  .igArea .contents .r_inner {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .igArea .contents .r_inner .recruit-instagram .sbi_items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .igArea .contents .r_inner .recruit-instagram .sbi_items {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* =====================================
  Recruit Navbarパーツ 可変対策の為追加（BHW）
===================================== */
.recruit .recruit-navbar {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
	height: 100%;
  background-color: #1d2c5f;
}
.recruit .recruit-navbar__inner,
.recruit .recruit-navbar .wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
	flex-wrap: wrap;
  gap: 16px;
  flex-wrap: nowrap;
}
.recruit .recruit-navbar__link,
.recruit .recruit-navbar .wrapper > a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  padding: 6px 0;
  text-decoration: none;
}
.recruit .recruit-navbar__link::after,
.recruit .recruit-navbar .wrapper > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.recruit .recruit-navbar__link:hover::after,
.recruit .recruit-navbar .wrapper > a:hover::after {
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .recruit .recruit-navbar__inner,
  .recruit .recruit-navbar .wrapper {
    padding: 16px 2vw;
    gap: 0;
  }
  .recruit .recruit-navbar__link,
  .recruit .recruit-navbar .wrapper > a {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .recruit .recruit-navbar {
    display: none;
  }
}

/* =====================================
  saiyou-linksパーツ 可変対策の為追加（BHW）
===================================== */
.recruit .saiyou-links_ttl {
	font-weight: 700;
	color: #454545;
	font-size: 20px;
	margin: -30px auto 40px;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.recruit .saiyou-links a {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.recruit .saiyou-links a {
		font-size: 13px;
	}
}

@media screen and (max-width: 640px) {
	.recruit .saiyou-links a {
		font-size: 16px;
	}
	.recruit .saiyou-links_ttl {
		font-size: 16px;
	}
}


/* =====================================
  staffページ デザイン変更の為追加（BHW）
===================================== */















/* ここからは recruit-newgraduates.cssを作成 */
/* =====================================
  新卒採用TOPページ 新規作成（BHW）
===================================== */
/* .recruit .section_box {
  min-width: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
} */

/* =====================================
  新卒採用フォームページ デザイン修正の為追加（BHW）
===================================== */
/* .recruit .section_box {
  min-width: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
} */

/* =====================================
  中途採用フォームページ デザイン修正の為追加（BHW）
===================================== */


/* =====================================
  本部総合職ページ 新規作成（BHW）
===================================== */

/* =====================================
  飲食プロフェッショナル01 新規作成（BHW）
===================================== */

/* =====================================
  飲食プロフェッショナル02 新規作成（BHW）
===================================== */


/* もんだいは居酒屋ページのcssをどこで書くか・・・ */