@charset "utf-8";
/* recruit ページ専用スタイル */

.section--recruit{
	margin-top: 40px;
}

/* ハンバーガーメニュー時のロゴ切り替え(下層ページのみ） */
.header__logo-img--normal{
	display: none;
}
.header__logo.is-visible .header__logo-img--white{
	display: none;
}
.header__logo.is-visible .header__logo-img--normal{
	display: block;
}

 .hero {
	background: #f7eff0;
	padding-bottom: 60px;
  }
   .hero__container {
	aspect-ratio: 750/1084;
	position: relative;
  }
   .hero__image {
	position: relative;
	height: 100%;
	width: 100%;
  }
  .hero__tittle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2.7rem;
	font-weight: 500;
	text-align: center;
	width: 100%;
	letter-spacing: 0.14em;
	text-shadow: 0 0 4px #3b3b3b, 0 0 8px #3b3b3b, 0 0 12px #3b3b3b;
  }
   .hero__mask {
	bottom: 0;
	position: absolute;
	width: 100%;
  }
   .hero__logo {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 85px;
  }
   .hero__text {
	margin-top: 30px;
	padding: 0 20px;
  }
   .section {
	position: relative;
  }
   .section__title .title__lang {
	display: block;
  }
   .section__title .title__lang--en {
	color: #e07f81;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
  }
   .section__title .title__lang--jp {
	font-size: 2.3rem;
	font-weight: 500;
  }
   .section__title .title--center {
	text-align: center;
  }
   .section__title .title--left .title__lang--en {
	margin-bottom: 10px;
  }
   .section--recruit {
	padding-bottom: 80px;
	padding-top: 70px;
  }
/* =====================
   #recruit
   ===================== */

#recruit .recruit__text{
	margin-top: 30px;
	margin-bottom: 36px;
	font-size: 1.4rem;
	font-weight: 400;
}