@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

ol li,
ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 100vw;
}

.l-header,
.l-breadcrumb,
.l-cv,
.l-footer-banner,
.l-footer,
.l-sub-img {
  display: none;
}

.pc-top {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}

header {
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;

  @media screen and (max-width: 540px) {
    display: none;
  }
}

.header-img {
  width: 160px;
}

main {
  @media screen and (max-width: 540px) {
    /* max-width: 375px; */
    margin: auto;
  }
}

.pc-top {
  background-repeat: no-repeat;
  background-size: cover;


  img {
    width: 100%;
    /* max-width: calc(100% - 10px); */
    /* margin: auto; */
  }
}

.section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  img {
    width: 100%;
  }
}

.pc-round {
    margin-top: -16.8vw;
}

.chatgpt-cta {
  position: absolute;
  top: 43vw;
  left: 11.6vw;
  width: 76.6vw;
}

.chatgpt-cta-button {
  position: absolute;
  top: 15.3vw;
  left: 46.7vw;
  z-index: 99;
  width: 25vw!important;
}

.chatgpt-banner {
  position: absolute;
  top: 84.6vw;
  left: 40.85vw;
  width: 18.3vw;
  height: 100%;
}

.chatgpt-aboutus-banner {
  position: absolute;
  top: 162vw;
  left: 41vw;
  width: 18.3vw;;
  height: 100%;
}

.top-cta-button {
  position: absolute;
  top: 51.8vw;
  left: 32.9vw;
  width: 34vw;
  height: 100%;
}

.top-cta-button img {
  transition: transform 0.3s ease;
}

.top-cta-button img:hover {
  transform: scale(1.05);
}

.top-cta-button--fixed {
  position: fixed !important;
  bottom: 2.3vw !important;
  top: auto !important;
  left: 32.9vw;
  width: 34vw;
  height: auto !important;
  z-index: 100;
}

.aboutus-cta-button {
  position: absolute;
  top: 136vw;
  left: 33vw;
  width: 34vw;;
  height: 100%;
}

.step-cta-button {
  position: absolute;
  top: 30vw;
  left: 39vw;
  width: 29.7vw;
  height: 100%;
}
.relative {
  position: relative;
}

.benefit {
    display: flex;
    justify-content: center;

  @media screen and (min-width: 541px) {
    background-image: url("https://shift-ai.co.jp/wp-content/uploads/2024/10/lp-side-jop-pc-background02_noresize.webp");
    padding: 57px 0;

    img {
      margin: auto;
      width: 1104px;
    }
  }
}

.target {
  @media screen and (min-width: 541px) {
    align-items: center;
    background-image: url("https://shift-ai.co.jp/wp-content/uploads/2024/10/lp-side-jop-pc-background03_noresize.webp");
    background-size: cover;
    display: flex;
    justify-content: center;
    padding-left: 10px;

    img {
      margin: 85px auto;
      max-width: 1207px;
      width: 98%;
    }
  }
}

.seminar-contents {
  @media screen and (min-width: 541px) {
    align-items: center;
    background-image: url("https://shift-ai.co.jp/wp-content/uploads/2024/10/lp-side-jop-pc-background04_noresize.webp");
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 70px 0 80px 10px;

    img {
      margin: auto;
      max-width: 660px;
      width: 98%;
    }
  }
}

.successful-person {
  @media screen and (min-width: 541px) {
    align-items: center;
    background-image: url("https://shift-ai.co.jp/wp-content/uploads/2024/10/lp-side-jop-pc-background05_noresize.webp");
    background-size: cover;
    display: flex;
    height: 1203px;
    justify-content: center;

    img {
      margin: auto;
      max-width: 660px;
      width: 98%;
    }
  }
}

.future {
  @media screen and (min-width: 541px) {
    align-items: center;
    background-image: url("https://shift-ai.co.jp/wp-content/uploads/2024/10/lp-side-jop-pc-background03_noresize.webp");
    background-size: contain;
    display: flex;
    justify-content: center;
    padding: 70px 0 35px;

    img {
      margin: auto;
      max-width: 1181px;
      width: 98%;
    }
  }
}

.sp.record {
  .record__note {
    bottom: 24px;
    font-size: 10px;
    left: calc(50% - 160px);
    position: absolute;
  }
}

.pc.record {
  background-image: url("https://shift-ai.co.jp/wp-content/uploads/2024/10/lp-side-jop-pc-background06_noresize.webp");
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 120px;

  .record__title {
    margin-bottom: 120px;
    width: 30vw;
  }

  .record__img {
    width: 65vw;

    @media screen and (max-width: 840px) {
      width: 80vw;
    }
  }

  img {
    margin: auto;
  }
}

.voice {
  .voice__note {
    bottom: 0;
    left: calc(50% - 160px);
    position: absolute;
  }
}

.registration-step {
  background: linear-gradient(90deg, #ea5156, #9f39dc);
  padding-bottom: 120px;
  padding-top: 120px;
  width: 100vw;
  display: flex;
    flex-direction: column;
    align-items: center;
}

.registration-step__inner {
  background-color: #fff;
  border-radius: 80px;
  margin: auto;
  padding-bottom: 120px;
  padding-top: 120px;
  text-align: center;
  width: 70vw;

  @media screen and (max-width: 840px) {
    width: 85vw;
  }

  .registration-button {
    margin-bottom: 20px;
  }
}

.registration-step__step1 {
  margin: 0 auto 20px;
  width: 50%;
}

.registration-step__step2 {
  margin: auto;
  width: 65%;
}

.seminar-content-img {
  width: 375px;
}

.about {
  background-color: #eee;

  img {
    margin: auto;
  }
}

.pc.about {
  background-image: url("https://shift-ai.co.jp/wp-content/uploads/2024/10/lp-side-jop-pc-background09_noresize.png");
  background-size: contain;
  padding-bottom: 120px;
  padding-top: 120px;

  .about__president {
    margin-bottom: 120px;
    width: 65vw;

    @media screen and (max-width: 840px) {
      width: 75vw;
    }
  }

  .about__shiftAi-1 {
    margin-bottom: 120px;
    width: 60vw;

    @media screen and (max-width: 840px) {
      width: 70vw;
    }
  }

  .about__shiftAi-2 {
    margin-bottom: 40px;
    width: 70vw;

    @media screen and (max-width: 840px) {
      width: 90vw;
    }
  }
}

.professional {
  background-color: #32445e;
  padding-bottom: 200px;
  padding-top: 120px;

  &::after {
    background-image: url("https://shift-ai.co.jp/wp-content/uploads/2024/10/lp-side-jop-pc-background08_noresize.webp");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    height: calc(200vw * 0.55);
    left: 0;
    max-width: 100vw;
    mix-blend-mode: color-burn;
    position: absolute;
    top: -600px;
    width: 100vw;
  }

  img {
    margin: auto;
    width: 65vw;
  }
}

.registration-button {
  background-color: #1869F8;
  padding: 19px 93px!important;
  border-radius: 100px;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  left: calc(50vw - 245px);
  line-height: 1.4em;
  padding: 8px 65px;
  text-align: center;
  text-decoration: none;
  /* width: 322px; */

  &:not(.registration-button--floating) {
    @media screen and (max-width: 540px) {
      bottom: 85px;
      position: absolute;
    }

    @media screen and (min-width: 541px) {
      font-size: 20px;
      margin: auto;
      width: 377px;
    }
  }
}

.registration-button--floating {
  bottom: 10px;
  position: fixed;
}

.sp .about .registration-button {
  bottom: 77px;
}

.other-seminar {

    display: flex;
    flex-direction: column;
    align-items: center;
  @media screen and (max-width: 540px) {
    background: linear-gradient(90deg, #ff5757, #8c52ff);
    padding: 15px 0;
  }

  @media screen and (min-width: 541px) {
    background-image: url("https://shift-ai.co.jp/wp-content/uploads/2024/10/lp-side-jop-pc-background10_noresize.jpg");
    background-position: 50%;
    background-size: cover;
  }
}

.other-seminar-large {
  @media screen and (min-width: 541px) {
    padding-bottom: 78px;
    padding-top: calc((100vw * 0.08) + 45px);
  }
}

.other-seminar-middle {
  @media screen and (min-width: 541px) {
    height: 450px;
    padding-top: 33px;
    width: 100vw;

    @media screen and (max-width: 840px) {
      padding: 85px 0;
    }
  }
}

.other-seminar-small {
  @media screen and (min-width: 541px) {
    height: 420px;
    margin: 120px auto 0;
    width: 750px;

    .other-seminar__banner {
      height: 178px;
      width: 225px;
    }

    @media screen and (max-width: 840px) {
      height: 300px;
      width: 520px;
      padding: 10px 15px 35px;
    }
  }

  @media screen and (min-width: 841px) {
    padding-top: 28px;
    padding-bottom: 60px;

    .other-seminar__banner {
      height: 238px;
      width: 300px;
    }
  }

  .other-seminar__text {
    width: 650px;
    margin-bottom: 20px;
  }
}

.other-seminar__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.pc.other-seminar__text {
  margin: 0 auto 20px;
  width: 650px;

  @media screen and (max-width: 840px) {
    width: 480px;
  }
}

.other-seminar__item {
  align-items: center;
  column-gap: 40px;
  display: flex;
  justify-content: center;

  @media screen and (max-width: 840px) {
    column-gap: 20px;
  }

  @media screen and (max-width: 540px) {
    column-gap: 10px;
  }
}

.other-seminar__banner {
  height: 277px;
  width: 350px;

  @media screen and (max-width: 840px) {
    height: 198px;
    width: 250px;
  }

  @media screen and (max-width: 540px) {
    height: 135px;
    width: 170px;
  }
}

.footer {
  background: linear-gradient(90deb, #f6f6f6, #fff);
  color: #3c3c3c;
  padding-bottom: 180px;
  padding-top: 24px;
  text-align: center;
}

.footer__item {
  align-items: center;
  color: #3c3c3c;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 8px;

  @media screen and (max-width: 540px) {
    column-gap: 4px;
  }

  @media screen and (min-width: 541px) {
    column-gap: 12px;
  }
}

.footer__item:last-of-type {
  column-gap: 12px;

  @media screen and (min-width: 541px) {
    margin-bottom: 16px;
  }
}

.footer__link,
.footer p {
  color: #3c3c3c;
  font-weight: 700;

  @media screen and (max-width: 540px) {
    font-size: 14px;
  }
}

.footer__link {
  letter-spacing: 2.1px;
}

@media screen and (min-width: 541px) {
    .sp {
        display: none;
    }
}
@media screen and (max-width: 541px) {
    .pc {
        display: none;
    }
    .sp {
        width: 100%;
        img {
            width: 100%;
        }
    }
}

.sp-second {
  margin-top: -31.7vw;
}

.sp-top-cta-button {
  position: absolute;
  top: 155vw;
  left: 8.2vw;
  width: 84.3vw!important;
}

.sp-top-cta-button img {
  transition: transform 0.3s ease;
}

.sp-top-cta-button img:active {
  transform: scale(1.01);
}

.sp-top-cta-button--fixed {
  position: fixed !important;
  bottom: 2.3vw !important;
  top: auto !important;
  left: 8.2vw;
  width: 84.3vw !important;
  height: auto !important;
  z-index: 100;
}

.sp-chatgpt-section {
  position: absolute;
  width: 90vw!important;
  top: 130vw;
  left: 4.88vw;
}

.sp-chatgpt-banner {
  position: absolute;
  top: 155vw;
  left: 16.7vw;
  width: 66.6vw!important;
}

.sp-chatgpt-cta-button {
  position: absolute;
  top: 252vw;
  left: 9.2vw;
  z-index: 99;
  width: 81.7vw!important;
}

.sp-bonus-section {
  margin-top: -10px;
}

.sp-seminarcontent-section {
  margin-top: -10px;
}

.sp-exclusive-bonus-section {
  margin-top: -10px;
}

.sp-aboutus-cta-button {
  position: absolute;
  top: 390vw;
  left: 8.2vw;
  width: 84.3vw!important;
}

.sp-aboutus-chatgpt-banner {
  position: absolute;
  top: 470vw;
  left: 16.7vw;
  width: 66.6vw!important;
}

.sp-step-cta-button {
  position: absolute;
  top: 110vw;
  left: 8.2vw;
  width: 84.3vw!important;
}

.sp-step-chatgpt-banner {
  position: absolute;
  top: 360vw;
  left: 16.7vw;
  width: 66.6vw!important;
}

.sp-mind {
    margin-top: -120vw;
}
