@charset "utf-8";
.invisible-style{
  display: none!important;
}

html {
  word-break: auto-phrase;
}


body{
  font-family:" YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #2E2E2E;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #2E2E2E;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #2E2E2E;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}


img {
  max-width: 100%;
  display: block;
  width: 100%;
}

p,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


/* 共通パーツ */
.inner {
  max-width: 1920px;
  margin: 0 auto;
}

/* pg-fv */
.pg-fv {
      height: clamp(16.25rem, 8.75rem + 11.72vw, 22.813rem);
    background-image: url(https://career-ea.co.jp/system_panel/uploads/images/pg-fv-bg.png);
    background-size: cover;
    background-position: center;
}
.pg-fv__inner {
  padding: 0 clamp(6rem, -0.857rem + 10.71vw, 12rem);
}
.pg-fv__container {
  padding-top: clamp(6.938rem, 2.58rem + 6.81vw, 10.75rem);
}
.pg-fv__main {
      font-size: clamp(2rem, 0.857rem + 1.79vw, 3rem);
    font-weight: 500;
    color: #fff;
}
.pg-fv__line {
      margin-top: 24px;
    width: 80px;
    height: 1px;
    background-color: #fff;
}
.pg-fv__sub {
      margin-top: 16px;
    font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
    font-weight: 400;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
@media (max-width: 1023px) {
  .pg-fv__inner {
    padding: 0 clamp(1.5rem, -12.053rem + 28.24vw, 6rem);
  }
}

/* btn1 */
.btn1 {
  background: #fff;
  border: 0.5px solid #2E2E2E;
  color: #2E2E2E;
  width: fit-content;
      min-width: 200px;
    text-align: center;
  padding: clamp(1rem, 0.75rem + 0.52vw, 1.375rem) clamp(2.125rem, 1.708rem + 0.87vw, 2.75rem);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn1__text {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 500;
}
.btn1::after {
  background: #FFDBBC;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .5s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn1:hover::after {
  transform: scale(1, 1);
}

/* cta */
.cta {
      background-color: #F7F5F2;
    padding-bottom: 40px;
}
.cta__inner {
      padding: 0 clamp(0.938rem, -10.438rem + 23.7vw, 18rem);
}
.cta__container {
      padding: clamp(2rem, 4.17vw, 5rem) clamp(1.563rem, -4.063rem + 11.72vw, 10rem) clamp(2.5rem, 5.21vw, 6.25rem);
    background-color: #Fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta__top {
      display: flex;
    column-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
  align-items: center;
}
.cta-top-left__sub {
  display: flex;
      column-gap: 16px;
    align-items: center;
}
.cta-top-left-sub__icon {
      width: 23px;
    height: auto;
    object-fit: contain;
}
.cta-top-left-sub__text {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.cta-top-left__main {
      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;
}
.cta-top__line {
      width: 0.5px;
    height: clamp(8.063rem, 7.604rem + 0.95vw, 8.75rem);
    background-color: #2E2E2E;
}
.cta-top__right {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    line-height: 2.2;
}
.cta__bottom {
      width: 100%;
    margin-top: clamp(2.5rem, 1.5rem + 2.08vw, 4rem);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.625rem, 0.042rem + 1.22vw, 1.5rem);
}
.cta-btn__1 {
      display: flex;
    column-gap: 8px;
    padding: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem) 0;
    justify-content: center;
    align-items: flex-start;
    background-color: #F7F5F2;
    border-radius: 10px;
      max-height: 120px;
    min-height: 75px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.cta-phone__icon {
      width: clamp(1.688rem, 0.979rem + 1.48vw, 2.75rem);
    height: auto;
    object-fit: contain;
}
.cta-btn-1__text {
  text-align: center;
}
.cta-btn-1-text__1 {
      font-size: clamp(1.75rem, 0.917rem + 1.74vw, 3rem);
    font-weight: 700;
    line-height: 1;
}
.cta-btn-1-text__2 {
      margin-top: 8px;
    font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
    font-weight: 500;
    line-height: 1;
}
.cta-btn__2 {
      display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 0.667rem + 1.74vw, 2.75rem) 0;
    border: 3px solid #FFDCBC;
    border-radius: 10px;
    max-height: 120px;
    background-color: #FFDCBC;
    min-height: 75px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    transition: all 0.5s;
}
.cta-mail__icon {
      width: clamp(1.688rem, 0.979rem + 1.48vw, 2.75rem);
    object-fit: contain;
    height: auto;
}
.cta-btn-2__text {
      font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 700;
    line-height: 1;
}
.cta-btn__2:hover {
  background-color: #FFF;
}

.recruit-cta__bottom {
  margin-top: clamp(2rem, 0.75rem + 2.6vw, 3.875rem);
}
.recruit-cta__btn {
      width: clamp(13.75rem, 8.75rem + 10.42vw, 21.25rem);
    height: clamp(3rem, 1.667rem + 2.78vw, 5rem);
    border-radius: 10px;
    background-color: #FFDBBC;
    border: 3px solid #FFDCBC;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.recruit-cta-btn__text {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 700;
}
.recruit-cta__btn:hover {
  background-color: #FFF;
}
@media (max-width: 767px) {
  .cta__top {
        flex-direction: column;
    row-gap: 24px;
  }
  .cta-top__line {
        width: 129px;
    height: 0.5px;
  }
  .cta-top__right {
    text-align: center;
  }
  .cta__bottom {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 8px;
  }
  .cta-btn__1,
  .cta-btn__2 {
        max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* title1 */
.title1 {
      width: clamp(17.5rem, 9.167rem + 17.36vw, 30rem);
    text-align: center;
    padding: clamp(1.25rem, 0.75rem + 1.04vw, 2rem) 0;
    border-top: 0.5px solid #909090;
    border-bottom: 0.5px solid #909090;
    font-size: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}

/* アニメーション */
.anime2 {
  animation-delay: 0.5s;
}
.anime3 {
  animation-delay: 1s;
}
.anime4 {
  animation-delay: 1.5s;
}
.anime5 {
  animation-delay: 2s;
}