@charset "UTF-8";
/* [ 富士テレネット ] works.css */
/* [ 富士テレネット ] setting */
main {
  counter-reset: number 0;
}

section {
  width: 100%;
  margin: 0 auto 250px;
}
@media only screen and (max-width: 768px) {
  section {
    margin-bottom: 100px;
  }
}

/*==================================================*
 *  [ スクロールテキスト ]
 *==================================================*/
.recruit-scrolltxt {
  display: flex;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  z-index: -1;
}
.recruit-scrolltxt .recruit-scrolltxt__item {
  flex-shrink: 0;
  white-space: nowrap;
  color: rgba(65, 74, 156, 0.1);
  font-size: 4.17vw;
  font-weight: 900;
  line-height: 1.0;
  padding-right: 2.0rem;
}
.recruit-scrolltxt:not(.no-tick) .recruit-scrolltxt__item:nth-child(odd) {
  animation: moveLeft var(--tick-duration, 36s) var(--tick-delay, -18s) infinite linear;
}
.recruit-scrolltxt:not(.no-tick) .recruit-scrolltxt__item:nth-child(even) {
  animation: moveLeft2 var(--tick-duration, 36s) infinite linear;
}
@media only screen and (max-width: 768px) {
  .recruit-scrolltxt .recruit-scrolltxt__item {
    font-size: 10.26vw;
  }
}

@keyframes moveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes moveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*==================================================*
 *  [ 求める人材 ]
 *==================================================*/
.recruit-talent {
  position: relative;
  background: url("../shared/img/bg_idea.svg") top 120px center/contain no-repeat;
}
.recruit-talent .recruit-talent-wrap {
  position: relative;
  width: min(37.84vw, 669px);
  height: auto;
  aspect-ratio: 669 / 476;
  margin: 0 auto;
}
.recruit-talent .recruit-talent-wrap .recruit-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.recruit-talent .recruit-talent-wrap .recruit-image img {
  position: absolute;
}
.recruit-talent .recruit-talent-wrap p {
  font-size: clamp(1.8rem, calc(1.8rem + 0.204vw), 2.2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.182;
  margin-top: 2.32vw;
}
.recruit-talent .recruit-talent-wrap p span {
  display: inline-block;
}
.recruit-talent .recruit-ab {
  position: absolute;
  bottom: -238px;
  width: 100%;
  height: 100%;
}
.recruit-talent .recruit-ab img {
  position: absolute;
  width: min(33.33vw, 640px);
}
.recruit-talent .recruit-ab img:first-child {
  left: 0;
}
.recruit-talent .recruit-ab img:last-child {
  right: 0;
}
.recruit-talent .recruit-scrolltxt {
  bottom: -6.40625vw;
}
@media screen and (max-width: 1300px) {
  .recruit-talent {
    background-size: 110%;
    background-position: bottom 25px center;
  }
  .recruit-talent .recruit-talent-wrap {
    max-width: 669px;
    width: 100%;
  }
  .recruit-talent .recruit-ab {
    position: static;
    height: auto;
  }
  .recruit-talent .recruit-ab img {
    position: static;
    width: 49%;
  }
  .recruit-talent .recruit-scrolltxt {
    bottom: -35px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-talent {
    min-height: 555px;
    height: 100%;
    background-size: 140%;
  }
  .recruit-talent .recruit-talent-wrap {
    width: max(91.02vw, 355px);
  }
  .recruit-talent .recruit-talent-wrap p {
    margin-top: 3.36vw;
  }
  .recruit-talent .recruit-ab {
    margin-top: 24px;
  }
  .recruit-talent .recruit-scrolltxt {
    bottom: -35px;
  }
}

/*==================================================*
 *  [ 先輩社員紹介 ]
 *==================================================*/
.recruit-senior {
  max-width: 1300px;
  width: 100%;
  padding: 0 min(2.6vw, 50px);
}
.recruit-senior .senior-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  gap: min(2.6vw, 50px) min(2.08vw, 40px);
  width: 100%;
}
.recruit-senior .senior-wrap .senior-member {
  width: calc((100% - (2.08vw * 3)) / 4);
  text-align: center;
}
.recruit-senior .senior-wrap .senior-member a p {
  font-weight: 700;
  margin-top: 10px;
}
.recruit-senior .senior-wrap .senior-member a p:first-of-type {
  font-size: clamp(1rem, calc(1.0rem + 0.204vw), 1.4rem);
}
.recruit-senior .senior-wrap .senior-member a p:last-child {
  line-height: 1.3;
  font-size: clamp(1.4rem, calc(1.4rem + 0.3125vw), 2rem);
}
@media (hover: hover) {
  .recruit-senior .senior-wrap .senior-member:hover {
    transform: scale(1.1);
    transition: all .5s ease;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-senior {
    padding: 0;
  }
  .recruit-senior .senior-wrap {
    gap: max(5.128vw, 20px) max(2.564vw, 9px);
    padding: 0 10px;
  }
  .recruit-senior .senior-wrap .senior-member {
    width: calc((100% - 2.564vw) / 2);
  }
  .recruit-senior .senior-wrap .senior-member a p {
    margin-top: 5px;
  }
  .recruit-senior .senior-wrap .senior-member a p:first-of-type {
    font-size: max(2.56vw, 1rem);
  }
  .recruit-senior .senior-wrap .senior-member a p:last-child {
    font-size: max(3.59vw, 1.4rem);
  }
}

/*==================================================*
 *  [ 採用実績 ]
 *==================================================*/
.recruit-history {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.recruit-history table {
  max-width: 748px;
  width: 100%;
  border: 1px solid #707070;
  margin: 0 auto;
  background-clip: padding-box !important;
}
.recruit-history table thead tr {
  border: 1px solid #707070;
}
.recruit-history table thead tr th {
  width: calc(100% / 3);
  height: 52px;
  color: #fff;
  font-size: clamp(1.4rem, calc(1.4rem + 0.204vw), 1.8rem);
  font-weight: 400;
  background: #414A9C;
  background-clip: padding-box !important;
  border: 1px solid #707070;
}
.recruit-history table thead tr th:first-child {
  background: #EAEBF4;
}
.recruit-history table tbody tr {
  text-align: center;
  border: 1px solid #707070;
}
.recruit-history table tbody tr th {
  width: calc(100% / 3);
  height: 71px;
  font-size: clamp(1.4rem, calc(1.4rem + 0.204vw), 1.8rem);
  font-weight: 400;
  background: #EAEBF4;
  border: 1px solid #707070;
}
.recruit-history table tbody tr td {
  width: calc(100% / 3);
  height: 71px;
  border: 1px solid #707070;
}
.recruit-history table tbody tr td p {
  display: inline-block;
  width: fit-content;
  font-size: 1.8rem;
}
.recruit-history table tbody tr td p b {
  font-size: 2.2rem;
  font-weight: 400;
}
.recruit-history table tbody tr td span {
  display: inline-block;
}
.recruit-history .recruit-scrolltxt {
  bottom: -50px;
}
@media only screen and (max-width: 768px) {
  .recruit-history table {
    width: max(86.667vw, 338px);
  }
  .recruit-history table thead tr th {
    width: 38.5%;
    height: 35px;
  }
  .recruit-history table thead tr th:first-child {
    width: calc(100% - (38.5% * 2));
  }
  .recruit-history table tbody tr th {
    width: calc(100% - (38.5% * 2));
  }
  .recruit-history table tbody tr td {
    width: 38.5%;
  }
  .recruit-history .recruit-scrolltxt {
    bottom: -28px;
  }
}

.recruit-info {
  display: flex;
  align-items: center;
  width: 100%;
}
.recruit-info > div {
  width: 50%;
  text-align: center;
  padding: 69px 30px 91px;
}
.recruit-info > div:nth-of-type(odd) {
  border-top-right-radius: 20px;
  background-image: linear-gradient(180deg, #b2e386, #7bb4fd 90%, #7ab3ff);
}
.recruit-info > div:nth-of-type(even) {
  margin-top: 76px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(360deg, #b2e386, #7bb4fd 90%, #7ab3ff);
}
.recruit-info > div .recruit-title {
  font-size: clamp(2rem, calc(2.0rem + 0.92vw), 3.8rem);
  font-weight: 700;
}
.recruit-info > div .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 55px;
}
.recruit-info > div .inner a .txt {
  font-size: clamp(1.2rem, calc(1.2rem + 0.204vw), 1.6rem);
  line-height: 1.625;
  text-align: left;
}
.recruit-info > div .inner a img {
  width: clamp(265px, calc(265px + 1.785vw), 300px);
}
@media (hover: hover) {
  .recruit-info > div .inner a:hover {
    transform: scale(1.1);
    transition: all .3s ease;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-info {
    flex-direction: column;
    justify-content: space-between;
  }
  .recruit-info > div {
    width: calc(100% - 35px);
    padding: 27px 0 36px;
  }
  .recruit-info > div:nth-of-type(odd) {
    margin-right: 35px;
  }
  .recruit-info > div:nth-of-type(even) {
    margin-top: 0;
    margin-left: 35px;
  }
  .recruit-info > div .inner {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .recruit-info > div .inner a .txt {
    text-align: center;
    margin-bottom: 5px;
  }
}

/*==================================================*
 *  [ 先輩社員紹介 ]
 *==================================================*/
.seniorstaff {
  position: relative;
  max-width: 1300px;
  width: 100%;
  height: 350px;
  padding: 0 min(2.6vw, 50px);
}
.seniorstaff::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(143deg, #7ab3ff, #7bb4fd 13%, #b2e386 58%);
  border-radius: 80px;
  z-index: -1;
}
.seniorstaff .staff-wrap > img {
  width: 431.562px;
  margin-top: -4.53125vw;
}
.seniorstaff .staff-wrap .staff-txt {
  padding-left: min(5.83vw, 112px);
}
.seniorstaff .staff-wrap .staff-txt .staff-name {
  font-size: clamp(3.3rem, calc(3.3rem + 0.677vw), 4.6rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.seniorstaff .staff-wrap .staff-txt .staff-data {
  font-size: clamp(1.4rem, calc(3.3rem + 0.3125vw), 2rem);
  font-weight: 500;
  line-height: 2.0;
}
.seniorstaff > img {
  position: absolute;
  top: 50%;
  right: min(4.6875vw, 90px);
  width: min(45%, 640px);
  transform: translateY(-50%) !important;
}
@media screen and (max-width: 1300px) {
  .seniorstaff {
    margin-top: max(14.65vw, 150px);
    margin-bottom: max(17.4359vw, 68px);
  }
  .seniorstaff .staff-wrap > img {
    width: 33%;
    font-weight: 500;
  }
  .seniorstaff > img {
    width: 49.2%;
  }
}
@media only screen and (max-width: 768px) {
  .seniorstaff {
    height: max(100vw, 390px);
    text-align: center;
    padding: 0;
    margin-top: max(25.64vw, 100px);
    margin-bottom: max(17.4359vw, 68px);
  }
  .seniorstaff::after {
    border-radius: 25px;
  }
  .seniorstaff .staff-wrap .staff-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24.1px;
    padding-left: 0;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .seniorstaff .staff-wrap .staff-txt .staff-name {
    font-size: max(8.461vw, 3.3rem);
  }
  .seniorstaff .staff-wrap .staff-txt .staff-data {
    font-size: max(3.59vw, 1.4rem);
  }
  .seniorstaff .staff-wrap > img {
    width: max(61.28vw, 239px);
    margin-top: -19.23vw;
  }
  .seniorstaff > img {
    position: static;
    width: max(84.62vw, 330px);
    transform: none !important;
  }
}

.staff-voice {
  display: flex;
  align-items: flex-start;
  padding-bottom: min(4.6875vw, 90px);
  margin-bottom: 0;
  background: url("../shared/img/bg_idea.svg") bottom/81.25% auto no-repeat;
}
.staff-voice > div {
  position: relative;
  width: 50%;
  background: #fff;
  padding: 3.68vw 3.39vw 2.86vw 9.06vw;
  z-index: +1;
}
.staff-voice > div .question {
  color: #414A9C;
  font-size: clamp(1.6rem, calc(1.6rem + 0.3125vw), 2.2rem);
  font-weight: 700;
  margin-bottom: min(1.72vw, 33px);
}
.staff-voice > div .question::before {
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: min(1.5625vw, 30px);
  left: min(2.6vw, 50px);
  color: #FEBD04;
  font-size: clamp(3rem, calc(3.0rem + 2.083vw), 7rem);
  font-weight: 700;
}
.staff-voice > div .answer {
  font-size: clamp(1.4rem, calc(1.4rem + 0.208vw), 1.8rem);
  line-height: 1.778;
}
.staff-voice > p {
  display: block;
  width: 50%;
}
.staff-voice > p img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .staff-voice:nth-of-type(odd) {
    justify-content: left;
    flex-flow: row-reverse;
    background-position: right bottom;
  }
  .staff-voice:nth-of-type(odd) > div {
    margin-left: -4.98vw;
    border-bottom-left-radius: 20px;
  }
  .staff-voice:nth-of-type(even) {
    justify-content: right;
    background-position: left bottom;
  }
  .staff-voice:nth-of-type(even) > div {
    margin-right: -4.98vw;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .staff-voice > div .question::before {
    left: min(1.95vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .staff-voice {
    display: block;
    padding: 6.84vw 4.88vw 0;
    background-size: contain;
    background-position: top center;
  }
  .staff-voice > div {
    position: static;
    width: 100%;
    padding: 0.98vw 2.44vw 2.44vw;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .staff-voice > div .question {
    margin-bottom: max(1.95vw, 20px);
  }
  .staff-voice > div .question::before {
    position: static;
    display: block;
    margin-bottom: 8px;
  }
  .staff-voice > p {
    position: relative;
    width: 100vw;
    margin: -25px calc(50% - 50vw) 0;
    z-index: -1;
  }
  .staff-voice > p img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .staff-voice {
    padding: max(17.94vw, 70px) max(3.85vw, 15px) 0;
  }
  .staff-voice > div {
    padding: 2.56vw 6.41vw 6.41vw;
  }
  .staff-voice > div .question {
    margin-top: 8px;
    margin-bottom: max(5.128vw, 20px);
  }
}

.work-image {
  display: flex;
  align-items: center;
  margin-top: 173px;
}
.work-image img {
  width: calc(100% / 4);
}
@media only screen and (max-width: 768px) {
  .work-image {
    flex-flow: wrap;
    margin-top: 97px;
  }
  .work-image img {
    position: static;
    width: calc(100% / 2);
  }
}

.link-btn {
  margin: 0 auto;
  font-weight: 400;
}
.link-btn::after {
  content: none;
}

.formarea {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .formarea {
    margin-bottom: 50px;
  }
}
