/* 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;
  background-color: #F9F9F9;
}

h1 {
  margin: 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;
}

a:hover {
  opacity: 0.9;
}

figure {
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

p {
  font-size: 18px;
}

.pc {
  display: block;
  /* PCでは表示 */
}

.sp {
  display: none;
  /* SPでは非表示 */
}

.mb20 {
  margin-bottom: 2rem;
}

.micho {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}

#webinar {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

section {
  position: relative;
}

section:not(:nth-of-type(1)) {
  position: relative;
  padding: 4rem 0;
}

.section-title {
  text-align: center;
  font-size: 43px;
  color: #000;
  margin-bottom: 2rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}

.section-subtitle {
  font-size: 0.45em;
  color: #7D6E5A;
  background-color: #F0EBE3;
  display: block;
  padding: 5px 24px;
  width: 180px;
  margin: 0 auto 1rem;
  font-family: 游ゴシック, 游ゴシック体, Yu Gothic, YuGothic,
    ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}

.cta-button {
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 0;
  max-width: 360px;
  padding: 10px 25px;
  background: #7D6E5A;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 24px;
}

.cta-button span {
  font-size: 0.7em;
}

.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: 380px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 27px;
}

.cta-button.secondary {
  margin: 4rem auto 0;
  background: #fff !important;
  color: #001964 !important;
}

.cta-button.secondary:after {
  border-top: 4px solid #001964 !important;
  border-right: 4px solid #001964 !important;
}

.cta-button.tertiary {
  padding: 10px 25px;
  margin: 2rem auto 0;
  background: #7D6E5A !important;
  color: #fff !important;
}

.cta-button.tertiary:after {
  border-top: 4px solid #fff !important;
  border-right: 4px solid #fff !important;
}

/* ファーストビュー */
.fv {
  background: linear-gradient(rgba(8, 31, 90, .32), rgba(8, 31, 90, .32)), url(../img/fvbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  color: #fff;
  padding: 4rem 1rem;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  background-position: center;
}

.fv-logo {
  background-color: #fff;
  padding: 1.5rem 0;
  text-align: center;
}

.fv-logo img {
  width: 350px;
}

.fv-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

.fv-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.fv h1 {
  position: relative;
  text-align: center;
  font-size: 72px;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  line-height: 1.4;
  text-shadow: 0 0 6px #000;
}

.fv h1 span {
  font-size: 0.8em;
}

.fv-text {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 1.5rem 0;
}

.fv-detail {
  width: 40%;
}

.fv-date {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.fv-button {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
}

.fv-note {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

/* 導入 */

.intro {
  color: #000;
}

.intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: clamp(16px, 60vw, 500px);
  background: #eee6db;
  z-index: -2;
  top: 0;
  height: 240px;
}

.intro .section-title {
  color: #000;
  text-align: left;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 3rem;
  line-height: 2;
  font-style: italic;
}

.intro-text {
  width: 800px;
  max-width: 100%;
  margin: 2rem auto 0;
  line-height: 1.8;
  font-size: 20px;
}

.intro-text span {
  display: block;
  border-left: 4px solid #001964;
  padding-left: 0.5rem;
  margin: 2rem 0;
  line-height: 2;
}

/*学べる事*/
.learnings {
  text-align: center;
  position: relative;
  padding: 56px 0 72px;
  isolation: isolate;
}

.learnings::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: clamp(16px, 8vw, 120px);
  z-index: -2;
  top: 250px;
  height: 400px;
  background: #eee6db;
}

.learning-number {
  color: #001964;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}


.learning-boxes {
  margin: 0 auto;
  gap: 20px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.learning-row {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  z-index: 1;
  width: 100%;
}

.box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  padding: 3rem 1rem;
  width: 300px;
}

@media (max-width: 768px) {
  .learning-row {
    flex-direction: column;
    align-items: center;
  }

}

/* セミナー内容 */
.seminar {
  padding-bottom: 8rem !important;
}

.seminar-frame {
  background: #f4f6f9;
  width: 750px;
  position: relative;
  max-width: 96%;
  margin: 0 auto;
  padding: 3rem;
  background: #FFF;
  box-shadow: 4px 4px 4px 0 rgba(169, 162, 162, 0.25);
}

.seminar-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f2ede6;
  transform: translate(30px, 30px);
  z-index: -1;
}

.seminar-content {
  text-align: left;
  position: relative;
  max-width: 100%;
  margin: 1rem auto;
  border-left: 2px solid transparent;
  border-image: linear-gradient(to bottom,
      transparent 0%,
      transparent 2%,
      #e2e8f0 2%,
      #e2e8f0 100%);
  border-image-slice: 1;
}

.seminar-intro {
  text-align: center;
}

.seminar-text {
  font-size: 20px;
  padding-left: 1rem;
}

.seminar-text dt {
  font-weight: 600;
}

.seminar-text .session {
  font-size: 0.8em;
  color: #7D6E5A;
  display: flex;
  align-items: center;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}

.seminar-text dd {
  font-weight: bold;
}

.seminar-text .session:before {
  content: "●";
  position: absolute;
  left: -1.5%;
  color: #001964;
}

.seminar-text .number {
  font-size: 1.2em;
}

.seminar-text .description {
  font-size: 16px;
  color: #000;
  margin-top: 0.2rem;
  line-height: 2;
  font-weight: normal;
}

/* こんな方におすすめ */
.target-section .section-title {
  color: #fff;
}

.target-section {
  background: #001964;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: left bottom, right top;
  color: #fff;
}

.target-grid {
  text-align: left;
  width: 850px;
  max-width: 100%;
  margin: 3rem auto 5rem;
}

.target-item {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 2rem;
  padding-left: 1rem;
  text-indent: -1.8rem;
}

.target-item::first-letter {
  color: #fff;
}


/* 登壇者紹介 */

.speaker-content {
  width: 1000px;
  max-width: 96%;
  margin: 2rem auto;
}

.speaker-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: clamp(16px, 50vw, 500px);
  background: #eee6db;
  z-index: -2;
  top: 300px;
}

.profile {
  display: flex;
  justify-content: center;
  margin: 3rem auto;
  align-items: center;
}

.profile-img img {
  display: block;
  margin: 0 auto;
}

.profile-detail {
  margin-left: 2rem;
  width: 80%;
}

.small-text {
  display: inline-block !important;
  font-size: 0.7em;
}

.profile-name {
  display: flex;
  justify-content: flex-start;
  border-left: 4px solid #000;
  padding-left: 1rem;
  font-weight: 600;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}

.profile-name dt {
  position: relative;
  font-size: 28px;
  color: #000;
}

.profile-name dt span {
  display: block;
  font-size: 0.8em;
}

.profile-text {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
}

/* セミナー概要 */

.overview:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: clamp(16px, 30vw, 300px);
  background: #eee6db;
  z-index: -2;
  top: 300px;
}

section.overview {
  padding-bottom: 4rem;
}

.overview .section-title {
  color: #000;
}

.overview-content {
  width: 900px;
  max-width: 100%;
  margin: 2rem auto;
  padding: 4rem;
  background: #FFF;
  box-shadow: 4px 4px 4px 0 rgba(169, 162, 162, 0.25);
}

.overview-table dl {
  display: flex;
  width: 750px;
  max-width: 100%;
  margin: 0 auto 1rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  color: #000;
}

.overview-table dt {
  font-size: 20px;
  font-weight: bold;
  width: 15%;
  padding: 5px;
  text-align: center;
  display: flex;
  /* 子要素にもFlexboxを適用 */
  justify-content: center;
  /* 横方向の中央揃え */
  align-items: center;
  /* 縦方向の中央揃え */
}

.overview-table dd {
  font-size: 18px;
  width: 80%;
  margin-left: 20px;
  padding: 5px 0;
}

/* .overview-table .name p {
  font-size: 17px;
  line-height: 1.4;
} */
.overview-table .name p:not(:last-child) {
  margin-bottom: 1rem;
}

/* よくある質問 */
.faq {
  background: #001964;
}

.faq .section-title {
  color: #fff;
}

.faq dl {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 2rem;
  padding: 1.5rem 3rem;
  border: 1.5px solid #001964;
  background: #fff;
}

.faq dt {
  font-size: 22px;
  color: #001964;
  position: relative;
  font-weight: bold;
  padding: 10px 15px 10px 45px;
  border-bottom: 1px solid #000;
}

.faq dd {
  font-size: 18px;
  position: relative;
  color: #000;
  margin: 0;
  padding: 13px 15px 15px 45px;
}

.faq dt:before {
  content: "Q";
  position: absolute;
  font-size: 36px;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  top: -2px;
  left: 0;
}

.faq dd:before {
  content: "A";
  color: #000;
  position: absolute;
  font-size: 32px;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  top: 0;
  left: 0;
}

/* フォーム */
.form-section {
  background: #000;
  color: #fff;
  text-align: center;
}

section#form {
  padding-bottom: 5rem;
}

.form-section .section-title {
  color: #fff;
}

.form-note {
  color: #fff;
  margin-bottom: 1rem;
}

.form-inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  padding: 2rem 1rem 0;
}


/* コピーライト */

.webinar-copyright {
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #000000;
}

@media (min-width: 1281px) {
  .notepc {
    display: none;
  }

  .fv-title_sp {
    display: none;
  }
}



/* SP用のスタイル（画面幅767px以下） */
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  .pc {
    display: none;
    /* SPでは非表示 */
  }

  .sp {
    display: block;
    /* SPでは表示 */
  }

  section {
    padding: 2rem 1rem;
  }

  section:not(:nth-of-type(1)) {
    position: relative;
    padding: 3rem 1rem;
  }

  .section-title {
    font-size: 26px;
  }

  .container {
    width: 100%;
  }

  .cta-button.primary {
    width: 350px;
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 auto;
  }

  .cta-button.secondary {
    width: 300px;
    margin: 2rem auto 0;
    font-size: 20px;
  }

  .cta-button.tertiary {
    font-size: 20px;
  }

  .fv {
    padding: 1rem 1rem 2rem;
  }

  .fv h1 {
    font-size: 24px;
  }

  .fv-logo {
    width: 200px;
    margin: 0 auto;
    padding: 1rem 0 0.5rem;
  }

  .fv-inner {
    display: block;
  }

  .fv-content {
    flex-direction: column-reverse;
    gap: 0;
  }

  .fv-person {
    width: 180px;
  }

  .position {
    font-size: 12px;
  }

  .annotation {
    font-size: 14px;
    padding: 6px;
  }

  .fv-text {
    font-size: 16px;
    margin: 1rem auto;
  }

  .fv-text span {
    margin-bottom: 6px;
    padding: 2px 10px;
  }

  .fv-detail {
    width: 80%;
  }

  .fv-date {
    width: 300px;
  }

  .fv-note {
    font-size: 0.8rem;
  }

  .intro {
    padding-top: 3rem !important;
  }

  .intro h2 {
    font-size: 18px !important;
  }

  .intro-text {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
  }

  .learning-number {

    font-size: 32px;

  }

  .box {
    padding: 2rem 1rem;

  }

  .seminar-text .detail {
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.4;
    margin-left: 0;
  }

  .seminar-text .description {
    line-height: 1.4;
    font-size: 16px;
    padding-top: 5px;
    margin-left: 0;
  }

  .seminar-text .session:before {
    left: -2.4%;
  }

  .seminar-frame {
    padding: 1rem;
  }

  .seminar-text {
    font-size: 16px;
  }

  .seminar-text dd {
    margin-left: 0;
  }

  .target-grid {
    margin: 2rem auto;
    width: 400px;
  }

  .target-item {
    font-size: 16px;
    margin-bottom: 1rem;
    font-feature-settings: "palt";
    text-indent: -1.2rem;
  }

  .target-text {
    font-size: 1.2em;

  }

  .study {
    padding-top: 2rem;
  }

  .study h3 {
    font-size: 20px;
  }

  .study-container {
    display: block;
  }

  .circle {
    width: 210px;
    height: 210px;
    margin: 0 auto 1rem;
  }

  .circle p {
    font-size: 16px;
  }

  section.overview {
    padding-bottom: 2rem;
  }

  .overview:before {
    top: 150px;
  }

  .overview-content {
    padding: 2rem 0.5rem;
    margin: 0 auto;
  }

  .overview-table dl {
    flex-direction: column;
  }

  .overview-table dt {
    font-size: 18px;
    width: 100%;
    padding: 5px 0 5px 20px;
    justify-content: left;
    font-feature-settings: "palt";
  }

  .overview-table dd {
    font-size: 16px;
    border-bottom: none;
    width: 90%;
  }

  .overview-table .name p {
    font-size: 16px;
  }

  .speaker-content {
    display: block;
  }

  .speaker-content dl {
    width: 100%;
    margin: 1rem 0;
  }

  .speaker-content dt {
    font-size: 20px;
  }

  .speaker-content dt span {
    font-feature-settings: "palt";
  }

  .profile {
    flex-direction: column;
    margin: 2rem auto;
  }

  .profile-detail {
    margin-left: 0;
    width: 100%;
  }

  .profile-name {
    display: block;
  }

  .profile-name dd {
    margin: 0.5rem 0 0;
  }

  .profile-img img {
    width: 60%;
  }

  figure {
    margin: 0;
  }

  .profile h3 {
    font-size: 20px;
  }

  .profile-img {
    width: 100%;
  }

  .profile-text {
    font-size: 16px;
  }

  .faq dl {
    padding: 1rem;
  }

  .faq dt,
  .faq dd {
    padding: 13px 15px 15px 35px;
  }

  .faq dt {
    font-size: 18px;
  }

  .faq dd {
    font-size: 16px;
  }

  .faq dt:before,
  .faq dd:before {
    font-size: 30px;
    top: 0;
  }

  .message-text {
    font-size: 16px;
  }

  .message-text span {
    font-size: 1.2em;
  }
}