/* 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,
figure {
  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では非表示 */
}
.mb20 {
  margin-bottom: 2rem;
}
section{
  position: relative;
}
.wrap01,.wrap02{
  background: linear-gradient(to bottom, #240136 0%, #08010C 30%, #08010C 70%, #240136 100%);
  position: relative;
}

#webinar {
  width: 100%;
  overflow: hidden;
　position: relative;
}
.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;
  position: relative;
}
.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: linear-gradient(to right, #FF4100, #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: linear-gradient(to right, #FF4100, #a600ff);
  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 auto 0;
}
.cta-button.secondary {
  font-size: 26px;
  margin-top: 6rem;
}
/* ファーストビュー */
.hero-tab,
.hero-sp {
  display: none;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 5rem;
  position: relative;
  padding: 1rem 1rem 0;
}
.hero-bgright{
  position: absolute;
  right: 0;
  width:23%;
}
.hero-bgleft{
  position: absolute;
  width:23%;
}
.hero-icon {
    position: absolute;
    width: 140px;
    right: 0;
    top: 15%;
}
.hero-logo {
  margin: 0 auto 1rem;
  width: 110px;
  max-width: 100%;
}
.hero-logo2 {
    margin: 0 auto 2rem;
    width: 500px;
    max-width: 100%;
}
.hero-title {
  width: 80%;
  margin:0 auto 2rem;
  /* font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center; */
}
/* .hero-subtitle {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: normal;
  margin: 1rem 0;
  text-align: center;
  font-size: 1.4rem;
} */

.hero-date {
  width: 400px;
  margin: 8rem auto 1rem;
  max-width: 100%;
  text-align: center;
}
.text-small {
  font-size: 0.75em;
  display: block;
}
.text-large {
      font-size: 1.5em;
}


.hero-pc.hero-speaker {
    position: absolute;
    width: 230px;
}
.hero-pc.hero-speaker01{
  bottom: 4%;
}
.hero-pc.hero-speaker02{
    left: 16%;
    bottom: -10%;
}
.hero-pc.hero-speaker03{
  right: 4%;
}
/* .hero-note {
  width: 440px;
  max-width: 100%;
  margin: 5px 0 0 auto;
  font-size: 14px;
  text-align: center;
} */
/* セミナー内容 */
.seminar {
  background: #fff;
      width: 1000px;
  margin:0 auto;
  border-radius: 10px;
}
.seminar .section-subtitle{
  color: #FF4100;
}
.seminar-content {
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 1rem;
  border-left: 2px solid transparent;
  border-image: linear-gradient(to bottom, transparent 0%, transparent 2%, #FF4100 2%, #FF4100 100%);
  border-image-slice: 1;
}
.seminar-text {
  font-size: 22px;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.seminar-text .session {
  font-size: 0.8em;
  color: #FF4100;
  position: relative;
      display: flex;
    align-items: center;
}
.seminar-text .session:before {
    content: "●";
    position: absolute;
    left: -3.3%;
}
.seminar-text .number {
  font-size: 1.2em;
}
.seminar-text .detail {
  font-size: 16px;
  display: block;
  font-weight: normal;
      margin-top: 5px
}

/* 対象者 */
.subeject .section-subtitle{
  color: #a600ff;
}
.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: #fff;
  border-radius: 20px;
  left: -30px;
} */

/* 登壇者紹介 */
.speaker {
  background: #F6F6F6;
}
.speaker .section-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #FF4100;
    margin: 8px auto 0;
}
.profile {
    margin-bottom: 4rem;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
    width:31%;
}
.profile h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 1rem;
}
.accenture h3 {
    border-bottom: 1px solid #a600ff;
}
.accenture .title{
color: #a600ff;
}
.mujin h3 {
    border-bottom: 1px solid #FB5300;
}
.mujin .title{
  color: #FB5300;
}

.profile > figure {
  width: 100%;
  width: 350px;
  margin: 0 auto;
  max-width: 100%;
}

.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.4;
}
.speaker p {
  margin-bottom: 1rem;
}

.profile-grid {
  display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
          width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}

/* セミナー概要 */
.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: 1000px;
    border-radius: 10px;
    margin: 0 auto;
}

.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, #FB5300, #FF8A00);
  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: #FB5300;
  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%;
}
iframe#formArea {
    border-radius: 10px;
}
/* コピーライト */
/* .webinar_footer {
  background-color: #000;
} */
.webinar_copyright {
  padding: 10px;
  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;
  }
.hero-speaker{
    margin: 1rem auto;
    text-align: center;
}
  .hero-date {
    margin:0 auto;
}
  .cta-button.primary {
    margin: 0 auto;
  }
  .seminar,
  .faq {
    width: 95%;
  }
 

  .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-bgright{
    right: -70px;
    top: 10px;
    width:40%;
  }
  .hero-bgleft {
    left:-65px;
    width:40%;
} */
 .hero-bgright,.hero-bgleft{
  display: none;
 }
  .hero-pc,
  .hero-tab {
    display: none;
  }
  .hero-sp {
    display: block;
  }
  .hero-icon {
    width: 80px;
    right: 3%;
    top: 2%;
}
  .hero-logo{
    width: 80px;
  }
  .hero-logo2 {
    margin: 1rem auto;
    width: 200px;
}
  /* .hero-title {
font-size: 1rem;
    line-height: 1.5;
  }
  .text-large {
    font-size: 1.12em;
}
.hero-subtitle {
    margin: 0.5rem auto 1rem;
    font-size: 0.75rem;
} */
  .hero-date {
    width: 200px;
}

  .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:before {
    left: -7.5%;
}
  .subject-content p {
    font-size: 16px;
    margin-bottom: 1rem;
    margin-left: 30px;
    font-feature-settings: "palt";
  }
  .subject-content p:before {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    left: -20px;
    top: 20%;
  }

  .profile {
    width: 100%;
    margin: 0 auto 2rem;
}
  .profile figure {
    width: 100%;
    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;
    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;
  }
}
