/* 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;
}

.pc {
  display: block; /* PCでは表示 */
}
.sp {
  display: none; /* SPでは非表示 */
}
.mb20 {
  margin-bottom: 2rem;
}
#webinar {
  width: 100%;
  overflow: hidden;
}
.section_inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.section_title {
  text-align: center;
  font-size: 43px;
  color: #08102b;
  margin-bottom: 2rem;
}
.section_title p {
  font-size: 18px;
  color: #8c713f;
  background-color: #eae7d8;
  display: inline-block;
  padding: 5px 24px;
}

/* ファーストビュー */
.fv_inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.fv {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 80%,
      #091231 80%,
      #091231 100%
    ),
    url("/wp/wp-content/themes/axis_media/lp/20250423/img/bk_fv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fv h1 {
  padding: 0 0 0 2rem;
}
.fv_button {
  position: absolute;
  top: 65%;
  left: 3%;
}
.fv_button img {
  width: 340px;
}
.fv_date {
  position: absolute;
  bottom: -1%;
  left: 4%;
}
/* セミナー内容 */
.contents {
  background-image: url("/wp/wp-content/themes/axis_media/lp/20250423/img/bk_grid.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  position: relative;
}
.contents p {
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.contents .illust01 {
  position: absolute;
  top: 4%;
  right: 72%;
  z-index: -1;
}
.contents .illust02 {
  position: absolute;
  bottom: 2%;
  left: 70%;
  z-index: -1;
}

/* 対象者 */
.subject {
  background: linear-gradient(to bottom, #eee8c9, #fff, #eee8c9);
  text-align: center;
  position: relative;
}
.subject_button {
  position: absolute;
  left: 0;
  right: 0;
  top: 72%;
}
.subject_button a img {
  width: 350px;
}

/* 登壇者紹介 */
.speaker p,
.speaker li {
  font-size: 18px;
  line-height: 2;
}
.speaker p {
  margin-bottom: 2rem;
}

.profile,
.book {
  display: flex;
}
.profile {
  flex-direction: row-reverse;
}
.profile > figure,
.book > figure {
  width: 30%;
  text-align: center;
}
.profile > div,
.book > div {
  width: 70%;
}
.profile h3 {
  color: #8c713f;
  font-size: 24px;
  position: relative;
  margin: 0 auto 1rem;
  padding: 0 0 5px 0;
}
.profile h3:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #8c713f;
  bottom: 0;
  right: 0;
}
.profile ul {
  line-height: 2;
}
.book {
  margin-top: 2rem;
}

.book h3 {
  font-size: 43px;
}

.book h3 span {
  font-size: 0.55em;
}

/* セミナー概要 */
.overview {
  background-image: url("/wp/wp-content/themes/axis_media/lp/20250423/img/bk_building.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.overview_content {
  width: 900px;
  max-width: 100%;
  margin: 2rem auto;
  padding: 4rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
}
.overview dl {
  display: flex;
  width: 750px;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.overview dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #08102b;
  width: 15%;
  padding: 5px;
  text-align: center;
  display: flex; /* 子要素にもFlexboxを適用 */
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
}
.overview dd {
  font-size: 18px;
  border-bottom: 1px solid #8c713f;
  width: 80%;
  margin-left: 20px;
  padding: 5px 0;
}
/* よくある質問 */
.faq dl {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 1rem;
  border: 1px solid #8c713f;
  padding: 1rem 2rem;
}

.faq dt {
  font-size: 24px;
  color: #8c713f;
  position: relative;
  border-bottom: 1px solid #8c713f;
  padding: 10px 15px 10px 45px;
  font-weight: bold;
}
.faq dt::before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-optical-sizing: auto;
  font-size: 36px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho",
    serif;
  font-weight: normal;
}
.faq dd {
  font-size: 18px;
  position: relative;
  margin: 0;
  padding: 13px 15px 15px 45px;
}
.faq dd::before {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-optical-sizing: auto;
  font-size: 36px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho",
    serif;
  font-weight: normal;
  color: #b0b0b0;
}
/* フォーム */
#form {
  background-color: #091231;
  padding-bottom:3rem;
}
#form .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;
}
/* コピーライト */
.webinar_footer {
  background-color: #d9d9d9;
}
.webinar_copyright {
  padding: 20px;
  text-align: center;
}
/* タブレット用のスタイル（画面幅1023以下） */
@media screen and (max-width: 1023px) {
  .fv_button img {
    width: 260px;
  }

  .overview dt {
    width: 24%;
  }
  .overview dd {
    width: 76%;
  }
}
/* SP用のスタイル（画面幅767px以下） */
@media screen and (max-width: 767px) {
  .pc {
    display: none; /* SPでは非表示 */
  }
  .sp {
    display: block; /* SPでは表示 */
  }
  .section_inner {
    padding: 2rem 1rem;
  }
  .section_title {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .fv {
    padding-bottom: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #091231 70%, #091231 100%), url(/wp/wp-content/themes/axis_media/lp/20250423/img/bk_fv.png);
  }
  .fv h1 {
    padding: 0;
  }
  .fv_button {
    position: relative;
    left: 0;
  }
  .fv_button img {
    width: 320px;
    display: block;
    margin: 0 auto 1rem;
  }
  .contents .illust01,
  .contents .illust02 {
    display: none;
  }
  .contents .illust03 {
    margin: 0 auto;
  }

  .subject_button {
    position: relative;
  }
  .subject_button a img {
    width: 300px;
  }
  .profile,
  .book {
    display: block;
  }
  .profile > figure,
  .book > figure,
  .profile > div,
  .book > div {
    width: 100%;
    margin: 0;
  }
  .profile figure {
    width: 80%;
    margin: 0 auto 1rem;
  }
  .profile h3 {
    font-size: 18px;
  }
  .speaker p,
  .speaker li {
    font-size: 16px;
  }
  .speaker p {
    line-height: 1.6;
  }
  .book h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1rem;
  }

  .overview_content {
    padding: 2rem 1.5rem 1.5rem;
    border-radius: 30px;
  }
  .overview dl {
    display: block;
  }
  .overview dt {
    width: 100%;
    font-size: 16px;
  }
  .overview dd {
    width: 100%;
    margin-left: 0;
    border: none;
    font-size: 16px;
  }
  .faq dl {
    padding: 1rem;
  }
  .faq dt {
    font-size: 18px;
    padding: 10px 0 10px 35px;
  }
  .faq dd {
    font-size: 16px;
    padding: 13px 0 0 35px;
  }
  .faq dt::before,
  .faq dd::before {
    font-size: 30px;
  }

}

/*アーカイブ配信要CSS*/
.section_text01 {
  text-align: center;
  color: red;
  margin-bottom: 1rem;
}


.section_text02 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #575757;
}

@media screen and (max-width: 767px) {
  .section_text02 {
    font-size: 16px;
  }
}