@charset "UTF-8";
@media screen and (max-width: 1024px) {
  .serviceWrap {
    background-position: bottom;
  }
}
@media screen and (max-width: 767px) {

  /* service     -------------*/
  .serviceDit .serviceCatTxt {
    font-size: 15px;
  }

  /* people     -------------*/
 

  /* recruit     -------------*/

  /* news     -------------*/

}

@media screen and (max-width: 428px) {
  /* mainVisual -------------*/
  #section_top .catch>span {
    font-size: 33px !important;
    line-height: 1.6666;
  }
  #section_top .catch {
    font-size: 33px;
    line-height: 1.6666;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  /* vision     -------------*/
  .visionWrap {
    padding: 52px 24px 72px 24px;
    width: auto;
    text-align: left;
  }
  .tagline {
    line-height: 1.3928;
  }
  .innerTxt {
    max-width: 100%;
  }
  .innerTxt table {
    margin: 0;
  }
  .innerTxt table th {
    text-align: left;
  }
  .btnWrap a {
    margin: 52px auto;
  }

  /* service     -------------*/
  .serviceWrap {
    padding-top: 72px;
    /* background-position: bottom right; */
  }
  .serviceDit {
    display: block;
  }
  .serviceDit li {
    margin: 52px auto;
    width: calc(100% - 48px);
  }

  /* people     -------------*/
  .peopleWrap {
    padding-top: 72px;
  }

  /* recruit     -------------*/
  .recruitWrap {
    padding: 40px 0 132px 0;
  }
  .recruitWrap .recruitImgWrap {
    background-attachment: scroll;
    background-position: -84vw bottom;
    background-size: 285vw;
  }
  .recruitWrap h2 {
    margin-bottom: 28px;
  }
  .recruitTxt {
    width: 100%;
    margin: 0 auto;
    padding-top: 32px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .recruitTxt.sa {
    filter: blur(0);
  }

  .recruitTxt + div {
    width: 100%;
    margin: 0 auto;
  }
  .recruitTxt p {
    text-align: left;
    font-weight: 300;
    padding: 24px;
  }
  .recruitWrap .btnWrap a {
    margin-top: 28px;
  }

/* sponsor     -------------*/
  .sponsorWrap p {
    text-align: left;
    padding: 0 24px;
    line-height: 1.8125;
}
}