@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: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #000000;
  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;
}

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

.en {
  font-family: "Clash Display", sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* 採用情報
--------------------------------------------------*/
/* 導入
--------------------------------------------------*/
#message {
  padding: 100px 0 80px;
}
@media screen and (max-width: 999px) {
  #message {
    padding: 60px 0;
  }
}
#message .wrap_message {
  display: grid;
  grid-template-columns: 58% 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 999px) {
  #message .wrap_message {
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
#message .wrap_message .left {
  padding-top: 7.14vw;
}
@media screen and (max-width: 999px) {
  #message .wrap_message .left {
    padding-top: 30px;
  }
}
#message .wrap_message .left .catch_txt {
  font-size: clamp(3.2rem, 3.2vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
}
#message .wrap_message .left .catch_txt::before {
  content: "";
  position: absolute;
  top: -5vw;
  left: -5%;
  width: 49.71vw;
  max-width: 696px;
  height: 11.07vw;
  max-height: 155px;
  background-image: url(../img/recruit/back_txt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  #message .wrap_message .left .catch_txt::before {
    top: -30px;
    left: -2%;
    min-width: 280px;
    min-height: 62px;
  }
}
@media screen and (max-width: 999px) {
  #message .wrap_message .left .catch_txt {
    font-size: clamp(2.2rem, 5.64vw, 3.2rem);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 999px) {
  #message .wrap_message .right {
    max-width: 560px;
    margin-inline: auto;
  }
}

/* 募集要項
--------------------------------------------------*/
#job-description {
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  #job-description {
    padding-bottom: 80px;
  }
}
#job-description .wrap_job-description {
  padding-top: 60px;
  border-top: dashed 1px #C6D9E6;
}
@media screen and (max-width: 999px) {
  #job-description .wrap_job-description {
    padding-top: 30px;
  }
}
#job-description .wrap_job-description .top_txt {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #job-description .wrap_job-description .top_txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #job-description .wrap_job-description .top_txt {
    flex-direction: column;
    row-gap: 10px;
  }
}
#job-description .wrap_job-description h2 {
  font-size: clamp(2.8rem, 2.8vw, 3.2rem);
}
@media screen and (max-width: 999px) {
  #job-description .wrap_job-description h2 {
    font-size: clamp(2.4rem, 6.15vw, 2.8rem);
  }
}
#job-description .content {
  display: grid;
  grid-template-columns: 29.1% 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 999px) {
  #job-description .content {
    grid-template-columns: auto;
    row-gap: 20px;
  }
}
#job-description .content .occupation_list {
  display: grid;
  align-content: start;
  row-gap: 10px;
}
@media screen and (max-width: 999px) {
  #job-description .content .occupation_list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #job-description .content .occupation_list {
    grid-template-columns: auto;
  }
}
#job-description .content .occupation_list .occupation_link {
  display: block;
  min-height: 11.42vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 999px) {
  #job-description .content .occupation_list .occupation_link {
    min-height: auto;
  }
}
#job-description .content .occupation_list .occupation_link::before {
  content: "";
  position: absolute;
  background-color: #002238;
  opacity: 0.75;
  z-index: 2;
  inset: 0;
  transition: opacity 0.4s ease;
}
#job-description .content .occupation_list .occupation_link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#job-description .content .occupation_list .occupation_link img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#job-description .content .occupation_list .occupation_link .wrap_txt {
  padding: 25px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  #job-description .content .occupation_list .occupation_link .wrap_txt {
    padding: 20px;
  }
}
#job-description .content .occupation_list .occupation_link .wrap_txt h3 {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  #job-description .content .occupation_list .occupation_link .wrap_txt h3 {
    margin-bottom: 5px;
  }
}
#job-description .content .occupation_list .occupation_link .wrap_txt .class {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
#job-description .content .occupation_list .occupation_link:hover::before {
  opacity: 0.25;
}
#job-description .content .occupation_list .occupation_link.is-active {
  pointer-events: none;
}
#job-description .content .occupation_list .occupation_link.is-active::before {
  opacity: 0.25;
}
#job-description .content .occupation_list .occupation_link.is-active::after {
  opacity: 1;
}
#job-description .content .description {
  padding: 50px;
  border: solid 1px #C6D9E6;
}
@media screen and (max-width: 999px) {
  #job-description .content .description {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #job-description .content .description {
    padding: 30px 20px;
  }
}
#job-description .content .description h3 {
  font-size: clamp(2.4rem, 2.4vw, 3rem);
  line-height: 1.4;
  padding-bottom: 30px;
  border-bottom: dashed 1px #C6D9E6;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #job-description .content .description h3 {
    font-size: clamp(2rem, 5.12vw, 2.4rem);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#job-description .content .description .wrap_txt .catch_txt {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #job-description .content .description .wrap_txt .catch_txt {
    margin-bottom: 10px;
  }
}
#job-description .content .description .description_table {
  padding-top: 50px;
}
@media screen and (max-width: 999px) {
  #job-description .content .description .description_table {
    padding-top: 30px;
  }
}
#job-description .content .description .description_table dl .item {
  display: grid;
  grid-template-columns: 20.5% 1fr;
  border-bottom: solid 1px #C6D9E6;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
@media screen and (max-width: 999px) {
  #job-description .content .description .description_table dl .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #job-description .content .description .description_table dl .item {
    grid-template-columns: auto;
    row-gap: 5px;
  }
}
#job-description .content .description .description_table dl .item dt {
  font-weight: 700;
  color: #0976BC;
}
#job-description .content .description .description_table dl .item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#job-description .content .tab-content {
  display: none;
}
#job-description .content .tab-content.active {
  display: block;
}

/* エントリー
--------------------------------------------------*/
#entry {
  background-color: #E9F1F6;
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  #entry {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #entry {
    padding-bottom: 20px;
  }
}
#entry .wrap_contact {
  text-align: center;
}
#entry .wrap_contact .wrap_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  #entry .wrap_contact .wrap_ttl {
    margin-bottom: 40px;
  }
}
#entry .wrap_contact .wrap_ttl .sec_ttl {
  margin-bottom: 10px;
}
#entry .wrap_contact .txt {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #entry .wrap_contact .txt {
    font-size: 1.6rem;
  }
}
#entry .wrap_contact .wrap_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 999px) {
  #entry .wrap_contact .wrap_btn {
    flex-direction: column;
    row-gap: 15px;
  }
}
#entry .wrap_contact .wrap_btn .btn {
  font-size: clamp(2.4rem, 2.4vw, 2.8rem);
  width: 100%;
  max-width: 530px;
  padding: 12px 12px 12px 40px;
}
@media screen and (max-width: 999px) {
  #entry .wrap_contact .wrap_btn .btn {
    font-size: clamp(2rem, 5.12vw, 2.4rem);
    padding: 10px 10px 10px 30px;
  }
}
#entry .wrap_contact .wrap_btn .btn .arrow {
  width: 100px;
}
@media screen and (max-width: 999px) {
  #entry .wrap_contact .wrap_btn .btn .arrow {
    width: 66px;
  }
}
#entry .wrap_contact .wrap_btn .btn .arrow::after {
  width: 25px;
  height: 29px;
}
@media screen and (max-width: 999px) {
  #entry .wrap_contact .wrap_btn .btn .arrow::after {
    width: 16px;
    height: 19px;
  }
}/*# sourceMappingURL=recruit.css.map */