@charset "UTF-8";
/* ===================================================================
CSS information

file name  : recruit.css
author     : Abilive
style info : 採用情報
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
    --1vw: 1vw;
    --vw-to-px: tan(atan2(var(--1vw), 1px));
}

.l-bnr {
  margin-top: 0;
}

.p-intro-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 6.3333333333rem;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-intro-image {
    max-width: 93.3333333333rem;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro-image {
    margin-top: 5.0666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro-image {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 89.7435897436%;
    margin-top: 4.4666666667rem;
  }
}
.p-intro-image__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-intro-image__item.u-img-1 {
  aspect-ratio: 700/480;
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
.p-intro-image__item.u-img-2 {
  aspect-ratio: 350/240;
}
@media only screen and (min-width: 768px) {
  .p-intro-image__item.u-img-2 {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro-image__item.u-img-2 {
    grid-row-start: 3;
  }
}
.p-intro-image__item.u-img-3 {
  aspect-ratio: 350/240;
}
@media only screen and (min-width: 768px) {
  .p-intro-image__item.u-img-3 {
    grid-column-start: 3;
    grid-row-start: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro-image__item.u-img-3 {
    grid-column-start: 1;
    grid-row-start: 4;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro-image__item.u-img-4 {
    grid-row: span 2/span 2;
    grid-column-start: 4;
    grid-row-start: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro-image__item.u-img-4 {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 3;
  }
}

.p-about {
  position: relative;
  z-index: 0;
  margin-top: 10.6666666667rem;
  padding-block: 7.3333333333rem;
  background: var(--color-txt01);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-about {
    margin-top: 8.5333333333rem;
    padding-block: 5.8666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about {
    margin-top: 7.4666666667rem;
    padding-block: 5.1333333333rem;
  }
}
.p-about__bg {
  position: absolute;
  inset: 0;
}
.p-about__bg:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}
.p-about__bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
}
.p-about__bg span {
  position: absolute;
  inset: 0;
}
.p-about__bg span:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(117, 114, 112, 0.6);
}
.p-about__bg span:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.18), rgba(250, 250, 250, 0));
  backdrop-filter: blur(15px);
}
.p-about__bg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 68.4021543986%;
  object-fit: cover;
  object-position: center;
}
.p-about__inner {
  display: flex;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-about__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    column-gap: 11.6666666667%;
    max-width: 80rem;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__inner {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 2.6666666667rem;
    width: 89.7435897436%;
  }
}
.p-about__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 3rem;
  z-index: 1;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-about__content {
    order: 2;
    position: sticky;
    top: 0;
    width: 37.5%;
    padding-top: 10rem;
    padding-right: 4.1666666667%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-about__content {
    row-gap: 2.4rem;
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__content {
    position: relative;
    row-gap: 2.1333333333rem;
  }
}
.p-about__description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 1.0666666667rem;
}
.p-about__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 2.3333333333rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-about__image {
    order: 1;
    width: 50.8333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__image {
    row-gap: 1.6666666667rem;
  }
}
.p-about__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-about__image-item:nth-child(even) {
  margin-left: auto;
}
.p-about__image-item.u-img-1 {
  width: 89.3442622951%;
  aspect-ratio: 545/380;
}
.p-about__image-item.u-img-2 {
  width: 68.8524590164%;
  aspect-ratio: 420/293;
}
.p-about__image-item.u-img-3 {
  width: 89.3442622951%;
  aspect-ratio: 545/380;
}
.p-about__image-item.u-img-4 {
  width: 68.8524590164%;
  aspect-ratio: 420/293;
}

.p-guideline {
  padding-block: 8.3333333333rem 8.6666666667rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-guideline {
    padding-block: 6.6666666667rem 6.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guideline {
    padding-block: 5.8666666667rem 6.0666666667rem;
  }
}
.p-guideline__inner {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-guideline__inner {
    max-width: 66.6666666667rem;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-guideline__inner {
    width: 89.7435897436%;
  }
}
.p-guideline .c-tab {
  margin-top: 5.0666666667rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-guideline .c-tab {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guideline .c-tab {
    margin-top: 3.5333333333rem;
  }
}
.p-guideline__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 4.6666666667rem;
  padding-top: 2.8666666667rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-guideline__content-wrapper {
    row-gap: 3.7333333333rem;
    padding-top: 2.2666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guideline__content-wrapper {
    row-gap: 3.2666666667rem;
    padding-top: 2rem;
  }
}
.p-guideline__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 1.6666666667rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-guideline__content {
    row-gap: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guideline__content {
    row-gap: 1.2rem;
  }
}
.p-guideline__content .c-ttlJP_03 {
  margin-left: -0.8rem;
}
.p-guideline__content .c-ttlJP_03 .jp {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.p-guideline__content .c-tblBasic {
  width: 100%;
}
.p-guideline__content .c-tblBasic table {
  width: 100%;
}
.p-guideline__content .c-tblBasic table tr th, .p-guideline__content .c-tblBasic table tr td {
  vertical-align: top;
}
.p-guideline__content .c-tblBasic table tr th {
  width: 20%;
}
.p-guideline__content .c-btn_basic03 {
  margin-inline: auto;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-guideline__content .c-btn_basic03 {
    width: 21.3333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-guideline__content .c-btn_basic03 {
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-guideline__content .c-btn_basic03 {
    width: 84.6153846154%;
    margin-top: 0.7333333333rem;
  }
}

.p-entry {
  overflow: hidden;
  position: relative;
  padding-block: 6.6666666667rem 7.4666666667rem;
  background: #577166;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-entry {
    padding-block: 5.3333333333rem 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry {
    padding-block: 4.6666666667rem 5.2rem;
  }
}
.p-entry:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  aspect-ratio: 1920/488;
  background: url("../../recruit/images/bg_entry.webp") no-repeat right top/cover;
}
@media only screen and (max-width: 767px) {
  .p-entry:before {
    left: auto;
    width: 200%;
  }
}
.p-entry__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-entry__inner {
    max-width: 49.3333333333rem;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry__inner {
    width: 89.7435897436%;
  }
}
.p-entry__inner .c-ttlJP_01 + * {
  margin-top: 2.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-entry__inner .c-ttlJP_01 + * {
    margin-top: 2.2666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry__inner .c-ttlJP_01 + * {
    margin-top: 2rem;
  }
}
.p-entry__inner .c-txt {
  color: #fff;
}
.p-entry__inner .c-txt + * {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-entry__inner .c-txt + * {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-entry__inner .c-txt + * {
    margin-top: 1.4rem;
  }
}
.p-entry__inner .c-btn_rsv {
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-entry__inner .c-btn_rsv {
    max-width: 22.6666666667rem;
  }
}

/*# sourceMappingURL=recruit.css.map */
