/* 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(to right, #ffebd4, #ffffff, #ffebd4);
}

.section-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 4rem 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: #006231;
  background-color: #efefef;
  display: block;
  padding: 5px 24px;
  width: 180px;
  margin: 0 auto 2rem;
}
/*ボタンスタイル*/
.cta-button {
  background: #b62415;
  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: #ff5b48;
  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;
}
/* ファーストビュー */
.logo {
    background: #ffffff;
    padding: 18px 0;
}
.logo img{
    display: block;
    width: auto;
    margin: 0 auto;
        width: 120px;
}
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #006231;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  width: 1200px;
  max-width: 100%;
  margin: 1rem auto 5rem;
  position: relative;
  padding: 0 1rem;
  z-index: 2;
}
.hero-pc {
  display: flex;
}
.hero-speaker img {
  border-radius: 20px;
  box-shadow: 4px 4px 6px #ccc;
  position: relative;
}
.hero-title {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 2.5rem;
  text-align: right;
  line-height: 1.4;
}
.hero-subtitle {
  font-weight: 600;
  margin: 1rem 0;
  font-size: 22px;
  color: #fff;
  background-color: #006231;
  text-align: center;
  padding: 5px;
}
/* .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: 0 auto;
  max-width: 100%;
}
.text-small {
  font-size: 0.9em;
}
.text-large {
  font-size: 1.6em;
}
.wave {
  position: absolute;
  width: min(100vw, 1600px);
  background: #fff;
  bottom: 10%;
  box-shadow: 0 4px 4px #ffe5c7;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

/*導入*/
.intro .section-inner {
  padding: 0 0 6rem;
}
.intro figure img {
  width: 150px;
  margin: 0 auto;
}
.intro h2 {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  color: #006231;
  font-size: 30px;
}
.intro-content {
  text-align: center;
}
.intro-text {
  font-size: 22px;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  text-shadow: 2px 3px 10px #c6c6c6;
}
/* セミナー内容 */
.seminar {
  background: #fff;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 3rem;
  border-radius: 20px;
  position: relative;
  box-shadow: 6px 6px 0 #ffe5c7;
  background-image: url(/wp/wp-content/themes/axis_media/lp/20250423/img/bk_grid.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.seminar-content {
  text-align: left;
  width: 750px;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.seminar-grid {
  display: flex;
  margin-bottom: 1rem;
}
.session {
  font-size: 20px;
  color: #b62415;
  text-align: center;
  line-height: 1.3;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: bold;
  border: 1px solid;
  padding: 15px 5px 5px;
  height: 90px;
  width: 90px;
}
.number {
  font-size: 1.2em;
  display: block;
}
.seminar-text {
  font-size: 22px;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.seminar-text .detail {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
.seminar img {
  position: absolute;
  right: 8%;
  bottom: 10%;
  width: 240px;
}
/* 対象者 */

.subject .border-left {
  position: absolute;
  position: absolute;
  top: -16%;
  left: -20%;
}
.subject .border-right {
  position: absolute;
  top: -16%;
  right: -20%;
}
.subject .section-title {
  color: #006231;
}
.subject-content {
  text-align: left;
  width: 640px;
  max-width: 100%;
  margin: 0 auto 1rem;
  position: relative;
}
.subject-content p {
  position: relative;
  color: #1c1c1c;
  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: #b62415;
  border-radius: 20px;
  left: -30px;
  top: 6px;
}

/* 登壇者紹介 */
.speaker {
  background: #fff;
  width: 1000px;
  max-width: 100%;
  margin: 3rem auto;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #ffe5c7;
}
.profile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-img img {
  box-shadow: 3px 3px 0 #95060d;
  border-radius: 100%;
}
.name {
  font-size: 0.7em;
}
.title {
  font-size: 0.6em;
  display: block;
  margin-top: 5px;
}
.speaker p {
  font-size: 16px;
  line-height: 1.8;
}
.speaker dl {
    width:70%;

}
.speaker dt {
    position: relative;
        font-size:18px;
}
.speaker dt:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #006231;
    left: 0;
    bottom: -1rem;
}
.speaker dd {
 margin:2rem 0 0 0;
}

/* セミナー概要 */
.overview .border-left {
  position: absolute;
  position: absolute;
  top: 10%;
  left: -15%;
}
.overview .border-right {
  position: absolute;
  top: 10%;
  right: -15%;
}
.overview .section-title {
  color: #006231;
}
.overview-content {
  width: 800px;
  max-width: 100%;
  margin: 2rem auto;
  border-radius: 50px;
  position: relative;
}
.overview dl {
  display: flex;
  max-width: 100%;
  margin: 0 auto 1rem;
  border-bottom: 1px solid #006231;
  padding-bottom: 10px;
}
.overview dt {
  font-size: 20px;
  font-weight: bold;
  color: #1c1c1c;
  width: 20%;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: left;
  align-items: center;
}
.overview dd {
  font-size: 17px;
  width: 80%;
  margin-left: 10px;
  padding: 5px 0;
  color: #1c1c1c;
  display: block;
  align-items: center;
}
.overview-speaker {
  font-size: 0.9em;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* よくある質問 */
.faq {
  background: #fff;
  width: 1000px;
  max-width: 100%;
  margin: 3rem auto 0;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #ffe5c7;
}

.faq-item {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 2rem;
}

.faq-question {
  font-size: 24px;
  color: #1c1c1c;
  position: relative;
  padding: 10px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.4;
  border-bottom: 1px solid;
}
.faq-question .faq-icon {
  font-optical-sizing: auto;
  font-size: 36px;
  color: #b62415;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: normal;
  margin-right: 1rem;
}
.faq-answer {
  font-size: 18px;
  position: relative;
  margin: 0;
  padding: 13px 15px 15px 42px;
  text-indent: -2.6rem;
  line-height: 1.4;
}
.faq-answer .faq-icon {
  font-optical-sizing: auto;
  font-size: 36px;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: normal;
  color: #006231;
  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: #006231;
}
.form-note {
  color: #1c1c1c;
  margin-bottom: 1rem;
  font-size: 14px;
}
.form-inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

/* コピーライト */
.webinar_footer {
  background: linear-gradient(to right, #ffebd4, #fffcf5, #ffebd4);
  border-bottom: 10px solid #95060d;
}
.webinar_copyright {
  padding: 20px;
  text-align: center;
  color: #1c1c1c;
}
/* タブレット用のスタイル（画面幅1024以下） */
@media screen and (max-width: 1024px) {
  #webinar {
    background: linear-gradient(to right, #ffebd4, #fffcf5, #ffebd4);
  }
  .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%;
  }
  .seminar img {
    width: 200px;
  }
  .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: 2rem 1rem;
  }
  .section-inner {
    padding: 1rem;
  }
  .section-title {
    margin-bottom: 1rem;
    font-size: 24px;
  }
  .intro h2 {
    font-size: 24px;
    margin-bottom: 2rem;
  }

  .section-subtitle {
    font-size: 0.5em;
    margin: 0 auto 1rem;
    padding: 5px 10px;
    width: 100px;
  }
  .border-left,
  .border-right {
    display: none;
  }
  /* ファーストビュー */

.logo img{
    width: 80px;
}
  .hero-inner {
    margin: 0 auto 3rem;
background: linear-gradient(to bottom, transparent 0%, #fff 50%, #fff 50%, transparent 100%);
    }
  .wave {
    display: none;
  }
  .intro .section-inner {
    padding: 0 0 3rem;
  }
  .intro-text {
    font-size: 16px;
    padding: 0 1rem;
  }

  .session {
    font-size: 12px;
    padding: 10px 5px 5px;
    height: 60px;
    width: 60px;
  }
  .number {
    font-size: 1.4em;
    display: block;
  }
  .seminar-text {
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.4;
    padding-left: 0.5rem;
  }
  .seminar-text .detail {
    line-height: 1.4;
    font-size: 14px;
    padding-top: 5px;
  }
  .seminar img {
    width: 200px;
    position: relative;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
  }
  .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 {
    display: block;
  }
  .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;
  }
.speaker dl {
    width:100%;
}
  .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: 0px 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: #006231;
    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;
  }
}
