/* PC用のスタイル */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}
body {
  font-family: 游ゴシック, 游ゴシック体, Yu Gothic, YuGothic,
    ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  margin: 0;
}
h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
p,
h2,
h3,
ul,
dt {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  display: block;
  transition: ease all 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
p {
  font-size: 18px;
}
.pc {
  display: block; /* PCでは表示 */
}
.sp {
  display: none; /* SPでは非表示 */
}
.mb20 {
  margin-bottom: 2rem;
}
#webinar {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}
section {
  position: relative;
  padding-top: 0;
  z-index: 6;
  padding-bottom: 16rem;
}

.section-title {
  text-align: center;
  font-size: 43px;
  color: #121212;
  margin-bottom: 2rem;
}

/* ファーストビュー */
.fv {
  background: linear-gradient(
      -16deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 55%,
      #121212 55%,
      #121212 100%
    ),
    url(/wp/wp-content/themes/axis_media/lp/20250626/img/fvbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 6;
}
.fv-logo {
  width: 160px;
}
.fv-inner {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-left: 2rem;
}

.fv h1 {
  width: 750px;
  max-width: 100%;
}
.fv-text {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 2px 4px #000;
  margin: 2rem 0;
}
.fv-event {
  width: 450px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 0 0;
}
.fv-button img {
  width: 100%;
}
.fv-person {
  position: absolute;
  top: 0;
  right: -25%;
  width: 1050px;
  max-width: 100%;
  z-index: -1;
}
.fv::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -60%;
  width: 100%;
  height: 60%;
  background-color: #ececec;
  transform: skewY(7deg);
  transform-origin: top right;
  z-index: 2;
}
/* 導入 */
.intro-section {
  text-align: center;
  position: relative;
  background-color: #ececec;
  padding-bottom: 0;
}
.intro-text {
  font-size: 24px;
  line-height: 2.4;
  text-align: center;
  max-width: 100%;
  width: 750px;
  margin: 0 auto;
  font-weight: bold;
  padding: 2rem 0;
}

.highlight-blue {
  color: #1e3dcd;
}
.highlight-bold {
  font-weight: bold;
  color: #1e3dcd;
  font-size: 1.4em;
}

/* こんな方におすすめ */
.target-section {
  background-color: #121212;
  background-image: url("/wp/wp-content/themes/axis_media/lp/20250626/img/scbg01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 5;
  padding-top: 16rem;
}
.target-section .section-title {
  color: #fff;
}

.target-grid {
  text-align: left;
  width: 580px;
  max-width: 100%;
  margin: 0 auto;

  font-weight: bold;
}
.target-item {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.target-text {
  background: linear-gradient(to top, #1e3dcd 0%, #1e3dcd 40%, transparent 40%);
  font-size: 1.4em;
}
.target-bold {
  background: linear-gradient(to right, #1e3dcd 10%, transparent 10%);
  padding: 2px 4px;
}

.cta_button.secondary {
  width: 360px;
  margin: 4rem auto 0;
}
.target-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  background-color: #1e3dcd;
  transform: skewY(-7deg);
  transform-origin: bottom left;
  z-index: -2;
}
.target-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: -25%;
  width: 100%;
  height: 50%;
  background-color: #ececec;
  transform: skewY(7deg);
  transform-origin: top right;
  z-index: -1;
}
/* セミナー概要 */
.seminar-section {
}
.seminar-gird {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
.seminar-item {
  background: #1e3dcd;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  font-size: 24px;
  display: flex;
  align-items: center;
  padding: 5px 40px 19px 40px;
  line-height: 1.4;
}
.seminar-number {
  font-size: 22px;
  letter-spacing: 0.1rem;
}
.seminar-number span {
  font-size: 36px;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}
.seminar-subtitle {
  font-size: 22px;
  padding-left: 1rem;
  padding-top: 14px;
}

.overview-content {
  width: 900px;
  max-width: 100%;
  margin: 2rem auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
}
.overview-item {
  display: flex;
  width: 750px;
  max-width: 100%;
  margin: 0 auto 1rem;
  border-bottom: 1px solid;
  padding-bottom: 1em;
}
.overview-item dt {
  font-size: 20px;
  font-weight: bold;
  width: 15%;
  text-align: left;
  display: flex; /* 子要素にもFlexboxを適用 */
  justify-content: left; /* 横方向の中央揃え */
  align-items: baseline; /* 縦方向の中央揃え */
}
.overview-item dd {
  font-size: 18px;
  width: 80%;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.seminar-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  transform: skewY(7deg);
  transform-origin: top right;
  z-index: -1;
}
/* 登壇者紹介 */
.speaker-section {
  background-color: #121212;
  background-image: url("/wp/wp-content/themes/axis_media/lp/20250626/img/scbg02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  position: relative;
  color: #fff;
}
.speaker-section .section-title {
  color: #fff;
}

.speaker-content {
  text-align: left;
  width: 750px;
  max-width: 100%;
  margin: 3rem auto;
}
.speaker-text {
  line-height: 2;
}
.speaker-name {
  font-size: 24px;
}
.speaker-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
}

.speaker-highlight {
  background-color: #1e3dcd;
  font-weight: bold;
}
.speaker-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #121212;
  transform: skewY(-7deg);
  transform-origin: bottom left;
  z-index: -2;
}
.speaker-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #121212;
  transform: skewY(7deg);
  transform-origin: top right;
  z-index: -1;
}
/* よくある質問 */
.faq-item {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 1rem;
  padding: 1rem;
}

.faq-question {
  font-size: 24px;
  color: #fff;
  position: relative;
  padding: 10px 15px 10px 45px;
  font-weight: bold;
  background-color: #1e3dcd;
  display: flex;
  align-items: center;
}
.faq-question .faq-icon {
  font-optical-sizing: auto;
  font-size: 36px;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  margin-right: 1rem;
}
.faq-answer {
  font-size: 18px;
  position: relative;
  margin: 0;
  padding: 13px 15px 15px 78px;
  text-indent: -2rem;
}
.faq-answer .faq-icon {
  font-optical-sizing: auto;
  font-size: 36px;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  color: #1e3dcd;
  margin-right: 1rem;
  position: relative;
  top: 1rem;
}
.faq-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  transform: skewY(7deg);
  transform-origin: top right;
  z-index: -1;
}
/* フォーム */
.form-section {
  background-color: #121212;
  background-image: url("/wp/wp-content/themes/axis_media/lp/20250626/img/scbg03.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  text-align: center;
  position: relative;
  padding-bottom: 3rem;
}
.form-section .section-title {
  color: #fff;
}
.form-note {
  color: #ffffff;
  margin-bottom: 1rem;
}
.form-inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}
iframe#formArea {
  padding: 1rem;
}

.form-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
  background-color: #1e3dcd;
  transform: skewY(-7deg);
  transform-origin: bottom left;
  z-index: -2;
}
.form-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #121212;
  transform: skewY(7deg);
  transform-origin: top right;
  z-index: -1;
}
/* コピーライト */
.webinar-footer {
}
.webinar-copyright {
  padding: 20px;
  text-align: center;
  color: #fff;
}
@media (min-width: 1281px) {
  .notepc {
    display: none;
  }
  .fv-title_sp {
    display: none;
  }
}
@media (max-width: 1280px) {
  .notepc {
    display: block;
  }
  .fv {
    background: linear-gradient(
        -20deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 60%,
        #121212 60%,
        #121212 100%
      ),
      url(/wp/wp-content/themes/axis_media/lp/20250626/img/fvbg.png);
  }
  .fv-logo {
    width: 160px;
  }
  .fv-inner {
    padding-left: 6rem;
  }
  .fv h1 {
    width: 640px;
  }
  .fv-text {
    font-size: 20px;
  }
  .fv-event {
    width: 350px;
  }
  .fv-person {
    position: absolute;
    top: -12%;
  }
  .fv-title_sp {
    display: none;
  }
}
/* タブレット用のスタイル（画面幅1024以下） */
@media screen and (max-width: 1024px) {
  .container {
    padding: 1rem;
  }
  .fv-inner {
    padding-left: 2rem;
  }
  .fv-title {
    display: none;
  }
  .fv-title_sp {
    display: block;
  }
.fv h1 {
        width: 550px;
    }
  .fv-person {
    position: absolute;
    top: 11%;
    right: -33%;
  }
  section {
    padding-bottom: 8rem;
  }
  .fv-button img {
    width: 260px;
  }
  .target-section::after {
    top: -30%;
  }
  .overview-item dt {
    width: 24%;
  }
  .overview-tem dd {
    width: 76%;
  }
}

/* SP用のスタイル（画面幅767px以下） */
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
  .pc {
    display: none; /* SPでは非表示 */
  }
  .sp {
    display: block; /* SPでは表示 */
  }
  section {
    padding-bottom: 4rem;
  }
  .section-title {
    font-size: 26px;
  }
  .fv{
        padding-bottom: 24rem;
  }
  .fv h1 {
    padding: 0;
}
 .fv-title_sp{
    display: none;
 }
 
      .fv-inner {
        padding: 1rem;
    }

  .fv-logo {
        width: 80px;
    }
  .fv h1 {
    padding: 0;
  }
    .fv-text {
        font-size: 14px;
        margin: 1rem 0;
    }
.fv-event {
        width: 350px;
        position: absolute;
        top: 150%;
        margin: -1rem auto 0 0;
        /* z-index: 2; */
    }
p.fv-date {
    width: 75%;
}
    .fv-buttom{
            position: absolute;
            top: 175%;
    left: 0;
    right: 0;
    margin: 0 auto;
    }
 
.fv-button img {
        width: 320px;
        display: block;
  }
.fv-person {
        top: 73%;
        max-width: 142%;
        right: -50%;
    }
  .intro-text {
    font-size: 18px;
    line-height: 2;
  }
  .target-section {
    padding-top: 8rem;
  }
  .target-item {
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 1rem;
  }
  .target-text {
    font-size: 1.2em;
  }
  .target-section::after {
    top: -40%;
  }
  .target-section::before {
    top: -8%;
  }
  .cta_button.secondary {
    width: 300px;
    margin: 2rem auto 0;
  }
  .seminar-item {
    padding: 5px 10px 19px 15px;
  }
  .seminar-number {
    font-size: 18px;
  }
  .seminar-subtitle {
    font-size: 18px;
    width: 80%;
  }
  .overview-content {
    padding: 0;
  }
  .overview-item {
    display: block;
  }
  .overview-item dt {
    width: 100%;
    font-size: 16px;
  }
  .overview-item dd {
    width: 100%;
    margin-left: 0;
    border: none;
    font-size: 16px;
  }
  .speaker-section {

    background-size: 180%;
    background-position: left bottom;
  }
  .speaker-name {
    font-size: 20px;
  }
  .speaker-title {
    font-size: 18px;
  }
  
  .faq-question {
    font-size: 18px;
    padding: 10px 10px 10px 15px;
  }
  .faq-answer {
    font-size: 16px;
    padding: 13px 10px 15px 50px;
  }
}
