@charset "UTF-8";

/* ------------------------------------------

* RESET

------------------------------------------ */
header {
  z-index: 11;
}

#webinar-form * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

#webinar-form {
  overflow-x: hidden;
  color: #2f2f2f;
  font-style: normal;
  font-weight: 400;
  line-height: 1.63;
  background: #f4f5fb;
  -webkit-text-size-adjust: 100%;
}

#webinar-form article,
#webinar-form section,
#webinar-form aside,
#webinar-form figure,
#webinar-form figcaption {
  display: block;
}

#webinar-form h1,
#webinar-form h2,
#webinar-form h3,
#webinar-form h4,
#webinar-form h5,
#webinar-form h6 {
  clear: both;
  font-size: 100%;
}

#webinar-form ul,
#webinar-form ol {
  list-style: none;
}

#webinar-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

#webinar-form form,
#webinar-form input,
#webinar-form label,
#webinar-form button,
#webinar-form select,
#webinar-form textarea,
#webinar-form fieldset,
#webinar-form legend {
  font: inherit;
}

#webinar-form a,
#webinar-form input {
  transition: all 0.2s ease;
}

#webinar-form a {
  color: #2f2f2f;
  text-decoration: underline;
}

#webinar-form a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#webinar-form sup,
#webinar-form sub {
  font-size: 60%;
}

#webinar-form sup {
  vertical-align: top;
}

#webinar-form sub {
  vertical-align: baseline;
}

#webinar-form img {
  max-width: 100%;
  line-height: 1;
  font-size: 0;
  vertical-align: top;
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form {
    font-size: 17px;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}

/* ------------------------------------------

* OUTLINE

------------------------------------------ */
/* article */
#webinar-form article {
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form article {
    margin-top: 110px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form article {
    margin-top: 50px;
  }
}

/* webinar-form-inner */
@media print,
screen and (min-width: 1025px) {
  #webinar-form .webinar-form-inner {
    padding: 40px 60px 80px;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .webinar-form-inner {
    padding: 30px 20px 80px;
  }
}

/* sec */
#webinar-form .sec:first-of-type {
  padding-top: 0;
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form .sec {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .sec {
    padding-top: 55px;
  }
}

/* ------------------------------------------

* btn-animation

------------------------------------------ */
#webinar-form .btn-animation a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-radius: 3em;
  background: #3eb53d;
  z-index: 1;
}

#webinar-form .btn-animation a span {
  display: inline-block;
  margin-right: 0.9em;
  padding: 0.2em 0.4em 0.3em 0.6em;
  color: #e04f5b;
  font-size: 80%;
  /* border-radius: 2em; */
  background: #ffffff;
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form .btn-animation a {
    height: 68px;
    padding-right: 10px;
    font-size: 22px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .btn-animation a {
    height: 62px;
    font-size: 20px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.15);
  }
}

/* ------------------------------------------

* HEADING

------------------------------------------ */
/* heading */
#webinar-form .heading {
  line-height: 1.5;
}

/* heading02 */
#webinar-form .heading02 {
  position: relative;
  margin-bottom: 1em;
  padding: 0.2em 0 0.2em 1em;
  color: #1e2187;
}

#webinar-form .heading02::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: linear-gradient(to bottom, #a8a8a8 0%, #a8a8a8 28%, #1e2187 28%, #1e2187 100%);
  border-radius: 3px;
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form .heading02 {
    font-size: 26px;
  }

  #webinar-form .heading02::before {
    width: 8px;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .heading02 {
    font-size: 24px;
  }

  #webinar-form .heading02::before {
    width: 6px;
  }
}

/* heading03 */
#webinar-form .heading03 {
  margin-bottom: 0.5em;
  color: #1e2187;
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form .heading03 {
    font-size: 23px;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .heading03 {
    font-size: 21px;
  }
}

/* heading-pic */
#webinar-form .heading-pic {
  margin-bottom: 1em;
  color: #008bcb;
  text-align: center;
}

#webinar-form .heading-pic span {
  display: inline-block;
  position: relative;
  padding: 0 0.8em;
}

#webinar-form .heading-pic span::before,
#webinar-form .heading-pic span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 2px;
  height: 105%;
  background: #008bcb;
}

#webinar-form .heading-pic span::before {
  left: 0px;
  transform: rotate(150deg);
}

#webinar-form .heading-pic span::after {
  right: 0px;
  transform: rotate(30deg);
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form .heading-pic span {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .heading-pic span {
    font-size: 24px;
  }
}

/* ------------------------------------------

* PARTS

------------------------------------------ */
/* sec-image */
#webinar-form .sec-image {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

/* maker-text */
#webinar-form .maker-text {
  background: #ffff00;
}

/* flex-center */
#webinar-form .flex-center {
  display: flex;
  justify-content: center;
}

/* form-item */
#webinar-form .form-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #ddd;
}

#webinar-form .form-item:first-of-type {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #ddd;
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form .form-item {
    display: flex;
    align-items: center;
  }

  #webinar-form .form-item .item-title {
    width: 310px;
    padding: 10px 32px 0 0;
  }

  #webinar-form .form-item .item {
    width: calc(100% - 310px);
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .form-item .item-title {
    margin-bottom: 10px;
    font-weight: 700;
  }
}

/* input[type=xxxxx] */
#webinar-form .form-item input[type=text],
#webinar-form .form-item input[type=email],
#webinar-form .form-item input[type=tel] {
  flex: 1;
  width: 100%;
  max-width: 410px;
  height: 48px;
  padding: 0.3em 0.6em;
  border: 1px solid #9fa2af;
  border-radius: 6px;
  background: #f4f5fa;
}

@media screen and (max-width: 1024px) {
  #webinar-form .form-item input[type=text],
  #webinar-form .form-item input[type=email],
  #webinar-form .form-item input[type=tel] {
    flex: inherit;
    max-width: none;
  }
}

/* select */
#webinar-form .form-item select {
  flex: 1;
  width: 100%;
  max-width: 410px;
  height: 48px;
  padding: 0.3em 0.6em;
  border: 1px solid #9fa2af;
  border-radius: 6px;
  background: #f4f5fa;
}

@media screen and (max-width: 1024px) {
  #webinar-form .form-item select {
    flex: inherit;
    max-width: none;
  }
}

/* textarea */
#webinar-form .form-item textarea {
  flex: 1;
  width: 100%;
  max-width: 410px;
  height: 216px;
  padding: 0.3em 0.6em;
  border: 1px solid #9fa2af;
  border-radius: 6px;
  background: #f4f5fa;
}

@media screen and (max-width: 1024px) {
  #webinar-form .form-item textarea {
    flex: inherit;
    max-width: none;
    height: 200px;
  }
}

/* submit */
#webinar-form .form-submit input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 56px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-radius: 3em;
  background: #3eb53d;
  z-index: 1;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.15);
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form .form-submit input[type=submit] {
    width: 380px;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .form-submit input[type=submit] {
    width: 80%;
  }
}

/* CF7 */
#webinar-form .wpcf7-list-item label {
  padding-left: 1.2em;
  text-indent: -1em;
  display: inline-block;
}

#webinar-form .wpcf7-response-output {
  margin-top: 30px;
  font-size: 80%;
  text-align: center;
  background-color: #ddd;
}

/* ------------------------------------------

* ウェビナー視聴ページ

------------------------------------------ */
.webinar-container {
  border-bottom: 1px dotted #ddd !important;
}

/* 各セクションの初期状態は非表示 */
#section-before,
#section-active,
#section-ended,
#section-error {
  display: none;
}

@media print,
screen and (min-width: 1025px) {
  #section-before .inner,
  #section-ended .inner,
  #section-error .inner {
    padding: 20px 60px;
  }
}

@media screen and (max-width: 1024px) {
  #section-before .inner,
  #section-ended .inner,
  #section-error .inner {
    padding: 30px 20px;
  }
}

/* ==================== 開催前 */
#section-before .kv {
  padding: 6% 12%;
  background-color: #000;
}

#section-before .kv img {
  max-width: 420px;
  margin: auto;
}

/* カウントダウン */
.timer-box {
  margin: 20px 0;
  color: #d32f2f;
  font-size: 28px;
  font-weight: bold;
}

/* ==================== 開催中 */
/* 動画エリアのデザイン */
.video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #000;
  aspect-ratio: 16 / 9;
}

video {
  width: 100%;
  height: 100%;
  display: block;
  /* pointer-events: none; */
}

/* コントローラー非表示 */
/* video::-webkit-media-controls {
  display: none !important;
} */

/* 1. シークバー（タイムライン）を完全に非表示にする */
#webinarVideo::-webkit-media-controls-timeline {
    display: none !important;
}

/* 2. 再生・一時停止ボタンを非表示にする（勝手に止められないようにするため） */
#webinarVideo::-webkit-media-controls-play-button {
    display: none !important;
}

/* 3. 現在の再生時間・総再生時間のテキスト表示も不要であれば隠す */
#webinarVideo::-webkit-media-controls-current-time-display,
#webinarVideo::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

/* 4. 再生速度変更ボタンを非表示にする */
#webinarVideo::-webkit-media-controls-playback-rate-button {
    display: none !important;
}

/* 音声オンボタン */
#unmuteOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  color: #fff;
}

.play-btn-icon {
  font-size: 50px;
  margin-bottom: 10px;
}

.play-text {
  font-size: 18px;
  font-weight: bold;
}

/* ==================== 共通LP */
/* ambassador */
#cmn-contents .ambassador {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 32px;
  border: 3px solid #008bcb;
  border-radius: 10px;
}

#cmn-contents .ambassador .title {
  margin-bottom: 8px;
  color: #1e2187;
  text-align: center;
}

#cmn-contents .ambassador .logo {
  max-width: 390px;
  margin: 0 auto;
}

@media print,
screen and (min-width: 1025px) {
  #cmn-contents .ambassador {
    padding: 25px 50px 20px;
  }

  #cmn-contents .ambassador .title {
    font-size: 120%;
  }
}

@media screen and (max-width: 1024px) {
  #cmn-contents .ambassador {
    padding: 20px;
  }
}

/* deduction */
#cmn-contents .deduction {
  margin-bottom: 32px;
}

#cmn-contents .deduction .title {
  margin-bottom: 8px;
  text-align: center;
}

@media print,
screen and (min-width: 1025px) {
  #cmn-contents .deduction .title {
    font-size: 120%;
  }
}

@media screen and (max-width: 1024px) {
}

/* course */
#cmn-contents .course {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#cmn-contents .course > li .title {
  position: relative;
  margin: 0 auto 15px;
  padding: 0.3em 0 0.6em;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  background: #1e2187;
  border-radius: 8px;
}

#cmn-contents .course > li .title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1e2187;
}

#cmn-contents .course > li .title span {
  font-size: 150%;
}

#cmn-contents .course > li .text {
  padding: 0.3em;
}

#cmn-contents .course > li .text span {
  color: #008bcb;
  font-weight: 700;
}

@media print,
screen and (min-width: 1025px) {
  #cmn-contents .course > li {
    width: 32%;
  }

  #cmn-contents .course > li .title {
    width: 90%;
  }

  #cmn-contents .course > li .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #cmn-contents .course > li:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #cmn-contents .course > li .title {
    width: 70%;
  }

  #cmn-contents .course > li .image {
    padding: 0 15%;
  }
}





/* ----------------------------------------------------------------

* ウェビナー広告ページ

---------------------------------------------------------------- */
/* ------------------------------------------

* check-list

------------------------------------------ */
#webinar-form .check-list {
  border: 3px solid #008bcb;
  background: #f4f5fb;
  border-radius: 10px;
}

#webinar-form .check-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
  font-weight: 500;
}

#webinar-form .check-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0em;
  width: 17px;
  height: 9px;
  border-left: 4px solid #1e2187;
  border-bottom: 4px solid #1e2187;
  transform: rotate(-45deg);
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form .check-list {
    width: 600px;
    padding: 25px 50px 20px;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .check-list {
    width: 100%;
    padding: 15px 25px 10px;
  }
}

/* ------------------------------------------

* profile

------------------------------------------ */
#webinar-form .profile .prf-text .name {
  margin-bottom: 10px;
  font-size: 19px;
}

@media print,
screen and (min-width: 1025px) {
  #webinar-form .profile {
    display: flex;
  }

  #webinar-form .profile .prf-image {
    width: 320px;
  }

  #webinar-form .profile .prf-text {
    width: calc(100% - 320px);
    padding-left: 30px;
  }

  #webinar-form .profile .prf-text .name span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form .profile .prf-image {
    width: 70%;
    margin: 0 auto 15px;
  }

  #webinar-form .profile .prf-text .name {
    text-align: center;
  }

  #webinar-form .profile .prf-text .name span {
    font-size: 16px;
  }
}

/* ------------------------------------------

* ev-list

------------------------------------------ */
#webinar-form .ev-list li+li {
  margin-top: 20px;
}

#webinar-form .ev-list a {
  color: #3eb53d;
  font-size: 19px;
  font-weight: 700;
}

/* ------------------------------------------

* voice

------------------------------------------ */
#webinar-form #voice-slider .swiper-slide {
  max-width: 720px;
}

#webinar-form #voice-slider .slide-inner figure {
  width: 145px;
  text-align: center;
}

#webinar-form #voice-slider .slide-inner figure img {
  width: 100px;
  margin: auto;
  border-radius: 50%;
}

#webinar-form #voice-slider .slide-inner .voice-title {
  color: #1e2187;
}

@media print,
screen and (min-width: 1025px) {
  #voice-slider .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  #webinar-form #voice-slider .slide-inner {
    display: flex;
  }

  #webinar-form #voice-slider .slide-inner .text {
    display: inline-block;
    position: relative;
    width: calc(100% - 145px);
    margin-left: 1em;
    padding: 1em;
    border-radius: 12px;
    background-color: #f4f5fb;
  }

  #webinar-form #voice-slider .slide-inner .text::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: transparent #f4f5fb transparent transparent;
    transform: translateX(-100%);
    transform-origin: right;
  }

  #webinar-form #voice-slider .swiper-button-prev,
  #webinar-form #voice-slider .swiper-button-next,
  #webinar-form #voice .slide-container .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form #voice .slide-container {
    margin-bottom: 15vw;
  }

  #webinar-form #voice-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  #webinar-form #voice-slider .slide-inner {
    padding: 0 0 4vw;
  }

  #webinar-form #voice-slider .slide-inner figure {
    margin: 0 auto 17px;
  }

  #webinar-form #voice .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #1e2187;
  }
}

/* ------------------------------------------

* ev-card

------------------------------------------ */
#webinar-form .ev-card .swiper-slide {
  border: 1px solid #cccccc;
}

#webinar-form .ev-card .slide-inner {
  padding: 15px;
}

#webinar-form .ev-card .swiper-slide a {
  color: #1e2187;
  text-align: center;
  text-decoration: none;
}

#webinar-form .ev-card .swiper-slide .card-title {
  margin-bottom: 5px;
  font-size: 15px;
}

#webinar-form .ev-card .swiper-slide .item > span {
  display: block;
  font-weight: 700;
}

#webinar-form .ev-card .swiper-slide .date {
  font-size: 20px;
}
#webinar-form .ev-card .swiper-slide .time,
#webinar-form .ev-card .swiper-slide .place {
  font-size: 15px;
}

#webinar-form .ev-card .swiper-slide .youbi {
  font-weight: 400;
}

#webinar-form .ev-card .swiper-slide .keyword {
  color: #30aeb6;
  font-size: 13px;
  font-weight: 500;
}

#webinar-form .ev-card .swiper-slide .keyword span + span {
  margin-left: 5px;
}


@media print, screen and (min-width: 1025px) {
  #webinar-form .ev-card {
    display: grid;
    grid-gap: 35px 25px;
    grid-template-columns: repeat(3, 1fr);
  }

  #webinar-form #event-slider .swiper-button-prev,
  #webinar-form #event-slider .swiper-button-next,
  #webinar-form #event .slide-container .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #webinar-form #event .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #1e2187;
  }
}

/* ------------------------------------------

* swiper

------------------------------------------ */
#webinar-form .slide-container {
  position: relative;
}

#webinar-form .swiper-horizontal>.swiper-pagination-bullets,
#webinar-form .swiper-pagination-bullets.swiper-pagination-horizontal,
#webinar-form .swiper-pagination-custom,
#webinar-form .swiper-pagination-fraction {
  bottom: -37px;
  line-height: 1;
}

#webinar-form #event .swiper-horizontal>.swiper-pagination-bullets,
#webinar-form #event .swiper-pagination-bullets.swiper-pagination-horizontal,
#webinar-form #event .swiper-pagination-custom,
#webinar-form #event .swiper-pagination-fraction {
  bottom: -50px;
}

#webinar-form .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 25px;
  height: 8px;
  margin: 5px;
  border-radius: 8px;
  background: #7578ff;
  transition: all 0.2s ease;
  cursor: pointer;
}

#webinar-form .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
}

/* ------------------------------------------

* webinar-schedule-box

------------------------------------------ */
#webinar-form .webinar-schedule-box {
  margin-bottom: 32px;
}

#webinar-form .webinar-schedule-list {
  padding-left: 1.5em;
}

#webinar-form .webinar-schedule-list li {
  list-style: disc;
}

#webinar-form .webinar-schedule-list li:last-child {
}

#webinar-form .webinar-empty-msg {
}
