/* 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;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pc {
  display: block; /* PCでは表示 */
}
.sp {
  display: none; /* SPでは非表示 */
}
.hero-tab,
.hero-sp {
  display: none;
}
.mb20 {
  margin-bottom: 2rem;
}
#webinar {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(
    110deg,
    #000 0%,
    #000 15%,
    #32004d 15%,
    #32004d 27%,
    #000 27%,
    #000 100%
  );
}
.section-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 6rem 2rem;
}
.section-title {
  text-align: center;
  font-size: 38px;
  color: #08102b;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.section-subtitle {
  font-size: 0.45em;
  color: #a600ff;
  background-color: #d9d9d9;
  display: block;
  padding: 5px 24px;
  width: 180px;
  margin: 0 auto 2rem;
}
/*ボタンスタイル*/
.cta-button {
  background: #a600ff;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2rem auto 0;
  max-width: 350px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 28px;
}
.cta-button:hover {
  background: #d800ff;
  color: #fff;
}
.cta-button:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 40px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.cta-button.primary {
  width: 400px;
  max-width: 100%;
  margin: -1rem 0 0 auto;
}
.cta-button.secondary {
  font-size: 26px;
  margin-top: 6rem;
}
/* ファーストビュー */
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero-inner {
  width: 1200px;
  max-width: 100%;
  margin: 1rem auto 5rem;
  position: relative;
  padding: 0 1rem;
  z-index: 2;
}
.hero-logo {
  margin: 0 0 1rem auto;
  width: 300px;
  max-width: 100%;
}
.hero-title {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 2.5rem;
  text-align: right;
  line-height: 1.4;
}
.hero-subtitle {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  text-align: right;
  font-weight: normal;
  margin: 1rem 0;
      font-size: 20px;
}
.hero-text {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1rem 0 4rem;
}
.hero-date {
  width: 400px;
  margin-left: auto;
  max-width: 100%;
}
.text-small {
  font-size: 0.9em;
  display: block;
}
.text-large {
  font-size: 1.6em;
}
.hero-speaker.sp {
}
.hero-speaker01 {
  position: absolute;
  width: 500px;
  top: 67%;
  left: 12%;
}
.hero-speaker02 {
  position: absolute;
  top: 18%;
  width: 500px;
}
.hero-note {
  width: 440px;
  max-width: 100%;
  margin: 5px 0 0 auto;
  font-size: 14px;
  text-align: center;
}
/* セミナー内容 */
.seminar {
  background: #fff;
  width: 80%;
  margin-left: auto;
  border-radius: 50px 0 0 50px;
}
.seminar .section-inner {
  padding: 6rem 28% 6rem 3rem;
}
.seminar-content {
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 1rem;
  border-left: 4px solid #a600ff;
}
.seminar-text {
  font-size: 22px;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.seminar-text .session {
  font-size: 0.8em;
  display: block;
  color: #a600ff;
}
.seminar-text .session.special {
  font-size: 0.95em;
  font-style: italic;
}
.seminar-text .number {
  font-size: 1.2em;
}
.seminar-text .detail {
  font-size: 16px;
  padding-left: 1rem;
  text-indent: -1rem;
  display: block;
  font-weight: normal;
}
.seminar-text:nth-of-type(5) {
  padding: 1rem;
  background-color: #f9efff;
}

/* 対象者 */
.subject .section-title {
  color: #fff;
}
.subject-content {
  text-align: left;
  width: 500px;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.subject-content p {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.8rem;
  margin-left: 30px;
}
.subject-content p:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #a600ff;
  border-radius: 20px;
  left: -30px;
}

/* 登壇者紹介 */
.speaker {
  background: #fff;
  width: 80%;
  margin-right: auto;
  border-radius: 0 50px 50px 0;
}
.speaker .section-inner {
  padding: 6rem 3rem 6rem 28%;
}
.profile {
  margin-bottom: 4rem;
}
.profile h3 {
  font-size: 24px;
  width: 60%;
  text-align: left;
}

/* 伊吹山さんの .profile-grid だけ適用 */
.profile:nth-child(2) .profile-grid {
  flex-direction: row-reverse;
}
.profile > figure {
  width: 100%;
  width: 350px;
  margin: 0 auto;
  max-width: 100%;
  width: 40%;
}

.profile ul {
  line-height: 2;
}
.name {
  font-size: 0.7em;
}

.title {
  font-size: 0.6em;
  display: block;
  margin-top: 5px;
}

.speaker p,
.speaker li {
  font-size: 16px;
  line-height: 1.8;
}
.speaker p {
  margin-bottom: 1rem;
}

.profile-grid {
  display: flex;
  align-items: center;
}

/* セミナー概要 */
.overview .section-title {
  color: #fff;
}
.overview-content {
  width: 850px;
  max-width: 100%;
  margin: 2rem auto;
  border-radius: 50px;
}
.overview dl {
  display: flex;
  max-width: 100%;
  margin: 0 auto 1rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.overview dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 15%;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: left;
  align-items: center;
}
.overview dd {
  font-size: 17px;
    width: 90%;
    margin-left: 10px;
  padding: 5px 0;
  color: #fff;
  display: block;
  align-items: center;
}
.overview-speaker {
    font-size: 0.9em;
    margin-bottom: 10px;
    line-height: 1.4;
}
/* よくある質問 */
.faq {
  background: #fff;
  width: 80%;
  margin-left: auto;
  border-radius: 50px 0 0 50px;
}
.faq .section-inner {
  padding: 6rem 28% 6rem 3rem;
}
.faq-item {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 2rem;
}

.faq-question {
  font-size: 24px;
  color: #fff;
  position: relative;
  padding: 10px 15px 10px 45px;
  font-weight: bold;
  background: linear-gradient(to right, #a600ff, #640099);
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.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;
  line-height: 1.4;
}
.faq-answer .faq-icon {
  font-optical-sizing: auto;
  font-size: 36px;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  color: #a600ff;
  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 {
  padding: 3rem 0;
}
#form .section-title {
  color: #fff;
}
.form-note {
  color: #ffffff;
  margin-bottom: 1rem;
}
.form-inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

/* コピーライト */
.webinar_footer {
  background-color: #000;
}
.webinar_copyright {
  padding: 20px;
  text-align: center;
  color: #fff;
}
/* タブレット用のスタイル（画面幅1024以下） */
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 32px;
  }
  .hero-pc,
  .hero-sp {
    display: none;
  }
  .hero-tab {
    display: block;
  }
  .hero-note {
    margin: 5px auto;
  }
  .cta-button.primary {
    margin: 0 auto;
  }
  .seminar,
  .speaker,
  .faq {
    width: 95%;
  }
  .speaker .section-inner {
    padding: 6rem 5% 6rem 3rem;
  }
  .faq .section-inner,
  .seminar .section-inner {
    padding: 6rem 3rem 6rem 5%;
  }
  .overview dt {
    width: 24%;
  }
  .overview dd {
    width: 76%;
  }
}
/* SP用のスタイル（画面幅767px以下） */
@media screen and (max-width: 767px) {
  .pc {
    display: none; /* SPでは非表示 */
  }
  .sp {
    display: block; /* SPでは表示 */
  }
  .hero-pc,
  .hero-tab {
    display: none;
  }
  .hero-sp {
    display: block;
  }
  .hero-note {
    font-size: 12px;
}
  .cta-button.primary {
    width: 350px;
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 auto;
  }
  .cta-button.secondary {
    width: 250px;
    font-size: 20px;
    margin-top: 2rem;
    padding: 10px 0;
  }

  .faq .section-inner,
  .seminar .section-inner,
  .speaker .section-inner {
    padding: 3rem 1rem;
  }
  .section-inner {
    padding: 3rem 1rem;
  }
  .section-title {
    font-size: 24px;
  }

  .section-subtitle {
    font-size: 0.5em;
    margin: 0 auto 1rem;
    padding: 5px 10px;
    width: 100px;
  }
  /* .hero-inner {
    margin: 1rem auto 2rem;
            height: 80vh;
        display: flex;
        flex-direction: column;
}
.hero-logo {
    width: 200px;
            margin: 0 0 0 auto;
}
.hero-title {
    font-size: 1.08rem;
}
.hero-subtitle {
    margin: 0.5rem 0;
    font-size: 0.67rem;
}
.hero-text {
    font-size: 0.89rem;
        margin: 1rem 0 2rem;
}
.hero-event {
    margin-top: auto;
}
.hero-date {
    width: 245px;
    margin: 0 auto;
} */
  .seminar-text {
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  .seminar-text .detail {
    line-height: 1.4;
    font-size: 14px;
    padding-top: 5px;
  }
  .seminar-text .session.special {
    font-size: 0.85em;
  }
  .subject-content p {
    font-size: 16px;
    margin-bottom: 1rem;
    margin-left: 15px;
    font-feature-settings: "palt";
  }
  .subject-content p:before {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    left: -20px;
    top: 20%;
  }

  .profile-grid {
    flex-direction: column-reverse !important;
  }
  .profile figure {
    width: 80%;
    margin: 0 auto 1rem;
    text-align: center;
  }
  .profile h3 {
    width: 100%;
    font-size: 20px;
  }
  .speaker p,
  .speaker li {
    font-size: 16px;
  }
  .speaker p {
    line-height: 1.6;
  }

  .overview-content {
    border-radius: 30px;
  }
  .overview dl {
    display: block;
  }
  .overview dt {
    width: 100%;
    font-size: 16px;
    padding: 5px 5px 5px 0;
  }
  .overview dd {
    width: 100%;
    margin-left: 0;
    border: none;
    font-size: 16px;
    font-feature-settings: "palt";

  }
  .overview-speaker {
    margin-top: 1rem;
  }
  .faq-item {
    margin: 0 auto 1rem;
  }
  .faq-question {
    font-size: 17px;
    padding: 10px 10px 10px 15px;
  }
  .faq-answer {
    font-size: 16px;
    padding: 10px 10px 0 16px;
    display: flex;
    align-items: normal;
    line-height: 1.4;
    text-indent: 0;
  }
  .faq-answer .faq-icon {
    font-optical-sizing: auto;
    font-size: 36px;
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    color: #a600ff;
    margin-right: 1rem;
    position: static;
  }
  #form {
    padding: 3rem 0 0;
  }
}
/*アーカイブ配信要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;
  }
}
