@keyframes fadein {
  0% {
    opacity: 0;
    transform : translate(0, 20%);
  }
  100% {
    opacity: 100;
    transform : translate(0, 0);
  }
}

/* パスワード画面用 */
.post-password-form {
	padding: 100px;
	width: 80%;
	margin: 0 auto;
}

/* イレギュラー対応（フッター上のCTAはトップページだけキャッチコピーなし） */
main + .c-box-contact .c-box-contact__ttl {
  display: none;
}

/* COMMON */
.c-layout-flex {
  display: flex;
  flex-direction: column;
  align-items: center;  
}
.p-top-section {
  padding: 60px 0 65px;
  position: relative;
}
.p-top-section .p-top-section__inner {
  position: relative;
}
.c-box-sectioninner__bgtxt {
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  opacity: 0.2;
  background: linear-gradient(137.07deg, #1DC1C1 0%, #157FFF 51.94%, #8755FF 103.89%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.6rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: right;
  font-family: "Montserrat", sans-serif;
}

/* HEADER */
.l-header {
  position: fixed;
}
.l-header .l-header__outer {
  background: transparent;
  transition: all 0.3s ease;
}
.l-header.is-scrolled .l-header__outer {
  background: #fff;
}
.l-header:not(.is-scrolled) .l-header__logo img {
  opacity: 0;
}
.l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu > .l-header__action-btn-wrap, .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu:before, .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__action .l-header__action-list .l-header__action-item .l-header__action-btn.l-header__action-btn--menu:after {
  background-color: #fff;
}

/* MV */
.p-top-main .p-top-main__area {
  position: relative;
  background-image: url(../../images/bg_mv_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10px;
}
.p-top-main .p-top-main__area .p-top-section__inner {
  height: 100%;;
}
.p-top-main .p-top-main__area .c-layout-flex {
  padding-top: 24vw;
}
.p-top-main .p-top-main__txt h1 {
  margin-top: 20px;
}
.p-top-main .p-top-main__txt {
  position: relative;
  color: #fff;
}
.p-top-main .p-top-main__txt .p-top-main__catch {
  letter-spacing: 0.15em;
  font-size: 6.9vw;
  font-weight: 700;
  line-height: 1.5;
}
.p-top-main .p-top-main__txt .p-top-main__catch .p-top-main__catch_small {
  font-size: 0.61538462em;
  display: inline-block;
  margin-bottom: 10px;  
}
.p-top-main .p-top-main__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.p-top-main .p-top-main__btn .c-btn-mv {
  background-color: #fff;
  padding: 10.5px 20px 10.5px 10px;
  border-radius: 4px;
  border: 1px solid #000;
  position: relative;
  width: 89.552239%;
}
.p-top-main .p-top-main__btn .c-btn-mv:before {
  content: "";
  display: inline-block;
  position: absolute;
  top:  -1px;
  left: -1px;
  width: 0px;
  background: linear-gradient(111.97deg, #2485DF 0.24%, #BE7BF2 99.76%);
  transition: width 0.3s ease;
  border-radius: 4px;
}
.p-top-main .p-top-main__btn .c-btn-mv .c-btn-mv__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.p-top-main .p-top-main__btn .c-btn-mv .c-btn-mv__inner:after {
  content: "";
  background-image: url(../../svg/i_arrow.svg?c=000000);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
}
.p-top-main .p-top-main__btn .c-btn-mv .c-btn-mv__inner img {
  width: 24%;
}

/* ABOUT */
#p-top-about {
  background-image: url(../../images/top/bg_about_sp.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#p-top-about .p-top-section__inner {
  color: #fff;
}
#p-top-about .p-top-about__img_inner {
  margin-left: -10vw;
  margin-right: -10vw;
  margin-top: -12vw;
}
#p-top-about .c-box-sectioninner__bgtxt {
  background: linear-gradient(112deg, #FFF 0.24%, #F8F2FF 99.76%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transform: translate(0, -40%);
}
#p-top-about .c-txt-sectionttl-jp {
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
#p-top-about .p-top-about__txt p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#p-top-about .p-top-about__txt p + p {
  margin-top: 1.5em;
}
#p-top-about .p-top-about__video {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100vw - 40px);
  max-width: 707px;
  z-index: 5;
  cursor: pointer;
}
#p-top-about .p-top-about__video .p-top-about__video-play {
  width: 48px;
  height: 48px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#p-top-about .p-top-about__video .p-top-about__video-play:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../../svg/i_play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 38.2px;
}

/* MyTalent Platform */
#p-top-platform {
  padding-top: calc(25.2vw + 60px);
}
#p-top-platform h2 {
  margin-bottom: 10px;
  text-align: center;
}
#p-top-platform .p-top-platform__txt {
  position: relative;
  z-index: 5; 
  font-size: 4.266666vw;
  text-align: center;
  color: #575AEA;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
#p-top-platform .c-layout-flex {
  flex-direction: row;
  justify-content: space-between;
}
#p-top-platform .p-top-platform__figure {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
#p-top-platform .p-top-platform__figure_bg {
  width: 150vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#p-top-platform .p-top-platform__figure > .c-layout-flex {
  position: relative;
  z-index: 5;
}
#p-top-platform .p-top-platform__figure > .c-layout-flex + .c-layout-flex {
  margin-top: 82vw;
}
#p-top-platform .p-top-platform__item {
  flex-basis: 50%;
}
#p-top-platform .p-top-platform__item a {
  display: block;
}

/* INNOVATION */
#p-top-innovation {
  background-image: url(../../images/top/bg_innovation_sp.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#p-top-innovation h2 {
  font-size: 9.6vw;
  line-height: 1.25;
  letter-spacing: 0.03em;
  background: linear-gradient(112deg, #FFF 0.24%, #F8F2FF 99.76%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 600;
  opacity: 0.2;
  margin-bottom: 20px;
}
#p-top-innovation p {
  line-height: 1.75;
  margin-bottom: 24px;
}
#p-top-innovation .c-layout-flex {
  gap: 40px;
}
#p-top-innovation .c-layout-flex__item {
  width: 100%;
  position: relative;
}
#p-top-innovation .c-layout-flex__item h3 {
  font-size: 4.2666666vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 5;
  padding-bottom: 15px;
}
#p-top-innovation .c-layout-flex__item h3 strong {
  font-size: 1.375em;
  font-weight: 700;
}
#p-top-innovation .c-layout-flex__item ul {
  border-top: 2px solid rgba(192, 203, 208, 0.5);
  position: relative;
  z-index: 5;  
}
#p-top-innovation .c-layout-flex__item ul li {
  border-bottom: 2px solid rgba(192, 203, 208, 0.5);
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
}
#p-top-innovation .c-layout-flex__item.costs ul li:before {
  content: "";
  background-image: url(../../svg/i_circle_cross.svg);
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}
#p-top-innovation .c-layout-flex__item.assets ul li:before {
  content: "";
  background-image: url(../../svg/i_circle_check.svg);
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}
#p-top-innovation .c-layout-flex__item-graph {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 1;
  opacity: 0.6;
  mix-blend-mode: multiply;
  width: 93.33333vw;
}

/* CLIENTs */
#p-top-clients {
  padding-top: 60px;
  padding-bottom: 60px;
}
#p-top-clients h2 {
  font-size: 4.8vw;
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-align: center;
  font-weight: 600;
}
#p-top-clients .c-box-logoslide {
  margin-top: 16px;
}

/* AI NATIVE */
#p-top-ainative {
  background-image: url(../../images/top/bg_ainative_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#p-top-ainative .p-top-ainative__img {
  margin-top: 30px;
}
#p-top-ainative h2 {
  margin-bottom: 15px;
  font-size: 6.4vw;
  letter-spacing: 0.05em;
}
#p-top-ainative p:not([class]) {
  margin-top: 1.5em;
}
#p-top-ainative .c-box-sectioninner__bgtxt {
  opacity: 0.2;
  background: var(--_Grade_white, linear-gradient(112deg, #FFF 0.24%, #F8F2FF 99.76%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 60px;
}

/* ROADMAP */
#p-top-roadmap {
  background-image: url(../../images/top/bg_roadmap_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#p-top-roadmap .c-box-sectioninner__bgtxt {
  opacity: 0.2;
  background: var(--_Grade_white, linear-gradient(112deg, #FFF 0.24%, #F8F2FF 99.76%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(-35%);
}
#p-top-roadmap .p-top-roadmap__timeline {
  position: relative;
}
#p-top-roadmap .p-top-roadmap__timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #c0cbd0;
  position: absolute;
  top: 0;
  left: 0;
}
#p-top-roadmap .p-top-roadmap__phase {
  font-family: Montserrat;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
}
#p-top-roadmap .p-top-roadmap__item {
  padding-left: 20px;
}
#p-top-roadmap .p-top-roadmap__item + .p-top-roadmap__item {
  margin-top: 30px;
}
#p-top-roadmap .p-top-roadmap__item_img {
  margin-top: 10px;
  text-align: center;
}
#p-top-roadmap .p-top-roadmap__item_img img {
  width: 57.44444444%;
}
#p-top-roadmap .p-top-roadmap__item_txt {
  position: relative;
}
#p-top-roadmap .p-top-roadmap__item_txt:before {
  content: "";
  width: 16px;
  height: 16px;
  background: linear-gradient(112deg, #2485DF 0.24%, #BE7BF2 99.76%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(-50% - 20px), 0.5em);
}
#p-top-roadmap .p-top-roadmap__label {
  display: inline-block;
  margin-left: 16px;
  padding: 0 1em;
  background: #575AEA;
  font-size: 12px;
  line-height: 2;
  color: #fff;
  font-weight: 400;
}
#p-top-roadmap .p-top-roadmap__ttl {
  font-size: 5.3333333vw;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 15px 0 10px;
  font-weight: 700;
}


@media print, screen and (min-width: 768px) {
  /* COMMON */
  .c-layout-flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-top-section {
    /* padding: 145px 0 120px; ABOUTの値に一旦セット */
    padding: 100px 0 120px;
  }
  .c-box-sectioninner__bgtxt {
    font-size: 8rem;
    left: 30px;
    right: 30px;
  }
	/* MV */
  .p-top-main [data-fixed] {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
  }
	.p-top-main .p-top-main__area {
    height: 80vw;
    min-height: 740px;
    background-image: url(../../images/bg_mv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
  }
  .p-top-main .p-top-main__area .c-layout-flex {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-top-main .p-top-main__img {
    flex: 1 1 50%;
    opacity: 0;
    animation: fadein 0.8s cubic-bezier(.41,.14,.42,.73) forwards 0.4s;
  }
  .p-top-main .p-top-main__img img {
    width: 100%;
    max-width: 570px;
  }
  .p-top-main .p-top-main__txt {
    flex: 0 0 50%;
    opacity: 0;
    animation: fadein 0.8s cubic-bezier(.41,.14,.42,.73) forwards 0.1s;
  }
  .p-top-main .p-top-main__txt .p-top-main__catch {
    font-size: 4.6vw;
  }
  .p-top-main .p-top-main__txt .p-top-main__catch .p-top-main__catch_small {
    font-size: 0.35em;
    margin-bottom: 10px;
  }
  .p-top-main .p-top-main__txt h1 {
    margin-top: 40px;
  }
  .p-top-main .p-top-main__btn {
    gap: 20px;
    width: 100%;
    max-width: 415px;
    margin-top: 40px;
    align-items: flex-start;
  }
  .p-top-main .p-top-main__btn .c-btn-mv {
    padding: 10.5px 20px 10.5px 10px;
    width: 100%;
  }
  .p-top-main .p-top-main__btn .c-btn-mv .c-btn-mv__inner {
    gap: 16px;
    font-size: 18px;
  }
  /* ABOUT */
  #p-top-about {
    background-image: url(../../images/top/bg_about.jpg);
    padding-bottom: 30vw;
  }
  #p-top-about .p-top-about__video {
    width: 80%;
  }
  #p-top-about .p-top-about__txt {
    flex-basis: 60%;
    position: relative;
    z-index: 3;
  }
  #p-top-about .p-top-about__img {
    flex-basis: 40%;
    position: relative;
    z-index: 1;
  }
  #p-top-about .p-top-about__img_inner {
    margin-left: -10vw;
    margin-right: -12vw;
    margin-top: 0;
  }
  #p-top-about .p-top-about__txt p {
    line-height: 2;
  }
  #p-top-about .c-box-sectioninner__bgtxt {
    transform: translateY(-30%);
  }
  #p-top-about .p-top-about__video .p-top-about__video-play {
    width: 88px;
    height: 88px;
    transition: all 0.3s;
  }
  #p-top-about .p-top-about__video .p-top-about__video-play:before {
    width: 88px;
    height: 88px;
    background-size: 66px 70.04px;
  }
  #p-top-about .p-top-about__video:hover .p-top-about__video-play {
    background: linear-gradient(112deg, #2485DF 0.24%, #BE7BF2 99.76%);
  }
  /* MyTalent Platform */
  #p-top-platform {
    padding-top: 30vw;
  }
  #p-top-platform h2 {
    margin-bottom: 32px;
  }
  #p-top-platform .p-top-platform__figure {
    margin-left: 0;
    margin-right: 0;
  }
  #p-top-platform .p-top-platform__figure > .c-layout-flex + .c-layout-flex {
    margin-top: 0;
  }
  #p-top-platform .p-top-platform__figure_bg {
    width: 82%;
    max-width: 885px;
  }
  #p-top-platform .p-top-platform__item {
    flex-basis: 29.014599%;
  }
  #p-top-platform .p-top-platform__item a {
    background-repeat: none;
    background-position: top left;
    background-size: 100% 100%;
  }
  #p-top-platform .p-top-platform__item.crm a {
    background-image: url(../../images/top/platform_crm_on.png);
  }
  #p-top-platform .p-top-platform__item.refer a {
    background-image: url(../../images/top/platform_refer_on.png);
  }
  #p-top-platform .p-top-platform__item.brand a {
    background-image: url(../../images/top/platform_brand_on.png);
  }
  #p-top-platform .p-top-platform__item.hire a:not([tabindex]) {
    background-image: url(../../images/top/platform_hire_on.png);
  }
  #p-top-platform .p-top-platform__item a img {
    transition: opacity 0.3s;
  }
  #p-top-platform .p-top-platform__item:hover a:not([tabindex]) img {
    opacity: 0;
  }
  /* INNOVATION */
  #p-top-innovation {
    background-image: url(../../images/top/bg_innovation.jpg);
    background-position: top center;
  }
  #p-top-innovation h2 {
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 40px;
  }
  #p-top-innovation p {
    line-height: 2;
    margin-bottom: 50px;
  }
  #p-top-innovation .c-layout-flex__item {
    flex-basis: 50%;
  }
  #p-top-innovation .c-layout-flex__item h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  #p-top-innovation .c-layout-flex__item h3 strong {
    font-size: 1.5em;
  }
  #p-top-innovation .c-layout-flex__item ul li {
    padding: 25px 20px 25px 0;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #p-top-innovation .c-layout-flex__item.costs ul li:before,
  #p-top-innovation .c-layout-flex__item.assets ul li:before {
    width: 32px;
    height: 32px;
  }
  #p-top-innovation .c-layout-flex__item-graph {
    width: 550px;
  }
  /* CLIENTs */
  #p-top-clients {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #p-top-clients h2 {
    font-size: 20px;
  }
  #p-top-clients .c-box-logoslide {
    margin-top: 30px;
  }
  /* AI NATIVE */
  #p-top-ainative {
    background-image: url(../../images/top/bg_ainative.jpg);
  }
  #p-top-ainative h2 {
    margin-bottom: 30px;
    font-size: 36px;
    letter-spacing: 5.4px;
  }
  #p-top-ainative p:not([class]) {
    line-height: 2;
  }
  #p-top-ainative .p-top-ainative__img {
    text-align: center;
  }
  /* ROADMAP */
  #p-top-roadmap {
    background-image: url(../../images/top/bg_roadmap.png);
    background-position: bottom center;
  }
  #p-top-roadmap .p-top-roadmap__timeline:before {
    width: 3px;
  }
  #p-top-roadmap .p-top-roadmap__item {
    padding-left: 55px;
    padding-top: 20px;
  }
  #p-top-roadmap .p-top-roadmap__item_img {
    margin-top: 0;
  }
  #p-top-roadmap .p-top-roadmap__item_img img {
    width: auto;
  }
  #p-top-roadmap .p-top-roadmap__item + .p-top-roadmap__item {
    margin-top: 50px;
  }
  #p-top-roadmap .p-top-roadmap__item_txt:before {
    transform: translate(calc(-50% - 54px), 0.3em);
  }
  #p-top-roadmap .p-top-roadmap__ttl {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 1140px) {
  /* COMMON */
  .c-box-sectioninner__bgtxt {
    font-size: 10rem;
  }
  /* HEADER */
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li > a {
    color: #fff;
  }
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-download > a,
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-contact > a {
    background-color: #fff;
    color: #000;
  }
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li > a:hover {
    color: #ABACF5;
  }
  .l-header.is-scrolled .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li > a:hover {
    color: #575AEA;
  }
  .l-header.is-scrolled .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-download > a,
  .l-header.is-scrolled .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-contact > a,
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-download > a:hover,
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-contact > a:hover {
    color: #fff;
  }
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-download > a span:before {
    background-image: url(../../svg/i_dl.svg?c=000000);
  }
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-download > a:hover span:before {
    background-image: url(../../svg/i_dl.svg?c=fff);
  }
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-contact > a span:before {
    background-image: url(../../svg/i_contact.svg?c=000000);
  }
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-contact > a:hover span:before {
    background-image: url(../../svg/i_contact.svg?c=fff);
  }
  .l-header:not(.is-scrolled) .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.has-children > a:after {
    background-image: url(../../svg/i_arrow.svg?c=fff);
  }
	/* MV */
  .p-top-main .p-top-main__area {
    height: 100vh;
    min-height: 780px;
    background-image: url(../../images/bg_mv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  .p-top-main .p-top-main__area .c-layout-flex {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-main .p-top-main__txt .p-top-main__catch {
    font-size: 50px;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  .p-top-main .p-top-main__txt .p-top-main__catch .p-top-main__catch_small {
    font-size: 0.44em;
  }
  .p-top-main .p-top-main__img .p-top-main__img__inner {
    margin-right: -16px;
    text-align: right;
  }
  .p-top-main .p-top-main__btn .c-btn-mv:hover:before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  .p-top-main .p-top-main__btn .c-btn-mv:hover {
    color: #fff;
  }
  .p-top-main .p-top-main__btn .c-btn-mv:hover .c-btn-mv__inner:after {
    background-image: url(../../svg/i_arrow.svg?c=ffffff);
  }
  .p-top-main .p-top-main__btn .c-btn-mv .c-btn-mv__inner {
    font-size: 20px;
  }
  .p-top-main .p-top-main__btn .c-btn-mv .c-btn-mv__inner img {
    max-width: 104px;
  }
  /* ABOUT */
  #p-top-about {
    padding-bottom: 180px;
  }
  #p-top-about .p-top-about__img_inner {
    margin-left: -250px;
    margin-right: -200px;
    margin-top: 0;
  }
  #p-top-about .c-layout-flex {
    margin-top: -80px;
  }
  #p-top-about .p-top-about__txt {
    flex-basis: 70%;
  }
  #p-top-about .p-top-about__img {
    flex-basis: 30%;
  }
  #p-top-about .c-txt-sectionttl-jp {
    margin-bottom: 0;
  }
  /* MyTalent Platform */
  #p-top-platform {
    padding-top: 319px;
  }  
  #p-top-platform .c-layout-flex {
    margin-left: -8px;
    margin-right: -8px;
  }
  /* INNOVATION */
  #p-top-innovation h2 {
    font-size: 80px;
  }
  #p-top-innovation .c-layout-flex {
    gap: 60px;
  }
  /* AI NATIVE */
  #p-top-ainative {
    padding-top: 120px;
  }
  #p-top-ainative .c-box-sectioninner__bgtxt {
    white-space: nowrap;
    top: 80px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    font-size: 80px;
  }
  #p-top-ainative .p-top-ainative__img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
  /* ROADMAP */
  #p-top-roadmap {
    padding-top: 120px;
  }
  #p-top-roadmap .c-box-sectioninner__bgtxt {
    white-space: nowrap;
    font-size: 80px;
    transform: translateY(-40%);
  }
  #p-top-roadmap .p-top-roadmap__item_txt p {
    line-height: 2;
  }

}
