@charset "utf-8";
/*
///主な色設定///
メインカラー／お知らせすべて（青）：#0674B9
サブカラー／お知らせ感染症（水色）：#5CBCCB
アクセントカラー／お知らせ公募（ピンク）：#F3748A
お知らせセミナー（黄緑）：#74C565
お知らせアンケート（紫）：#B271B4
お知らせその他（オレンジ）：#F69555

↓↓↓↓↓↓コメントアウト表記サンプル Comment out sample ↓↓↓↓↓↓
*/
/*----------------------------------------------
	大くくりコメントアウト large part
---------------------------------------------*/

/*  中くくりコメントアウト middle part
------------------------------------- */

/* 小くくりコメントアウト small part */
/*
↑↑↑↑↑↑コメントアウト表記サンプル Comment out sample ↑↑↑↑↑↑

*/

/*----------------------------------------------
	c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  margin-bottom: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.c_ttl_type02 span {
  display: block;
  margin-bottom: 8px;
  color: #FA0046;
  font-weight: normal;
  font-size: 16px;
}

.l_job_openings .c_ttl_type02 {
  margin-top: 200px;
  font-size: 36px;
}
.l_job_openings .c_ttl_type02 span.is_area {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 24px;
  padding: 0 16px;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  border: 1px solid #000;
  vertical-align: text-top;
}


/*----------------------------------------------
	c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 48px;
}

.l_system_area .c_ttl_type03 {
  margin-bottom: 64px;
}
.l_jobs_area .c_ttl_type03 {
  margin-bottom: 69px;
}

.l_job_openings .c_ttl_type03 {
  margin-bottom: 27px;
  font-size: 28px;
  color: #FA0046;
  line-height: 1.28;
}
.l_area_list .c_ttl_type03 {
  margin-right: 128px;
  font-size: 24px;
  font-weight: 500;
}


/*----------------------------------------------
	c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  margin-bottom: 36px;
  font-weight: bold;
  font-size: 32px;
}
.c_ttl_type04 span {
  display: inline-block;
  margin-bottom: 36px;
  padding: 4px 16px;
  border: 1px solid #FA0046;
  color: #FA0046;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
}

.l_system_area .c_ttl_type04 {
  display: inline-block;
  position: relative;
  margin-left: 70px;
  margin-top: 3px;
  margin-bottom: 25px;
  padding: 4px 10px;
  border-bottom: 1px solid #FA0046;
  border-right: 1px solid #FA0046;
  color: #FA0046;
  font-size: 18px;
  font-weight: 500;
}
.l_system_area .c_ttl_type04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -70px;
  width: 64px;
  height: 64px;
  background-image: url("../../../recruit/images/icon_system01.webp");
  background-color: #FA0046;
  background-repeat: no-repeat;
  background-size: 25px 32px;
  background-position: center;
}
.l_system_area .c_system:nth-of-type(2) .c_ttl_type04::before {
  background-image: url("../../../recruit/images/icon_system02.webp");
}
.l_system_area .c_system:nth-of-type(3) .c_ttl_type04::before {
  background-image: url("../../../recruit/images/icon_system03.webp");
}


/*----------------------------------------------
	c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: bold;
}


/*----------------------------------------------
	c_btn_type01
---------------------------------------------*/
.c_btn_type01 {
  width: auto!important;
  position: relative;
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #FA0046;
  text-decoration: none;
  color: #000;
  font-size: 18px;
}
.c_btn_type01:hover {
  background: #fff2f2;
  color: #333;
}
.c_btn_type01::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  bottom: inherit;
  right: 20px;
  translate: 0 -50%;
  border-bottom: 2px solid #FA0046;
  border-right: 2px solid #FA0046;
  rotate: -45deg;
  background: none;
}
.c_btn_type01:hover::after {
  background: none;
}
.c_btn_type01::before,
.c_btn_type01:hover::before {
  content: none;
}


/*----------------------------------------------
	c_btn_type02
---------------------------------------------*/
.c_btn_type02 {
  width: auto;
  position: relative;
  display: inline-block;
  padding: 10px 44px 10px 12px;
  background: #fff;
  border: 1px solid #FA0046;
  text-decoration: none;
  color: #000;
  font-size: 15px;
}
.c_btn_type02:hover {
  background: #fff2f2;
  color: #333;
}
.c_btn_type02::after {
  content: "";
  position: absolute;
  width: 15px!important;
  height: 15px!important;
  top: 50%!important;
  bottom: inherit;
  right: 15px!important;
  translate: 0 -50%!important;
  background: url("../../../recruit/images/icon_external.webp")!important;
  background-size: 100%!important;
  background-repeat: no-repeat!important;
}
.c_btn_type02::before,
.c_btn_type02:hover::before {
  content: none;
}


/*----------------------------------------------
	c_zuto_tuzuku
---------------------------------------------*/
.c_zuto_tuzuku {
  display: inline-block;
  margin-bottom: 48px;
  font-size: 22px;
  opacity: 0;
}
.c_zuto_tuzuku { animation: fadeIn .7s forwards; }
.c_zuto_tuzuku.is_animation:nth-of-type(1) { animation-delay: 0s; }
.c_zuto_tuzuku.is_animation:nth-of-type(2) { animation-delay: 1s; }
.c_zuto_tuzuku.is_animation:nth-of-type(3) { animation-delay: 2s; }
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.c_zuto_tuzuku .is_zuto_tuzuku_box {
  margin-bottom: 24px;
  animation: 1s 
}

.c_zuto_tuzuku .is_tuzuku_txt {
  display: inline-block;
  margin-left: 16px;
  padding: 0 24px;
  border: 3px solid #FA0046;
  color: #FA0046;
  font-weight: bold;
  font-size: 48px;
  opacity: 0;
}
.is_tuzuku_txt { animation: fadeIn_02 .5s forwards; }
.c_zuto_tuzuku:nth-of-type(1) .is_tuzuku_txt.is_animation { animation-delay: 0.7s; }
.c_zuto_tuzuku:nth-of-type(2) .is_tuzuku_txt.is_animation { animation-delay: 1.7s; }
.c_zuto_tuzuku:nth-of-type(3) .is_tuzuku_txt.is_animation { animation-delay: 2.7s; }
@keyframes fadeIn_02 {
  0% { opacity: 0; translate: 50px 0; }
  100% { opacity: 100%; translate: 0 0; }
}


/*----------------------------------------------
	is_zuto_img
---------------------------------------------*/
.is_zuto_img {
  width: 300px;
  margin-right: 8px;
  vertical-align: sub;
}
.is_zuto_img g {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.is_zuto_img.is_animation g:nth-of-type(1) { animation: zuto .1s linear forwards; }
.is_zuto_img.is_animation g:nth-of-type(2) { animation: zuto .2s linear .2s forwards; }
.is_zuto_img.is_animation g:nth-of-type(3) { animation: zuto .1s linear .7s forwards; }
.is_zuto_img.is_animation g:nth-of-type(4) { animation: zuto .1s linear .85s forwards;}

@keyframes zuto {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}


/*----------------------------------------------
	c_reason
---------------------------------------------*/
.c_reason {
  position: relative;
  display: flex;
  gap: 56px;
  height: 404px;
  padding: 0 60px;
  margin-top: 100px;
  margin-bottom: 150px;
  background: #FFF;
}
.c_reason::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -80px;;
  width: 100%;
  height: 470px;
  background: url("../../../recruit/images/bg_reason.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c_reason:nth-of-type(2n)::before {
  right: inherit;
  left: -80px;
}

.c_reason .is_reason_contents {
  margin: auto;
}

.c_reason .is_reason_img {
  max-width: 574px;
  translate: 0 -70px;
}


/*----------------------------------------------
	c_system
---------------------------------------------*/
.c_system {
  padding: 10px;
  background: #FFF;
}

.c_system .is_system_txt {
  margin: 0 25px 32px;
  line-height: 2;
}


/*----------------------------------------------
	c_job_openings_box
---------------------------------------------*/
.c_job_openings_box {
  position: relative;
  padding: 32px;
  background: #FFF;
  border: 1px solid #FA0046;
  box-shadow: 12px 12px 18px hsla(0,0%,0%,0.08);
}

.c_job_openings_box .is_detailed_information {
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 8px 24px;
  margin-bottom: 27px;
}
.c_job_openings_box .is_detailed_information dd {
  font-weight: bold;
}

.c_job_openings_box .is_btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c_job_openings_box.is_new::before {
  content: 'NEW';
  position: absolute;
  background: #fa0046;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 15px 10px;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  translate: 30% -30%;
}