@charset "utf-8";
#root {
  overflow: clip;
}

.top-fixed {
      position: fixed;
    z-index: 8000;
    top: 22%;
    right: 0;
}
.top-job__btn {
      writing-mode: vertical-rl;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    justify-content: center;
    width: clamp(2.875rem, 0.417rem + 5.12vw, 6.563rem);
    height: clamp(10.5rem, -0.75rem + 23.44vw, 27.375rem);
    background-color: #FFDBBC;
    border-radius: 10px 0 0 10px;
    border: 3px solid #FFDBBC;
    transition: all 0.5s;
}
.top-job-btn__icon {
  width: clamp(1.5rem, -0.542rem + 4.25vw, 4.563rem);
}
.top-job-btn__text {
      font-size: clamp(0.875rem, 0.125rem + 1.56vw, 2rem);
    font-weight: 500;
    letter-spacing: 0.2em;
}
.top-job__btn:hover {
  background-color: #FFF;
}

.img-box{
  width: 82%;
  height: clamp(47.5rem, 34.167rem + 27.78vw, 67.5rem);
  overflow: hidden;
  position: relative;
  margin-left: auto;
  height: 100svh;
}
.img-box>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(47.5rem, 34.167rem + 27.78vw, 67.5rem);
  object-fit: cover;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 21s;
  animation-iteration-count: infinite;
  height: 100svh;
}
@keyframes fade {
  0%{
    opacity: 0;
    transform: scale(1.2);
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 0;
    transform: scale(1);
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
/* 2枚目のスライド */
.img-box>img:nth-of-type(2){
  animation-delay: 7s;
}
/* 3枚目のスライド */
.img-box>img:last-of-type{
  animation-delay: 14s;
}
.img-box--sp {
  display: none;
}

.top__fv {
  position: relative;
  height: clamp(47.5rem, 34.167rem + 27.78vw, 67.5rem);
  background-color: #F7F5F2;
  height: 100svh;
}
.top-fv__inner {
      position: absolute;
    top: 20%;
    width: 100%;
  padding: 0 clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
  z-index: 20;
}
.top-fv__content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.top-fv__sub {
  width: clamp(10.563rem, 1.938rem + 17.97vw, 23.5rem);
}
.top-fv__main {
    padding: clamp(1rem, -0.143rem + 1.79vw, 2rem) clamp(1.5rem, -1.167rem + 5.56vw, 5.5rem);
    width: fit-content;
    background-color: rgba(824,824,824,0.8);
    font-size: clamp(1.5rem, 0.167rem + 2.78vw, 3.5rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2;
}
.top-fv__text {
    padding: clamp(1rem, -0.714rem + 2.68vw, 2.5rem) clamp(0.75rem, -2.417rem + 6.6vw, 5.5rem);
    width: fit-content;
    background-color: rgba(824,824,824,0.8);
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
}

.t-about {
  background-color: #F7F5F2;
  padding-bottom: clamp(2.5rem, -0.417rem + 6.08vw, 6.875rem);
}
.t-about__inner {
  padding-right: clamp(1.25rem, -25.179rem + 41.29vw, 24.375rem);
  position: relative;
}
.t-about__img {
      position: absolute;
    width: clamp(16.25rem, 5.75rem + 21.88vw, 32rem);
    z-index: 1;
    right: 0;
    bottom: -44%;
}
.t-about__container {
      display: flex;
    column-gap: clamp(1.25rem, -7.5rem + 18.23vw, 14.375rem);
    align-items: center;
}
.t-about__left {
      width: 48%;
    height: clamp(21.25rem, 6.458rem + 30.82vw, 43.438rem);
    position: relative;
}
.t-about-img__1 {
      position: absolute;
    aspect-ratio: 594/362;
    object-fit: cover;
    width: 79%;
    top: 0;
    left: 0;
}
.t-about-img__2 {
      position: absolute;
    width: 36%;
    aspect-ratio: 277/423;
    object-fit: cover;
    bottom: 0;
    right: 0;
}
.t-about__right {
  width: 52%;
}
.t-about__title {
      margin-top: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-size: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    font-weight: 500;
    line-height: 1.7;
}
.t-about__text {
      margin-top: clamp(2rem, 1rem + 2.08vw, 3.5rem);
    margin-bottom: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    line-height: 2;
}

.strength {
      padding-top: clamp(2.5rem, 2.167rem + 0.69vw, 3rem);
    padding-bottom: 80px;
}
.strength__inner {
  padding: 0 clamp(1.563rem, -13.979rem + 32.38vw, 24.875rem);
}
.strength__items {
      margin-top: clamp(2.5rem, 1.167rem + 2.78vw, 4.5rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.strength__item {
      padding: 34px 8px;
    background-color: #F5EDF1;
    display: flex;
    flex-direction: column;
    row-gap: clamp(2rem, 1.333rem + 1.39vw, 3rem);
    align-items: center;
}
.strength-item__icon {
      width: 128px;
    height: auto;
    object-fit: contain;
}
.strength-item__text {
      font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 500;
    text-align: center;
}
.t-strength__btn {
      margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    margin-left: auto;
    margin-right: auto;
}

.t-guide {
      padding: clamp(3.5rem, 2.5rem + 2.08vw, 5rem) 0;
    background-color: #F7F5F2;
}
.t-guide__inner {
      padding-left: clamp(1rem, -18.143rem + 29.91vw, 17.75rem);
    padding-right: clamp(1rem, -27.857rem + 45.09vw, 26.25rem);
}
.t-guide__container {
      display: flex;
    column-gap: clamp(1.25rem, -0.917rem + 4.51vw, 4.5rem);
    align-items: center;
}
.t-guide__left {
  width: clamp(24.375rem, 8.208rem + 33.68vw, 48.625rem);
}
.t-guide__right {
  width: auto;
}
.t-guide__text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

.t-client {
  background-color: #F7F5F2;
}
.t-client__inner {
      background-image: url(https://career-ea.co.jp/system_panel/uploads/images/t-client-bg.png);
    background-position: center;
    background-size: cover;
}
.t-client__container {
      padding: 70px;
    padding-left: clamp(1.25rem, -9.75rem + 22.92vw, 17.75rem);
}
.t-client__content {
  width: 100%;
}

.t-company {
      background-color: #F7F5F2;
    padding-top: clamp(3.5rem, 0.833rem + 5.56vw, 7.5rem);
    padding-bottom: clamp(5rem, 3.583rem + 2.95vw, 7.125rem);
}
.t-company__inner {
  padding: 0 clamp(1.25rem, -14.417rem + 32.64vw, 24.75rem);
}
.t-company__container {
      display: flex;
    align-items: center;
    column-gap: clamp(1.25rem, -0.917rem + 4.51vw, 4.5rem);
}
.t-company__left {
  width: 58%;
}
.t-company__title {
      font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    margin-top: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    line-height: 1;
}
.t-company__text {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    margin-top: clamp(2rem, 1.333rem + 1.39vw, 3rem);
}

.t-news {
  padding: clamp(2.5rem, 1.5rem + 2.08vw, 4rem) 0;
}
.t-news__inner {
  padding: 0 clamp(1.25rem, -12.5rem + 28.65vw, 21.875rem);
}
.t-news__container {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(3rem, 2.333rem + 1.39vw, 4rem);
}
.t-news__top {
  display: flex;
  column-gap: clamp(2.5rem, -2.5rem + 10.42vw, 10rem);
  width: 100%;
}
.t-news-top__left {
  width: 16%;
}
.t-news__title {
  margin-top: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
}
.t-news-top__right {
  width: 84%;
}
.t-news-top__right > section {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
}
.t-news-top__right > section > article {
      padding-bottom: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    border-bottom: 0.5px solid #2E2E2E;
}
.newsItemBottom {
      display: flex;
    align-items: center;
}
.newsItemText {
  width: 20%;
}
.newsItemTime {
      font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 500;
}
.newsItemTit {
      width: 80%;
    font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 500;
}

.t-cta {
  padding-top: clamp(3.5rem, 2.5rem + 2.08vw, 5rem);
}

@media (max-width: 1279px) {
  .t-about {
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .top-fv__inner {
    top: 24%;
    padding: 0;
  }
  .top-fv__sub {
    margin-left: 8px;
  }
  .img-box {
    display: none;
  }
  .img-box--sp{
    display: block;
    width: 120%;
    height: 100svh;
    overflow: hidden;
    position: relative;
    margin-left: auto;
  }
  .img-box--sp>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    object-fit: cover;
    z-index: 10;
    opacity: 0;
    animation-name: fade;
    animation-duration: 21s;
    animation-iteration-count: infinite;
  }
  @keyframes fade {
    0%{
      opacity: 0;
      transform: scale(1.2);
   }
    20%{
      opacity: 1;
    }
    80%{
      opacity: 0;
      transform: scale(1);
    }
    100%{
      opacity: 0;
      z-index: 0;
    }
  }
  /* 2枚目のスライド */
  .img-box--sp>img:nth-of-type(2){
    animation-delay: 7s;
  }
  /* 3枚目のスライド */
  .img-box--sp>img:last-of-type{
    animation-delay: 14s;
  }
  .top__fv {
    height: 100svh;
  }
  
  .t-about__inner {
    padding-left: 20px;
  }
  .t-about__img {
        position: unset;
    margin-top: 40px;
    margin-left: auto;
    width: clamp(12.188rem, -8.308rem + 84.08vw, 32rem);
  }
  .t-about__container {
        flex-direction: column;
    align-items: flex-start;
  }
  .t-about__left {
        height: clamp(13.438rem, 5.356rem + 33.16vw, 21.25rem);
    width: clamp(18.188rem, 9.2rem + 36.87vw, 26.875rem);
  }
  .t-about__right {
    width: 100%;
  }
  
  .strength__items {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 8px;
  }
  .strength-item__text {
    font-size: clamp(0.875rem, 0.616rem + 1.06vw, 1.125rem);
  }
  
  .t-guide__inner {
    padding: 0;
  }
  .t-guide__container {
        flex-direction: column;
    row-gap: 24px;
  }
  .t-guide__left {
    width: 100%;
  }
  .t-guide__right {
    padding: 0 20px;
  }
  
  .t-client__inner {
    background-position: left;
  }
  .t-client__container {
        padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 20px;
  }
  
  .t-company__inner {
    padding: 0;
  }
  .t-company__container {
        flex-direction: column;
    row-gap: 24px;
  }
  .t-company__left {
    width: 100%;
  }
  .t-company__right {
    padding: 0 20px;
  }
  
  .t-news__inner {
    padding: 0 10px;
  }
  .t-news__top {
        flex-direction: column;
    row-gap: 32px;
  }
  .t-news-top__left,
  .t-news-top__right {
    width: 100%;
  }
  .newsItemBottom {
        flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .newsItemText {
    width: 100%;
  }
  .newsItemTit {
    width: 100%;
  }
}

@media (max-width: 389px) {
  .t-about__inner {
    padding: 0 12px;
  }
  .t-guide__right {
    padding: 0 12px;
  }
  .t-company__right {
    padding: 0 12px;
  }
}