@charset "UTF-8";


/*--------------------------------------------
wrapper
--------------------------------------------*/
.te-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #296FC6;
}


/*--------------------------------------------
fv
--------------------------------------------*/
.te-fv {
  width: 100%;
  height: 775px;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-fv {
    height: auto;
  }
}

.te-fv__inner {
  max-width: 1152px;
  width: 90%;
  height: 775px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-fv__inner {
    width: 88.888%;
    height: auto;
    padding-top: 81.666vw;
  }
}

.te-fv__inner__right {
  width: 448px;
  display: flex;
  flex-flow: column;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-fv__inner__right {
    width: 100%;
  }
}

.te-fv__point {
  position: relative;
  width: 280px;
  height: 48px;
  background-color: #F7D15C;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-fv__point {
    width: 77.5vw;
    height: 13.333vw;
    margin: 0 auto;
    border-radius: 6.666vw;
  }
}

.te-fv__point:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #F7D15C;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-fv__point:before {
    margin-left: -2.777vw;
    border: 2.777vw solid transparent;
    border-top: 3.611vw solid #F7D15C;
  }
}

.te-fv__point p {
  display: inline;
  color: #296FC6;
  font-size: 17px;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-fv__point p {
    font-size: 4.722vw;
  }
}

.te-fv__catch {
  font-size: 42px;
  color: #fff;
  line-height: 1.4em;
  margin-top: 33px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-fv__catch {
    font-size: 11.666vw;
    margin-top: 8.888vw;
  }
}

.te-ttl {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 1em;
  margin-top: 32px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-ttl {
    font-size: 6.666vw;
    margin-top: 8.888vw;
    text-align: center;
  }
}

.te-fv__txt {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 2em;
  margin-top: 60px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-fv__txt {
    font-size: 5vw;
    margin-top: 14.166vw;
    text-align: center;
  }
}

.te-fv__animation {
  width: 1100px;
  height: 1000px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(calc(-50% - 280px));
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
.te-fv__animation {
    width: 115vw;
    height: 115vw;
    position: absolute;
    top: 10vw;
    left: 50%;
    transform: translateX(calc(-50% - 10vw));
  }
}


.te-fv__animation__ph {
  width: 115%;
  height: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-fv__animation__ph {
    width: 120%;
    height: auto;
  }
}

.te-fv__animation svg {
  width: 100%;
  height: 100%;
  display: block;
}

/*--------------------------------------------
pagelink
--------------------------------------------*/
.te-pagelink {
  max-width: 790px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-pagelink {
    width: 94.444%;
    margin-top: 11.111vw;
    padding-bottom: 0;
  }
}

.te-pagelink ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 46px 8%;


}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-pagelink ul {
    gap: 6.583vw 5.556%;
  }
}

.te-pagelink ul li {
  display: flex;
}

.te-pagelink li:nth-child(1) { max-width: 199px; }
.te-pagelink li:nth-child(2) { max-width: 230px; }
.te-pagelink li:nth-child(3) { max-width: 218px; }
.te-pagelink li:nth-child(4) { max-width: 215px; }
.te-pagelink li:nth-child(5) { max-width: 218px; }
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-pagelink li:nth-child(1),
  .te-pagelink li:nth-child(2),
  .te-pagelink li:nth-child(3),
  .te-pagelink li:nth-child(4),
  .te-pagelink li:nth-child(5) {
    width: 47.222%;
    max-width: none;
  }
}

.te-pagelink li a {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 10px;

  filter: blur(10px);
  opacity: 0;
  transform: translate(0, 10px);
  transition:
  filter  0.5s ease,
  opacity 0.5s ease, 
  transform  0.5s ease;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-pagelink li a {
    padding-bottom: 2.777vw;
  }
}

.te-pagelink li a:hover .te-pagelink__txt span {
  border-bottom: 1px solid #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-pagelink li a:hover .te-pagelink__txt span {
    border-bottom: 0.277vw solid #fff;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .te-pagelink__imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .te-pagelink li:nth-child(1) .te-pagelink__img { width: 39.166vw }
  .te-pagelink li:nth-child(2) .te-pagelink__img { width: 45.277vw }
  .te-pagelink li:nth-child(3) .te-pagelink__img { width: 42.5vw }
  .te-pagelink li:nth-child(4) .te-pagelink__img { width: 41.944vw }
  .te-pagelink li:nth-child(5) .te-pagelink__img { width: 42vw }
}

.te-pagelink__txt {
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  position: relative;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-pagelink__txt {
    font-size: 3.333vw;
  }
}

.te-pagelink__txt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 2px;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 7px solid #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
.te-pagelink__txt:before {
    margin-top: 0.555vw;
    margin-left: -1.111vw;
    border: 1.111vw solid transparent;
    border-top: 1.666vw solid #fff;
  }
}

/*--------------------------------------------
01-05 共通
--------------------------------------------*/
.te-sec__ttlbox {
  width: 100%;
  position: relative;
  z-index: 10;
}

.te-sec__ttl__lead {
  display: flex;
  flex-flow: column;
  gap: 2px 0;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__ttl__lead {
    gap: 0.555vw 0;
  }
}

.te-sec__ttl__lead span {
  display: inline-block;
  background-color: #F7D15C;
  padding: 0.8em 0.6em;
  font-size: 24px;
  font-weight: 400;
  color: #296FC6;
  width: auto;
  align-self: flex-start;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__ttl__lead span {
    padding: 0.4em 0.4em;
    font-size: 5.555vw;
  }
}

.te-sec__whbox {
  width: 100%;
  border-radius: 10px;
  padding: 48px 20px 80px;
  background-color: #fff;
  background: linear-gradient(to bottom right, #fff, #e9ecf2);
  box-shadow: 20px 20px 0 0 rgba(40, 69, 113, 1);
  margin-top: 42px;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__whbox {
    border-radius: 2.777vw;
    padding: 13.333vw 5.555vw 17.777vw;
    font-size: 5.555vw;
    margin-top: 22.138vw;
    box-shadow: 2.777vw 2.777vw 0 0 rgba(40, 69, 113, 1);
  }

  .te-sec__whbox.-job {
    margin-top: 8.888vw;
  }
}

.te-sec__whbox__ttl__en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 67px;
  letter-spacing: 0;
  color: #296FC6;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__whbox__ttl__en {
    font-size: 13.333vw;
  }
}

.te-sec__whbox__ttl__jp {
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6em;
  color: #296FC6;
  margin-top: 10px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__whbox__ttl__jp {
    font-size: 5.555vw;
  }
}

/*--------------------------------------------
01 尾道造船を知ろう！
--------------------------------------------*/
.te-sec01 {
  max-width: 1024px;
  width: 90%;
  margin: 100px auto 0;
  position: relative;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec01 {
    width: 88.888%;
    margin: 45.277vw auto 0;
  }
}

.te-sec01__bk01 {
  width: 2124px;
  height: 2039px;
  position: absolute;
  top: -184px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec01__bk01 {
    width: 320vw;
    height: 279.722vw;
    top: -27.222vw;
    transform: translateX(calc(-50% + 14vw));
  }
}

.te-sec01__ttl {
  max-width: 860px;
  margin: 0 auto;
}

.-ttl01 {
  position: absolute;
  bottom: 0;
  right: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-ttl01 {
    position: static;
    margin-top: 5.555vw;
  }
}

.te-sec01__whbox__txt {
  max-width: 768px;
  width: 90%;
  margin: 48px auto 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  color: #296FC6;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec01__whbox__txt {
    width: 77.777vw;
    margin: 8.888vw auto 0;
    font-size: 4.444vw;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec01 .te-sec__whbox.-second {
    margin: 8.888vw auto 0;
  }
}

.te-sec01__whbox__movie {
  max-width: 640px;
  width: 90%;
  margin: 72px auto 0;
  position: relative;
  z-index: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec01__whbox__movie {
    width: 77.777vw;
    margin: 8.888vw auto 0;
  }
}

.te-sec01__whbox__movie::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/ic_movie.svg) no-repeat;
  background-size: 82px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  pointer-events: none;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec01__whbox__movie::before {
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/ic_movie.svg) no-repeat;
    background-size: 18.888vw;
    background-position: center;
  }
}


/*--------------------------------------------
おすすめコンテンツ
--------------------------------------------*/
.te-recommend {
  width: 100%;
  margin: 174px auto 0;
  padding: 87px 0 100px;
  background: linear-gradient(to right, #1A59A7, #3D81D5);
  position: relative;
  z-index: 20;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend {
    margin: 13.333vw auto 0;
    padding: 17.777vw 0;
  }
}

.te-recommend.-second {
  margin: 65px auto 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend.-second {
    margin: 13.333vw auto 0;
  }
}

.te-recommend__inner {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.te-recommend__ttl__en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 45px;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend__ttl__en {
    font-size: 12.5vw;
    text-align: center;
  }
}

.te-recommend__ttl__jp {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
  color: #fff;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend__ttl__jp {
    font-size: 5.555vw;
    margin-top: 2.222vw;
    text-align: center;
  }
}

.te-recommend__item01 {
  max-width: 720px;
  width: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend__item01 {
    width: 100%;
    position: relative;
    margin-top: 11.111vw;
  }
}

.te-recommend__item02 {
  max-width: 720px;
  width: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend__item02 {
    width: 100%;
    position: relative;
    flex-flow: column;
    gap: 11.111vw 0;
    margin-top: 11.111vw;
  }
}

.te-recommend__item__ph {
  display: block;
  border-radius: 8px;
  z-index: 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend__item__ph {
    border-radius: 2.222vw;
  }
}

.te-recommend__item01 .te-recommend__item__ph {
  width: 100%;
}

.te-recommend__item02 .te-recommend__item__ph {
  width: 48.333%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend__item02 .te-recommend__item__ph {
    width: 100%;
  }
}

.te-recommend__item__ph p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #fff;
  position: absolute;
  left: 24px;
  bottom: 16px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend__item__ph p {
    font-size: 4.444vw;
    position: absolute;
    left: 2.777vw;
    bottom: 3.333vw;
    letter-spacing: 0;
  }
}

.te-recommend__item__ph::after {
  content: "";
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/circle_arrow_wh_50.svg) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-recommend__item__ph::after {
    width: 8.888vw;
    height: 8.888vw;
    position: absolute;
    right: 2.777vw;
    bottom: 2.222vw;
  }
}

/*--------------------------------------------
02 船をつくる仕事って？
--------------------------------------------*/
.te-sec02 {
  max-width: 1024px;
  width: 90%;
  margin: 215px auto 0;
  position: relative;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec02 {
    width: 88.888%;
    margin: 33.333vw auto 0;
  }
}

.te-sec02__bk01 {
  width: 2414px;
  height: 2306px;
  position: absolute;
  top: -127px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec02__bk01 {
    width: 410.555vw;
    height: 392.222vw;
    top: -35.277vw;
    transform: translateX(calc(-50% + 8vw));
  }
}

.te-sec02__ttl {
  max-width: 765px;
  margin: 0 auto;
}

.-ttl02 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-ttl02 {
    position: static;
    margin-top: 6.944vw;
  }
}

.te-sec02 .te-sec__whbox.-flow{
  padding-bottom: 51px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
.te-sec02 .te-sec__whbox.-flow{
  padding-bottom: 14.166vw;
}
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec02 .te-sec__whbox__ttl__jp {
    width: calc(100% + 5.555vw * 2);
    margin-left: -5.555vw;
  }
}

.te-sec02__flowbox {
  width: 988px;
  height: 330px;
  margin: 48px auto 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec02__flowbox {
    width: 87vw;
    height: 87vw;
    margin-top: 16.388vw;
  }
}

.te-sec02__flowbox__listarea {
  position: absolute;
  top: 0;
  left: 50%;
  height: 330px;
  display: flex;
  overflow-x: auto;
  width: calc(50vw + 448px);
  margin-left: -448px;
  margin-top: 0;
}
@media only screen and (max-width:1155px) {
  .te-sec02__flowbox__listarea {
    box-sizing: content-box;
    width: 88.5vw;
  }
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea {
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 0;
  }
}

/* 見出し */
.te-sec02__flowbox__ttl {
  height: 299px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #283B71;
  margin-right: 20px;
  padding: 0 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__ttl {
    padding: 0 5.555vw;
    height: 80.277vw;
  }
}

.te-sec02__flowbox__ttl p {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__ttl p {
    font-size: 6.666vw;
  }
}

.te-sec02__flowbox__ttl p span {
  display: inline-block;
  transform: rotate(45deg);
}

.te-sec02__flowbox__listarea__item__ttl {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 16px;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item__ttl {
    font-size: 6.111vw;
  }
}

.te-sec02__flowbox__listarea__item {
  background-image:
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_left.svg),
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_center.svg),
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_right.svg);
  background-repeat: no-repeat;
  background-size:
    200px auto,
    calc(100% - 400px) auto,
    200px auto;
  background-position:
    top left 1px,
    top center,
    top right 1px;
  height: 299px;
  display: flex;
  flex-flow: column;
  padding: 0 74px 0 74px;
  margin-left: -74px;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item {
  background-image:
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_left.svg),
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_center.svg),
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_right.svg);
  background-repeat: no-repeat;
  background-size:
    55.555vw auto,
    calc(100% - 111.111vw) auto,
    55.555vw auto;
    height: 80.277vw;
    padding: 0 20.555vw 0 20.555vw;
    margin-left: -20.555vw;
  }
}

.te-sec02__flowbox__listarea__item.-first {
  background-image:
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_center.svg),
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_right.svg);
  background-repeat: no-repeat;
  background-size:
    calc(100% - 200px) auto,
    200px auto;
  background-position:
    top left,
    top right 1px;
  padding: 0 74px 0 22px;
  margin-left: 0;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item.-first {
  background-image:
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_center.svg),
    url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_right.svg);
  background-repeat: no-repeat;
  background-size:
    calc(100% - 55.555vw) auto,
    55.555vw auto;
  padding: 0 20.555vw 0 6.111vw;
  }
}

.te-sec02__flowbox__listarea__item.-last {
  background-image: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_last.svg);
  background-repeat: no-repeat;
  background-size: auto 299px;
  background-position: top left;
  padding: 0 30px 0 74px;
  margin-left: -74px;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item.-last {
    background-image: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/sec02_flow_bk_last.svg);
    background-repeat: no-repeat;
    background-size: auto 80.277vw;
    background-position: top left;
    padding: 0 8vw 0 16vw;
    margin-left: -20.555vw;
  }
}

.te-sec02__flowbox__listarea__item.-last img {
  width: 259px;
  margin-top: 33px;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item.-last img {
    width: 71.944vw;
    margin-top: 9.166vw;
  }
}

.te-sec02__flowbox__listarea__item__list {
  display: flex;
  gap: 0 22px;
  margin-top: auto;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item__list {
    gap: 0 6.111vw;
  }
}

.te-sec02__flowbox__listarea__item__list li {
  width: 324px;
  height: 212px;
  position: relative;
  flex: 0 0 auto; 
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item__list li {
    width: 90vw;
    height: 58.8vw;
  }
}

.te-sec02__flowbox__listarea__item__list__ttl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item__list__ttl {
    height: 11.111vw;
  }
}

.te-sec02__flowbox__listarea__item__list__ttl p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item__list__ttl p {
    font-size: 5vw;
  }
}

.te-sec02__flowbox__listarea__item__list__number {
  position: absolute;
  right: 2px;
  top: -28px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 67px;
  font-weight: 300;
  line-height: 1em;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__list__number {
    position: absolute;
    right: 0.555vw;
    top: -7.777vw;
    font-size: 18.611vw;
  }
}

.te-sec02__flowbox__listarea__item__list__number.-blc {
  color: #8FA9C7;
}

.te-sec02__flowbox__listarea__item__list__bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 13px;
  background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/bubble_bg.svg) no-repeat;
  width: 166px;
  height: 55px;
  background-size: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -24px;
  left: 0;
  z-index: +1;
}
@media only screen and (max-width:750px) {
  .te-sec02__flowbox__listarea__item__list__bubble {
    padding-bottom: 3.333vw;
    background: url(/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/technical/bubble_bg.svg) no-repeat;
    background-size: 100%;
    width: 46.111vw;
    height: 15.277vw;
    font-size: 5vw;
    top: -6.666vw;
  }
}

/* scroll */
.u-ic_scroll {
  top: 40%;
  margin-left: -250px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .u-ic_scroll {

    margin-left: -10vw;
  }
}


.te-sec02__whbox__txt {
  max-width: 768px;
  width: 90%;
  margin: 48px auto 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  color: #296FC6;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec02__whbox__txt {
    width: 77.777vw;
    margin: 8.888vw auto 0;
    font-size: 4.444vw;
  }
}

.te-sec__table__box {
  width: 896px;
  margin: 64px auto 0;
  padding: 10px 10px 10px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table__box {
    width: calc(100% + 5.555vw);
    margin: 13.333vw auto 0;
    padding: 2.777vw 0 2.777vw 0;
  }
}

.te-sec__table__box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background-color: #8FA9C7;
  z-index: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table__box::after {
    width: 77.777vw;
  }
}

.te-sec__table {
  max-width: 896px;
  margin: 24px auto 0;
  position: relative;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table {
    margin: 5.555vw auto 0;
  }
}

.te-sec__table__box .te-sec__table {
  margin: 0 auto;
}

.te-sec__table li {
  display: flex;
  position: relative;
  padding: 1px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table li {
    padding: 0.555vw 0;
  }
}

.te-sec__table__ttl {
  width: 120px;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #296FC6;
  padding: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table__ttl {
    width: 23.333vw;
    font-size: 4.722vw;
    padding: 3.055vw 1vw;
  }
}

.te-sec__table__txt {
  flex: 1;
  font-size: 17px;
  font-weight: 300;
  color: #296FC6;
  line-height: 1.4;
  letter-spacing: 0.02em;
  background-color: #EDF5FF;
  padding: 10px 24px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table__txt {
    width: 23.333vw;
    font-size: 4.722vw;
    padding: 3.055vw;
  }
}

.te-sec__table__wh {
  max-width: 829px;
  margin: 10px 0 0 57px;
  position: relative;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table__wh {
    width: 72.222vw;
    margin: 2.777vw 0 0 8.333vw;
  }
}

.te-sec__table__wh li {
  display: flex;
  position: relative;
  padding: 1px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table__wh li {
    padding: 0.555vw 0;
  }
}

.te-sec__table__ttl__wh {
  width: 120px;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: solid 1px #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table__ttl__wh {
    width: 23.333vw;
    font-size: 4.722vw;
    padding: 3.055vw 1vw;
  }
}

.te-sec__table__txt__wh {
  flex: 1;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 10px 24px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec__table__txt__wh {
    width: 23.333vw;
    padding: 3.055vw;
  }
}

/*--------------------------------------------
03 どんな先輩がいる？
--------------------------------------------*/
.te-sec03 {
  max-width: 1178px;
  width: 90%;
  margin: 427px auto 0;
  position: relative;
  z-index: 9;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec03 {
    max-width: none;
    width: 88.888%;
    margin: 33.333vw auto 0;
  }
}

.te-sec03__bk01 {
  width: 2715px;
  height: 2166px;
  position: absolute;
  top: -500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec03__bk01 {
    width: 645.555vw;
    height: 515.277vw;
    top: -100vw;
    transform: translateX(calc(-50% + 30vw));

  }
}

.te-sec03 .te-sec__ttlbox {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.te-sec03__ttl {
  max-width: 925px;
  margin: 0 auto;
  padding-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec03__ttl {
    padding-bottom: 0;
  }
}

.-ttl03 {
  position: absolute;
  bottom: 0;
  right: 160px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-ttl03 {
    position: static;
    margin-top: 6.944vw;
  }
}

.te-sec03__category {
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 160px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec03__category {
    width: calc(100% + 5.56vw * 2);
    margin-left: -5.56vw;
    padding: 20.972vw 0 0;
  }
}

.te-sec03__category__slider__container {
  position: relative;
  width: 100%;
}

.te-sec03__category__slider {

  width: 81.239%;
  margin: 0 auto;
  padding: 45px 0 55px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__slider {
    width: 100%;
    padding: 13.33vw 0 32vw;
  }
}

.slick-slider {
  position: unset;
}

.slick-slide {
  padding: 0 16px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .slick-slide {
    padding: 0 2.67vw;
  }
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  width: 56px;
  height: 56px;
  z-index: 2;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    width: 14.93vw;
    height: 14.93vw;
    top: auto;
    bottom: 6.67vw;
    background-size: 5.28vw auto;
  }
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev {
  left: -11.6%;
  background-image: url('/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/recruit_career/slick-arrow.svg');
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .slick-prev {
    left: 31.11vw;
  }
}

.slick-next {
  right: -11.6%;
  background-image: url('/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/recruit_career/slick-arrow.svg');
  transform: translateY(-50%) scaleX(-1);
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .slick-next {
    right: 31.11vw;
  }
}

.te-sec03__category__item {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__item {
    border-radius: 1.07vw;
    height: 90.28vw;
  }
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__item img {
    height: 50.28vw;
    object-fit: cover;
    width: 100%;
    display: block;
  }
}

.te-sec03__category__item__detail {
  padding: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__item__detail {
    padding: 2.67vw;
  }
}

.te-sec03__category__item__detail h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  color: #439AFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__item__detail h3 {
    font-size: 4.44vw;
  }
}

.te-sec03__category__item__detail p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
  color: #439AFF;
  margin-top: 8px;
  opacity: 0.5;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__item__detail p {
    margin-top: 2.13vw;
    font-size: 3.61vw;
    line-height: 1.538;
  }
}

.te-sec03__category__item__detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 16px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__item__detail ul {
    gap: 1.07vw;                 
    margin-top: 4.27vw;
  }
}

.te-sec03__category__item__detail ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3em;
  border: solid 1px #d9ebff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  color: #439AFF;
  padding: 0.4em 0.5em 0.6em 0.5em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__item__detail ul li {
    border-radius: 1.07vw;
    font-size: 3.06vw;
  }
}

.te-sec03__category__item__detail ul li::before {
  content: "#";
}

.te-sec03__category__more {
  margin: 0 0 0 auto;
  width: 384px;
  border-bottom: 1px solid #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__more {
    margin: 0 auto;
    width: calc(100% - 5.56vw * 2);
  }
}

.te-sec03__category__more__catch {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__more__catch {
    font-size: 3.89vw;
  }
}

.te-sec03__category__more__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__more__link {
    padding: 1.33vw 0;
  }
}

.te-sec03__category__more__link span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__more__link span {
    font-size: 4.44vw;
  }
}

.te-sec03__category__more__link .arrow_r {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  pointer-events: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__more__link .arrow_r {
    width: 10.67vw;
    height: 10.67vw;
  }
}

.te-sec03__category__more__link .arrow_r::before,
.te-sec03__category__more__link .arrow_r::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: right center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec03__category__more__link .arrow_r::before,
  .te-sec03__category__more__link .arrow_r::after {
    width: 1.87vw;
  }
}

.te-sec03__category__more__link .arrow_r::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.te-sec03__category__more__link .arrow_r::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*--------------------------------------------
04 働く環境は？
--------------------------------------------*/
.te-sec04 {
  max-width: 1024px;
  width: 90%;
  margin: 220px auto 0;
  position: relative;
  z-index: 8;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec04 {
    width: 88.888%;
    margin: 33.333vw auto 0;
  }
}

.te-sec04__bk01 {
  width: 2000px;
  height: 1578px;
  position: absolute;
  top: -80px;
  left: 35%;
  transform: translateX(-50%);
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec04__bk01 {
    width: 356.944vw;
    height: 273.611vw;
    left: 50%;
    top: 25vw;
    transform: translateX(calc(-50% - 7vw));
  }
}

.te-sec04__ttl {
  max-width: 830px;
  margin: 0 auto;
}

.-ttl04 {
  position: absolute;
  top: 180px;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-ttl04 {
    position: static;
    margin-top: 6.944vw;
  }
}

/*--------------------------------------------
05 採用情報をチェック！
--------------------------------------------*/
.te-sec05 {
  max-width: 1024px;
  width: 90%;
  margin: 590px auto 0;
  position: relative;
  padding-bottom: 160px;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec05 {
    width: 88.888%;
    margin: 33.333vw auto 0;
    padding-bottom: 13.333vw;
  }
}

.te-sec05__bk01 {
  width: 2266px;
  height: 1612px;
  position: absolute;
  top: -184px;
  left: 45%;
  transform: translateX(-50%);
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .te-sec05__bk01 {
    width: 356.944vw;
    height: 273.611vw;
    left: 50%;
    top: -20vw;
    transform: translateX(calc(-50% - 7vw));
  }
}

.te-sec05__ttl {
  max-width: 620px;
  margin: 0 auto;
  z-index: 20;
}

.te-sec05 .te-sec__whbox {
  margin-top: -64px;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec05 .te-sec__whbox {
    margin-top: -33.611vw;
    padding: 31vw 5.555vw 17.777vw;
  }
}

.te-sec05 .te-sec__whbox__ttl__jp {
  font-size: 32px;
  margin-top: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec05 .te-sec__whbox__ttl__jp {
    font-size: 8.888vw;
  }
}

.te-sec__note {
  width: 87.5%;
  margin: 64px auto 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec__note {
    width: 100%;
    margin: 5.555vw auto 0;
    font-size: 4.44vw;
  }
}

.te-sec__list {
  width: 87.5%;
  margin: 64px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec__list {
    width: 100%;
    margin: 5.555vw auto 0;
  }
}

.te-sec__list li {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
  padding: 22px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec__list li {
    flex-direction: column;
    padding: 3.73vw 0;
  }
}

.te-sec__list li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 232px;
  height: 4px;
  background: #000;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec__list li::before {
    content: none;
  }
}

.te-sec__list__ttl {
  width: 256px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec__list__ttl {
    width: 100%;
    font-size: 4.44vw;
    line-height: 1.625;
  }
}

.te-sec__list__txt {
  flex: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .te-sec__list__txt {
    font-size: 4.44vw;
    line-height: 1.625;
  }
}

.te-sec__list__txt a {
  text-decoration: underline;
}