@charset "UTF-8";

#fullpage,
.section {
  height: calc(var(--vh, 1vh) * 100);
}

.a-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: +1;
  width: 100%;
  height: 64px;
}

/*--------------------------------------------
pagetop
--------------------------------------------*/
.a-pagetop {
  display: none;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_50.svg) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 300;
  transform: rotate(-90deg);
}
/********* sp *********/
@media only screen and (max-width:750px) {
.a-pagetop {
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_50.svg) no-repeat;
    background-size: cover;
    width: 13.888vw;
    height: 13.888vw;
    right: 2.222vw;
    bottom: 2.222vw;
  }
}


/*--------------------------------------------
section_00
--------------------------------------------*/
.a-section_00_content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  z-index: 2;
}

.l-breadcrumb li:last-child {
  width: auto;
}

.a-section_00_content h2 {
  width: 96.875%;
  margin: 4.296vw auto 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 35px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_00_content h2 {
    margin: 20vh auto 0 auto;
    gap: 5.555vw 0;
  }
}

.a-section_00__en {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
  font-size: 141px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_00__en {
    font-size: 22.222vw;
  }
}

.a-section_00__jp {
  display: inline-block;
  font-weight: 300;
  font-size: 28px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_00__jp {
    font-size: 5.555vw;
    line-height: 1.4em;
  }
}

.a-section_00_content p {
  width: 96.875%;
  margin: 75px auto 0 auto;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.777em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_00_content p {
    margin: 20vh auto 0 auto;
    font-size: 4.444vw;
  }
}


/*--------------------------------------------
共通
--------------------------------------------*/
/* bg */
.a-section__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.a-section__bg__ph {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.a-section__bg__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ph */
.a-content__ph {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-content__ph {
    height: 42vh;
    overflow: hidden;
    position: absolute;
    top: 14vh;
    left: 0;
    display: block;
    overflow-y: auto;
  }

.-ph_high .a-content__ph {
    height: 50vh;
    overflow: hidden;
    position: absolute;
    top: 14vh;
    left: 0;
    display: block;
    overflow-y: auto;
  }

  .a-content__ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}

.a-content__ph img {
  width: 90%;
  max-width: 846px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-content__ph img {
    width: 100%;
    max-width: none;
  }
}

/* ttl */
.a-content__ttl {
  width: fit-content;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}
/********* sp *********/
@media only screen and (max-width:750px) {
.a-content__ttl {
    left: 2.777vw;
    top: -1vh;
    bottom: auto;
  }
}

/********* pc *********/
@media only screen and (min-width:751px) {
  .a-content__ttl.-vertical {
    top: 20px;
    left: auto;
    right: 20px;
    bottom: auto;
    z-index: 2;
  }
}

.a-content__ttl__number {
  display: flex;
  gap: 0 10px;
  position: absolute;
  top: 0;
  left: -9px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-content__ttl__number {
    gap: 0 8vw;
    left: -1.5vw;
  }
}

/********* pc *********/
@media only screen and (min-width:751px) {
  .a-content__ttl.-vertical .a-content__ttl__number {
    flex-flow: column;
    top: -25px;
    left: auto;
    right: 0;
  }

  /********* sp *********/
  @media only screen and (max-width:750px) {
    .a-content__ttl.-vertical .a-content__ttl__number {
      top: -6.944vw;
    }
  }
}

.a-content__ttl__number dt {
  font-size: 120px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-content__ttl__number dt {
    font-size: 26.666vw;
  }
}

.a-content__ttl__number dd {
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  margin-top: 37px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-content__ttl__number dd {
    font-size: 5.555vw;
    margin-top: 10.277vw;
  }
}

/********* pc *********/
@media only screen and (min-width:751px) {
  .a-content__ttl.-vertical .a-content__ttl__number dd {
    writing-mode: vertical-rl;
    margin: 7px 20px 0 0;
  }
}

.a-content__ttl__txt {
  width: fit-content;
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 4px;
  position: relative;
  margin: 72px 0 0 10px;
  font-feature-settings: "palt";
}
/********* sp *********/
@media only screen and (max-width:750px) {
.a-content__ttl__txt {
    gap: 1.111vw;
    margin: 19.5vw 0 0 3vw;
  }
}

/********* pc *********/
@media only screen and (min-width:751px) {
  .a-content__ttl.-vertical .a-content__ttl__txt {
    writing-mode: vertical-rl;
    font-feature-settings: "vpal";
    margin: 0 70px 0 0;
  }
}

.a-content__ttl__txt p {
  backdrop-filter: blur(20px) brightness(1.5);
  -webkit-backdrop-filter: blur(20px) brightness(1.5);
  background: rgba(255, 255, 255, 0.55);
  font-size: 53px;
  font-weight: 100;
  color: #296FC6;
  padding: 0.22em 0.35em 0.32em 0.35em;
  white-space: nowrap;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-content__ttl__txt p {
    backdrop-filter: blur(2.777vw);
    -webkit-backdrop-filter: blur(2.777vw);
    font-size: 7.777vw;
  }
}

.a-content__ttl__txt p.-pd_r_0 {
  padding-right: 0;
}

/********* pc *********/
@media only screen and (min-width:751px) {
  .a-content__ttl.-vertical .a-content__ttl__txt p {
    padding: 0.35em 0.24em 0.4em 0.24em;
  }

  .a-content__ttl.-vertical .a-content__ttl__txt p.-pd_t_0 {
    padding-top: 0;
  }

  .a-content__ttl.-vertical .a-content__ttl__txt p.-pd_b_0 {
    padding-bottom: 0;
  }
}

/********* pc *********/
@media only screen and (min-width:751px) {
.a-content__ttl__txt p.-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
}

  .a-content__ttl.-vertical .a-content__ttl__txt__en {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    writing-mode: horizontal-tb;
  }

  .a-content__ttl.-vertical .a-content__ttl__txt__en.-row {
    flex-flow: row;
  }

  .a-content__ttl.-vertical .a-content__ttl__txt__en.-inner {
    margin-top: -0.1em;
  }
}

/* txt */
.a-content__txt {
  width: 50%;
  height: calc(100% - 40px);
  max-width: 330px;
  position: absolute;
  top: 20px;
  right: 10px;
  overflow-y: auto;
  display: flex;
  flex-flow: column;
  gap: 1.5em 0;
  padding-right: 10px;
  z-index: 2;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-content__txt {
    width: 88.888vw;
    height: 40vh;
    max-width: none;
    top: 60vh;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 0 17vh 0;
  }

.-ph_high .a-content__txt {
    top: 68vh;
    height: 32vh;
  }
}

/********* pc *********/
@media only screen and (min-width:751px) {
  .a-content__txt.-bottom {
    height: fit-content;
    max-height: calc(100% - 40px);
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
  }
}

.a-content__txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-content__txt p {
    font-size: 4.444vw;
  }
}

/* スライドアニメーション */
.a-content_slide {
  display: block;
  width: fit-content;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform 0.5s ease-in-out;
  opacity: 0;
}

.a-content_slide .a-content_slid__inner {
  display: block;
  transform: translate(100%, 0);
  transition: transform 0.5s ease-in-out;
}

/********* pc *********/
@media only screen and (min-width:751px) {
  .a-content_slide.-v_slide {
    margin-top: 10px;
    transform: translate(0, -100%);
  }

  .a-content_slide.-v_slide .a-content_slid__inner {
    transform: translate(0, 100%);
  }
}

.a-content_slide_in,
.a-content_slide_in .a-content_slid__inner {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

/* 表示順 */
.a-hidden_01,
.a-hidden_02,
.a-hidden_03 {
  filter: blur(10px);
  opacity: 0;
  transform: translate(0, 10px);
  transition:
  filter  0.5s ease,
  opacity 0.5s ease, 
  transform  0.5s ease;
}

.a-visible {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0);
}


/*--------------------------------------------
section_01
--------------------------------------------*/
.a-section_01 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.a-section_01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/about/section_01_bg_txt.png) no-repeat;
  background-size: 46.484%;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  opacity: 0.11;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_01::before {
    background: none;
  }
}


/*--------------------------------------------
section_02
--------------------------------------------*/
.a-section_02 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.a-section_02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/about/section_02_bg_txt.png) no-repeat;
  background-size: 66.484%;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  opacity: 0.11;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_02::before {
    background: none;
  }
}


/*--------------------------------------------
section_03
--------------------------------------------*/
.a-section_03 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.a-section_03::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/about/section_03_bg_txt.png) no-repeat;
  background-size: 61.171%;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  opacity: 0.18;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_03::before {
    background: none;
  }
}


/*--------------------------------------------
section_04
--------------------------------------------*/
.a-section_04 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.a-section_04::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/about/section_04_bg_txt.png) no-repeat;
  background-size: 79.609%;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  opacity: 0.3;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_04::before {
    background: none;
  }
}


/*--------------------------------------------
section_05
--------------------------------------------*/
.a-section_05 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.a-section_05::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/about/section_05_bg_txt.png) no-repeat;
  background-size: 79.453%;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  opacity: 0.08;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_05::before {
    background: none;
  }
}


/*--------------------------------------------
section_06
--------------------------------------------*/
.a-section_06 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.a-section_06::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/about/section_06_bg_txt.png) no-repeat;
  background-size: 66.484%;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  opacity: 0.15;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_06::before {
    background: none;
  }
}


/*--------------------------------------------
section_07
--------------------------------------------*/
.a-section_07 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.a-section_07::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/about/section_07_bg_txt.png) no-repeat;
  background-size: 50%;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  opacity: 0.09;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-section_07::before {
    background: none;
  }
}


/*--------------------------------------------
footer
--------------------------------------------*/
.a-footer {
  width: 100%;
  height: 49px;
  background: #262626;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-footer {
    height: 25.555vw;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: start;
    gap: 3.611vw 0;
    text-align: left;
  }
}

.a-footer p {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  margin-left: 95px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-footer p {
    font-size: 4.166vw;
    margin-left: 4.722vw;
  }
}

.a-footer a {
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  margin-right: 111px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .a-footer a {
    font-size: 3.333vw;
    margin-right: 0;
    margin-left: 4.722vw;
  }
}