@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #1C1C1C;
  font-feature-settings: "palt";
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  div,
  img,
  svg,
  a,
  table,
  tr,
  th,
  td,
  figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 800;
  font-feature-settings: "palt";
}

.en {
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}

/* TOPページ
--------------------------------------------------*/
/* ローディング・スクロールアニメーション
--------------------------------------------------*/
.jsLoaderBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #2C2627;
  z-index: 99999;
}

.js-span-window {
  position: absolute;
  z-index: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  overflow: hidden;
}

.en_sec_ttl {
  display: block;
  opacity: 0;
  image-rendering: -moz-crisp-edges;
}

/* KV
--------------------------------------------------*/
#kv {
  margin-top: 90px;
  padding: 0 clamp(20px, 1.6vw, 40px) clamp(20px, 1.6vw, 40px);
  background-color: #2C2627;
  height: calc(100vh - 90px);
}
@media screen and (max-width: 999px) {
  #kv {
    margin-top: 60px;
    height: calc(100svh - 60px);
  }
}
@media screen and (max-width: 768px) {
  #kv {
    min-height: 400px;
    max-height: 680px;
  }
}
@media screen and (max-width: 449px) {
  #kv {
    padding: 0 10px 10px;
  }
}
#kv .wrap_kv {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
#kv .wrap_kv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 2;
}
#kv .wrap_kv .kv_video_wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#kv .wrap_kv .kv_video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#kv .wrap_kv .catch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 clamp(40px, 5.5vw, 4.28vw) clamp(40px, 5.5vw, 4.28vw);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #kv .wrap_kv .catch {
    left: 0;
    bottom: 0;
    padding: 0 clamp(10px, 3.58vw, 20px) 40px;
  }
}
#kv .wrap_kv .catch .main_catch,
#kv .wrap_kv .catch .sub_catch {
  color: #fff;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}
#kv .wrap_kv .catch .main_catch {
  font-size: clamp(8.4rem, 8.57vw, 14.6rem);
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #kv .wrap_kv .catch .main_catch {
    font-size: clamp(5.8rem, 18.46vw, 8.4rem);
  }
}
#kv .wrap_kv .catch .main_catch .slide_hidden {
  line-height: 0.9;
  display: inline-block;
  overflow: hidden;
}
#kv .wrap_kv .catch .main_catch .slide_hidden.--first {
  margin-bottom: -10px;
}
#kv .wrap_kv .catch .main_catch .slide_hidden.--second {
  margin-top: -10px;
  margin-left: 1.2em;
}
#kv .wrap_kv .catch .main_catch .slide_hidden .slide_inner {
  display: inline-block;
  line-height: 0.9;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #kv .wrap_kv .catch .main_catch .main_txt {
    display: block;
  }
}
#kv .wrap_kv .catch .sub_catch {
  font-size: clamp(2.8rem, 2.85vw, 5.4rem);
  padding-left: clamp(50px, 6.5vw, 60px);
  transform: skewX(-8deg);
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #kv .wrap_kv .catch .sub_catch {
    font-size: clamp(1.6rem, 5.12vw, 2.6rem);
    padding-left: clamp(20px, 6.41vw, 36px);
  }
}
#kv .wrap_kv .catch .sub_catch::before {
  content: "";
  position: absolute;
  left: 0;
  width: clamp(40px, 5.2vw, 50px);
  height: 6px;
  background: linear-gradient(to right, #BA0F15, #E72A31);
}
@media screen and (max-width: 768px) {
  #kv .wrap_kv .catch .sub_catch::before {
    width: clamp(16px, 4.1vw, 30px);
    height: 4px;
  }
}

/* KV以下共通
--------------------------------------------------*/
section h2 {
  position: relative;
  font-size: clamp(5.4rem, 5.4vw, 6.4rem);
  margin-bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  section h2 {
    font-size: clamp(3.3rem, 10.25vw, 5.4rem);
    text-align: center;
    margin-bottom: 30px;
  }
}
section h2 span {
  font-size: clamp(6.4rem, 6.4vw, 7.5rem);
}
@media screen and (max-width: 999px) {
  section h2 span {
    font-size: clamp(3.8rem, 11.53vw, 6.4rem);
  }
}

.intro_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .intro_txt {
    margin-bottom: 30px;
  }
}

.wrap_sec_ttl {
  position: relative;
}
@media screen and (max-width: 999px) {
  .wrap_sec_ttl {
    padding-top: 8%;
  }
}
.wrap_sec_ttl .en_sec_ttl {
  height: clamp(100px, 10vw, 144px);
  width: auto;
}
@media screen and (max-width: 999px) {
  .wrap_sec_ttl .en_sec_ttl {
    height: clamp(46px, 13.33vw, 100px);
  }
}

.page_ttl .ttl_txt {
  font-size: clamp(2rem, 3.12vw, 3rem);
  color: #CE1B21;
}

section .arrow {
  width: 45px;
}
@media screen and (max-width: 768px) {
  section .arrow {
    width: 34px;
  }
}
section .arrow::after {
  background: #fff;
  width: 16px;
  height: 12px;
}
@media screen and (max-width: 999px) {
  section .arrow::after {
    width: 10px;
    height: 8px;
  }
}

/* メッセージ
--------------------------------------------------*/
#message {
  background-image: url(../img/top/top_message_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0.85) 65%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.45) 83%, rgba(0, 0, 0, 0.25) 90%, rgba(0, 0, 0, 0.1) 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0.85) 65%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.45) 83%, rgba(0, 0, 0, 0.25) 90%, rgba(0, 0, 0, 0.1) 95%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
#message .wrap_message {
  text-align: center;
  padding: 60px 0 260px;
}
@media screen and (max-width: 999px) {
  #message .wrap_message {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  #message .wrap_message {
    padding-bottom: 120px;
  }
}
#message .wrap_message .wrap_message_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #message .wrap_message .wrap_message_img {
    margin-bottom: 40px;
  }
}
#message .wrap_message .wrap_message_img .back_txt {
  height: clamp(100px, 12.14vw, 170px);
  width: auto;
}
@media screen and (max-width: 999px) {
  #message .wrap_message .wrap_message_img .back_txt {
    height: clamp(46px, 13.33vw, 100px);
  }
}
#message .wrap_message .wrap_message_img .message_txt {
  width: 100%;
  max-width: clamp(580px, 58.85vw, 824px);
  height: auto;
  margin-top: -6%;
}
#message .wrap_message .wrap_message_txt p {
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  line-height: 2;
  color: #fff;
}
#message .wrap_message .wrap_message_txt p:not(:last-child) {
  margin-bottom: 30px;
}

/* 会社を知る
--------------------------------------------------*/
#about {
  padding: 40px 0 120px;
}
@media screen and (max-width: 999px) {
  #about {
    padding: 20px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding-bottom: 60px;
  }
}
#about .wrap_about .wrap_sec_ttl .js-span-window {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  #about .wrap_about .wrap_sec_ttl .js-span-window {
    right: initial;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#about .wrap_about .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #about .wrap_about .list {
    grid-template-columns: auto;
  }
}
#about .wrap_about .list .block {
  padding-bottom: 10px;
  border-bottom: solid 1px #DFDFDF;
}
#about .wrap_about .list .block .img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#about .wrap_about .list .block .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
#about .wrap_about .list .block .img img {
  transition: transform 0.3s ease;
}
#about .wrap_about .list .block .page_ttl {
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #about .wrap_about .list .block .page_ttl {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
  }
}
#about .wrap_about .list .block .page_ttl .ttl_txt {
  color: #1C1C1C;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #about .wrap_about .list .block .page_ttl .ttl_txt {
    color: #CE1B21;
  }
}
#about .wrap_about .list .block .page_ttl .arrow_scale {
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: width 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #about .wrap_about .list .block .page_ttl .arrow_scale {
    width: 34px;
  }
}
#about .wrap_about .list .block .page_ttl .arrow_scale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #BA0F15, #E72A31);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease-out;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .wrap_about .list .block .page_ttl .arrow_scale::before {
    transform: scale(1);
  }
}
#about .wrap_about .list .block .page_ttl .arrow_scale::after {
  content: "";
  position: relative;
  z-index: 2;
  width: 16px;
  height: 12px;
  -webkit-mask: var(--arrow) no-repeat center/contain;
  mask: var(--arrow) no-repeat center/contain;
  background: #CE1B21;
  transition: background 0.3s ease, width 0.3s ease;
}
@media screen and (max-width: 768px) {
  #about .wrap_about .list .block .page_ttl .arrow_scale::after {
    width: 10px;
    height: 8px;
    background: #fff;
  }
}
@media screen and (min-width: 1000px) {
  #about .wrap_about .list .block:hover .img::before {
    opacity: 1;
  }
  #about .wrap_about .list .block:hover .img img {
    transform: scale(1.1);
  }
  #about .wrap_about .list .block:hover .ttl_txt {
    color: #CE1B21;
  }
  #about .wrap_about .list .block:hover .arrow_scale {
    width: 45px;
  }
  #about .wrap_about .list .block:hover .arrow_scale::before {
    transform: scale(1);
  }
  #about .wrap_about .list .block:hover .arrow_scale::after {
    background: #fff;
  }
}

/* 仕事を知る
--------------------------------------------------*/
#work {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 999px) {
  #work {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #work {
    padding: 50px 0 60px;
  }
}
#work .wrap_work {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: end;
  gap: 80px;
}
@media screen and (max-width: 999px) {
  #work .wrap_work {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  #work .wrap_work .left {
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#work .wrap_work .left .wrap_sec_ttl {
  position: relative;
}
#work .wrap_work .left .wrap_sec_ttl .js-span-window {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  #work .wrap_work .left .wrap_sec_ttl .js-span-window {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#work .wrap_work .left .list .block {
  display: block;
  transition: background-color 0.3s ease;
}
#work .wrap_work .left .list .block .en_ttl_label {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  background-color: #1C1C1C;
  color: #fff;
  margin-bottom: 10px;
}
#work .wrap_work .left .list .block .en_ttl_label span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #work .wrap_work .left .list .block .en_ttl_label span {
    font-size: 1.2rem;
  }
}
#work .wrap_work .left .list .block .page_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 20px;
  border-bottom: solid 1px #DFDFDF;
}
@media screen and (max-width: 999px) {
  #work .wrap_work .left .list .block .page_ttl {
    padding-bottom: 15px;
  }
}
#work .wrap_work .left .list .block:first-child {
  margin-bottom: 30px;
}
#work .wrap_work .left .list .block:hover {
  background-color: #EDEDED;
}
#work .wrap_work .right {
  height: 80%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #work .wrap_work .right {
    border-radius: 0;
    height: clamp(200px, 51.28vw, 400px);
  }
}
#work .wrap_work .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* 社員を知る
--------------------------------------------------*/
#interview {
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #interview {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #interview {
    padding: 50px 0 60px;
  }
}
#interview .wrap_interview .wrap_sec_ttl {
  position: relative;
}
#interview .wrap_interview .wrap_sec_ttl .js-span-window {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  #interview .wrap_interview .wrap_sec_ttl .js-span-window {
    right: initial;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#interview .wrap_interview .wrap_intro_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #interview .wrap_interview .wrap_intro_txt {
    margin-bottom: 30px;
  }
}
#interview .wrap_interview .wrap_intro_txt .intro_txt {
  margin-bottom: 0;
}
#interview .wrap_interview .wrap_intro_txt .btn {
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  #interview .wrap_interview .lg_btn {
    margin: 30px auto 0;
  }
}

/* 働く環境を知る
--------------------------------------------------*/
#environment {
  background-image: url(../img/top/top_environment_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#environment::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  inset: 0;
}
#environment .wrap_environment {
  padding: 140px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #environment .wrap_environment {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #environment .wrap_environment {
    padding: 50px 0 60px;
  }
}
#environment .wrap_environment .wrap_sec_ttl h2 {
  color: #fff;
}
#environment .wrap_environment .wrap_sec_ttl .js-span-window {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  #environment .wrap_environment .wrap_sec_ttl .js-span-window {
    right: initial;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#environment .wrap_environment .intro_txt {
  color: #fff;
}
#environment .wrap_environment .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #environment .wrap_environment .list {
    grid-template-columns: auto;
    gap: 20px;
  }
}
#environment .wrap_environment .list .block {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 20px 20px 30px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #environment .wrap_environment .list .block {
    padding: 30px 20px 20px 20px;
  }
}
#environment .wrap_environment .list .block .page_ttl .ttl_txt {
  font-size: clamp(3rem, 3vw, 3.6rem);
  color: #CE1B21;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #environment .wrap_environment .list .block .page_ttl .ttl_txt {
    margin-bottom: 10px;
  }
}
#environment .wrap_environment .list .block .arrow {
  margin-left: auto;
}
#environment .wrap_environment .list .block:hover {
  background-color: #EDEDED;
}

/* お知らせ
--------------------------------------------------*/
#news {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #news {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #news {
    padding: 50px 0 120px;
  }
}
#news .wrap_news .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  #news .wrap_news .top {
    flex-direction: column;
  }
}
#news .wrap_news .top .wrap_sec_ttl .js-span-window {
  left: 120px;
  bottom: 40px;
}
@media screen and (max-width: 999px) {
  #news .wrap_news .top .wrap_sec_ttl .js-span-window {
    bottom: initial;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#news .wrap_news .top .intro_txt {
  z-index: 2;
}
#news .wrap_news .wrap_post {
  margin-bottom: 30px;
}
#news .wrap_news .wrap_post #sb_instagram {
  padding: 0;
}
#news .wrap_news .wrap_post #sb_instagram #sbi_images {
  padding: 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #news .wrap_news .wrap_post #sb_instagram #sbi_images {
    gap: 15px;
  }
}
#news .wrap_news .wrap_post #sb_instagram #sbi_images .sbi_photo_wrap {
  filter: grayscale(0.8);
}
#news .wrap_news .btn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #news .wrap_news .btn {
    margin-right: auto;
  }
}
#news .wrap_news .btn .arrow::after {
  transform: rotate(-45deg);
}

/* 採用情報を知る
--------------------------------------------------*/
#recruit {
  padding: 140px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #recruit {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 649px) {
  #recruit {
    padding: 354px 0 80px;
    margin-top: -30px;
  }
}
#recruit .wrap_recruit {
  text-align: center;
  position: relative;
}
#recruit .wrap_recruit .wrap_sec_ttl .js-span-window {
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  #recruit .wrap_recruit .wrap_sec_ttl .js-span-window {
    right: initial;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#recruit .wrap_recruit .intro_txt {
  margin-bottom: 30px;
}
#recruit .wrap_recruit .figure {
  width: 100%;
  max-width: clamp(340px, 52.01vw, 460px);
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-bottom: 40px;
}
#recruit .wrap_recruit .wrap_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
#recruit .wrap_recruit .wrap_btn .btn {
  gap: clamp(10px, 1vw, 15px);
}
#recruit .wrap_recruit .wrap_btn .btn span {
  font-size: clamp(2.4rem, 2.4vw, 3rem);
}
#recruit .wrap_recruit .wrap_btn .btn .arrow {
  width: clamp(34px, 3.4vw, 45px);
}
#recruit .wrap_recruit .wrap_btn .btn .arrow::after {
  width: clamp(10px, 1vw, 16px);
  height: clamp(8px, 8vw, 12px);
}
#recruit .wrap_recruit .img_1, #recruit .wrap_recruit .img_2, #recruit .wrap_recruit .img_3 {
  position: absolute;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
#recruit .wrap_recruit .img_1 {
  width: clamp(240px, 35.11vw, 370px);
  left: 50%;
  transform: translateX(-50%);
  top: clamp(150px, 15.6vw, 120px);
  margin-left: clamp(-456px, -43.69vw, -306px);
}
@media screen and (max-width: 649px) {
  #recruit .wrap_recruit .img_1 {
    width: 200px;
    transform: inherit;
    top: -354px;
    left: auto;
    margin-left: -10px;
  }
}
@media screen and (max-width: 449px) {
  #recruit .wrap_recruit .img_1 {
    width: clamp(180px, 46.15vw, 200px);
    transform: inherit;
    top: -354px;
    left: auto;
    margin-left: clamp(-20px, -5.12vw, -40px);
  }
}
#recruit .wrap_recruit .img_2 {
  width: clamp(200px, 29.9vw, 322px);
  transform: translateX(-50%);
  top: clamp(160px, 18.2vw, 180px);
  left: 50%;
  margin-left: clamp(290px, 44.21vw, 452px);
}
@media screen and (max-width: 649px) {
  #recruit .wrap_recruit .img_2 {
    width: 170px;
    transform: inherit;
    top: -274px;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: calc(-5% + 10px);
  }
}
@media screen and (max-width: 449px) {
  #recruit .wrap_recruit .img_2 {
    width: clamp(150px, 38.46vw, 170px);
    transform: inherit;
    top: -274px;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: calc(-5% - 10px);
  }
}
#recruit .wrap_recruit .img_3 {
  width: clamp(120px, 19.5vw, 230px);
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(90px, -7.45vw + 177.3px, 160px);
  margin-left: clamp(-410px, -40.3vw, -280px);
}
@media screen and (max-width: 649px) {
  #recruit .wrap_recruit .img_3 {
    width: 120px;
    transform: inherit;
    top: -207px;
    left: auto;
    bottom: auto;
    margin-left: clamp(26px, 17.2vw, 146px);
  }
}
@media screen and (max-width: 449px) {
  #recruit .wrap_recruit .img_3 {
    width: clamp(100px, 25.64vw, 120px);
    transform: inherit;
    top: -207px;
    margin-left: 26px;
  }
}/*# sourceMappingURL=top.css.map */